/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */

A:link, A:visited, A:visited {
	color: #6E4040;
	font-weight: bold;
	text-decoration: underline;
}

A:hover	{
	text-decoration: none;
	color: #6E4040;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 6E4040;
}

body {
	text-align: center;
	background-color: #502323;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6E4040;

}

#container {
	display: block;
	background-position: left top;
	background-repeat: repeat-x;
	margin: 0 auto;
	background-color: #502323;
	width: 740px;





}

/* Contains rest of HTML */
#centrecontainer {
	width: 740px;
	text-align: left;
	background-color: #F7F2E3;
	border: 1px solid #A37F5D;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	clear: both;
}


/* --- Header section ------------------------------------------------ */
#header {
	height: 140px;
	margin: 0px;

}

#header #title {
	height: 70px;
	margin: 0px 10px 0px 0px;
	background-color: #0000CC;
	width: 740px;


}

/* Top links */


#header2 .links {
	border-top: 1px solid #A37F5D;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 3px 0px;
	background-color: #350F0F;
	width: 740px;
	text-align: right;
	border-bottom-width: none;
	border-bottom-style: none;
	border-bottom-color: none;
	
}



#header2 .links li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;

}

#header2 .links a:link, #header2 .links a:visited, .links a:active
	{
	position: relative;
	margin: 0px 10px 0px 10px;
	text-decoration: none;
	color: #EADBB6;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: normal;
	}


#header2 .links a:hover
	{
	position: relative;
	color: #cccccc;
	}

#header2 .links2 {
	border-top: 1px solid #A37F5D;
	border-bottom: solid 1px #A37F5D;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 3px 0px;
	background-color: #6E4040;
	width: 740px;
	text-align: left;
}

#header2 .links2 li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#header2 .links2 a:link, #header2 .links2 a:visited, .links a:active
	{
	position: relative;
	margin: 0px 10px 0px 10px;
	text-decoration: none;
	color: #EADBB6;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: normal;
	}


#header2 .links2 a:hover
	{
	position: relative;
	color: #FFFFFF;
	}



/* --- Entire page body section - everything below the header -------- */
#pagebody {
	padding: 0px;
	margin: 0px;

}

/* Left hand section of page body (if you have one!) */
#left {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	float: left;
	color: #6E4040;

}

/* Dynamic page content section of page body */
#pagecontent {
	width: 380px;
	padding: 0;
	border: none;
	text-align: justify;
}

#pagecontent_pad {
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#right_pad {
	padding: 10px 8px 8px 10px;
	float: right;
}


/* Right hand section of page body */
#right {
	margin: 0px;	
	padding: 5px 0px 5px 0px;
	float: right;
	color: #6E4040;


}

/* --- Footer -------------------------------------------------------- */
#footer {
	padding-top: 10px;
	clear: both;
	text-align: center;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/* 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 {
	font-size: 7pt;
	color: #999999;
	clear: both;
}


/* --- language, currency menu and search box ------------------------ */
#languagemenu form select, #currencymenu form select {
	width: 168px;
	margin: 0;
	padding: 0;
}

#searchbox input {
	width: 148px;
}

#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;
}
.formborder {
	width: 220px;
	border-right: 1px dotted ff711c;
	border-bottom: 1px dotted ff711c;
	border-left: 1px dotted ff711c;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 8px;



}
.formheader {
width: 220px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #27296C;
	padding-top: 1px;
	padding-bottom: 3px;
	background-image: url(../images/top=left-corner-red.jpg);
	padding-right: 3px;
	padding-left: 10px;
	background-repeat: no-repeat;




}
.formimage {

	width: 220px;
	border-right: 1px dotted ff711c;
	border-bottom: 1px dotted ff711c;
	border-left: 1px dotted ff711c;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: 350F0F;
}
table {
	font-size: 10px;
}
