
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
/*	background: #E0E0E0 url(/images/bg_01.gif) repeat-x left top; */
	background: #181818 url(/images/body-bg.gif) repeat-x left top;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2 {
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	color: #444444;
}

h1 span, h2 span {
	color: #535353;
}

h1 {
/*	padding: 0px 0px 0px 55px;	*/
/*	background: url(/images/homepage_09.gif) no-repeat left center;	*/
	letter-spacing: -2px;
	font-size: 25px;
}

h2 {
	padding: 0px 0px 0px 35px;
	background: url(/images/homepage_10.gif) no-repeat left center;
	letter-spacing: -1px;
	font-size: 18px;
}

h3 {
	margin: 0px 0px 10px 0px;
	font-size: 12px;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 1.25;
}

strong {
	color: #5E5E5E;
}

a {
	color: #222222;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
	margin: 0px 20px 0px 0px;
}

img.alignright {
	float: right;
	margin: 0px 0px 0px 20px;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** LIST STYLES */

ul.style1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 2.2;
}

ul.style1 li {
	padding-left: 19px;
	background: url(/images/homepage_11.gif) no-repeat left center;
}

ul.style2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 2.5;
}

ul.style2 li {
}

ul.style2 b {
	padding: 2px 5px;
	background: #E9E9E9;
	color: #999999;
}

ul.style2 a {
	padding-left: 5px;
}

ul.style3 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

ul.style3 li {
	margin-bottom: 10px;
}

ul.style3 img {
	margin-top: 5px;
}

label{
	color:#666666 !important;
}

/** WRAPPER */

#wrapper {
}

.container {
	width: 900px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	height: 115px;
	background: url(/images/header-bg.jpg) no-repeat bottom;
}

/** SEARCH */

#search {
	float: right;
	width: 400px;
	height: 100px;
/*	background: red url(/images/bg_02.gif) no-repeat left top; */
	background: url(/images/search.gif) no-repeat 40px 28px;
	margin-top:15px;
	display:none;
}

#search form, #search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search form {
	padding: 46px 0px 0px 69px;
}

#search input {
	float: left;
}

#search .input-text {
	width: 229px;
	height: 18px;
	padding: 5px 5px 0px 5px;
	background: #FEFEFE url(/images/homepage_03.gif) repeat-x left top;
	border: 1px solid #DEDEDE;
	font: 12px Arial, Helvetica, sans-serif;
	color: #949393;
}

#search .input-submit {
	width: 51px;
	height: 25px;
	margin: 0px 0px 0px 10px;
	background: #F37E00 url(/images/homepage_04.gif) no-repeat left top;
	border: none;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/** BANNER */

#banner {
	margin-bottom: 10px;
}

/** MENU */

#menu {
	margin-bottom: 10px;
/*	background: url(/images/bg_03.gif) no-repeat left top;	*/
	background: url(/images/menu-header-bg.jpg) no-repeat left top;
}

#menu ul {
	margin: 0px;
	padding-left: 17px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 30px;
	margin: 0px;
	padding: 0px;
}

#menu a {
	float: left;
	height: 26px;
	padding: 4px 12px 0px 1px;
	text-decoration: none;
	font-size: 15px;
	color: #535353;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .selected a{
	font-weight:bold;
}

#menu li.active {
	background: url(/images/bg1_01.gif) no-repeat right top;
}

#menu li.active a {
	background: url(/images/bg1_01.gif) no-repeat right top;
	color: #FFFFFF;
}

/** PAGE */

#page {
	overflow: hidden;
	background: url(/images/bg_04.gif) repeat-y left top;
}

.subpage2 #page {
	background-image: url(/images/page-bg.gif);
}

.subpage3 #page {
	background-image: url(/images/subpage3_01.gif);
}

/** CONTENT */

#content {
	float: left;
	width: 603px;
	padding: 30px 30px 10px 30px;
	background: url(/images/bg_05.gif) no-repeat left top;
}
.subpage2 #content {
	float: right;
	background: url(/images/content-bg.gif) no-repeat right top;
	min-height:300px;
}
/** ROTATOR */
#imagea_rotate li img{
    height: 300px;
}
#image_rotate{
    list-style: none;
    margin: 0;
    padding: 0;
}
#slideshow{
    float:left;
    height: 300px;
    width: 210px;     
}


/*----*/

.subpage3 #content {
	float: none;
	width: auto;
	background: url(/images/subpage3_02.gif) no-repeat left top;
}
.styd{
width: 190px;
height: 	300px;
}
/** 2-COLUMN LAYOUT */

.two-columns {
	width: 100%;
	overflow: hidden;
}

.two-columns .column1 {
	float: left;
	width: 255px;
}

.two-columns .column2 {
	float: right;
	width: 255px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 173px;
	padding: 30px 30px 10px 30px;
	background: url(/images/bg_05.gif) no-repeat right top;
}

.subpage2 #sidebar {
	float: left;
	background: url(/images/content-bg.gif) no-repeat left top;
}

/** FOOTER */

#footer {
	background: url(/images/bg_06.gif) no-repeat left top;
	padding: 30px 0 20px;
}
#footer .copyright{
	width:330px;
	float:left;
	padding-left:20px;
}
#footer #footlinks{
	width:530px;
	float:right;
	padding-right:20px;
}
#footer ul{
	text-align:right;
}
#footer li{
	display: inline;
	list-style: none;
	padding-left:10px;
}

#footer .copyright p {
	margin: 0px;
	padding:0px;
	text-align: left;
	color: #ABAAAA;
}
#footer a{
	color:#D0D000;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

.subpage2 #footer {
	background-image: url(/images/footer-bg.gif);
}

.subpage3 #footer {
	background-image: url(/images/subpage3_03.gif);
}


#content h2{
	margin-top:20px;
}

#sidebar ul{
	padding-left:22px;
}
#sidebar a{
	text-decoration:none;
}
#sidebar a:hover{
	text-decoration:underline;
}
#sidebar .selected a{
	font-weight:bold;
}


/* Product List */

.product{
	margin:10px;
	float:left;
	width:30%;
}
.product h3, .product p{
	margin:0;
	padding:0;
}
.product a{
	text-decoration:none;
	text-align:center;
}
.product .product_title{
	background:url('/images/product-top-bg-s.gif') no-repeat;
	padding:12px 20px 0;
	height:25px;
	text-align:center;
}
.product .product_detail{
	background:url('/images/product-body-bg-s.gif') repeat-y;
	padding: 10px 20px;
	height:125px;
	text-align:center;
}
.product .product_image{
	text-align:center;
}
.product .product_footer{
	background:url('/images/product-bottom-bg-s.gif') left bottom no-repeat;
	padding:0 20px 10px;
	text-align:center;
	margin-top:-6px;
}
.product .product_price{
	font-weight:bold;
	text-align:center;
	margin-bottom:5px;
}
.product .product_price p{
	margin-top:6px;
	font-weight:bold;
}

/* Product View */

#product_view #product_view_description{
	margin-top:20px;
}
#product_view #product_view_footer{
	text-align:right;
	margin-top:20px;
}
#product_view #product_view_price{
	float:left;
	width:120px;
	text-align:left;
}
#product_view #product_view_price p{
	padding-top:5px;
	font-weight:bold;
}

/* Alerts */

#alerts .alert h1{
	background:url('/images/product-top-bg.gif') no-repeat;
	margin:0px;
	padding-left:20px;
	padding-top:5px;
}
#alerts .alert p{
	background:url('/images/product-bottom-bg.gif') left bottom no-repeat;
	padding:10px 20px;
}

/* Basket */
#basket_table{
	width:100%;
}
#basket_table th, #basket_table td{
	padding:3px 5px;
}
#basket_table .shop_cart th{
	text-align:left;
	border-bottom:#cccccc solid 1px;
}
#basket_table .shaded{
	background: #f4f29d;
}
#basket_table .basket_qty{
	width:auto;
	text-align:center;
}
#basket_table .basket_summary th{
	text-align:right;
}
#shop_cart2{
	margin-top:60px;
	padding:0;
}
#shop_cart2 .form_button{
	background:none;
	border:none;
	padding:0;
}

/* Contact form */
#contact-form #submit{
	padding:2px 30px;
	margin-left:155px;
}

#add_discount{
	width:380px;
	margin-bottom:70px;
}
#add_discount span{
	font-style:italic;
	font-weight:bold;
}
#add_discount input[type="text"]{
	width:223px;
}
#add_discount #clear_discount, #postage_region #clear_delivery{
	border:1px solid #c9c9c5;
	background:#e5e5e5;
	padding:5px;
	text-decoration:none;
}
#discount_form fieldset, #postage_region_form fieldset{
	padding:0px;
}
#discount_form label, #postage_region_form label{
	margin-left:0;
	width:232px;
}
#discount_form #enter_code, #postage_region_form #region_submit{
	padding-bottom:3px;
	margin-top:16px;
}

table.measurements{
	border-collapse: collapse;
	width:100%;
}
table.measurements th{
	text-align:left;
	padding:5px;
}
table.measurements td{
	padding:3px;
	text-align:center;
}
table.measurements .rborder{
	border-right:#cccccc solid 2px;
}
table.measurements .first{
	width:50px;
}


.dock2 *{
	text-decoration:none !important;
	border:none !important;
}

#dock2 {
	height:92px;
	width: 100%;
	position: relative;
}
.dock-container2 {
	position: absolute;
	height: 90px;
	background: url(images/dock-bg.gif);
	padding-left: 20px;
	visibility:hidden;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
	height:auto !important;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}

#menu_label{
/*	width:140px; */
	font-size:12px;
	text-align:right;
	color:#535353;
	font-weight:bolder;
	float:right;
	margin-top:6px;
	padding-right:20px;      
}

.product_category{
	background:url(/images/product-category-bg.gif) no-repeat;
	padding:15px;
	display:block;
	text-decoration:none !important;
	margin-bottom:20px;
	height:186px;
	padding-right:18px;
	overflow:hidden;
}
.product_category h3{
	display:inline;
	line-height:2.5em;
}
.product_category img{
	float:left;
	margin-right:22px;
}
.product_category p{
	text-align:justify;
}
.product_category:hover{
	background:url(/images/product-category-bg-h.gif) no-repeat;
}
.product_category.right img{
	float:right;
	margin-right:0px;
	margin-left:22px;
}

.left_image{
	margin-left:-15px;
	text-align:center;
	margin-bottom:10px;
}

#nav2{
	margin:0px !important;
}

.swatch{
	float:left;
	width:120px;
	text-align:center;
}

#postage_region{
	margin-top:-165px;
	width:380px;
}
#postage_region_form label{
	width:220px;
}
#postage_region_form select{
	padding:3px 2px;
}

#product_view #product_header{
	margin-bottom:10px;
}

#product_view #next_prev_container{
	width:50%;
	float:right;
	text-align:right;
}
