@charset "utf-8";
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd, dt, q, table, thead, tbody, tfoot, caption, a, form, input, textarea, fieldset, pre {
	padding: 0;
	margin: 0;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(/images/shadows.gif) center top no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 952px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	left: -3px;
	background: url(/images/sidebarback1.gif) left repeat-y;
} 
#header {
	width: 950px;
	height: 155px;
	background: #fff url(/images/sshop-banner-english.jpg) no-repeat; 
	padding: 0;
	margin: 0;
}
#bannerlinks {
float: left;
position: relative;
top: 20px;
}
#sidebar1 {
	background: #000;
}
#sidebar1 #quicksearch {
	padding: 12px;
}
#sidebar1 #quicksearch h4 {
	color: #fff;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}
#sidebar1 #quicksearch select, #sidebar1 #quicksearch input {
	background: #fff;
	border: 1px #000 solid;
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 150px;
}
#sidebar1 #quicksearch input {
	color: #666;
}
#sidebar1 #quicksearch #gobutton {
	border: 1px #fff solid;
	background: #eb1d24;
	color: #fff;
	font: bold 11px Arial, Helvetica, sans-serif;
	width: 150px;
	margin: 5px 0px 0px 0px;
}
#topLinks {
	width: 950px;
	height: 24px;
	border-top: 4px #fff solid;
	border-bottom: 4px #fff solid;
}
#topLinks #greenLinks {
	float: left;
	background: #000;
	height: 24px;
	width: 782px;
	text-align: center;
}
#topLinks #orangeLinks {
	float: right; 
	background: #eb1d24;
	height: 24px;
	width: 166px;
	text-align: center;
	color: #ffffff;
}
#topLinks a {
	color: #ffffff;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#topLinks #greenLinks a {
	padding: 0px 5px 0px 5px;
}
#topLinks #greenLinks a:hover {
	color: #eb1d24;
	text-decoration: underline;
}
#topLinks #orangeLinks a:hover {
	color: #000;
	text-decoration: underline;
}
#sidebar1 {
	float: left;
	width: 174px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#sidebar1 #checkOutBox {
	height: 58px;
	margin: 0;
	border-bottom: 5px #fff solid;
	padding: 5px 0px 0px 0px;
}
#sidebar1 #checkOutBox button {
	border: 1px #fff solid;
	background: #eb1d24;
	color: #fff;
	font: bold 11px Arial, Helvetica, sans-serif;
	width: 150px;
	margin: 5px 0px 0px 12px;
}
#sidebar1 #catalogueMenuHeader {
	background: #117fb2;
	height: 20px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	font: bold 11px Arial, Helvetica, sans-serif;
	padding: 4px 0px 0px 12px;
	border-bottom: 3px #000 solid;
}
#sidebar1 #catalogueMenu {
	margin: 0;
	padding: 0px 0px 20px 0px;
	background-color: #91c74b;
}
#catalogueMenu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#mainContent li {
}
#catalogueMenu ul li a {
	font-size: 10px;
	color: #ffffff;
	background-color: #91c74b;
	display: block;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 162px;
	line-height: 20px;
	padding-left: 12px;
	margin-left: 0px;
	border-bottom: 1px #fff solid;
}
#catalogueMenu a:hover {
	background-color: #eb1d24;
	color: #fff;
}
#mainContent { 
	margin: 0px 0px 0px 174px;
	padding: 25px 0px 0px 30px;
} 
#footer { 
	width: 952px;
	height: 138px;
	background: url(/images/footer1.gif) no-repeat; 
	color: #fff;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
} 
#footer p {
	padding: 110px 0px 0px 20px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a {
	color: #000;
}
a:hover {
	color: #eb1d24;
}
h1 {
	font: normal 24px Arial, Helvetica, sans-serif;
	color: #000;
}
h2 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #000;
	padding: 10px 0px 0px 0px;
}
h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #eb1d24;
}
h4 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000;
}
h5 {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000;
}
p {
	padding: 0px 0px 10px 0px;
}
td {
	text-align: left;
	vertical-align: top;
}
.catalogue2_path_parent, .catalogue2_path_self {
	font: bold 10px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#leftBannerAd {
	height: 200px;
	width: 142px;
	background: #FFFFFF;
	overflow: hidden;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	margin: 4px;
	padding: 12px;
}
#productImage {
	height: 150px;
	text-align: center;
}


