* {
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
	background: url(images/background.png) repeat-x top #bfcdda;
	color: #003368;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 20px 0px;
	cursor: default;
}

ul, ol, dl {
	list-style: none;
}

a {
	color: #003061;
	text-decoration: none;
}

a:hover {
	color: #003061;
	text-decoration: none;
}

address {
	font-style:normal;
}

h1 {
	color: #003464;
	font-size: 22px;
	display: inline;
}

h2 {
	font-size: 22px;
	color: #6586a5;
	display: inline;
}

input {
	height: 23px;
	border: 1px solid #DDDDDD;
}

.input2 {

	border: 1px solid #DDDDDD;
}

small {
	font-size: 11px;
	color: #6586a5;
}

#page {
	width: 960px;
	margin: 0 auto;
	background: url(images/header.png) top no-repeat;
}

.button {
	background: url(images/button-background.png) repeat-x;
	color: #FFF;
	line-height: 25px;
	height: 25px;
	padding: 0px 8px;
	text-shadow: #486886 1px 1px 2px;
	cursor: pointer;
	border: none;
}
.button:hover { background: url(images/button-background-hover.png) repeat-x; text-shadow: #486886 0px 0px 15px;  }
.button:active { background: url(images/button-background-active.png) repeat-x; text-shadow: #486886 -1px -1px 2px; }

.searchbox {
	clip:rect( );
	font-size: 11px;
    border: 1px solid;
}

#header {
	height: 40px;
	overflow: hidden;
	color: #FFF;
	padding: 30px 30px 30px 490px;
}

#basket {
	width: 440px;
	height: 30px;
	text-align: left;
}

#search {
	width: 440px;
	height: 30px;
	text-align: right;
}

#account {
	top: -45px;
	left: 330px;
	position: relative;
}

#account a { color: #FFF; }
#account a:hover { color: #b2d0ec; }

#inner {
	width: 950px;
	background: url(images/inner-background.png);
	border-left: 5px solid #003061;
	border-right: 5px solid #003061;
}

#inner #menu {
	height: 150px;
	width: 950px;
	overflow: hidden;
}

#inner #menu li {
	height: 150px;
	overflow: hidden;
	float: left;
}

#menu li a {
	position: relative;
	display: block;
}

#inner #menu li a img {
	display: block;
}


#inner #menu li:hover a .imghover {
	display: block !important;
	margin-top: -150px;
}

.imghover {
	display: none !important;
}

.imgeffect {
	position: absolute;
	top: 0px;
}

#breadcrumbs {
	background: url(images/breadcrumbs.png) repeat-x #acb9c2;
	height: 31px;
	overflow: auto;
	font-size: 13px;
}

#breadcrumbs li {
	background: url(images/breadcrumbs-divider.png) right no-repeat;
	float: left;
	line-height: 31px;
	height: 31px;
	padding: 0px 20px 0px 10px;
}

#breadcrumbs li:last-child {
	background: none;
}

#breadcrumbs a {
	color: #285c95;
}

#breadcrumbs a:hover {
	color: #003061;
}

#content {
	overflow: hidden;
}

#content dl {
	width: 190px;
	float: left;
}

.basketside {
	line-height: 40px;
	border-bottom: 1px solid #c9d2d9;
	padding-left: 10px;
	display: block;
}

#content dl dd a {
	line-height: 40px;
	border-bottom: 1px solid #c9d2d9;
	padding-left: 10px;
	display: block;
}

#content dl dd a:hover {
	background: url(images/title.png) repeat-x;
	border-bottom-color: #8298ad;
	color: #FFF;
}

#content dl dt {
	padding-left: 10px;
	line-height: 40px;
	background: url(images/title.png) repeat-x;
	color: #FFFFFF;
}

#content .content-wrap {
	width: 759px;
	float: right;
}

#footer {
	padding: 40px 40px 20px 40px;
	background: #003061;
	overflow: hidden;
	width: 880px;
}

#footer small {
	font-size: 12px;
	color: #b2d0ec;
}

#footer a { color: #FFFFFF; }
#footer a:hover { color: #b2d0ec; }

#footer ul {
	float: left;
	width: 220px;
	color: #FFF;
}

#footer ul:first-child {
	width: 430px;
}

#product {
	padding: 30px;
	border-bottom: 1px solid #acb8c4;
}

.quantity {
	width: 30px;
}

#product div a {
text-decoration: underline;
}

#product div h1 a {
text-decoration: none;
}

#product div a:hover {
text-decoration: none;
}

#product div {
	overflow: hidden;
	margin-top: 16px;
	clear: both;
}



#product div img {
	float: left;
	margin: 0px 20px 20px 0px;
}



.quantity {
	text-decoration: none;
	font-size: 16px;
	color: #ff0000;
}

.quantity:hover {
	text-decoration: underline;
	font-size: 16px;
	color: #ff0000;
}
