/* CLOURS

ORANGE = #f86a24
LIGHT BLUE = #91cef0
LIGHT GREEN BACKGROUND #6d7d36
DARK GREEN = #697834
DARK GREEN OF LOGO #3b4d44
/*

/* CSS Document */
/*span {behavior: url(../scripts/iepngfix.htc); }*/

html, body {
	margin: 0;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	height: 90%;
}

html {
	background: #788740 url(../images/htmlBack.png) repeat-x bottom center fixed;
}

body {
	background: url(../images/bodyBack.png) repeat-x top center;
}

.clear {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	height: 1px;
	visibility: hidden;
}

div.wrapper {
	width: 1000px;
	height: auto;
	margin: 1px auto 0 auto;
	text-align: left;
	background: url(../images/wrapperBackNew.png) no-repeat top right;
	height: 90%;
}

div.wrapper a {
	color: #ccc;
	text-decoration: none;
}

div.wrapper a:hover {
	color: #e5e5e5;
}

/*header*/
div.header {
	height: 205px;
	color: #6d7d36;
	margin: 0 auto;
}

div.header img {
	border: 0;
}
/*end header*/

/*start navigation*/
div.topnavigation  {
	float: left;
	width: 750px;
}

div.topnavigation ul {
	margin: 0; 
	padding: 0; 
	list-style: none; 
	width: 100%;
	font-size: 90%;
}

div.topnavigation ul li {
	float: left; 
	list-style: none; 
	line-height: normal;
	padding: 0 5px;
	border-right: 1px solid #fff; 
}

div.topnavigation ul li.detail {
	float: left; 
	list-style: none; 
	line-height: normal;
	padding: 0 5px;
	border: 0 !IMPORTANT;
}

div.topnavigation ul li.end {
	float: left; 
	list-style: none; 
	line-height: normal;
	padding: 0 5px;
	border: 0 !IMPORTANT;
}

div.topnavigation ul li a {
	font-weight: bold;
	color: #6d7d36;
	text-decoration: none;
}

div.topnavigation ul li a:hover {
	color: #3b4d44;
}

div.topnavigation ul li a.on {
	font-weight: bold;
	color: #3b4d44;
	text-decoration: none;
}

div.topnavigation span.detail {
	float: left;
}

div.topnavigation ul.subnav {
	clear: both;
	font-size: 80%;
	list-style: none;
	color: #697834;
	padding: 0 0 0 38px;
	margin: 10px 0 0 0;
	text-transform: lowercase;
}

div.topnavigation ul.subnav img.subnavbullet {
	display: block; 
	float: left;
	padding: 6px 4px 0 4px;
}

div.topnavigation ul.subnav li {
	float: left; 
	list-style: none; 
	line-height: normal;
	padding: 0;
	border-right: 0; 
	line-height: normal;
	margin: 0 3px 0 0;
}

div.topnavigation ul.subnav li a {
	font-weight: normal;
	color: #3b4d44;
}

span.trolley {
	width: 150px;
	height: 52px;
	margin: 0 0 10px 38px;
	padding: 10px 0 0 0;
	display: block;
	/*background: url(../images/trolleyBack.gif) no-repeat left;*/
	/*color: #fff;*/
	float: left;
}
span.trolley h1{
	font-size: 100%;
	padding: 0 30px 0 0; 
	margin: 5px 0 0 0;
	/*background: url(../images/trolley.png) no-repeat right;*/
	display: inline;
}
span.trolley p{
	padding: 0; 
	margin: 0;
	font-size: 80%;
	/*font-weight: bold;*/
}

span.trolley a {
	color: #3b4d44;
	text-decoration: none;
}

span.trolley a:hover {
	color: #fff;
	text-decoration: none;
}
/*end navigation */

/*start left content*/
div.leftcontent {
	width: 740px;
	float: left;
	margin: 0;
	color: #fff;
	/*NO PADDING*/
}

div.leftcontent h1{
	margin: 5px 0;
	font-size: 130%;
	font-weight: normal;
	text-transform: capitalize;
	color: #3b4d44;
}

div.leftcontent h2{
	margin: 5px 0;
	font-size: 110%;
	font-weight: normal;
	text-transform: capitalize;
	color: #fff;
}

ul.galleries, ul.contactsheet {
	list-style: none;
	margin: 2px;
	padding: 0;
	vertical-align: text-top;
}

ul.galleries li{
	clear: both;
	display: block;
	margin: 0 0 10px 0;
}

ul.galleries img {
	margin: 0;
	vertical-align: top;
}

ul.galleries a img {
	border: 5px solid #697834;
}

ul.galleries a:hover img {
	border: 5px solid #697834;
}

ul.galleries h1 {
	font-size: 120%;
	margin: 3px;
	padding: 0;
}

ul.galleries p {
	margin: 6px;
	padding: 0;
}

div.galleryrow {
	border: 1px solid #000;
	height: auto;
}

img.gallery {
	border: 5px solid #fff;
}

ul.contactsheet {
	/*background: green;*/
	margin: 0;
	padding: 0;
	/*width: 160px;*/
	/*border: 1px solid red;*/
}

ul.contactsheet li{
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	vertical-align: top;
	width: 160px;
	float: left;
}

ul.contactsheet img {

}

ul.contactsheet a img {
	border: 2px solid #666;
}

ul.contactsheet a:hover img {
	border: 2px solid #fff;
}

ul.contactsheet div.thumbnail {
	background: #333; 
	border: 1px solid #333;
	display: block;
	margin: 0 2px;
}

ul.contactsheet div.thumbnail p {
	clear: both; 
	margin: 2px;
}

ul.backandnext {
	margin: 0;
	padding: 0;
	width: 100%; 
	list-style: none;
	text-align: center;
	vertical-align: middle;
}

ul.backandnext li{
	margin: 0;
	padding: 0;
	display: inline;
	vertical-align: middle;
}

ul.backandnext li a{
	text-decoration: none;
}

ul.backandnext li a img {
	border: 0;
}

p.backandnext {
	font-size: 80%;
	text-align: center;
	margin: 0; 
	padding: 0;
}

p.payment {
	width: 100%; 
	display: block;
	margin: 5px auto;
	color: #333;
	font-size: 80%;
	background: #fff;
	text-align: center;
}
p.payment img  {
	margin: 2px;
}

div.terms h1 {
	font-size: 100%;
}

div.terms p {
	font-size: 80%;
	margin: 2px 0;
	padding: 0;
	text-align: justify;
}


/*end left content */

/*start right contnent*/
div.rightcontent {
	width: 250px;
	float: right;
	color: #fff;
	margin: 22px 0 0 10px;

	font-size: 90%;
	/*NO PADDING*/
}

div.rightcontent h1 {
	font-size: 110%;
	margin: 0;
	padding: 0;
}

span.price {
	height: 66px;
	width: 149px;
	background: url(../images/price.png) no-repeat center center;
	display: block;
	margin: 0 auto;
}

span.price p {
	color: #fff;
	padding-top: 20px;
	text-align: center;
	display: block;
	font-size: 160%;
	font-weight: bold;
}
/*end right content*/
/*table*/
table.gallery {
	width: 50%;
	float: left;
	margin: 0 0 0 -10px;
}
table.gallery td {
	vertical-align: top;
	padding: 2px;
	background: #697834;
}
table.gallery td p{
	margin: 2px;
	padding: 0;
	text-align: left;
}
table.gallery td.category{
	padding: 0;
	vertical-align: top;
	padding: 2px;
	color: #fff;
	background: #697834;
}
table.gallery td p.category{
	margin: 2px;
	padding: 0;
	text-align: left;
	color: #fff;
	/*color: #fff;*/
	text-transform: capitalize;
}
table.gallery td p.category a{
	text-decoration: none !IMPORTANT;
}
table.gallery td p.category a:hover{
	text-decoration: none !IMPORTANT;
}
table.gallery td p.ref{
	margin: 2px 0;
	padding: 0;
	text-align: left;
	color: #fff;
	font-size: 70%;
	float: right;
	vertical-align: middle;
}
table.gallery td form{
	margin: 0;
	padding: 0;
}
table.gallery td a img{
	border: 0;
}
/*forms*/
form.search {
	margin: 10px -25px 0 -38px;
	padding: 0; 
	width: 200px;
	display: block;
	float: right;
}
form.search label {
font-size:100%;
color: #3b4d44;
font-weight: bold;
}
form.search input.text {
	background: none;
	border: 0;
	border: 1px solid #fff;
	/*margin: 3px 0 0 0;*/
}
form.search input.button {
	background: url(../images/searchBack.gif) repeat-x bottom;
	color: #FFF;
	border: 0;
	margin: 3px 0 0 3px;
	border: 1px solid #7f8f3b;
}
label {
	width: 150px; 
	float: left;
}
#errors {

}
ul.alert {
	border-top: 1px solid #f60;
	border-bottom: 1px solid #f60;
	margin: 5px 0; 
	padding: 0;
}

ul.alert li {
list-style: none !IMPORTANT;
list-style-image: none !IMPORTANT;
color: #f60;
}

ul.contactsheet form {
	margin: 0;
	padding: 0;
}

ul.contactsheet input.thumbnail{
	padding: 0;
	border: 0;
	margin: 0 auto;
	display: block;
}
div.thumbnail img{
	margin: 10px 0 0 0;
}

div.thumbnail select.add2trolley{
	padding: 0;
	border: 0;
	margin: 0 10px 0 0;
	display: block;
	float: left;
}

div.thumbnail input.add2trolley{
	border: 0;
	float: left;
	color: #fff;
	display: inline;
	background: url(../images/add2TrolleyBack.png) no-repeat right;
	cursor: pointer;
	text-align: left;
	color: #FFF;
	font-weight: bold;
	text-transform: capitalize;
}

form.contactform {
	margin: 10px auto;
}
form.contactform label {
	text-transform: capitalize;
}
form.contactform label, form.contactform input, form.contactform textare  {
	margin: 2px 0;
}
/*forms*/



/*footer*/
div.footer {
	margin: 10px auto;
	width: 100%;
	height: 1px;
	clear: both;
	border-top: 1px solid  #3b4d44;
}
div.footer p{
	color: #3b4d44;
	font-size: 70%;
	text-align: center;
	padding: 5px;
}
div.footer p a{
	color: #3b4d44;
	text-decoration: none;
}
div.footer p a:hover{
	color: #fff;
	text-decoration: none;
}
/* HACKS*/

span.clear, div.clear {
	float: none; 
	clear: both;
	visibility: hidden;
	height:0;
	line-height: 1px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/*++++++++++++++++++++++++++++++ ECOMM +++++++++++++++++++++++++++++++*/
div.trolley {
	float: left;
	height: 40px;
	margin: 5px;
}

div.trolley p {
	width: 146px;
	padding: 2px 0;
	margin: 0;
	border-bottom: 1px solid #3b4d44;
	color: #666;
	font-size: 80%;
}

table.trolley {
	text-transform: capitalize;
}

table.trolley th{
	background: #697834;
	text-align: left;
	color: #fff;
	font-weight: normal;
	border-bottom: 1px solid #3b4d44;
	padding: 5px;
}

table.trolley td {
	border-bottom: 1px solid #3b4d44;
}

table.trolley td img {
	border: 3px solid #697834;
	margin: 0 auto;
	display: block;
}

table.trolley td img.trolleyimglink {
	border: 0 !IMPORTANT;
}

table.trolley td.total {
	border: 0;
	padding: 10px 0;
}

input.trolley {
	background: #000;
	color: #000;
	border: 0;
	text-decoration: underline;
}


/*++++++++++++++++++++++++++++++ END ECOMM +++++++++++++++++++++++++++++++*/



