body {
	margin:30px;
	padding:0px;
	text-align:center;
	background:url(../GUI/body_bkgd.gif) repeat;

}

#container {
	width:806px;
	border:0px solid white;
	margin:0px auto;
  padding:0px;
	text-align:left;
	font-size:12px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	line-height:20px;
 	background:url(../GUI/container_bkgd.gif) repeat-y 50% 0%;
}

#header {
	background:url(../GUI/banner_bkgd.gif) no-repeat top center;
	height:99px; 
	overflow:hidden;

}

#header #logo {
	float:left;
	width:105px;
	padding-left:25px;
	padding-top:10px;
}

#header #nav {
	margin-left:125px;
	text-align:center;
  background:none;  
	border:0px;
	padding-top:28px;
	padding-right:8px;
}

html>body #header #nav {
	padding-top:20px;
	padding-right:7px;
}

#header #nav ul {
	list-style-type:none;
	float:right;	

}

#header #nav ul li {
	float:left;
	margin:0px;
	padding:0px;
}

#header #nav ul a {
	display:block;
}

#header #nav ul a img { 
  margin:0px;
  border:0px; 
}

#header #nav a:hover { 
 }

#banner {
	height:239px; 
	overflow:hidden;
  margin-left:8px;
}
html>body #banner {
	margin-left:7px;
}

/* main starts here */ 
#main {
	font-family:Verdana, Arial,Helvetica,sans-serif;
	color:#000000;
	font-size:11px;
	line-height:15px;
	letter-spacing:0px;
	

	z-index:-1;
  border:0px;
	padding-top:15px;
	padding-bottom:10px;
	height:300px;
}

html>body #main {
	height:auto;
	min-height:300px;
}

#main a {
	color:#8D0C10;
	text-decoration:none;
}

#main a:hover {
	color:#8D0C10;
	text-decoration:underline;
}

#main #products_nav {
	clear:both;
	padding-left:43px;
	height:30px;
}

#main #products_nav img{
	margin-right:5px;
}

#left {
	float:left;
  margin-left:2px;
	width:190px;
	padding:0px;
  background:none;
	text-align:left;
		height:100%;
}

html>body #left {
height:auto;
  margin-left:5px;
}


#left h1 {
	color:#9a9c9e;
	font-size:17px;
	line-height:25px;
	padding-left:37px;
}
#left h2{
	 font-size:15px;
}
#left ul {
	list-style-type:none;
	margin-top:0px;
}
#left ul li {
		text-align:left;
		
}
#left ul li a {
		color:#000000;
		text-decoration:none;
}

#left ul li a:hover {
		text-decoration:underline;
}

#content {
	padding:0px;
	padding-left:20px;
	padding-bottom:10px;
	margin-left:210px;
	margin-right:20px;
	margin-bottom:10px;
  background:white;
 	border:0px;

}

html>body #container #content {
	margin-left:210px;
	
}

#content h1{
	color:#9a9c9e;
	font-size:17px;
	line-height:25px;
}


#content h2{
	font-size:13px;
	margin-bottom:0px;
	border-bottom:1px solid black;
}

#content h3 {
	font-size:13px;
}
 
 #content p {
 margin-top:5px;
 margin-bottom:5px;
	font-size:11px;
 }

#content ul{
	list-style-image:url(../GUI/bullet.gif);
}

#content ul li{
	color:#D58741;
	font-family:Arial,Helvetica,sans-serif;
  font-size:10px;
}

#content #text {
 	float:left;
  width:283px;
}

#content #images {			 
	margin-left:300px;
}

#bottombar {
	margin:0px auto;
	height:56px;
	background:url(../GUI/bottom_bar.gif) no-repeat top center;
	padding-top:25px;
	color:#FFFFFF;
	text-align:right;
	width:806px;
	padding-right:20px;
}

#bottombar a{		
	font-size:11px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#FFFFFF;
	text-decoration:none;
}

#bottombar a:hover{		
	text-decoration:underline;
}

#footer {
	clear:both;
	text-align:center;
  color:#000000; 
	font-size:11px;
 	font-family:Verdana,Arial,Helvetica,sans-serif;
  text-decoration:none;
}

#footer a {
  color:#000000; 
	font-size:12px;
 	font-family:Arial,Helvetica,sans-serif;
  text-decoration:none;
}

#footer a:hover { 	color:#4799BE; text-decoration:underline; }


