
/* ####################### GLOBAL Styles ######################## */

body {
	background: #000 url('images/pgBg.gif') top center repeat-y;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.65em;
	color: #333;	
	margin: 0;
	padding: 0;
}

p {
	margin: 1.3em 0;
}

/* ####################### CONTAINER Divs ######################## */

div#container {
	margin: 0 auto;
	padding: 0;
	width: 920px;
	text-align: left;
}

div#header {
	width: 865px;
	padding: 0 15px 0 40px;
}

div#headerLeft {
	float: left;
	width: 300px;
	padding: 50px 0 0 0;
}

div#headerRight {
	float: right;
	width: 565px;
	padding: 22px 0 0 0;
	text-align: right;
}

div#content {
	width: 840px;
	padding: 70px 40px 40px 40px;
}

/* ####################### NAVIGATION ######################## */


div#navWpr {
	width: 400px;
	height: 24px;
	line-height: 24px;
	float: right;
	text-align: right;
	text-transform: uppercase;
}

/* Rollovers */

div#nav1 {
	float: left;
	width: 14%;
	text-align: center;
	background: url('images/navBg.gif') top right no-repeat;
}

div#nav2 {
	float: left;
	width: 15%;
	text-align: center;
	background: url('images/navBg.gif') top right no-repeat;
}

div#nav3 {
	float: left;
	width: 18%;
	text-align: center;
	background: url('images/navBg.gif') top right no-repeat;
}

div#nav4 {
	float: left;
	width: 30%;
	text-align: center;
	background: url('images/navBg.gif') top right no-repeat;
}

div#nav5 {
	float: left;
	width: 19%;
	text-align: center;
}

div#nav1 a, div#nav2 a, div#nav3 a, div#nav4 a, div#nav5 a, div#nav1 a:visited, div#nav2 a:visited, div#nav3 a:visited, div#nav4 a:visited, div#nav5 a:visited {
	display: block;
	color: #333;
	text-decoration: none;
}

div#nav1 a:hover, div#nav2 a:hover, div#nav3 a:hover, div#nav4 a:hover, div#nav5 a:hover {
	display: block;
	color: #979a9b;
	text-decoration: none;
}

/* 'On' States */

#sec1 div#nav1 a, #sec2 div#nav2 a, #sec3 div#nav3 a, #sec4 div#nav4 a, #sec5 div#nav5 a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}


/* ####################### HOME Divs ######################## */

div#col1Home {
	float: left;
	width: 324px;
	padding: 53px 43px 87px 62px;
}

div#col2Home {
	float: left;
	width: 411px;
	padding: 53px 0 87px 0; 
}

/* ####################### ABOUT Divs ######################## */

div#col1About {
	width: 816px;
	margin: 0 auto;
	padding: 40px 0 40px 0;
	text-align: left;
	font-size: 13px;
	line-height: 1.65em;
}

div#col1AboutL {
	width: 556px;
	margin: 0;
	padding: 0;
	float: left;
}

div#col1AboutR {
	width: 210px;
	margin: 0;
	padding: 20px 0 0 50px;
	float: left;
}

/* ####################### BRANDS Divs ######################## */

div#col1Brands {
	width: 816px;
	margin: 0 auto;
	padding: 40px 0 40px 0;
}

div.brandsRow {
	width: 816px;
	clear: both;
	overflow: hidden;
	margin: 0 0 28px 0;
}

div.brandsL {
	float: left;
	width: 264px;
}

div.brandsR {
	float: left;
	width: 552px;
}

.brandsList {
	width: 268px;
	padding: 0 0 0 30px;
	margin: 0;
	font-weight: bold;
}

.brandsList ul {
	margin: 0;
	padding: 0;
}

.brandsList li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	line-height: 24px;
	border-bottom: 1px solid #ccc;
}

.brandsList a {
	display: block;
}

/* ####################### BIO Divs ######################## */

div#col1Bios {
	float: left;
	width: 210px;
	padding: 28px 0 0 0;
}

div#col2Bios {
	float: left;
	width: 630px;
	padding: 0 0 60px 0;
}

div.bioHdrL {
	float: left;
	width: 394px;
	padding: 0 21px 40px 0;
	margin: 0;
}

div.bioHdrR {
	float: left;
	width: 215px;
	margin: 0;
}

.bioMenuOn {
	color: #333;
	height: 30px;
	line-height: 30px;
	width: 210px;
	font-weight: bold;
}

.bioMenuOn a {
	display: block;
}

.bioMenuOn a:link, .bioMenuOn a:visited {
	text-decoration: none; 
	font-weight: bold;
	color: #333;
}

.bioMenuOn a:active, .bioMenuOn a:hover {
	text-decoration: none; 
	font-weight: bold;
	color: #333;
}

.bioMenuOff {
	color: #333;
	height: 30px;
	line-height: 30px;
	width: 210px;
}

.bioMenuOff a {
	display: block;
}

.bioMenuOff a:link, .bioMenuOff a:visited {
	text-decoration: none; 
	color: #333;
}

.bioMenuOff a:active, .bioMenuOff a:hover {
	text-decoration: none; 
	color: #979a9b;
}

.divline {
	height: 1px;
	line-height: 1px;
	width: 100%;
	background-color: #c0c3c4;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font: 0;
}

/* ####################### CONTACT Divs ######################## */

div#col1Contact {
	float: left;
	width: 280px;
	padding: 20px 100px 60px 0;
}

div#col2Contact {
	float: left;
	width: 460px;
	padding: 20px 0 60px 0;
}

/* ####################### SITEMAP Divs ######################## */

div#col1Sitemap {
	width: 534px;
	margin: 0 auto;
	padding: 40px 0 74px 0;
}

.sitemapList {
	padding: 0;
	margin: 0;
	font-size: 1.05em;
}

.sitemapList ul {
	margin: 0;
	padding: 0;
}

.sitemapList li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	line-height: 38px;
	border-bottom: 1px solid #ccc;
}

.sitemapList li ul {
	padding: 0 0 25px 20px;
}

.sitemapList li li {
	border: none;
	line-height: 30px;
	margin: 0;
	border-bottom: 1px solid #ccc;
}


/* ####################### FOOTER STYLES ######################## */

div#footerWprHome {
	width: 840px;
	margin: 0 auto;
}

div#footerWpr {
	width: 840px;
	margin: 0 auto;
	border-top: 1px solid #c0c3c4;
}

div#footerHome {
	width: 840px;
	padding: 90px 0 0 0;
	text-align: center;
	color: #676d70;
	font-size: .92em;
}

div#footerHome a:link, div#footerHome a:visited {
	color: #676d70;
	text-decoration: none;
	text-transform: uppercase;
}

div#footerHome a:hover, div#footerHome a:active {
	color: #676d70;
	text-decoration: underline;
	text-transform: uppercase;
}

div#footer {
	width: 840px;
	padding: 28px 0 0 0;
	text-align: center;
	color: #676d70;
	font-size: .92em;
}

div#footer a:link, div#footer a:visited {
	color: #676d70;
	text-decoration: none;
	text-transform: uppercase;
}

div#footer a:hover, div#footer a:active {
	color: #676d70;
	text-decoration: underline;
	text-transform: uppercase;
}


/* ####################### GENERAL & TEXT Styles ######################## */

.clear {
	clear: both;
	overflow: hidden;
	font: 0;
}	

h1 {
	font-size: 1.2em;
	line-height: 1em;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 1.2em;
	line-height: 1em;
	margin: 0;
	padding: 0;
}

.txtMain {
	color: #333;
}

.txtMain a:link, .txtMain a:visited {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.txtMain a:hover, .txtMain a:active {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}

.txtBrands {
	color: #333;
}

.txtBrands a:link, .txtBrands a:visited {
	color: #333;
	text-decoration: none;
}

.txtBrands a:hover, .txtBrands a:active {
	color: #333;
	text-decoration: underline;
}

.txtSitemap {
	color: #333;
}

.txtSitemap a:link, .txtSitemap a:visited {
	color: #333;
	text-decoration: none;
}

.txtSitemap a:hover, .txtSitemap a:active {
	color: #333;
	text-decoration: underline;
}

.footerOn {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

.txtLg {
	font-size: 1.05em;
}

.txtXL {
	font-size: 18px;
	line-height: 24px;
}

.grey {
	color: #666;
}


