BODY {
	margin: 0;
	padding: 0;
	background: #ffffff url('images/background_secondary.jpg') repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	text-align: center;
	color: #333333;
	}	

BODY.home {
	background: url('images/background_home.jpg') repeat-x;
	}
	
P, LI {
	font-size: 12px;
	}

H1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #fe380b;
	background-color: transparent;
	margin-bottom: -15px;
	}
	
H2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fe380b;
	background-color: transparent;
	margin-bottom: -15px;
	}

A {
	color: #79a1cc;
	text-decoration: none;
	}

A:hover {
	color: #4d78b0;
	text-decoration: underline;
	}
	
#Container {
	width:770px;
	margin:0 auto;
	padding: 0px;
	text-align:left;
	color:#333;
	background-color: transparent;
	position:relative;
	}

#Header {
	position:relative;
	width:770px;
	height:150px;
	background-color: transparent;
	}

#Logo {
	position:relative;
	margin:0 auto;
	padding: 10px 0 0 0;
	background-color: transparent;
	}

#TopLinks {
	position:absolute;
	top: 10px;
	right: 10px;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #c0d2e6;
	background-color: transparent;
	}	

#TopLinks IMG {
	position:relative;
	top: 7px;
		}		
	
#HomeImage {
	position: relative;
	top: 0px;
	left: 268px;
	width: 502px;
	height: 200px;
	background: transparent url('images/silver_round_home.jpg') no-repeat top right;
	}
		
#Nav {
	position: absolute;
	top: 150px;
	}
	

#titlebar{
	position: relative;
	top: 20px;
	width:100%;
	padding-bottom: 5px;
	border-bottom: 1px solid #c0d2e6;
	}

#titlebar H1 {
	font-size: 15px;
	margin:0;
	}	
	
#footer{
	position: relative;
	top: 20px;
	color: #333;
	text-align: center;
	width:100%;
	border-top:
	1px solid #c0d2e6;
	padding-bottom: 50px;
	}

#footer p {
	font-size: 10px;
	margin:0;
	padding:5px 10px;
	}
	
#Content {
	position: relative;
	top: 20px;
	margin-left: 250px;
	padding: 0 20px;
	}

#leftcolumn {
float: left;
width: 250px;
margin: 0;
padding: 0;
}	
	
#leftnav {
	float: left;
	width: 250px;
	margin: 20px 10px 0 0;
	padding: 10px;
	background: #e4ecf4;
	border-top: 10px solid #fff;
	}
	
#leftnav2 {
	float: left;
	width: 250px;
	margin: 0px 10px 0 0;
	padding: 10px;
	border-top: 1px solid #fff;
	}
	
#ProductsContent {
	position: relative;
	left; 0px; 
	top 10px;
	top: 20px;
	margin-left: 420px;
	padding: 0 20px;
	border: 1px solid #e4ecf4;
	}

#ProductsLeft {
	float: left;
	width: 400px;
	margin-top: 20px;
	padding-top: 20px;
	border: 1px solid #e4ecf4;
	}	
	
#HomeContent {
	position: relative;
	top: 0px;
	}
		
	
#HomeContentWrapper {
	float: left;
	width: 770px;
	}	

#HomeCenter {
	margin: 0 50px;
	padding: 0 10px;
	}

#HomeLeft {
	background: #fff;
	float:left;
	padding: 0 10px;
	width:230px;
	margin-left:-770px;
	border-right: 1px solid #c0d2e6;
	}

#HomeRight {
	background: #fff;
	float:left;
	padding: 0 10px;
	width:230px;
	margin-left:-250px
	}
	
	
/*  Homepage Nav  */

#navlistHome {
	margin-top: 30px;
	margin-left: 20px;
	padding-left: 0;
	list-style: none;
	font-size: 21px;
	line-height:1.7em;
	color: #ffffff;
	text-decoration: none;
	}

#navlistHome li a {
	padding-left: 10px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	font-size: 21px;
	color: #ffffff;
	text-decoration: none;
	}

#navlistHome li a:hover {
	padding-left: 10px;
	background-image: url(images/arrow_on.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	font-size: 21px;
	color: #ffff00;
	text-decoration: none;
	}

/*  End Homepage Nav  */


/*  Secondary Nav  */
#navcontainer ul {
	padding: .3em 0;
	margin: 0;
	list-style-type: none;
	color: #FFF;
	width: 100%;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	}

#navcontainer li { 
	display: inline;
	}

#navcontainer li.current {
	background-image: url(images/arrow_current.gif);
	background-repeat: no-repeat;
	background-position: 0 .6em;
	font-size: 13px;
	padding: .2em 1em;
	color: #000;
	}

#navcontainer li a {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .6em;
	font-size: 13px;
	text-decoration: none;
	color: #FFF;
	padding: .2em 1em;
	}

#navcontainer li a:hover {
	background-image: url(images/arrow_on.gif);
	background-repeat: no-repeat;
	background-position: 0 .6em;
	font-size: 13px;
	color: #ff0;
	}

	
	
/*  End Secondary Nav  */	

a.TopLinks {
	color: #79a1cc;
	text-decoration: none;
	}

a.TopLinks:hover {
	color: #4d78b0;
	text-decoration: underline;
	}

a.BrandList {
	color: #333333;
	font-size: 10px;
	text-decoration: none;
	}

a.BrandList:hover {
	color: #79a1cc;
	font-size: 10px;
	text-decoration: underline;
	}	
	
.small_text, .footer, .footer_links {
	font-size: 11px;
	line-height:1.2em;
	}

.small_text {
	color: #79a1cc;
	font-size: 11px;
	line-height:1.2em;
	}	
	
a.small_text {
	color: #4d78b0;
	text-decoration: none;
	}

a.small_text:hover {
	color: #79a1cc;
	text-decoration: underline;
	}	
	
.footer_links {
	color: #79a1cc;
	font-size: 10px;
	line-height:1.2em;
	}	
	
a.footer_links {
	color: #79a1cc;
	text-decoration: none;
	}

a.footer_links:hover {
	color: #4d78b0;
	text-decoration: underline;
	}
	
.form {
	color: #333;
	font-size: 12px;
	}

.required {
	color: #f00;
	font-size: 12px;
	}

IMG.BioPic {
	border: 1px solid #c0d2e6;
}

.pm_button {padding-top: 20px;}