@charset "utf-8";
/* CSS Document */
/* Designed and coded by Carol & Ang of Dirrty-Laundry Designs   -   http://www.dirrty-laundry.com */

body {
	margin: 0px;
	background: #000000;
	font: 11px "Tahoma";
	color: #AEAEAD;
	line-height: 15px;
}

#layout {
	margin: 0px auto;
}


/* Navigation */
ul.nav { width: 100%; height: 31px; list-style-type: none; padding-left: 3px; margin: 0px auto; margin-bottom: 5px;}
	ul.nav li {display: inline; float: left; }
	ul.nav li a {display: block; padding: 10px 4px 10px 4px; width: 95px; border-right: 1px solid #3F3F3F; background: #2B2B2B; color: #E0BC5C; text-align: center; font: 10px "Helvetica", sans-serif; }
	ul.nav li a:hover {background: #78BCC9; color: #1F1F1F; text-decoration: none;}




/* Bold, Italic & Underline */
strong, b {
	color:#C3A136; 
	text-transform:uppercase;
}

em, i {
	color: #D2C2AB;
}

u {
	color: #C85914; 
	text-decoration: underline;
}


.ratedr{padding: 5px; border: 1px solid #EBBD05; background: #000000;}
.ratedr2{padding: 5px; border: 1px solid  #898989; background: #141414;}




/* Main Link Style */
a:link {
	color:#AEAEAD; 
	text-decoration:none;
}
a:visited {
	color:#AEAEAD;
	text-decoration:none;
}
a:hover {
	color:#EBBD05;
	text-decoration: none;
border-bottom:1px dashed #EBBD05;
}


/* Table Styles */
.thead {
	background: #B01A19 url(images/tbg.jpg) repeat-x; 
	font: 15px "Arial"; 
	color: #AEAEAD; 
	padding: 5px 25px 5px 0px;
	line-height:18px;
	font-weight: bold; 
	text-transform: uppercase;  
	letter-spacing: -1px;
	text-align: right; 
	border-left: 10px solid #EBBD05;
}

.thead2 {
	background: #161616; 
	font: 11px "Trebuchet Ms"; 
	color: #7E7E7E; 
	line-height: 12px; 
	text-transform: uppercase; 
	padding: 2px;
	text-align: center; 
}

.tcontent {
	background: #000000; 
	font: 10px "Tahoma";
	color: #AEAEAD;
	line-height: 12px;
	text-align: justify; 
	padding: 2px 5px 5px 5px;
	border-bottom: 1px solid #161616;
}


#foot {
	margin: 0px;
	background: #232323; 
	width: 840px;
	padding: 10px;
}

.footer {
	margin: 0px;
	font: 10px "Tahoma"; 
	color: #C1C1C1; 
	line-height: 12px; 
	text-align: justify; 
}

.footer a { 
	padding: 6px 15px 6px 15px; 
	width: 110px; 
	border-right: 0px solid #3F3F3F; 
	background: #2A2A2A; 
	color: #E0BC5C; 
	text-align: center; 
	font: 10px "Helvetica", sans-serif; 
}
.footer a:hover {
	background: #78BCC9; 
	color: #1F1F1F; 
	text-decoration: none;
}



/* Extra Boxes CSS */
.box {
	background: #212121; 
	font: 10px "Tahoma"; 
	color: #DDDDDD; 
	line-height:12px; 
	text-align: left; 
	padding: 5px 5px 0 5px;
}

.box2 {
	background: #88BAC1; 
	font: 10px "Tahoma"; 
	color: #212121; 
	line-height:12px; 
	text-align: left; 
	padding: 5px 5px 0 5px;
}





/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */