@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b4d6a;
}
body {
	background-color: #FFFFFF;
	text-align:center;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
div {
	margin:0px;
	padding: 0px;
}	
h1 {
	font-size:14px;
	color: #3b4d6a;
	margin: 0px;
}	
#wrapper {
	width: 960px;
	margin:10px auto;
}
#header {
	width: 960px;
	height: 99px;
	margin-bottom: 10px;
}
#logo {
	width:99px;
	height: 99px;
	float:left;
}
#basket {
	width:auto;
	height: 99px;
	float:right;
}
.items {
	color: #c10a3d;
	font-weight:bold;
}
.total {
	font-weight:bold;
}
.find {
	color:#FFFFFF;
}
.cssText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b4d6a;
}
#topNav {
	width: 960px;
	height: 35px;
	background:url(../media/top_nav_bg.gif) no-repeat;
}
#navItem {
	float:left;
	margin-left:10px;
	color:#FFFFFF;
	font-size:13px;
	line-height:34px;
}
#navItem a {
	color:#FFFFFF;
	margin:0px 5px;
}
#navItem a:hover {
	color:#333333;
}
#search {
	float:right;
	line-height:35px;
	color:#FFFFFF;
	margin-right:10px;
	width: 300px;
}
#pageContent {
	width:790px;
	display:inline;
}
#leftCol {
	width:160px;
	margin: 10px 10px 10px 0px;
	float:left;
	text-align:left;
}
#leftMenu {
	border:1px solid #ced8ed;
	width: 160px;
}
.menuHeading {
	width: 158px;
	height: 25px;
	line-height: 25px;
	background-color: #3b4d6a;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
	margin:1px 1px 1px 1px;
}
.menuItems {
	padding:5px 0px 0px 10px;
	line-height:18px;
}
.menuItems a {
	text-decoration:none;
	color:#3b4d6a;
}
.menuItems a:hover {
	text-decoration:none;
	color:#000000;
}
#rightCol {
	width: 790px;
	float:right;
	text-align:left;
	margin: 10px 0px 10px 0px;
}
.categoryHolder {
	width: 774px;
}
.categoryHeading {
	width: 764px;
	height: 31px;
	line-height: 31px;
	background-color: #3b4d6a;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
}
.categoryDescription {
	margin: 10px 0px;
}
.categoryItem {
	float:left;
	width:19%;
	padding: 10px 0px;
	text-align:center;
	color:#3b4d6a;
}
.categoryItem a {
	color:#3b4d6a;
	text-decoration:none;
}
.categoryItem a:hover {
	color:#000000;
	text-decoration:none;
}
.categoryItem img {
	border:1px solid #ced8e6;
	margin-bottom:10px;
}
.price {
	color:#4b6614;
	font-size:13px;
	font-weight:bold;
}
#offersHolder {
	width:790px;
}
#offerOne {
	width:250px;
	height:510px;
	float:left;
}
#offerTwo {
	width:250px;
	height:510px;
	float:left;
	margin:0px 12px;
}
#offerthree {
	width:250px;
	height:510px;
	float:left;
}
.offerHeading {
	width: 240px;
	height: 31px;
	line-height: 31px;
	background-color: #3b4d6a;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
	float:left;
}
#footer {
	width: 960px;
	height: 35px;
	background:url(../media/footer_bg.gif) repeat-x;
}
#copyright {
	line-height: 35px;
	font-size: 11px;
	font-weight:bold;
	float: left;
	color:#FFFFFF;
	margin-left:10px;
}
#telephone {
	line-height: 35px;
	font-size:14px;
	font-weight:bold;
	float:right;
	color:#FFFFFF;
	margin-right:10px;
}
.breadcrumb {
	font-size:11px;
	color:#FFFFFF;
}
.breadcrumb a {
	text-decoration:none;
	color:#FFFFFF;
}
.breadcrumb a:hover {
	text-decoration:none;
	color:#CCCCCC;
}
table.productLarge img {
	border:1px solid #ced8e6;
}