/*-------------------------------------------------
  General layout
-------------------------------------------------*/
html, body {
	padding : 0;
	margin: 15px 0 20px 0;
}

body {
	font: small "Verdana", Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	color: #333333;
	background: #EAE7D6;
	text-align: center;
}

/* Links */
a:link, a:visited {
	/*border-bottom: 1px dashed #DBBA8A;*/
	text-decoration: none;
}

a:link, a:visited, a:active {
	color: #006AB2;
	font-weight: bold;
}

a:hover {
	color: #768187;
	text-decoration: none;
	font-weight: bold;
}

ul {
	list-style: square;
	padding-top: 0;
}

/* Miscelaneous general stuff */
code {
	color: #f97134;
	font: 13px "Courier New", Courier, Arial, sans-serif;
}

pre {
	width: 462px;
	overflow: auto;
	border: 1px solid #EAE7D6;
	padding: 3px;
}

acronym, abbr {
	cursor: help;
	border-bottom: 1px dotted #333;
}

.doNotDisplay, .none, caption {
	display: none;
}

.underline {
	text-decoration: underline;
}

.clear {
	clear: both;
	height: 0.1px;
	padding: 0;
	margin: 0;
}

.floatRight {
	float: right;
	padding-right: 10px;
}

/*-------------------------------------------------
  Page wrappers
-------------------------------------------------*/
#page-wrapper {
	text-align: left;
	width: 750px;
	padding: 0;
	margin: auto;
}

#content-wrapper {
	width: 750px;
	margin: 0;
	padding: 0;
	background: #fff url(images/bg-content-green.gif) repeat-y right;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header {
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-family: "Lucida Bright", "Times New Roman", Times, serif;
}

/* Company Name at the Top */
#header h1 {
	font-size: 30px;
	padding: 5px;
	margin: 0;
}

#header h2 {
	padding: 3px;
	margin: 0;
	color: #768187;
	text-align: right;
}

#header a:link, #header a:visited {
	color: #006ab2;
	border: none;
}

#header a:hover, #header a:active {
	color: #768187;
}

/* Header main navbar */
#top_container {
	height: 30px;
	background: #006ab2;
	padding: 0;
	margin: 0;
}

#top_container ul {
	padding: 0;
	margin: 0;
}

#top_container ul li {
	list-style-type: none;
	display: block;
	float: left;
	font: 11px/30px "Lucida Grande", verdana, sans-serif;
	text-align: center;
	padding: 0;
	margin: 0;
}

#top_container a {
	display: block;
	width: 106px;
	color: #F8F2E5;
	text-decoration: none;
	border-top: none;
	border-right: 1px solid #A8B090;
	border-bottom: none;
}

#Home .active_Home, #store .active_store, #Guarantee .active_Guarantee, #Howtobuy .active_Howtobuy, #about .active_about, #contact .active_contact, #basket .active_basket, #sitemap .active_sitemap, #terms .active_terms, #privacy .active_privacy {
	background: #768187;
	color: #fff;
	border-bottom: none;
}
#TermsConds .active_TermsConds {
	background: #005e4d;
	color: #fff;
	border-bottom: none;

}

#top_container a:hover {
	background: #cfd0d1;
	color: #fff;
	border-bottom: none;
}

/* Header links */
.top_links {
	background: #F3F3E9;
	font-size: 10px;
	text-align: right;
	padding: 0 20px 0 0;
	margin: 0;
}

.top_links p {
	padding: 0;
	margin: 0;
}

.top_links a:link, .top_links a:visited, .top_links a:active {
	color: #006ab2;
}

.top_links a:hover {
	color: #768187;
}
/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#main {
	width: 500px;
	float: left;
	margin: 0;
	padding: 0 0 30px 0;
	background: #fff;
}
/* The image at the top of the main column */
.bar-head {
	height: 170px;
	background: url(images/FYH_logo.gif) no-repeat top left;
	padding: 0;
	margin: 0 0 15px 0;
}

.content-header {
	padding: 0;
	margin: 15px;
}

/* Date on the store page */
.content-header h2 {
	color: #768187;
	font: bold 14px "Times New Roman", verdana, sans-serif;
	padding: 0;
	margin: 0;
}

.content-title {
	padding: 0;
	margin: 0;
}

.content-title h3 {
	color: #007BF7;
	font-size: 24px;
	padding: 0;
	margin: 0 0 8px 0;
	font-family: Geneva, "Arial", Helvetica, sans-serif;
	font-style: italic;
}

.content {
	padding: 0;
	margin: 20px 15px 40px 15px;
}

/* navigation at the bottom of the content */
.navi-pages {
	background: #cce3c4;
	font-size: 11px;
	padding: 10px;
	margin: 15px;
	text-align: right;
}

.navi-pages p {
	padding: 0;
	margin: 0;
}

.navi-pages a:link, .navi-pages a:active, .navi-pages a:visited {
	padding: 2px 5px 2px 5px;
	height: 22px;
	border: solid 1px #ccc;
	background-color: #fff;
	color: #768187;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

.navi-pages a:hover {
	border:solid 1px #768187;
}

#button-left {
	float: left;
}

/*-------------------------------------------------
  Side bar
-------------------------------------------------*/
#sidebar {
	width: 240px;
	float: right;
	font-size: 11px;
	line-height: 16px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.sidebar-wrapper {
	margin: 10px;
}

/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer {
	background: #006ab2;
	font-size: 10px;
	padding: 0;
	margin: 0;
}

.footer-i {
	padding: 10px;
	margin: 0px;
}

.footer-i p {
	padding: 0;
	margin: 0;
	color: #fff;
}

.footer-i a:active, .footer-i a:link, .footer-i a:visited {
	color: #fff;
	text-decoration: none;
}

.footer-i a:hover {
	color: #fff;
	text-decoration: underline;
}

/*-------------------------------------------------
  Forms
-------------------------------------------------*/


/* sidebar search box */
form#search label	{
	padding-left: .4em;
	display: block;
	line-height: 150%;
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: 2px #006ab2 solid;
	color: #fff;
	background: #006ab2;
}

form#search 	{
	margin: 20px 0 0 0;
	width: 196px;
	background: #fff;
	border: 2px #ccc solid;
}

input#sitesearch	{
	width: 115px;
}

form#search p	{
	margin: 1em 1em 0 1em; 
	padding-bottom: 1em;
}

form#search input.formbutton {
	background: #006ab2;
	color: #fff;
	font: 11px "Verdana", Arial, sans-serif;
}

/* Styling Form */
form { margin: 0; padding: 0; }

fieldset p input, fieldset p textarea, fieldset p select { 
	border: 3px double #ccc;
}

fieldset p input:focus, fieldset p textarea:focus, fieldset p select:focus  { 
	border: 3px double #000042;
}

fieldset {
	margin: 0;
	padding: 10px;
	margin-bottom: 1em;
	background-color:#f5f5f5;
}

legend {
	font-weight: bold;
	margin: 0;
	padding: 0 0.5em;
	color: #666; 
}

label {
	display: block;
}

textarea {
	width: 300px;
	height: 100px;
}

select {
	width:240px;
}

input.updatebutton {
	background: #fff;
	color: #768187;
	font: 11px "Verdana", Arial, sans-serif;
}

.orange { color: #768187; font-weight: bold; }


/*-------------------------------------------------
  Menu
-------------------------------------------------*/
dl.menu, dl.box {
	width: 196px;
	padding: 0;
	margin: 20px 0 0 0;
	border: 2px #ccc solid;
}

dl.box {
	background : #fff;
}

dl.menu dt, dl.box dt {
	font-weight: bold;
	font-size: 1.1em;
	margin: 0;
	padding-left: .5em;
	border-bottom: 2px #006ab2 solid;
	color: #fff;
	line-height: 150%;
	background: #006ab2;
}

/* Hide from IE mac \*/
* html dl.menu dt, * html dl.box dt	{
	width: 196px;
	/* Start of Tantek hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: auto;
}	/* End hiding from IE5 mac */

html> body * html dl.menu dt, html> body * html dl.box dt	{
	width: auto;
}	/* End of Tantek hack */

dl.menu dd {
	margin: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #c3c8cb;
}

dl.box dd {
	margin: .5em;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

dl.box a {
	color: #000;
}

dl.box dd span, dl.box-discount dd span {
	font-weight: bold;
	color: #006ab2;
}

dl.menu dd a {
	display: block;
	vertical-align: bottom; /* This fixes Win IE5 gap! */
	padding: 6px 4px 6px 6px;
	text-decoration: none;
	background-color: #fff;
	color: #334e68;
	width: 196px;
	/* Start of Tantek hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 186px;
}

html>body dl.menu dd a {
	width: 186px; /* End of Tantek hack */
}

dl.menu dd a:hover, dl.menu dd.active a {
	background: #DEEDA0;
	color: #000;
}

/*-------------------------------------------------
  Product
-------------------------------------------------*/
div.product {
	margin-top: 5px;
	margin: 0;
	padding: 0;
	line-height:1.2em;
}

.product h2{
	color: #f97134;
}

.product dl {
	margin: 0;
	padding: 0;
	padding-left: 100px;
	padding-top: 10px;
	border: 1px solid #C5CCCC;
}

.product dt {
	letter-spacing: 1px;
	font-size: 1.1em;
	font-weight: bold;
}

.product dt a {
	color: #f97134;
	border-color: #f97134;
	text-decoration: none;
}

.product dt a:hover {
	color: #f97134;
	border-color: #f97134;
	text-decoration: underline;
}

dd {
	margin: 0 10px 10px 0;
}

.prod_thumb {
	float: left;
	text-align: center;
	width: 90px;
}

.thumb-product {
	margin-top: 10px;
	margin-left: 5px;
	border: 1px solid #fff;
}

a:hover .thumb-product {
	border: 1px solid #999;
}

.product-price {
	color: #768187;
}

.button {
	padding: 2px 5px 2px 5px;
	height: 22px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
	color: #768187;
	font-family: Arial, Helvetica, Sans Serif;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}


/*-------------------------------------------------
  Product list - Home
-------------------------------------------------*/

.productList {
	clear : both;
	height : auto;
}

.productListBox {
	float : left;
	margin-left : 20px;
	height : 320px;
	line-height : 1em;
	font-size : 0.8em;
}

/* Hide for IE Mac \*/
* html .productList { height: 1%; }
/* End Hide */


/* Quantity discount box */
dl.box-discount {
	width: 175px;
	padding: 0;
	margin: 0;
	text-align: left;
}

div.productListBox dl.box-discount {
/*	margin-left: .4em;*/
}

dl.box-discount dt {
	font-weight: bold;
	font-size: 1em;
	padding: .2em;
	color: #fff;
	background: #768187;
	border-bottom: 2px #768187 solid;
}

dl.box-discount dd {
	width: 150px;
	margin: .4em;
}

span.right {
	float:right;
}

span.center {
	text-align: center;
}

/*-------------------------------------------------
  Table
-------------------------------------------------*/

table th {
	background-color: #006ab2;
	color: #fff;
}

table tr.row0 {
	background-color: #f5f5f5;
}
table tr.row1 {
	background-color: #ffcc99;
}
table td.center {
	text-align: center;
}

.red { color: #FF0000; }

.center { text-align: center; }
.right { text-align: right; }

dd.tick {
	background: url(../images/icon_tick.gif) no-repeat center left;
	padding-left: 20px;
	margin: 0;
}

