@charset "utf-8";
/* -------------------- Web design by www.v35.co.uk ---------------------------------*/

/* This first part is to reset all margins etc so all browsers start from same blank page */
/* ------------------------------------ START undo_html.css ----------------------------------*/
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
/* ------------------------------------ END undo_html.css ----------------------------------*/

/* ----------------------------------- Start Standard CSS ---------------------------------- */

html {
overflow: auto;
}
body {
	font: 95% Arial, sans-serif;
	margin-top: 0px;
	padding: 0;
	text-align: center;
	color: #333333;
	background: #1D4497 url(../images/bg.jpg) repeat-x;
}
/* ----- Text Stylings ----- */
h1{
	font-size:140%;
	font-weight:bold;
	color: #1D4497;
	margin-left: 10px;
}
h2{
	font-size:120%;
	font-weight:bold;
	color: #1D4497;
}
h3{
	font-size:110%;
	font-weight:bold;
	color: #1D4497;
}
#cart a:link, #cart a:visited, #cart a:hover {
	font-size:95%;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a:link {
	color: #1D4497;
	text-decoration: none;
}
a:visited {
	color: #0F2E44;
	text-decoration: none;
}
a:hover {
	color: #1D4497;
	text-decoration: underline;
}
#footer a:link, a:visited {
	color: #1D4497;
	text-decoration: none;
}
#footer a:hover {
	color: #1D4497;
	text-decoration: none;
}
/* ------------------------------------- Start Divs ---------------------------------------- */

#container {
	background: #1D4497 url(../images/bg.png) left top repeat-y;
	width: 930px; 
	margin: 0 auto;
	margin-top: 0px;
	border: 0px solid #000000;
	text-align: left;
	overflow: hidden;
}
#header {
	background: url(../images/header.jpg) no-repeat;
	height: 255px;
}
#search {
	padding: 200px 0px 0px 48px;
}
html>/**/body #search {
	padding-top: 202px;
}
#maincontainer {
	float: left;
	background: url(../images/main.jpg) no-repeat;
	height: 100%;
}
#menucontainer {
	float: left;
	padding: 0px;
	margin: -15px 0px 0px 100px;
	width: 155px; 
}
* html #menucontainer {
	float: left;
	padding: 0px;
	margin: -13px 0px 0px 50px;
	width: 155px; 
}
#cart {
	float: right;
	padding: 0px;
	margin: 55px 0px 0px 0px;
	width: 155px; 
	color: #FFFFFF;
}
html>/**/body #cart {
	margin-top: 51px;
}
#maincontent {
	float: right;
	padding: 0px;
	margin-top: 2px;
	width: 675px; 
}
#content {
	width: 640px;
	margin: 0px 10px 0px 0px;
	margin-left: 10px;
	padding: 10px 0px 0 0px;
}
#footer {
	float: left;
	background: url(../images/footer.jpg) no-repeat top left;
	text-align: left;
    width: 950px; 
	height: 60px;
	padding: 10px 0px 0px 35px; 
	font-size: 80%;
	color: #666666;
}
#validation {
	float: right;
	background: #1D4497;
    text-align: center;
    width:950px;
    height: 25px;
	margin-top: -7px;
}
/* ------------------------------------- Menu Style ---------------------------------------- */
#menu {
	float: left;
	list-style: none;
	margin: 0;
	padding-top: 0;
	width: 145px;
}
#menu li {
	font: 130% Arial, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	border-top: 40px solid transparent;
	color: #132D62;
	display: block;
	margin: 0;
	padding: 4px 12px;
	text-decoration: none;
}
* html #menu a {
	border-top: 40px solid #E7E7FF;
	color: #132D62;
	display: block;
	margin: 0px 0px -23px 0px;
	padding: 4px 12px;
	text-decoration: none;
}
#menu a:hover {
	color: #8492D5;
	padding-bottom: 4px;
}
#menu .current {
	color: #8492D5;
	padding-bottom: 4px;
	cursor: default;
}