@charset "utf-8";
/* CSS Document */
body {
	background-color: #eeeeee;
	//background-image:url(../images/bg_site.jpg);
	//background-position:center top;
	//background-repeat:no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 90%;
}
a {
	color:#FF0000;
	text-decoration:none;
}
.footer {
	padding:0px;
	height:28px;
	line-height:28px;
	width:980px;
	margin:auto;
	text-align:right;
	font-size:10px;
	color:#666;
	background:#fff;
}

#navBar {
	background-color:#000000;
	padding:0px;
	height:44px;
	width:980px;
	margin:auto;
}
#navBar ul {
 	display:inline;
	list-style-type:none;
	color:#ffffff;
	float:left;
	
 
}

#loginButton {
	background-color:#000000;
	font-size:10px;
}
#navBar ul li {
 	display:inline;
	list-style-type:none;
	padding:9px 0px 9px 0px;
	padding-right: 27px;
}
#navBar ul li a {
	color:#ffffff;
	text-decoration:none;
	font-size:75%;
	letter-spacing: 1px;
}
#navBar ul li a:hover {
	color:#cccccc;
}
#content {
	background:#ffffff;
	width:980px;
	padding:0px;
	margin:auto;
}
#latestNews {
	width:600px;
	float:left;
	padding:10px;
	margin:0;
	padding-top:0;
}
#latestNews .newsImage {
	float:left;
	width:300px;
	margin:0;
	padding:0;
}
#latestNews .newsImage img {
	width:300px;
}
#latestNews p {
	color:#666;
	margin:4px;
}
#latestNews .date {
	color:#ff3300;
	font-size:12px;
	font-weight:bold;
	margin:0;
}
#latestNews h3 {
	font-size:22px;
	color:#000000;
	margin-bottom:10px;
	margin-top:0;
}
#latestNews .newsText {
	float:left;
	width:280px;
	margin-left:10px;
	padding:5px;
	font-size:11px;
}
#latestNews .newsStory {
	margin:10px 0 10px 0;
	border-bottom: 1px solid #cccccc;
	padding-bottom:20px;
}
#brands {
	width:310px;
	float:left;
	margin-left:20px;
	padding:10px;
	padding-top:0;
}
#brands table {
	margin-top:15px;
	margin-bottom:10px;
}
#catalogs {
	background-color: #ffffff;
/*	Removed as per Moses' request */
/*	background-image:url(../images/bg_catalogs.jpg);*/
	background-position:center top;
	background-repeat:no-repeat;
	}
form {
	display: inline;
	margin:0;
}
h1 {
	margin:10px 0 0 0;
	border-bottom:1px solid #990000;
	color:#990000;
	font-size:28px;
}
.bigh1 {
	margin:10px 0 0 0;
	color:#990000;
	font-size:25px;
}
h2 {
	margin:10px 0 0 0;
	border-bottom:1px solid #990000;
	font-size:25px;
	color:#990000;
	padding:0;
}
h3 {
	margin:2px 0 0 0;
	border-bottom:1px solid #990000;
	font-size:17px;
	color:#666666;
	padding:0;

}
.storeQuick {
	margin-bottom:15px;
	border-bottom:1px solid #cccccc;
}
.storeQuickAddress p {
	font-size:10px;
	margin:0;
}
#storeDetails {
	padding:3px;
	padding-left:10px;
}
/* content Page Layout */

#contentDiv {
	padding:10px;
}
#leftDiv {
	width:450px;
	float:left;
	margin-left:20px;
	padding:10px;

}

#rightDiv {
	width:450px;
	float:right;
	margin-left:20px;
	padding:10px;

}
.clearfix {
	clear:both;
}
.regularPage {
	margin-bottom: 20px;
}
legent {
	color: #000000 !important;
}
