@charset "UTF-8";
/* CSS Document */

/*//////////////////////////////////////////////////////////
	Global Stuff
//////////////////////////////////////////////////////////*/

	.clearfix:after {
	   content:".";
	   display:block;
	   height:0;
	   clear:both;
	   visibility:hidden;
	}
	.clearfix {display:inline-block;}
	.clearfix {display:block;}
	
	
	* {
		padding: 0;
		margin: 0;
	}	
		
	br.clear {
		height: 0em;
		font: 1px/1px sans-serif; /* stop IE from revealing unnecessary bg */
		text-decoration: none;
		margin: 0;
		padding: 0;
		clear: both;
	}
	
	button {
		background-color: transparent;
		cursor:pointer;
		border:0; 
	}
		
	/* text-indent:-9999px; line-height: 0.001em; font-size: 0.001em; */
	
/*/////////////////////////////////////////////////////////////////////
	Fontage
/////////////////////////////////////////////////////////////////////*/

	body, a, ul, li, p, h1, h2, h3, h4, input, select, textarea {
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
		text-align: left;
	}
	
	h2 {
		color: #0000ff;
		font-size: 1.6em;
		margin: 0 0 16px 0;
	}
	
	h3 {
		color: #0000ff;
		font-size: 1.4em;
		margin: 0 0 14px 0;
	}
	
	
	
	p {
		font-size: 1.2em;
		margin: 0 0 24px 0;
		}
	
	

/*/////////////////////////////////////////////////////////////////////
	Shell
/////////////////////////////////////////////////////////////////////*/
	
	
	body {
		font-size: 62.5%;
		text-align: center;
		margin: 0; padding: 0;
		background: #cbcbcc;

	}
	
	#wrapper {
		background: #ffffff url(../../images/layout/page-bg.gif) repeat-x;

	}
	
	#mainContainer {
		width: 980px;
		margin: 0 auto 0 auto; 
		padding: 0;
	}
	
	#bannerLeft {
		width: 300px;
		float: left;
		}
	
	h1 {
		text-indent:-9999px; line-height: 0.001em; font-size: 0.001em;
		background:url(../../images/layout/sdw-logo.gif) no-repeat;
		width: 214px;
		height: 103px;
		float: left;
		}
		
	#bannerLeft p {
		color: #959595;
		font-size: 1.8em;
		padding:160px 0 0 0;
		}
		
	#bannerLeft a {
		color: #959595;
		}
		
	#bannerLeft a img {
		margin: 20px 0 0 0;
		}
		
	#bannerRight {
		float: left;
		background:url(../../images/layout/banner-car3.jpg) no-repeat top right;
		width: 680px;
		height: 379px;
	}
	
	#bannerRight ul {
		list-style-type: none;
		margin:36px 0 0 0;
		text-align:right;
	}
	
	#bannerRight ul li {
		display: inline;
		margin: 0 0 0 20px;
	}
	
	#bannerRight ul li a {
		color: #ffffff;
		font-size:1.6em;
	}
	
	#bannerRight ul li a:hover {
		color: #ff0000;
	}
	
	
	#footerContainer {
		background-color: #cbcbcc;
		margin: 60px 0 30px 0;
	}
	
	#footer {
		width: 980px;
		margin: 0 auto 0 auto; 
		padding: 20px 0 0 0;
	}
	
	#footer ul {
		list-style-type: none;
	}
	
	#footer li {
		display: inline;	
	}
	
	#footer li a {
		color: #ffffff;	
		font-size: 1.1em;
	}
	
	#footer li a:hover {
		text-decoration: underline;
	}
	
	#footer li span {
		padding: 0 4px;
		color: #ffffff;
	}
	
	
	#footer p {
		padding: 8px 0 0 0;
		color: #ffffff;
		font-size: 1.1em;
	}
	
	
	
	
	
	
	
	
	#mainContent ul {
		list-style-type: none;
		margin: 0 0 20px 0;
	}
	
	
	#mainContent li {
		background: url(../../images/layout/nut.gif) left no-repeat;
		padding: 0 0 0 32px;
		line-height: 32px;
		font-size: 1.2em;
	}
	
	
	#mainContent #left {
		float: left;
		width: 500px;
	}
	
	
	#mainContent #right {
		float: left;
		width: 480px;
	}
	
	
	
	ul#box li {
		background-image: none;
		float: left;
		width: 186px;
		padding: 0;
		margin: 0 10px 10px 0;
		border: 1px solid #444444;
		height: 140px;
	}
	
	ul#box li.last {
		margin: 0 0 8px 0;
	}
	
	
	table td {
		background-color: #f1f1f1;
		}
	
	table td, table th {
		height: 30px;
		padding: 0 10px;
		}
		
	table th {
	background-color: #d3d3d3;
	}


table.white td {
		background-color: #ffffff;
		}
		
	#colOne {
		float: left;
		width: 200px;
		}	
		
		
	#colTwo {
		float: left;
		width: 600px;
		}
		
		
	h4 {
		font-size: 1.3em;
		margin: 0 0 4px 0;
		}
		
		
		
	table.home td {
		background-color: #ffffff;
		padding: 0;
		}
		
		
		
		
	

