@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	}
	
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	margin-top:7px;
	}
	
br { line-height: 70%; }
	
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#666666;
	}

body {
	background-color:#000000;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	}

#site {
	background-image:url(images/bodyMainBack.jpg);
	background-position:top;
	background-repeat:repeat-x;
	width:950px;
	height:750px;
	position: absolute;
	left: 50%;
	margin-left: -475px;
	padding:0;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;
	}

#header {
	margin:0;
	padding:0;
	width:950px;
	height:239px;
	position: relative;
	background-image:url(images/headerNoFeature.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	}

#menu {
	font-size:12px;
	color:#FFFFFF;
	position: absolute;
	margin-left:462px;
	margin-top:34px;
	text-decoration:none;
	}

#menu a:link, #menu a:visited, #menu a:active {
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	}

#menu a:hover {
	font-size:12px;
	color:#CCCCCC;
	text-decoration:underline;
	}

#brands {
	margin-left:462px;
	margin-top:103px;
	text-decoration:none;
	position:absolute;
	}

#bodyArea {
	width:552px;
	height:324px;
	background-image:url(images/bodyLeft.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	float:left;
	}

#featureStory {
	background-color:#737373;
	width:309px;
	height:324px;
	float:left;
	}

#rightSide {
	background-image:url(images/bodyRight.jpg);
	background-position:center top;
	width:89px;
	height:324px;
	float:left;
	}

#footerImages {
	clear:both;
	position:relative;
	width:845px;
	padding-top:19px;
	margin-left:54px;
	}
	
#footer {
	color:#999999;
	font-size:9px;
	width:845px;
	padding-top:10px;
	margin-left:54px;
	}

#lgPhone {
	float:right;
	margin-right:48px;
	}

#homeFlash {
	width:194px;
	height:256px;
	margin-left:77px;
	margin-top:44px;
	float:left;
	overflow:hidden;
	}

#welcomeText {
	width:227px;
	float:left;
	margin-left:28px;
	margin-top:24px;
	}

#featureTxt, #featureTxt p {
	margin-left:15px;
	margin-right:15px;
	color:#FFFFFF;
	}

#bodyWide {
	width: 861px;
	height: 324px;
	background-image:url(images/bodyWide.jpg);
	background-repeat:no-repeat;
	float: left;
	position: relative;
	}
	
#bodyContentContainer {
	width: 784px;
	min-height: 256px;
	position: relative;
	float: left;
	margin-top: 44px;
	margin-left: 77px;
	overflow:auto;
	}
	
#bodyContent {
	width: 764px;
	float: left;
	position: relative;
	}
	
.firstP { margin-top:0px; }

.clearfloat {
	clear:both;
	height:0px;
	line-height:0px;
	visibility: hidden;
	}
	
#sectionTitle {
	position: absolute;
	top: 15px;
	right: 20px;
	width: 500px;
	height:18px;
	text-transform: uppercase;
	font-size:18px;
	color:#666666;
	text-align:right;
	font-weight: bold;
	}
	
#featureTxt a:link, #featureTxt a:hover, #featureTxt a:visited {
	color: white;
	text-decoration: none;
	font-weight: normal;
	}
	
#LeftContent {
	width: 470px;
	min-height: 260px;
	float: left;
	position: relative;
	margin-left: 77px;
	margin-top: 44px;
	color:#999999;
	overflow:auto;
	}
	
#LeftContentInner {
	width: 440px;
	float: left;
	position: relative;
	color:#999999;
	}