/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	text-align: center;
	background-color: #373636;
	font-family: Arial, Helvetica, sans-serif;
	overflow: scroll;
	overflow-x: hidden;
}

#container {
	display: block;
	/*background-image: url(../templateimages/back_fade.png);*/
	background-color:#373636;
	background-position: top left;
	background-repeat: repeat-x;
}

/* Contains rest of HTML */
#centrecontainer {
	width: 700px;
	text-align: left;
	margin: 0 auto;
	padding: 0 0 0 0;
	min-height: 100%;
	background-color:#373636;
}

.spacer
{
    background-color:#373636;
    padding:0 0 0 0;
}
.homespacer
{
    background-color:#373636;
    float:right;
}
/* --- Header section ------------------------------------------------ */
#quickNav
{
    background-color:#373636;
	margin: 5px 0 5px 0;
}
#quickNav .quickLinks {
	margin: 0px 10px 0px 10px;
	padding: 2px 0px 2px 0px;
	font-size: 10px;
	text-align:right;
}

#quickNav .quickLinks li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	color:White;	
}

#quickNav .quickLinks li a {
	color:White;	
}

#quickNav .quickLinks a:hover{
	color:White;
	text-decoration:underline;
}

#nav_container
{
    background-color:#373636;
	margin: 7px 0 7px 0;
}

#header {
	height: 86px;
	margin: 0 0 0 -10;
	background-color:#373636;
}
#logo
{
   margin-left:444px;
   margin-top:22px;
}
#header #title {
	height: 86px;
	margin: 0px 10px 0px 10px;
}

/* Top links */
#header2
{
    background-image:url(shop/skin_default/templateimages/nav_background.gif);
	background-repeat: no-repeat;
    height:27px;
	width:700px
}
.navSpace
{
    background-color:#000000;
    height:10px;
    width:450px;
}

#header2 .links {
	margin:  0px 0px 0px 19px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
}


#header2 .links li {
	list-style: none;
	display: inline;
	margin-left: 0;
	padding: 0 18 0 0;	
}

#header2 .links a:link, #header2 .links a:visited
	{
	position: relative;
	text-decoration: none;
	color: white;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 0 0;
	}


#header2 .links a:hover
	{
	position: relative;
	text-decoration: none;
	color: black;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

#header2 .links2 {
	margin: 0px 5px 0px 5px;
	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: black;
	text-decoration: underline;
	}
/* --- Entire page body section - everything below the header -------- */
#pagebody {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#homeimage
{
    float:right;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    display:inline;
}

ul.subnav{
	margin: 0 0 10 24;	
	padding: 5 0 0 0;
	color: #58B02D;
}

li.subnav{
	display: inline;
	padding: 0 0 0 0;
}

#myDiv a.subnav{
	font-size:10px;
	color:#373636;
}

#myDiv a:hover{
	font-size:10px;
	color:#B8C1C7;
		margin: 0;
}

#gContent
{
    height:227px;
	overflow: auto;
	padding: 0 ;
	SCROLLBAR-FACE-COLOR: #ffffff; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #ffffff; 
	SCROLLBAR-3DLIGHT-COLOR: #6D737A;
	SCROLLBAR-DARKSHADOW-COLOR: #6D737A; 		 
	SCROLLBAR-ARROW-COLOR: #6D737A; 
	SCROLLBAR-TRACK-COLOR: #ffffff; 
	SCROLLBAR-BASE-COLOR: #ffffff;
	margin: 0 24 0 13;
}

#gContent p
{
	font-size: 12px;
	color:#6D737A;
	margin:0;
	padding:4 12 4 0;
}

.green{
	color:#58b02d;
	font-weight: bold;
}

#gContent a.light
{
	text-decoration:underline;
	font-size: 13px;
	color:#848400;
}

#gContent a.light:hover
{
	font-size: 13px;
	color:#6D737A;
}

#gContent a.green
{
	text-decoration:underline;
	font-size: 12px;
	color:#58b02d;
}

#gContent a.green:hover
{
	font-size: 12px;
	color:#6D737A;
}

#gContent a.g
{
	font-size: 12px;
	color:#58b02d;
}

#gContent a.g:hover
{
	font-size: 12px;
	color:#6D737A;
}

h1 {
	font-size: 13pt	;
	font-weight: bold;
	color: #58B02D;
	margin: 0px 0 4px 0;
}

h2{
	font-size: 13px;
	font-weight: bold;
	color: #848400;
	margin: 8 12 4 0;
}

/* Left hand section of page body (if you have one!) */
#left {
	width: 152px;
	margin: 0px;
	float: left;
	
}

/* Dynamic page content section of page body */
#pagecontent {
	width: 446px;
	float: left;
	padding: 0px;
	background-color:#ffffff;
}
#myDiv
{
	height:286px;   
	padding: 0 0 -5 0;
}
#pagecontent_pad {
	padding: 0px 10px 0px 10px;
	height:250px;
}

/* Right hand section of page body */
#right {
	width: 168px;
	margin: 0px;
	float: right;
	margin-top: 0px;
	padding-top: 0px;
}

#flashcontent{
	margin:0 0 0 0 ;
	padding: 0;
}

#flashcontent2{
	margin:0;
	padding: 0;
}

/* --- Footer -------------------------------------------------------- */
#footer1
{
    padding-top:8px;
    background-color:#373636;
    width:446px;
    height:76px;
}

#footerContainer
{
    padding-left:24px;
    background-image:url(images/footerbackground.jpg);
    background-repeat:no-repeat;
    width:422px;
    height:76px;
}
#footer {
	padding-top: 20px;
	clear: both;
	text-align: left;

}

/* Footer nav links */
#footer .links {
	margin: 0px;
}

#footer .links li {
	list-style: none;
	display: inline;
}
	
#footer .links a {
	font-size: 7pt;
	padding: 2px;
	margin-left: 3px;
	margin-right: 3px;
}

/* T&Cs text */
#terms {
	background-image: url(shop/skin_default/templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 4px;
	padding-top: 10px;
	margin-bottom: 12px;
	font-size: 7pt;
	color: #999999;
}


/* --- language, currency menu and search box ------------------------ */
#languagemenu form select, #currencymenu form select {
	width: 168px;
	margin: 0;
	padding: 0;
}

#searchbox #strKeywords {
	width: 103px;
	height:14px;
	border:solid 1px #A4A4A4;
	vertical-align:top;
	margin-top:0px;
	color:#A4A4A4;
	background-repeat:no-repeat;
	background-color:White;
	padding-right:2px;
	padding-left:2px;
}
#searchbox #searchbutton {
	width: 23px;
	height: 18px;
	font-size:9px;
	color:#58B02D;
	background-image: url(shop/skin_default/templateimages/go_box.png);
	text-align: center;
	border-width:0px;
	margin:0;
	padding-bottom:2px;
}
#searchbox #searchbutton:hover 
{
    color:#ffffff;
    background-image: url(shop/skin_default/templateimages/go_box_on.png);
}

/* --- 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;
}
/*Information pop-ups */
.popupalign {
z-index:6;
top:10px;
height: 510px;
width: 560px;
position: absolute;
 margin-left: auto;
margin-right: auto;
right: 20px;
top: 17px;
}

.popupx {

height: 524px;
width: 550px;
background-color:#ffffff;
z-index:5;
margin-left: 5px;
margin-right: 5px;
margin-top: 5px;
margin-bottom: 5px;
text-align:left;
BORDER: #6EBB49 5px solid
}

.divlogo{
position: absolute;
left: 15px;
top:30px;
}

.divtext{
position: absolute;
left: 15px;
height:380px;
width:530px;
top:100px;
right: 15px;
overflow:auto;
SCROLLBAR-FACE-COLOR: #ffffff; 
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
SCROLLBAR-SHADOW-COLOR: #ffffff; 
SCROLLBAR-3DLIGHT-COLOR: #6D737A;
SCROLLBAR-DARKSHADOW-COLOR: #6D737A; 		 
SCROLLBAR-ARROW-COLOR: #6D737A; 
SCROLLBAR-TRACK-COLOR: #ffffff; 
SCROLLBAR-BASE-COLOR: #ffffff;
}

.close{
position: absolute;
bottom: 16px;
right: 15px;
}