@charset "utf-8";
/* CSS Document */

.red{color:#FFCCFF;}
.white{color:#FFFFFF;}
BODY {
	background:url(images/bg.gif) repeat-x;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
}
#wrapper {
	width:800px;
	margin:0 auto;
	margin-top:0px;
	
}
#halfwrapper {
	width:50%;
	float:left;
	background-color:#FFFFFF;
}
#header {
	padding-top:17px;	
	background:url(images/title.gif) no-repeat;
	height:100px;
	padding-left:300px;
}
#spacer {
	clear:both;
	height:0px;
}
#main {
	background-image:url(images/main.jpg);
	height:200px;
	padding:20px 20px 80px 480px;
	text-align:center;
	
}
#bottom {
	background-image:url(images/btm.gif);
	height:75px;
	padding:35px 30px 35px 30px;
	}
/* footer */
#footer {
	background:url(images/footer-bg.gif) repeat-x;
	height:140px;
	color:#FFFFFF;
	padding-top:30px;
}
#footer a{color:#FFFFFF;}
#footer a:hover{color:#CCCCCC;}
#footerl {
	width:45%;
	float:left;
	text-align:right;
}
#footerr {
	width:45%;
	float:right;
	text-align:left;
}
/* menu */
#nav {margin-top:45px; margin-left:70px;}
#nav li{float:left; list-style:none; display:block; background-image:url(images/tab.jpg); width:95px; height:35px; margin-left:5px; padding-top:10px; color:#FFFFFF; font-size:14px; font-weight:bold;}
#nav a{text-decoration:none; color:#FFFFFF;}
#nav a:hover{color:#CCCCCC;}


#home { background:url(images/menu/home2.png) no-repeat left bottom; }
#products { background:url(images/menu/products2.png) no-repeat left bottom; }
#quote { background:url(images/menu/quote2.png) no-repeat left bottom; }
#info {	text-align: left; }
#current {float:right; width:inherit;}
