/* ------------------------------ */
/* 1. universal reset */
/* ------------------------------ */

* {
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;
	color: #000;
	background: #000;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Gill Sans Regular','Gill Sans MT',Helvetica,Verdana;
	text-align: center;
}

div#container {
	width: 980px;
	margin: 0 auto 0 auto;
	background: url(images/1a.jpg);
	text-align: left;
}
div#main {
	width: 980px;
	margin: 0 auto 0 auto;
	background: url(images/bar.png) repeat-y;
	text-align: left;
	height: 650px;

}
div#headerleft {
	margin-left: -20px;
}
div#col1{
	width: 200px;
	float: left;
	margin-left: 20px;
	font-size: 18px;
	font-weight: normal;
	abackground: url(images/header3.png);	
	vertical-align: top;
}
div#col1 ul {
	list-style-type: none;
	line-height: 60px;
}
div#col1 ul li {
	background: url(images/a.png) no-repeat;	
}
div#col1 ul li a {
	display: block;
	text-align: center ;
	padding-left: 22px;
	vertical-align: middle;
	width: 178px;

}
div#col1 a:link, div#col1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background: url(images/button.png);
}

div#col1 a:hover {
	background: url(images/button1.png);
}

div#col2 {
	width: 760px;
	float: left;
	font-size: 14px;
	background: url(images/rightheader.png) no-repeat;	
}
div#headerright {
	awidth: 980px;
	margin: 0 auto 0 auto;
	line-height: 30px;
	padding-top : 180px;
	text-align: right;
	color: #C0C0C0;	
	font-size: 16px;
	font-weight: normal;
}

div#content {
	width: 550px;
	float: left;
	overflow:display;
	}

div#c4 {
	width: 150px;
	float:right;
	font-size: 8px;
	vertical-align: top;
	padding: 10px 20px 10px 10px;
	line-height: 10px;
}	
div#c4 h2 {
	display:block;
	line-height: 18px;
	text-align: center;
	background-color: #242328;
	color : #C0C0C0;
	font-size: 12px;
	text-transform: uppercase;
}

div#feature {
	text-align: center;
	abackground-color: #FFF;	
	color : #C0C0C0;
	font-size: 12px;
	height: 120px;
	width: 120px;
	margin-top: 5px;
	overflow:hidden;
	float: right;
}

div#basket {
	text-align: center;
	color : #C0C0C0;
	font-size: 12px;
	border-left: solid #242328 2px;
	border-right: solid #242328 2px;
	border-bottom: solid #242328 2px;
	overflow:hidden;
}


div#logobar {
	clear: both;
	width: 980px;
	height: 62px;
	text-align: center;
	background-color: #fff;
}

img.bd {
	border-left : solid #242328 2px;
	border-bottom : solid #242328 2px;
}

div#footer {
	width: 100%;
	height: 2px;
	color: #c0c0c0;
	background-color: #D70026;
	font-size: 14px;
}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

div#nav ul {
	list-style-type: none;
	padding-right: 3px;
}
div#nav ul li {
	display: inline;
}

div#nav ul li a {
	display: inline;
	text-align: center ;
	padding-left: 10px;
	vertical-align: middle;
	width: 178px;

}
div#nav a:link, div#nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

div#nav a:hover {
	color: #907E68;
	text-decoration: underline;	
}