/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	text-align: center;
	background-color: #FDEBF7;
	font-size:10px;
}

#container {
	display: block;
	background-image: url(../templateimages/back_fade.gif);
	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%;
	background-color: #fff;
overflow:auto;
}


/* --- Header section ------------------------------------------------ */
#header {
	margin: 0px;

}

#header #title {
	height: 100px;
	margin: 0px;
	background-color:#B5A7C8;
}

#header #logo {
	width:360px;
	float:left;
}

#header #searchwrapper {
float:right;
width:200px;
margin-top:20px;
}

/* Top links */

#header2 {height:25px;
background-color: #D0B7D7;
}

#header2 .links {
	margin: 0px 10px 0px 10px;
	padding: 0px;
}


#header2 .links li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	line-height:25px;

}

#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: 0px 12px 5px 0px;
	}


#header2 .links a:hover
	{
	position: relative;
	text-decoration: none;
	color: #816CA5;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

#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: 11px;
	font-weight: normal;
	}


#header2 .links2 a:hover
	{
	color: black;
	text-decoration: underline;
	}


/* --- Entire page body section - everything below the header -------- */
#pagebody {
	padding: 10px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}

/* Left hand section of page body (if you have one!) */
#left {
	width: 168px;
	margin: 0 0 0 10px;
	float: left;
}

/* Dynamic page content section of page body */
#pagecontent {
	width: 560px;
	float: right;
	padding: 0;
}

#pagecontent_pad {
	padding: 10px 5px 5px 0px;
}

/* Right hand section of page body */
#right {
	width: 168px;
	margin: 0px;
	float: right;
	margin-top: 0px;
	padding-top: 0px;
}

/* --- Footer -------------------------------------------------------- */
#footer {
width:780px;
margin:0px auto;
background-color:#F3DCEC;
	padding: 0px;
	clear: both;
	text-align: center;
	}

/* Footer nav links */
#footer .links {
	margin: 0px;

}

#footer .links li {
	list-style: none;
	display: inline;
}
	
#footer .links a {
	font-size: 9px;
	padding: 2px;
	margin-left: 3px;
	margin-right: 3px;
}

/* T&Cs text */
#terms {
	font-size: 9px;
	color: #8571A4;
line-height:30px;
}


/* --- language, currency menu and search box ------------------------ */
#languagemenu form select, #currencymenu form select, #prodtypemenuform select {
	width: 168px;
	margin: 0;
	padding: 0;
}

#searchbox input {
	width: 148px;
color:#816CA5;
}

#searchbox h4 {
color:#fff;}

#searchbox #searchbutton {
	width: 10px;
	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;
}

/* Gallery */


.galleryimg {
padding:5px;
border:1px solid #E6D1E7;
margin:5px 10px 5px 0px;
float:left;
display:inline;
}

/* --- Custom menu ------------------------------------------------- */

#custommenu {
	margin: 0 0 10px 0;
	padding: 0;
}

#custommenu ul {
	margin: 0;
	padding: 0;
	border: 0;
}

#custommenu ul li {
	list-style: none;
	float: none;
	padding: 0;
}

#custommenu ul li div {
	font-size: 11px;
	background-color: transparent; 		
}

#custommenu ul li div a {
	display: block;
	padding: 3px 2px 4px 2px;
	color: #816CA5;
font-weight:normal;
}

#custommenu ul li div a:hover {
	color: 816CA5;
	background-color: #FDEBF7;
	background-image: none;
}
