/* CSS Document */
html, body {
	margin: 0;
	color: #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: center;
	height: 100%;
}

body {
	
	background: #000 url(../images/htmlBack.png) repeat-x top;

}

html {
		/*background: #000 url(../images/htmlBack.png) repeat-y top;*/
}

.clear {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	height: 1px;
	visibility: hidden;
}

div.rowclear {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	height: 10px;
	border-top: 10px solid red;
	width: 100%;
	display: block;
}

div.wrapper {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	background: url(../images/wrapperBack.png) no-repeat top right;
}

div.wrapper a {
	color: #fff;
	text-decoration: none;
}

div.wrapper a:hover {
	color: #ccc;
	text-decoration: none;
}

/*header*/
div.header {
	height: 91px;
}

div.header img {
	border: 0;
}
/*end header*/

/*start navigation*/
#menu { 
	margin: 0 auto; 
	padding: 0; 
	height: 39px; 
	width: 960px; 
}

#menu ul {
	overflow: hidden; 
	margin: 0; 
	padding: 0; 
	list-style: none; 
	height: 39px; 
	width: 100%;
}

#menu ul li {
	background: url(../images/navLiSep.png) repeat-x top;
	display: block; 
	float: left; 
	padding: 0 1px; 
	margin: 0 1px 0 0; 
	list-style: none; 
	line-height: normal; 
	height: 38px; 
	text-transform: uppercase;
}

#menu ul li a {
	background: url(../images/navLiBack.png) repeat-x top; 
	border: none; 
	color: #ddd; 
	display: block; 
	font-weight: normal; 
	text-decoration: none;  
	padding: 11px 12px 12px 12px; 
	text-align: center;
}

#menu ul li a.trolley {
	background: url(../images/trolley.png) no-repeat top right; 
	border: none; 
	color: #ddd; 
	display: block; 
	font-weight: normal; 
	text-decoration: none;  
	padding: 11px 12px 12px 12px; 
	text-align: center;
	width: 80px;
	min-width: 80px;
}

#menu ul li a:hover {
	/*background: url(../images/navLiBackHover.png) repeat-x top;  */
	color: #bd6600;
}

#menu ul li form {
	background: url(../images/navLiBack.png) repeat-x top; 
	border: none; 
	color: #ddd; 
	display: block; 
	font-weight: normal; 
	text-decoration: none;  
	padding: 11px 12px 12px 12px; 
	text-align: center;
}

#menu ul li form label {
	margin: 0;
	padding: 0;
	width: auto;
	vertical-align: middle;
}

a.back {
	color: #fff;
	text-decoration: none;
	width: 100%;
}

a:hover.back {
	color: #f60;
	text-decoration: none;
}

a.back img {
	border: 0;
	margin: 0 0 5px 0;
	float: left;
}
p.backandnext {
	text-align: center;
	width: 760px;
	display: block;
	margin: 0;
}
a.next img {
	border: 0;
	margin: -15px 0 0 0;
	float: right;
}
/*end navigation */

/*breadcumbs*/
div.breadcrumbs {
	margin: 10px 0 0 0;
	font-size: 80%;
}
div.breadcrumbs ul {
	margin: 0; 
	padding: 0; 
	list-style: none; 
	width: 100%;
	clear: both;
}
div.breadcrumbs li {
	float: left; 
	margin: 0; 
	list-style: none; 
	line-height: normal; 
	text-transform: lowercase;
	vertical-align: middle;
}
div.breadcrumbs li img {
	vertical-align: middle;
	margin: 0 0 0 5px;
}
/*end breadcumbs*/

/*start left content*/
div.leftcontent {
	width: 720px;
	float: left;
	background: #000;
	/*margin: 50px 0 0 0;*/
	margin: 10px 0 0 0;
}

div.leftcontent h1{
	margin: 5px 0;
	font-size: 130%;
	font-weight: normal;
	text-transform: uppercase;
	color: #f60;
}

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: 2px solid #666;*/
	border: 0;
}

ul.galleries a:hover img {
	/*border: 2px solid #333;*/
	border: 0;
}

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;
}

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 #333;
}

ul.contactsheet div.thumbnail {
	background: #333; 
	border: 1px solid #333;
	display: block;
	margin: 0 2px;
}

ul.contactsheet div.thumbnail p {
	clear: both; 
	margin: 2px;
}

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: 200px;
	float: right;
	color: #999;
	margin: 100px 0 0 0;
	text-align: left;
}

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%;
}
table.gallery td {
	padding: 0;
	vertical-align: top;
	padding: 2px;
	background: #666;
}
table.gallery td p{
	margin: 2px;
	padding: 0;
	text-align: left;
}
table.gallery td.category{
	padding: 0;
	vertical-align: top;
	padding: 2px;
	background: #000;
}
table.gallery td p.category{
	margin: 2px;
	padding: 0;
	text-align: left;
	color: #f60;
	/*color: #fff;*/
	text-transform: uppercase;
}
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: 80%;
	text-transform: uppercase;
}
table.gallery td form{
	margin: 0;
	padding: 0;
}
table.gallery td a img{
	border: 0;
}
/*forms*/
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 select.add2trolley{
	padding: 0;
	border: 0;
	margin: 0 10px 0 0;
	display: block;
	float: left;
}
form.search {
	float: right;
	display: block;
	width: 300px;
	margin: 6px 210px 0 0;
	height: 33px;
	max-height: 33px;
	padding: 0 6px;
}
form.search label {
	display: block;
	width: auto;
	vertical-align: middle;
	color: #000;
	margin: 6px 0 0 0;
}
form.search input {
	float: left;
	vertical-align: middle;
	display: block;
	background: #000;
	color: #bd6600;
	border: 1px solid #666;
	margin: 6px 0 0 0;
}
form.search input.button {
	border: 0;
	color: #000;
	background: #bd6600 url(../images/searchGoBack.gif) repeat-x top;
	margin: 6px 0 0 6px;
	border: 1px solid #000;
}
form.contactform {
	margin: 10px auto;
}
form.contactform label {
	text-transform: uppercase;
}
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  #FF6600;}
div.footer p{
	color: #666;
	font-size: 80%;
	text-align: center;
	padding: 5px;
}
div.footer p a{
	color: #999;
	text-decoration: none;
}
/* HACKS*/

span.clear, div.clear {
	float: none; 
	clear: both;
	visibility: hidden;
	height:0;
	line-height: 1px;
}
.cf:after {
	wrapper:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/*++++++++++++++++++++++++++++++ ECOMM +++++++++++++++++++++++++++++++*/
div.trolley {
	float: left;
	height: 40px;
	margin: 5px;
}

div.trolley p {
	width: 146px;
	padding: 2px 0;
	margin: 0;
	border-bottom: 1px solid #f60;
	color: #666;
	font-size: 80%;
}

table.trolley {
	text-transform: uppercase;
}

table.trolley th{
	background: #181818;
	text-align: left;
	color: #ccc;
	font-weight: bold;
	border-bottom: 1px solid #bd6600;
	padding: 5px 1px;
}

table.trolley td {
	border-bottom: 1px solid #999;
}

table.trolley td img {
	border: 0;
	margin: 0 auto;
	display: block;
}

table.trolley td.total {
	border: 0;
	padding: 10px 0;
}

input.trolley {
	background: #000;
	color: #bd6600;
	border: 0;
	text-decoration: none;
}


/*++++++++++++++++++++++++++++++ END ECOMM +++++++++++++++++++++++++++++++*/



