/* CSS Document */

body{
	background-image:url(../img/body-bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	font-size:22px;
	font-weight:normal;
	color:#252525;
	letter-spacing:2px;
}

h2 {
	font-size:17px;
	font-weight:normal;
	color:#99CC00;
	letter-spacing:1px;
	margin:0px;
	padding:0px;
	height:20px;
	line-height:20px;
}

a {
	color:#99CC00;
}

hr {
	width:92%;
	height:1px;
	border:0px;
	color:#1E1E1E;
	background-color:#1E1E1E;
	text-align:center;
}

#wrapper {
	width:860px;
	margin:0 auto;
}

#header {
	height:372px;
	display:block;
}

#content {
	width:840px;
	padding:10px;
	display:block;
}

#main {
	width:760px;
	margin:0 auto;
}

#splash {
	height:341px;
	background-image:url(../img/mid.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

#splashguts {
	padding-top:100px;
	width:740px;
	margin-left:50px;
	font-size:12px;
	color:#FFF;
}

#splashone {
	position:absolute;
	width:200px;
	margin-left:10px;
}

#splashtwo {
	position:absolute;
	margin-left:270px;
	width:200px;
}

#splashthree {
	position:absolute;
	margin-left:530px;
	width:200px;
}

#splashthree ul {
	margin:0px;
	padding:0px;
}	

#splashthree ul li {
	margin:0px;
	padding:0px;
	margin-left:10px;
	margin-bottom:6px;
}


#main p {
	font-size:12px;
	color:#666;
	line-height:16px;
}



#footer {
	height:80px;
	font-size:10px;
	color:#454545;
	padding:10px;
	width:840px;
	clear:both;
}

#footer a {
	color:#454545;
	margin-right:2px;
	margin-left:2px;
}

#footer-left{
	float:left;
	width:250px;
}

#footer-right {
	width:590px;
	float:right;
	text-align:right;
}

#vendors {
	display:block;
	margin-top:260px;
}


.small {
	font-size:10px!important;
	letter-spacing:0px;
}

.left_33 {
	width:230px;
	padding:10px;
	float:left;
}

.style1 {
	color: #99CC00;
	font-style: italic;
	font-weight: bold;
}

/* clearfix */

.clearfix:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix
{
	min-width: 0;		/* trigger hasLayout for IE7 */
	display: inline-block;
	/* \*/	display: block;	/* Hide from IE Mac */
}
* html .clearfix
{
	/* \*/  height: 1%;	/* Hide from IE Mac */ 
}