body {
	font: 62.5%/1.8em "Lucida Grande", Helvetica, sans-serif;
	color: #4e4e4e;
	text-align: center;
	background: #e0e0e0 url("img/bkg.jpg") repeat-x top;
	}

*	{margin:0; padding:0;}

a, a:visited {
	text-decoration: none;
	}

a:hover {
	text-decoration: none;
	}

ul{
	list-style: none;
	}

a img,:link img,:visited img{
	border:none;
	}

#wrap { 
	text-align: left; 
	margin: 0 auto; 
	position: relative; 
	width: 985px;
	background: silver url("img/shadow.gif");
	}

img.block{
	display:block;
	border:none

	}
	/*--------------------------------
		Heading
	 --------------------------------*/
 #heading{
 	height:46px;
	background: url(img/top.jpg) no-repeat center;
	text-indent: -5000px;
 	}

#heading h1{
 	display:block
 	}

	/*--------------------------------
		NAV
	 --------------------------------*/
#nav{
	float:left;
	background: #c3c3c3 url(img/navbkg.jpg) no-repeat;
	height:314px;
	width:291px; /*  310 - 19 = 283 */
	margin-left:19px;
	display:inline
	}

#nav li{
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:1.6em;
	margin-right:11px;
	background:url(img/dots.gif) bottom no-repeat;
	}

#nav li.first{
	padding-top:12px;
	color:#000;
	font-weight:bold;
	padding:20px 0 12px 24px;
	display:block
	}

#nav li a, #nav li a:visited{
	color:#424242;
	padding:5px 0 0 44px;
	height:32px;
	display:block;
	background:url(img/dot.jpg) no-repeat 24px 10px;
	}

#nav li a:hover {
	color:#fff;
	background-color:#424242
	}


	/*--------------------------------
		CONTENT
	 --------------------------------*/
#content{
	width:575px;/* 575 - 100 = 575 */
	margin-right:80px; /* 310 is flush with line */
	float:right
	}	

#content h2{
	font-size:3em;
	line-height:1.2em;
	padding:48px 0 16px 0;
	color:#a6001e;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-weight:lighter
	}

#content h3{
	font-size:1.6em;
	line-height:1.2em;
	color:#a6001e;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	padding-bottom:6px;
	margin-bottom:6px;
	background:url(img/dotgrey.gif) bottom repeat-x
	}

#content p{
	font-size:1.2em;
	line-height:1.5em;
	padding-bottom:14px;
	}	

#content a, #content a:visited{
	border-bottom: 1px dotted #007dde;
	color:#007dde
	}

#content a.no, #content a.no:visited{
	border-bottom: 1px dotted #ff8a10;
	color:#ff8a10
	}

#content a:hover{
	border-bottom: 1px dotted #af4602;
	color:#af4602
	}	
	
#content  a:hover img{
	border: #333333 1px solid;
	background-color:#1D1D1D
	}

#content ul{
	list-style:square;
	padding:0 0 10px 14px
	}

#content ul li{
	font-size:1.2em;
	line-height:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:6px	
	}

#content img{
	margin:2px;
	padding:3px;
	border: #9A9A9A 1px solid
	}
	
#content p img.clean{
	margin:0;
	padding:0;
	border:none;
	}
	
#content p a{
	border-bottom:none
	}
	
#content p a:hover{
	border-bottom:none;
	}
	
#content a.no {
	border-bottom:none
	}
	
table{
	xpadding-bottom:14px;
	background-color:white;
	xborder-bottom:solid grey 1px;
	margin-bottom:30px;
	border-collapse:collapse;
}
td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: silver;
	color:black;
	padding:4px;
}
th{
	color:#a6001e;
	padding:4px;
	}
	
caption{
	text-align:left;
	font-size:1.2em;
	color:black;
	background: #D3D3D3 url(img/rate.gif)  no-repeat 4px center;
	padding:10px 0 10px 24px;
	}
	
	tr.shade td{background-color:red}
	
	/*--------------------------------
		LOGO Box
	 --------------------------------*/
#logo{
	float:left;
	margin-top:20px;
	margin-left:30px;
	width:240px;
	}
	
	#logo p{
	padding:10px 10px 0px 22px;
	font-size:1.2em;
	color: #727272
	}
	
#logo h3{
	padding:10px 10px 10px 22px;
	color: #000;
	font-size: 1.3em;
	}
	
	
.button {
   border-top: 1px solid #f7b997;
   background: #bf3c00;
   background: -webkit-gradient(linear, left top, left bottom, from(#850303), to(#bf3c00));
   background: -webkit-linear-gradient(top, #850303, #bf3c00);
   background: -moz-linear-gradient(top, #850303, #bf3c00);
   background: -ms-linear-gradient(top, #850303, #bf3c00);
   background: -o-linear-gradient(top, #850303, #bf3c00);
   padding: 10px 18px;
   -webkit-border-radius: 9px;
   -moz-border-radius: 9px;
   border-radius: 9px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
   letter-spacing:1px
   }
.button:hover {
   border-top-color: #2d3236;
   background: #2d3236;
   color: #ffffff;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }

	/*--------------------------------
		FOOTER
	 --------------------------------*/
#footer{
	clear:both;
	width:985px;
	height:287px;
	background:url(img/footer.jpg) no-repeat
	}

#footer p.tagline{
	clear:left;
	padding-left:334px;
	font-size:1.3em;
	color:white;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	}

#footer p.webdesign{
	padding-left:334px;
	padding-top:38px
	}

#footer p.webdesign a{
	color:#949494
	}

#footer ul{
	padding:176px 0 22px 334px;
	}

#footer ul li{
	float: left;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	padding:0 10px;
	border-right:1px solid #787878
	}

#footer ul li.first{
	padding-left:0
	}

#footer ul li.last{
	border-right:none
	}

#footer a, #footer a:visited {
	color:silver;
	font-size:1.1em;
	}

#footer a:hover{
	color:#af4602
	}	

.clearfix:after {
 	content: ".";              
 	display: block;         
 	height: 0;                  
	 clear: both;               
 	visibility: hidden;	     
}
/* alsett ckearing method */
.clearfix {display: inline-block;}   /* a fix for IE Mac */
/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
