body {
	background-color : #b9b9b9;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	margin-bottom : 0;
	font-family: Helvetica, arial, verdana, sans-serif;
	font-size: 10pt;
}

p {
	font-size: 12px;
	color : #666666;
	line-height : 18px;
}

h2 {
	font-size: 14px;
	color : #01458e;
	font-weight: bold;
}

a:link, a:active, a:visited {

	color : #010dff;
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
	color: #010dff;
}

input {
	border: 1px solid #666666;
	background: #FFFFFF;
}

.submit input {
	color: #000000;
}

#container {
	position: relative;
	width: 715px;
	overflow : auto;
	left: 50%;
	margin-left: -357px;
	background: #FFFFFF;
}

#header {
	height: 120px;
	overflow: hidden;
	background-image: url('images/header-bg.png');
	background-repeat: no-repeat;
}

#logo {
	position: relative;
	top: 10px;
	left: 20px;
}

#topcontact {
	position: absolute;
	left: 408px;
	top: 40px;
	width: 300px;
	text-align: right;
	font-size: 11pt;
	line-height: 12px;	
}

#topnav {
	position: absolute;
	top: 10px;
	left: 400px;
	width: 300px;
	text-align: right;
	font-size: 9pt;
}

#topnav a{
	color: #666666;
	text-decoration: none;
}

#topnav a:hover{
	text-decoration: underline;
}

#links {
	height: 25px;
	background-color: #FFFFFF;
	font-weight: bold;
}

#links ul {
	font-size: 11pt;

}

#links li{
	float:right;
	list-style-type: none;
	width:110px;
	height:22px;
	text-align:center;
	background-color: #0006c4;

	padding-top:4px;
}

#links a{
	color:#FFFFFF;
	text-decoration:none;
}

#links a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

#banner {
	height: 210px;
}

#content {
	position: relative;
	left: 10px;
	width: 695px;
	line-height: 16px;
}

#contentmain {
	width: 420px;
	margin-right: 10px;
	margin-top: -260px;
	margin-bottom: 80px;
	position: relative;
}

#specials {
	width: 250px;
	border-width: 1px;
	border-style: solid;
	border-color: #b9b9b9;
	position: relative;
	left: 430px;
	height: 190px;
}

#westone {
	position: relative;
	left: 430px;
	width: 250px;
	height: 60px;
	margin-top: 10px;
}

#footer {
	background: #606060;
	color: white;
	font-size: 11px;
	line-height: 18px;
	height: 16px;
	overflow: hidden;
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: underline;
}

.heading {
	color: #0006c4;
	font-size: 13pt;
	font-weight: bold;
}

.subheading {
	color: #0006c4;
	font-size: 10pt;
	font-weight: bold;
}

.contact {
	text-align: right;
}

img {
	border: 0px;
}

.price {
	color: red;
}

.rrp {
	text-decoration: line-through;
}

.middle {
	text-align: center;
}