/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	background-color: #003366;
}

#container 
{
	display: block;
	margin: 0;
	width: 1075px;
	margin: 0 auto;
	background: url(../templateimages/mainbg.jpg) repeat;	
}

/* Contains rest of HTML */
#centrecontainer 
{
	margin: 5px 10px 0px 10px;
	padding: 0 0 0 0;
}


/* --- Header section ------------------------------------------------ */
#header {
	margin: 0px;
	width: 100%;
	height:190px;
}

#header #title 
{
	position:relative;
	left:-10px;
	top:-10px;
	height:200px;
}

#mainmenu
{
	position:relative;
	top:-200px;	
	left:380px;
}

#mainbanner
{
	position:relative;
	top:-90px;	
	left:380px;
}

#submenu
{
	position:relative;
	top:10px;	
}
/* Top links */

#header2
{
	position:relative;
	left:-10px;
	top:0px;
	background: #eeeeee;
	width:1075px;
}


#header2 .links {
	margin: 0px;
	padding: 5px 0;
	background: #c7c8ca;
	clear: both;
	position: relative;
}


#header2 .links li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#header2 .links a:link, #header2 .links a:visited {
	position: relative;
	text-decoration: none;
	color: #4d7ea2;
	font: bold 11pt Arial, Helvetica, sans-serif;
	letter-spacing: -0.02em;
	margin: 0px 0;
	padding: 5px 12px;
}


#header2 .links a:hover, #header2 .links a:visited:hover {
	background: #DDDDDD;
}

#header2 .links2 {
	margin: 2px 0 10px 0;
	padding: 2px 10px 6px 10px;
	border-bottom: solid 1px #DDDDDD;
	position: relative;
}

#header2 .links2 li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#header2 .links2 a:link, #header2 .links2 a:visited
	{
	margin: 0px 10px 0px 0px;
	text-decoration: none;
	color: #666666;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
	}


#header2 .links2 a:hover {
	color: black;
}


.roundedcornr_box {
   background: #ffffff;
}
.roundedcornr_top div {
   background: url(../templateimages/roundedcornr_tl.png) no-repeat top left;
}
.roundedcornr_top {
   background: url(../templateimages/roundedcornr_tr.png) no-repeat top right;
}
.roundedcornr_bottom div {
   background: url(../templateimages/roundedcornr_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom {
   background: url(../templateimages/roundedcornr_br.png) no-repeat bottom right;
clear: both;
}

.roundedcornr_top div, .roundedcornr_top, 
.roundedcornr_bottom div, .roundedcornr_bottom {
   width: 100%;
   height: 20px;
   font-size: 1px;
}
.roundedcornr_content { margin: 0 20px; }


/*Basket */
.basket_roundedcornr_box {
   background: #e4effa;
}
.basket_roundedcornr_top div {
   background: url(../templateimages/basket_roundedcornr_tl.png) no-repeat top left;
}
.basket_roundedcornr_top {
   background: url(../templateimages/basket_roundedcornr_tr.png) no-repeat top right;
}
.basket_roundedcornr_bottom div {
   background: url(../templateimages/basket_roundedcornr_bl.png) no-repeat bottom left;
}
.basket_roundedcornr_bottom {
   background: url(../templateimages/basket_roundedcornr_br.png) no-repeat bottom right;
}

.basket_roundedcornr_top div, .basket_roundedcornr_top, 
.basket_roundedcornr_bottom div, .basket_roundedcornr_bottom 
{
   width: 100%;
   height: 20px;
   font-size: 1px;
}
.basket_roundedcornr_content 
{ 
	margin: 0 20px; 
}

.basketbg
{	
	background-color:#e4effa;	
}

.promos
{
	background-color:#0c549f;
	text-align:center;
	padding:5px 0 0 0 ;
}


/* Left hand section of page body (if you have one!) */
#LeftSideBar 
{
	float: left;
	width: 200px;
	text-align: left;
	padding: 0;
	/* IE doubles the margins on floats, this takes care of the problem */
	display:inline;
	margin: 0px 10px 0 45px;
}

/* Dynamic page content section of page body */
#pagecontent 
{
	float: left;
	width: 590px;
	padding-left:0px;
	background-color:White;
	margin: 0 0 0 0;
}

#pagecontent_pad 
{
	padding: 0px 5px 5px 10px;
}

/* Right hand section of page body */
#RightSideBar 
{
	background-color:White;
	float:right;
	width: 155px;
	margin: 0px 45px 0px 0px;
}

#RightSideBar .section 
{
	display: block;
	padding: 0px 5px 5px 10px;
}

/* --- Footer -------------------------------------------------------- */
#footer {
	position:relative;
	top:-10px;
	clear: both;
	width: 1075px;
	margin: 10px auto;
	height:75px;
	background: url(../templateimages/footer.jpg);
}
#footer ul {
	margin: 10px 100px 0 0;
	padding: 0;
	list-style: none;
}
#footer li {
	float: right;
	display: inline;
	margin: 0;
	color: #999999;
}
#footer li a {
	color: #999999;
	font-weight: normal;
	padding: 0 8px;
}

/* T&Cs text */
#terms {
	padding: 10px 0 0 60px;
	color: white;
}
#terms .fix {
	padding-left: 10px;
}

.bottom_menu
{
	position:relative;
	top:-10px;
	float:right;	
	padding-right:80px;
	font-weight:normal;
}


/* --- language, currency menu and search box ------------------------ */
#languagemenu form select, #currencymenu form select {
	width: 100%;
	margin: 0;
	padding: 0;
}


#searchbox 
{
	position:relative;
	top:-110px;
	left:870px;
	z-index:100;
	margin: 0 0 0 0;
}
#searchbox input {
	width: 140px;
}

#searchbox #searchbutton {
	width: 30px;
	text-align: right;
	margin: 0;
	padding: 0;
}

/* --- Template items ------------------------------------------------ */
#left_pad {
	padding: 0px 5px 0px 8px;
}

#left h2 {
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}

/* search and mailinglist forms */
#quicksearch form {
	display: block;
}

#left input.submit {
	height: 22px;
	width: 30px;
}

#left input.text {
	width: 95px;
}

#mailinglist label#email {
	display: block;
	margin: 0px 0px 2px 0px;
}

#mailinglist label#htmlemail {
	display: block;
	margin: 2px 0px 2px 0px;
}

#right h2 {
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}
