@charset "UTF-8";
/* CSS Document */

html {
	background-color:#333;
}

body {
	background-image:url(/images/bg2.gif);
	background-repeat:no-repeat;
	background-position:center top;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fff;
	height:100%;
}


#container {
	width:850px;
	margin:0 auto;
	margin-top:1px;
	
	
}

#top_header {
	width:850px;
	margin:0 auto;
	background-image:url(/images/header2a2.png);
	height:140px;
}


/* MENU BAR */

#menubar {
	width:850px;
	margin:0 auto;
	height:45px;
	background-image:url(/images/elite_nav2.gif);
	
}

#menubar ul {
	margin:0;
	padding:0;
	list-style-type:none;
	display:inline;
}

#menubar ul li {
	display:inline;
	margin:0;
	padding:0;
	float:left;
}

#menubar ul a.home {
	display:block;
	height:45px;
	width:169px;
	background-image:url(/images/home2.png);
}
#menubar ul a.about {
	height:45px;
	width:162px;
	background-image:url(/images/about2.png);
	display:block;
}
#menubar ul a.prods {
	height:45px;
	width:169px;
	background-image:url(/images/prods2.png);
	display:block;
}
#menubar ul a.quote {
	height:45px;
	width:170px;
	background-image:url(/images/quote2.png);
	display:block;
}
#menubar ul a.contact {
	height:45px;
	width:180px;
	background-image:url(/images/contact2.png);
	display:block;
}

#menubar ul a.home:hover {
	display:block;
	height:45px;
	width:169px;
	background-image:url(/images/home2_roll.png);
}
#menubar ul a.about:hover{
	height:45px;
	width:162px;
	background-image:url(/images/about2_roll.png);
	display:block;
}
#menubar ul a.prods:hover {
	height:45px;
	width:169px;
	background-image:url(/images/prods2_roll.png);
	display:block;
}
#menubar ul a.quote:hover {
	height:45px;
	width:170px;
	background-image:url(/images/quote2_roll.png);
	display:block;
}
#menubar ul a.contact:hover {
	height:45px;
	width:180px;
	background-image:url(/images/contact2_roll.png);
	display:block;
}

/* DROPDOWN MENU */

ul.dropdown ol {
position:absolute;
visibility:hidden;
top:186px;
width:250px;
border:1px solid #0f0;
border-top:none;
margin:0;
padding:0;
list-style-image:none;
z-index:509;

background-color:#FFF;
background-repeat:repeat;
}

ul.dropdown ol li {
 float: none;
 color:#000;
 display:block;
 z-index:509;
 
}
ul.dropdown ol li a {

display:block;
width:210px;
padding:10px;
margin:0px 10px;
text-transform:uppercase;
padding-bottom:10px;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
color:#000;
font-weight:bold;
z-index:509;
border-bottom:1px dashed #0F0;
}

ul.dropdown ol li a:hover {

display:block;
width:230px;
padding:10px;
margin:0px;
text-indent:20px;
background-image:url(/images/ol_bgH.png);
background-repeat:repeat;
padding-bottom:10px;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
text-transform:uppercase;
font-weight:bold;
color:#0F0;
z-index:509;
border-bottom:none;


}


ul.dropdown li:hover ol {
 visibility:visible;
}


/* END MENU */

#bod {
	
	border:1px solid #0f0;
	width:850px;
	margin-top:20px;
	margin-bottom:20px;
	
	
}

#body_info_home {
	padding:20px;
	background-color:#fff;
	background-image:url(/images/bodybg_home.png);
	background-repeat:no-repeat;
	background-position:top center;
	position:relative;
		
}

#body_info {
	padding:20px;
	background-color:#fff;
	
	position:relative;
		
}

#body_info p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#body_info a {
	color:#00ff00;
	font-weight:bold;
	text-decoration:none;
}

#content p {
	color:#333;
	margin-left:15px;	
	
}

#footer {
	margin:0 auto;
	width:100%;
	text-align:center;
	font-size:10px;
	color:#ccc;
	padding:25px;
	background-color:#333;
	height:100%;
	border-top:2px solid #999;
	
	
}



#footer a:link, #footer a:visited {
	color:#ccc;
	padding-bottom:8px;
}
#footer a:hover {
	color:#fff;
}

#footer table td {
	border-right:1px solid #666;
	
}



#left {
	padding:5px;
	font-size:12px;
	margin:5px;
	background-color:#F6F6F6;
	border:1px solid #C9C9C9;
	margin-right: -5px\9;
	border-right-width: medium\9;
}

#left p {
	padding-right:10px;
	
}


.imagelinks {
	bottom:0px;
	position:relative;
}
#right {
	padding-left: 5px\9;
	font-size:12px;
	color:#1b3f1d;
	margin:5px 5px 5px 0px;
}
#right img {
	border:1px solid #999;
	
}
h2 {
	font-size:14px;
	font-weight:bold;
	color:#000;
}
h1 {
	font-size:20px;
	color:#00ff00;
	
	border-bottom:1px solid #999;
	position:relative;
	text-transform:uppercase;
}
ul.windowlist li {
	margin-bottom:4px;
	color:#333;
	margin-right:10px;
	font-size:12.5px;
}

table.contact  {
	margin-left:20px;
}
.window1 {
	padding:3px;
	border:1px solid #999;
	background:#E7E7E7;
	width:200px;
	float:right;
	margin-left:5px;
	margin-bottom:5px;
}
.window2 {
	padding:3px;
	border:1px solid #999;
	background:#E7E7E7;
	width:200px;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
.roof1 {
	padding:3px;
	border:1px solid #999;
	background:#E7E7E7;
	width:200px;
	float:right;
	margin-left:5px;
	margin-bottom:5px;
}
.roof2 {
	padding:3px;
	border:1px solid #999;
	background:#E7E7E7;
	width:200px;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

#start {
	
	position:absolute;
	bottom:20px;
	right:20px;
	
	width:250px;
	height:150px;
}

.contact {
	font-size:13px;
}
#btm_nav {
	background-color:#333;
	border:1px solid #0F0
}
#btm_nav td {
	border-right:1px solid #666;
}
#btm_nav a {
	color:#CCC;
	text-decoration:none;
}
#btm_nav a:hover {
	color:#fff;
	text-decoration:none;
}