/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
 text-align: center;
 background: #BFB09A;
}

#container {
 background: #BFB09A url(../templateimages/content/body_background.gif) repeat-x top;
	display: block;
	margin: 0px auto;
}

#container_home {
 background: #BFB09A url(../templateimages/content/body_background_home.gif) repeat-x top;
	display: block;
	margin: 0px auto;
}

/* Contains rest of HTML */
#centrecontainer {
 width: 861px;
 background: White url(../templateimages/content/page_background.gif) repeat-y top ;
 color: Black;
 text-align: left;
 margin: 0px auto;
 min-height: 100%;
}

/* --- Header section ------------------------------------------------ */
#header {
 background: #998D7B url(../templateimages/content/header_background.gif) no-repeat top;
 height: 98px;
 margin: 0px;
 position: relative;
}

#photo {
 width: 861px;
 height: 213px;
}

/* Top links */
#menu1 {
 position: absolute;
 top: 64px;
 left: 2px;
}

#menu1 ul {
	margin: 0px 10px 0px 5px;
	padding: 5px 0px 5px 0px;
	font-size: 11pt;
}

#menu1 li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#menu1 li a:link, #menu1 li a:visited	{
 position: relative;
 text-decoration: none;
 color: #CCC7BF;
 font: bold 11pt Times New Roman;
 margin: 0px 12px 5px 0px;
 text-transform: uppercase;
 background: transparent url(../templateimages/content/menu_bullet.jpg) no-repeat right;
 padding-right: 20px;
}

#menu1 li.last a:link, #menu1 li.last a:visited {
 background-image: none;
 padding-right: 0px;
}

#menu1 li a:hover	{
	text-decoration: none;
	color: #3F3A33;
}

#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: 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: 0px;
	float: left;
}

/* Dynamic page content section of page body */
#pagecontent {
	width: 560px;
	float: left;
	padding: 0px;
}

#pagecontent_pad {
	padding: 10px 5px 5px 0px;
}

#pagecontent_home {
	width: 845px;
	float: left;
	padding: 0px;
 height: 260px;
}

/* Right hand section of page body */
#right {
	width: 168px;
	margin: 0px;
	float: right;
	margin-top: 0px;
	padding-top: 0px;
}

#page_bar {
 clear: both;
 height: 154px;
 background: transparent url(../templateimages/content/home_bar_background.gif) no-repeat top;
 overflow: hidden;
}


/* --- Footer -------------------------------------------------------- */
#footer {
 height: 65px;
 clear: both;
 text-align: center;
 background: #998D7B url(../templateimages/content/footer.gif) repeat-y top;
 color: #CCC7BF;
}

#footer a {
 color: #CCC7BF;
 font-weight: normal;
}

#footer a.cd:hover {
 text-decoration: underline;
}

#footer #menu2 {
 margin: 0px;
 padding: 0px;
}

#footer #menu2 ul {
	margin: 0px 10px 0px 5px;
	padding: 5px 0px 5px 0px;
	font-size: 11pt;
}

#footer #menu2 li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#footer #menu2 li a:link, #footer #menu2 li a:visited	{
 position: relative;
 text-decoration: none;
 color: #CCC7BF;
 font: normal .8em Verdana,Arial,Helvetica,Sans-Serif; 
 margin: 0px 12px 5px 0px;
 text-transform: uppercase;
}

#footer #menu2 li.last a:link, #footer #menu2 li.last a:visited {

}

#footer #menu2 li a:hover	{
	text-decoration: none;
	color: #3F3A33;
}

/* T&Cs text */
#terms {
	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, #prodtypemenuform 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;
}

#home_region1 {
 width: 264px;
 float: left;
}

#home_region1 p {
 text-align: justify;
}

#home_region2 {
 float: right;
 width: 520px;
}

p.highlight {
 color: #3F3A33;
 font-weight: bold;
}

img.float_right {
 float: right;
 margin-left: 10px;
 margin-bottom: 10px;
 border: none;
}

table#home_bar td { vertical-align: top; }

ul.home_cats { padding-top: 45px; font: normal 1.1em Verdana,Arial,Helvetica,Sans-Serif; }

ul.home_cats li {
 color: White;
 list-style: none;
 background: transparent url(../templateimages/content/home_cats_bullet.gif) no-repeat 0px 5px;
 padding-left: 12px;
 padding-bottom: 4px;
}

ul.home_cats a:hover { color: #BFB09A; }

div.page p {
 text-align: justify;
}

#news_region1 {
 
}

#news_region1 p {
 text-align: justify;
}

#news_region2 {
 clear: both;

}

#news_region2 h2 {
  color: #CCC7BF
}

#popup {
 background: #CCC7BF;
 text-align: center;
}

#popup #pad { padding: 10px; }

#popup h1 {
 text-align: center;
 font: bold 1.8em "Times New Roman", Georgia, Times, serif;
	color: #3F3A33;
	margin: 10px 0px 4px 0px;
}

#popup img { border: 1px solid #3F3A33; }

#popup p {
 text-align: center;
 font: normal .8em Verdana,Arial,Helvetica,Sans-Serif;
	margin: 10px 0px;
}

#popup a { text-decoration: underline; }

#popup a:hover { text-decoration: none; }

#more_images {
 border: 1px solid #3F3A33;
 background: White;
 text-align: center;
}

#more_images #pad { padding: 5px; }

#more_images h3 {
 text-align: left;
 color: #998D7B;
}

#more_images p {
 text-align: center;
 color: #998D7B;
}

#more_images img.thumb {
 float: none;
 margin-left: 5px;
 width: 150px;
 height: 150px;
}

#contactus {
 background: transparent url(../templateimages/premises.jpg) no-repeat top right;
}

