
body{
	background:url(../images/body_bg.png) repeat-x #d5cccc ;
}

*, html, body{
	border:none;
	margin:0;
	padding:0;
	list-style:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;

}

a, a:hover, a:visited{
	text-decoration:none;
	color:#eeeeee;
}

#wrapper{position:relative;margin:0 auto;width:988px;background-color:#FFF; min-height:1500px;}

#header{width:948px;height:140px;position:absolute; margin-left:20px;}

#languages{background-image:url(../images/top_bg.png); background-repeat:no-repeat;  position: absolute; width:948px; margin-left:20px; margin-top:120px; }
#languages ul{display:inline; float:right; padding-top:10px;}
#languages ul li {float:left; margin-right:4px;}

#side_menu{margin:168px 0 0 18px; padding-top:5px; padding-right:5px; position:absolute; float:left; border-top:#F4E1FF 1px solid; border-right:#F4E1FF 1px solid;}
#side_menu a{ color:#666666;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px;}
#side_menu a:hover{border-bottom:1px solid #666666;color:#292929; background-color:#E7E7E4; }
#side_menu ul{list-style:none;}
#side_menu ul li{}
#side_menu ul ul{list-style:none;margin:0;padding:0;}
#side_menu ul li ul li{float:none;margin:0;padding:0;}


.clear{clear:both;}


h1, h2 {font-size:12px;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;color:#666;font-weight:bold;margin: 0 0 3px 0;}
h3{font-size:12px;font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;color:#666;font-weight:bold;margin: 0 0 3px 0;line-height:2em;background-color:#d2f7d1;padding-left:3px; border-bottom:1px solid #999; text-transform:capitalize; }

#box2 h1, #box2 h2, #box2 h3, #box2 h4, #box2 h5, #box2 h6, #box3 h1, #box3 h2, #box3 h3, #box3 h4, #box3 h5, #box3 h6, #box4 h1, #box4 h2, #box4 h3, #box4 h4, #box4 h5,#box4 h6, #box5 h1, #box5 h2, #box5 h3, #box5 h4, #box5 h5, #box5 h6 { text-transform:uppercase; color:#000;}



#footer{width:948px;font-size:9px;color:#769975;text-align:center; border:#769975 1px dashed; position:absolute; margin:1450px 0 0 20px;}
#footer a{color:#769975;}

#casino_rev_title{position:absolute; margin:168px 0 0 200px; float:left; }
#casino_rev_title h1{float:right; margin:-43px 0 0 20px;}
#casino_rev_title a{color:#000;}
#casino_rev_title img{vertical-align:middle;}


#main_content{width:370px;position:absolute; margin:510px 0 0 200px; float:left;}
#box2{width:240px; position:absolute;margin:510px 0 0 580px; clear:both;}
#box3{width:240px; position:absolute;margin:757px 0 0 580px;}
#box4{width:370px; position:absolute;margin:790px 0 0 200px;}
#box5{width:370px; position:absolute;margin:980px 0 0 200px;}

#dl {position:absolute; margin:960px 0 0 420px;}

#rev_plus{}
#rev_plus li{background-image:url(../images/thumbup.gif); background-repeat:no-repeat; background-position:0 50%; padding-left:25px; line-height:2em; }
#rev_minus { }
#rev_minus li{ background-image:url(../images/thumbdown.gif); background-repeat:no-repeat; background-position:0 50%; padding-left:25px; line-height:2em; }

/*curved corners using spiffycorners tool */
.cornerBox{display:block}
.cornerBox *{display:block;height:1px;overflow:hidden;font-size:.01em;background:#d8cbcb;}
.cornerBox1{margin-left:3px;margin-right:3px;padding-left:1px;padding-right:1px;border-left:1px solid #d8cbcb;border-right:1px solid #d8cbcb;background:#d8cbcb;}
.cornerBox2{margin-left:1px;margin-right:1px;padding-right:1px;padding-left:1px;border-left:1px solid #d8cbcb;border-right:1px solid #d8cbcb;background:#d8cbcb;}
.cornerBox3{margin-left:1px; margin-right:1px;border-left:1px solid #d8cbcb;border-right:1px solid #d8cbcb;}
.cornerBox4{border-left:1px solid #d8cbcb;border-right:1px solid #d8cbcb;}
.cornerBox5{border-left:1px solid #d8cbcb;border-right:1px solid #d8cbcb;}
.cornerBoxfg{padding:7px; background:#d8cbcb;}
/* end spiffycorners */


/* ----------------IMAGE SLIDER------------- */
#moo_box{width:510px; position:absolute; margin:245px 0 0 200px; clear:both;}

#SlideItMoo_outer {  
	width:510px; 
	background:#657665;
	display:block; 
	position:relative; 
	padding:0px 10px 0px;
	border:1px solid #9D8D4D;
}
/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:25px; 
	height:200px; 
	bottom:0px; 
	right:5px; 
	background:url(../images/slideitmoo_forward.png) no-repeat center;  
}
#SlideItMoo_outer .SlideItMoo_back { 
	left:5px; 
	background:url(../images/slideitmoo_back.png) no-repeat center;  
}

/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{ 
	position:relative ; 
	overflow:hidden ; 
	width:315 ; /* set a display width to make the slider look good in case js is disabled */
	margin:0px auto 0px;
	padding:10px 0px 10px;
}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items { 
	display:block; 
	position:relative; 
}
/* single element design */
#SlideItMoo_items div.SlideItMoo_element { 
	display:block; 
	position:relative; 
	float:left; 
	margin:0px 15px 0px; 
	font-size:11px; 
	width:245px; 
	text-align:center; 
	color:#FFFFFF;
}
#SlideItMoo_items a { padding:0px; margin:3px 0px 3px; clear:both; display:block; background:#333333; padding:2px; }
#SlideItMoo_items a img{ border:none; }

