/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	background-color: #FFF;
	background-repeat: no-repeat;
}

#container {
	display: block;
	background-color: #FFFFFF;
	margin: 0;
	width: 1024px;
	margin: 0 auto;
}

/* Contains rest of HTML */
#centrecontainer {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}


/* --- Header section ------------------------------------------------ */
#header {
	margin: 0px;
	width: 100%;
	background-repeat: repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header #title {
	float: left;
	width: 30%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#header #title2 {
	padding: 0px;
	float: right;
	width: 190px;
}

#header #title2 .section {
	float: right;
	width: 186px;
	border: 1px solid #999;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header #title2 img {
	vertical-align: bottom
}

/* Top links */

#header2 {
	height: 38px;
	background-image: url(../templateimages/menubgnd.png);
	width: 1005px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
}

#header2 .links {
	clear: both;
	position: relative;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin: 0px;
}

#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: #FFF;
	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 {
	color: #2A7FE9;
}


#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: red;
}

/* Left hand section of page body (if you have one!) */
#LeftSideBar {
	float: left;
	width: 150px;
	text-align: left;
	padding: 0;
	/* IE doubles the margins on floats, this takes care of the problem */
	display:inline;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
}

#LeftSideBar .section {
	width: 148px;
	display: block;
	border: 1px solid #999;
	background-color: #ECECEC;
}

#LeftSideBar .scrollersection {
	width: 148px;
	display: block;
	border: 1px solid #999;
	background-color: #ECECEC;
	height:100px;
    position: relative;
	overflow: hidden;
}

#LeftSideBar img {
	vertical-align: bottom;
}

#LeftSideBar .leftbox {
	margin : 0;
	width : 145px;
	text-align : center;
	padding-left : 3px;
	height : 60px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
} 

#LeftSideBar .leftbox a:link, #LeftSideBar .leftbox a:visited { 
	margin : 0;
	overflow:hidden;
	display : inline-block; 
	background-color : #fcfbeb; 
	float : left; 
	margin-top : 1px; 
	margin-right : 1px; 
	padding : 2px; 
	border : 1px solid #dfcec6; 
	text-decoration : none; 
	width : 9px; 
} 

/* Dynamic page content section of page body */
#pagecontent {
	float: left;
	width: 697px;
	padding-right: 0px;
	padding-left: 1px;
}

#pagecontent_pad {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

/* Right hand section of page body */
#RightSideBar {
	float: right;
	width: 150px;
}

#RightSideBar img {
	vertical-align: bottom
}

#RightSideBar .section {
	display: block;
	border: 1px solid #999;
	text-align: center;
}

/* --- Footer -------------------------------------------------------- */
#footer {
	clear: both;
	width: 1024px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#footer ul {
	margin: 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 {
	text-align: center;
}
#terms .fix {
	padding-left: 10px;
}


/* --- language, currency menu and search box ------------------------ */
#languagemenu form select, #currencymenu form select {
	width: 70px;
	margin-left: 100px;
	padding: 0;
}

#searchbox {
	width: 220px;
	float: left;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 100px;
}
#searchbox .inner {
	height: 36px;
	background: url(../templateimages/bg_topSearch.gif) no-repeat left top;
}
#searchbox fieldset {
	padding: 8px 0 3px 8px;
}
#searchbox h4 {
	display: none;
}
#searchbox input {
	background-color: transparent;
	border: none;
	font: normal 11pt Arial, Helvetica, sans-serif;
	letter-spacing: -0.02em;
	float: left;
	width: 165px;
}

#searchbox #searchbutton {
	width: 20px;
	height: 25px;
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: none;
	cursor: hand;
	cursor: pointer;
	background-image: url(../templateimages/Searchbtn.png);
	background-repeat: no-repeat;	
}
#searchbox #searchbutton span {
	display: none;
}

/* --- 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;
}
