html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body{
	background: #000000 url(../../images/homepage/background.jpg) repeat-x;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #666666
	border:none;
	text-align: left !important;
	margin: 0 auto;
	padding:0 0 0 0;
	font-size:11px;
}

p { 
	margin: 0px;
	line-height:15px;
	}
strong, b {
	font-weight: bold;
	}
img {
	border: 0;
	margin: 0px;
	padding: 0px;
	}
form {
	margin: 0;
	padding: 0;
	}
hr {
	border: 0px;
	color: white;
	background-color: none;
	border-top: 1px solid #000000;	

	}
.hide {
	display: none;
	}
.clr {
	clear: both;
	}
.highlight {
	color: #d9ecff;	
	}
.floatright{
	float: right;
	margin: 10px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #B5B5B5;
	vertical-align: top;
	text-indent:0px;
	}
.floatleft{
	float: left;
	margin: 5px 5px 5px 15px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #B5B5B5;
	vertical-align: top;
	}

a:link {
	color: #333333;
	font-size: 11px;
	text-decoration: none;
}
a:visited {
	color: #333333;
	font-size: 11px;
	text-decoration: none;
}
a:hover {
	color: #333333;
	font-size: 11px;
	text-decoration: underline;
}
a:active {
	color: #333333;
	font-size: 11px;
	text-decoration: none;
}

h1{
	color: #E4030B;
	font-size: 16px;
	font-weight: bold;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}



#top_bar{
	height: 50px;
}

#menu_bar{
	height: 50px;
	float: left;
}

#menu_bar ul{
	text-indent: 0px;
	margin-left: 0px;
	margin-top: 0px;
	list-style-type: none;
	height: 50px;
	padding-left: 0px;
}

#menu_bar ul li{
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	height: 40px;
	background: url(../../images/homepage/menu_background.gif) no-repeat top left;
}

#menu_bar ul li a{
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

#search{
	height: 40px;
	float: left;
	background: url(../../images/homepage/menu_background.gif) no-repeat;
	padding-top: 15px;
	padding-left: 20px;
	
}
#banner{
	clear: both;
	background: url(../../images/homepage/banner.jpg) no-repeat;
	width: 980px;
	height: 218px;
}

#login_bar{
	margin-top: 11px;
	padding: 5px 0 0 10px;
	background: url(../../images/homepage/login_background.jpg) repeat-x;
	height: 23px;
	width: 970px;
}
#content_area{
	margin: 0 auto;
	width: 980px;
}
#content{
	background: white;
	min-height: 500px;
	width: 960px;
	font-size: 12px;
	float: left;
	display: inline;
	padding: 5px 10px 10px 10px;
}
#content_lhs{
	float: left;
	width: 160px;
	height: auto;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	background: url(../../images/homepage/lhs_background.jpg) no-repeat top;
	border: 1px solid #BBBBBB;
}
#category_heading{
	color: #E4030B;
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
}
#index_content_mid{
	float: left;
	display: inline;
	margin: 5px;
	width: 750px;
}
#content_mid{
	float: left;
	display: inline;
	margin: 5px 5px 5px 20px;
	width: 568px;
	background: white;
}
#content_rhs{
	float: left;
	display: inline;
	width: 200px;
}
#latest_news_heading{
	width: 200px;
	height: 25px;
	background: url(../../images/homepage/rhs_background.jpg) repeat-x;
	color: white;
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px;
	text-indent: 5px;
}
#latest_news{
	width: 198px;
	height: 184px;
	padding: 0px;
	border-left: 1px solid #BCBCBC;
	border-right: 1px solid #BCBCBC;
	border-bottom: 1px solid #BCBCBC;
	margin-bottom: 8px;
}
#promotions_heading{
	width: 200px;
	height: 25px;
	background: url(../../images/homepage/rhs_background.jpg) repeat-x;
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-indent: 5px;
}
#promotions{
	width: 198px;
	height: 184px;
	padding: 0px;
	border-left: 1px solid #BCBCBC;
	border-right: 1px solid #BCBCBC;
	border-bottom: 1px solid #BCBCBC;
	margin-bottom: 5px;
}

#footer{
	clear: both;
	height: 30px;
	width: 100%;
	color: white;
	font-size: 12px;
	padding: 5px;
}
#footer a{
	color: white;
	text-decoration: none;
}
#footer_lhs{
	float: left;
	margin-left: 20px;
	margin-right: 200px;
}
#footer_mid{
	float: left;
}
#footer_rhs{
	float: right;
	margin-right: 20px;
}
