/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	 margin:0; background:url(../templateimages/bg_top.gif) repeat-x top; background-color:#9cd3ff; 
}




img {border:none;}
#container {
	display: block;
	background-image: url(../templateimages/back_fade.png);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0 auto;
}

/* Contains rest of HTML */
#centrecontainer {
	width: 780px;
	text-align: left;
	margin: 0 auto;
	min-height: 100%;
}


/* --- Header section ------------------------------------------------ */
#header {
	height: 70px;
	margin: 0px;

}

#header #title {
	height: 70px;
	margin: 0px 10px 0px 10px;
}

/* Top links */
#header2 {
	vertical-align:top;
	background:url(../templateimages/graphic_reel.jpg) no-repeat;
	padding-top:12px;
}

#header2 .links {
	margin: 0; padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#636060;
}


#header2 .links li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0px;
}

#header2 .links a
	{
	margin: 0 3px 0 3px; padding: 0;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#636060; font-weight:normal;
	}


#header2 .links a:hover
	{
	margin: 0 3px 0 3px; padding: 0;
	text-decoration: underline;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#636060; font-weight:normal;
	}

/* #header2 .links2 {
	margin: 0px 10px 0px 10px;
	padding: 2px 0px 2px 0px;
}

#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: white;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: normal;
	}


#header2 .links2 a:hover
	{
	color: #d2ebfa;
	text-decoration: underline;
	}


/* --- Entire page body section - everything below the header -------- */
#pagebody {
	padding: 10px 10px 0px 10px;
	margin: 5px 0px 0px 0px;
	background-color:#ffffff;
}

/* Left hand section of page body (if you have one!) */
.left {
	width: 213px;
	margin: 0px;
	padding:0px;
	background:url(../templateimages/left_nav.gif) repeat-y;
	text-align:left;
}

.leftshadow {
	background:url(../templateimages/left_shadow_repeat.gif) repeat-y;
}

.rightshadow {
	background:url(../templateimages/right_shadow_repeat.gif) repeat-y;
}

/* Dynamic page content section of page body */
#pagecontent {
	width: 609px;
	padding: 0; margin:0;
	background:url(../templateimages/graphic_hook.jpg) bottom right no-repeat #FFFFFF;
}

#pagecontent_pad {
    width:569px;
	margin: 0; padding:0 20px 0 20px;
}

/* Paul Wallas //24/04/2008// Left hand section of page body */
#left {
	width: 168px;
	margin: 0px;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
}

/* --- Footer -------------------------------------------------------- */
#footerbg {
	padding: 0px;
	margin:0px;
	clear: both;
	background:url(../templateimages/bg_footer.gif) repeat-x top;
	height:151px;

}

#footer {
	padding: 0px;
	margin:0px;
	clear: both;
}

/* Footer nav links */
#footer .links {
	margin: 0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#ffffff;
	font-weight:normal;
}

#footer .links li {
	font-weight:normal; text-decoration:none;
	color:#ffffff;
	list-style: none;
	display: inline;
}
	
#footer .links a {
	font-weight:normal; text-decoration:none;
	color:#ffffff;
	padding: 2px;
	margin-left: 3px;
	margin-right: 3px;
}


#footer .links a:hover {
	font-weight:normal; text-decoration:underline;
	color:#ffffff;
	padding: 2px;
	margin-left: 3px;
	margin-right: 3px;
}
/* T&Cs text */
#terms {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#ffffff; text-align:center; margin:12px 0 7px 0; line-height:15px;
}

#terms a{
	color:#ffffff; text-decoration:underline;
}

#terms a:hover{
	color:#ffffff; text-decoration:none;
}


/* --- language, currency menu and search box ------------------------ */
#languagemenu form select, #currencymenu form select, #prodtypemenuform select {
	width: 168px;
	margin: 0;
	padding: 0;
}

#search_field { margin:12px 0 0 62px; height:14px; width:128px; border:none; background:none; font-size:10px; color:#000000; }

.search_submit { background:url(../templateimages/but_go.gif) no-repeat; height:18px; width:18px; margin:11px 0 0 2px; border:none; outline:none; cursor:pointer; vertical-align:top; padding:0px;}

/* ---.search_form { height:14px; width:128px; margin:0; background:none; padding:0 0 0 8px; border:none; outline:none; font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#000; font-weight:normal; }

.search_text {font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#ffffff; padding:0px 0 0 2px; text-align:left;}

#searchbox #searchbutton {
	width: 18px;
	height:18px;
	background:url(../templateimages/but_go.gif) no-repeat;
	margin: 12px 0 0 0px;
	padding: 0;
}

*/


#searchbox input {
	width: 136px;
}



/* --- Template items ------------------------------------------------ */
#left_pad {
	padding: 0px 5px 0px 8px;
}

#navbg {
	 background:url(../templateimages/left_nav_top.gif) no-repeat top; height:36px; padding:8px 23px 10px 15px;
}

#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;
}
#cards { margin: 8px 23px 10px 15px;

}
