html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	border-top:5px solid #4d3e43;
}

/* ----- end float fix ----- */

html {
	border-top:5px solid #4d3e43;
}

body{
	border-top:1px solid #81777a;
	background-color:#655d5f;
	background-image:url(../images/bodybk.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.head {
	margin:0 auto;
	display:block
}

/* ----- tables ----- */
table, td, input, textarea, select, li{
	font: 100% Arial, Helvetica, sans-serif;
	color:#4d3c42;	
}
th{
	background:#ddd;
	padding:5px;
}
td{padding:5px;}

/* ----- global links ----- */
a:link, a:visited, a:active{
	color:#95606d;
	text-decoration:none;
}
a:hover{color:#95606d;
text-decoration:underline;
}

p {
    line-height: 19px;
}

/* ----- global paragraphs, headers & horizontal rules ----- */
p, h1, h2, h3, h4, h5, h6{margin:1em 0;}
h1{font-size:140%;color:#95606d;line-height:25px;}
h2{font-size:130%;color:#95606d;line-height:25px;}
h3{font-size:120%;color:#95606d;line-height:25px;}
h4, h5{font-size:100%;color:#95606d;line-height:25px;}
hr{display:none;}

/* ----- global images ----- */
img{border:none;}

/* ----- hidden items ----- */
#skip{display:none;}
.hidden{display:none;}

/* ----- float left / right classes ----- */
.left{float:right;margin-right:.3em;}
.right{float:right;margin-left:.3em;}

/* ----- company contact details ----- */
address{
    font-style: normal;
    line-height: 18px;
    margin: 1em 0;
    padding: 10px;
}

/* ----- container size & positioning ----- */
#container{
    height: 800px;
    margin: -97px auto 0;
    position: relative;
    width: 960px;
}

/* ----- header area ----- */
#header{
	height:183px;
	position:relative;
	margin:0;
	background-image: url(../graphics/header.gif);
	background-repeat: no-repeat;
}

/* ----- company logo & strapline ----- */
#logo{
	position:absolute;
	margin:0;
	padding:0;
	top:20px;
	left:30px;
	line-height:30px;
	font-size:180%;
	font-weight:normal;
}
#tagline{
	position:absolute;
	margin:0;
	padding:0;
	top:50px;
	left:30px;
	line-height:20px;
}

/* ----- shopping basket info ----- */
/*#info{
	position:absolute;	
	margin:0;
	padding:0;
	top:162px;
	width:720px;
	color:#ffffff;
	text-align:left;
}*/

/*#info ul, li{
	list-style:none;
	display:inline;
	color:#ffffff;
	text-align:left;
	margin-right:10px;
}*/


#info a:link{
	color:#ffffff;
	text-decoration:none;
}

#info a:visited{
	color:#ffffff;
	text-decoration:none;
}

#info a:active{
	color:#ffffff;
	text-decoration:none;
}


#info a:hover{color:#ffffff;
text-decoration:underline;
}

#info {
}

#info ul {
	display:block;
	float:right;
	background-color:#7caaaa;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding:10px;
	background-image:url(../images/topul.jpg);
	background-position:top center;
}

#info ul li {
	display:block;
	float:left;
	padding:0 10px;
	color:#FFF;
}

#info ul li a {
	color:#FFF;
	text-decoration:none;
}

/* ----- optional mid div (useful for more complex backgrounds) ----- */
#mid{
	background-color:#d8d4d5;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	clear:both;
	background-image:url(../images/mainbk.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	-webkit-box-shadow: #666 0px 0px 4px;
	-moz-box-shadow: #666 0px 0px 4px;
	box-shadow: #666 0px 0px 4px;	
	}

/* ----- breadcrumb trail ----- */
#breadcrumbs{
    display: inline;
    float: right;
    margin-right: 5px;
    width: 635px;
	
}

#breadcrumbs a:link {
	color:#b17885;
	text-decoration:none;
}

#breadcrumbs a:visited {
	color:#b17885;
	text-decoration:none;
}

#breadcrumbs a:active {
	color:#b17885;
	text-decoration:none;
}

#breadcrumbs a:hover {
	color:#b17885;
	text-decoration:underline;
}

/* ----- search box ----- */
#search{
	margin:0;
	padding:20px 20px;
	background-image:url("../images/break.jpg");
	background-position:bottom;
	background-repeat:repeat-x;
}
#search label{display:block;}

/* ----- side navigation ----- */
#navDept, #navDept li{
	margin:0;
	padding:0;
	list-style:none;
}
#navDept{
    background-image: url("../images/break.jpg");
    background-position: center bottom;
    background-repeat: repeat-x;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
}
#navDept li{
}
#navDept li a{
    color: #324041;
    display: block;
    padding-bottom: 3px;
    padding-left: 40px;
    padding-top: 3px;
    text-decoration: none;
}
#leftmenu li a.selected{}
#navDept li a.selected{}
#navDept li a span{
	}

#leftmenu li a:hover, #navDept li a:hover{
	color:#FFF;
	background-color:#80b0b0;
	background-image:url(../images/menuselected.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	}

/* ----- subdepartment navigation ----- */
#navSubDept, #navSubDept li {
	margin:0;
	padding:0;
	list-style:none;
	display:block;
}
#navSubDept{
	margin:1em 0;
	padding:3px 10px;
	display:block;
}
#navSubDept li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
	display:block;
}
#navSubDept li a{color:#b17885;}
#navSubDept li a:hover, #navSubDept li a.selected{color:#b17885;text-decoration:underline;}

/* ----- customer tool list ----- */
#navTools, #navTools li{
	margin:0;
	padding:0;
	list-style:none;
}
#navTools{margin-bottom:1em;}
#navTools li{
	margin-bottom:1px;
}
#navTools li a{
	display:block;
	width:100%;	
	background:#ffffff;
	color:#4d3c42;
}
#navTools li a:hover, #navTools li a.selected{background:#ffffff;}
#navTools li a span{
	display:block;
	padding:3px 20px;
}

/* ----- nav static menu items ----- */
.navStatic, .navStatic li{
	margin:0;
	padding:0;
	list-style:none;
}
.navStatic{margin-bottom:1em;}
.navStatic li{
	margin-bottom:1px;
}
.navStatic li a{
	display:block;
	width:100%;	
	background:#ffffff;
	color:#4d3c42;
}
.navStatic li a:hover{background:#ffffff;}
.navStatic li a span{
	display:block;
	padding:3px 20px;
}
#navToolsTitle, #navDeptTitle, .navStaticTitle{
	margin:0;
	padding:3px 20px;
	margin-bottom:1px;
	background:#ffffff;
	font-size:100%;
}

/* ----- side navigation column ----- */
#side{
    float: left;
    padding-left: 45px;
    padding-top: 45px;
    width: 230px;
}

/* ----- main content area ----- */
#main{
    color: #324041;
    float: left;
    padding-left: 45px;
    width: 595px;
	padding-bottom: 60px;
}
#main h2{
    background-image: url("../images/break.jpg");
    background-repeat: repeat-x;
    color: #4B3C41;
    font-family: Helvetica,sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 0;
    padding-top: 15px;
	clear:both;
}

#main h1{
    background-image: url("../images/break.jpg");
    background-repeat: repeat-x;
    color: #4B3C41;
    font-family: Helvetica,sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 0;
    padding-top: 15px;
}

.products h2 {
	margin-left:11px;
	margin-right:11px;
}

#main h2#pageTitle{
    background-image: url("../images/break.jpg");
    background-repeat: repeat-x;
    color: #4B3C41;
    font-family: Helvetica,sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 0;
	margin-left:11px;
	margin-right:11px;
    padding-top: 15px;
}
.note{
	font-size:110%;
}
.highlight{
	font-size:140%;
}
.module1{
	float:left;
	width:250px;
}
.module2{
	float:right;
	width:250px;
}

/* ----- footer area ----- */
#footer{
	height:69px;
	width:960px;
	clear:both;
}
#footer p{margin:0;}
#footer ul, #footer li{
	margin:0;
	padding-top:25px;
	text-align:center;
	list-style:none;
}
#footer li{display:inline;margin-right:.5em;}


#footer a:link{
	color:#ffffff;
	text-decoration:none;
}

#footer a:visited{
	color:#ffffff;
	text-decoration:none;
}

#footer a:active{
	color:#ffffff;
	text-decoration:none;
}



#footer a:hover{color:#ffffff;
text-decoration:underline;
}


#footer #credits{
	float:right;
	margin-top:-1.5em;
}

#footer img {
	vertical-align:middle;
	}

/* ----- pagination (page 1/2 etc.) ----- */
#pagination{
	margin:1em 0;
}
#pagination li{
	margin:0;
	height:16px;
	line-height:16px;
	float:left;
}
#pagination p{
	margin:0;
	float:left;
	width:100px;
}
#pagination a{
	display:block;
	float:left;
	width:9px;
	height:9px;
	margin-left:10px;
	margin-top:3px;
	text-indent:-8000px;
	overflow:hidden;
}
#pagination a#firstPage{background:url(../graphics/plain/ico_first.gif)no-repeat 0 0;}
#pagination a#prevPage{background:url(../graphics/plain/ico_prev.gif) no-repeat 0 0;}
#pagination a#nextPage{background:url(../graphics/plain/ico_next.gif) no-repeat 0 0;}
#pagination a#lastPage{background:url(../graphics/plain/ico_last.gif) no-repeat 0 0;}

/* ----- product thumbnail list ----- */

.products{
	clear:both;
	margin:10px 0;
}

.products ul, .products li{
	margin:0;
	padding:0;
	list-style:none;
} 

.products li{
    background-color: #646B6B;
    color: #4D3C42;
    float: left;
    margin: 11px;
    padding: 7px;
    position: relative;
    text-align: center !important;
}


.products li h3{
	padding:0;
	background:none;
	margin:0;
}

.products li h3 a{color:#7DA60C; font-size:10px; display:none;}

.products li h3 a:hover{color:#7da60c;}
.products .image{
	float:left;
	margin:0;
	margin-bottom:5px;
	
}
.products .image a img{
	border:1px solid #e2e2e2;
	margin-top:3px;

}

.products .image a:hover img{
	border:1px solid #ccc;
}

.products .price{
    clear: both;
    color: #FFFFFF;
    font-size: 12px;
    padding-top: 5px;
    text-align: center;
}

.products .quantity{
	clear:both;
	margin:1em 0;
	text-align:right;
	line-height:180%;
}

/* ----- individual products ----- */
#product{	
	margin:1em 0;	
}
#product .image{	
	float:left;
	margin-bottom:1em;
}	
#product .image p{margin:.5em 0;}
#product .image img{	
	border:1px solid #e1e1e1;
}	
#product .info{	
	float:right;
	width:270px;
}
#product .price{
	color:#4d3c42;
	font-size:13px;
}
#product .info p{
	margin:0;
	margin-bottom:.2em;
}
#product .info h3{
	margin:0;
	margin-bottom:.2em;
}
#product .actions{
	border-top:1px solid #e1e1e1;
	clear:both;
}	
#product #addBasket{
	border-top:1px solid #e1e1e1;
	padding-top:1em;
}
#product #addWishlist a{
}

/*checkout stuff*/
#total {
font-size:12px;
margin:20px 0;
padding:0;
width:295px;
}

#total dt {
float:left;
font-weight:bold;
width:200px;
}

#total dd {
margin-left:201px;
text-align:right;
}


/* ----- featured articles ----- */



#articles{
    padding-left: 11px;
    padding-right: 11px;
}

#articles img {
	width:200px;
	
}

.home_testimonial_img {
	width:200px;
	padding-bottom:10px;
	padding-right:10px;
	float: left;
}

#articles td {
	background-color:transparent;
	color:#4b3d42;
	line-height:150%;
}

#articles ul, #articles li {
	margin:0;
	padding:0;
	list-style:none;
}
#articles ul{
	margin:0px;
	padding:0px;
	
}
#articles ul li{
	margin:0px;
	line-height:150%;
	padding:0;
	padding-left:0px;
	list-style:none;
	display:block;
	color:#4d3c42;	
}
#articles  ul li a{color:#b17886;}
#articles  ul li a:hover{color:#b17886;text-decoration:underline;}

/* ----- customer reviews ----- */
#reviews{
}
#reviews ul, #reviews li {
	margin:0;
	padding:0;
	list-style:none;
}
#reviews ul{
	margin:1em 0;
	padding:3px 10px;
	background:#ffffff;
	border:1px solid #eee;
	color:#4d3c42;
}
#reviews ul li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
	display:block;	
}
#reviews  ul li a{color:#b17886;}
#reviews  ul li a:hover{color:#b17886;text-decoration:underline;}

/* ----- site map ----- */
#sitemap, #sitemap ul, #sitemap li{
	margin:0;
	padding:0;
	list-style:none;		
} 
#sitemap{margin:1em 0;}
#sitemap li{margin:.5em 0;}
#sitemap li h3{margin:.2em 0;}
#sitemap ul{padding-left:20px;}

/* ----- tables and forms ----- */
fieldset{
	border:none;
	padding:0;
	margin:1em 0;
}
legend{
	font-weight:normal;
	padding:0;
	margin:0;
	color:#4d3c42;
	font-size:120%;
	clear:both;
}
fieldset h3, fieldset h3{margin:1em 0 0 0;}


#content h2 
a:link, a:visited, a:active{
	color:#b17886;
	text-decoration:none;
}
#content h2 a:hover{color:#b17886;
text-decoration:underline;
}


#content table{
	width:100%;
	margin:.5em 0;
	border-collapse:collapse;
	line-height:150%;
}

#content li{
	color:#4b3d42;
}

.chart {
	width:400px;
}

th{
	border:1px solid #ffffff;
	background:#f0d8df;
	padding:5px;
	color:#4d3c42;
}
td{
	background:#CCBCC1;
	padding:5px;
	vertical-align:top;
	color:#4d3c42;
}
.formField, .formSelect{
	background:#fff;
	border:1px solid #ffffff;
	width:200px;
}
.formFieldShort, .formFieldMedium{
	background:#fff;
	border:1px solid #ffffff;
	width:20px;
	margin-right:5px;
}
.formFieldMedium{width:96px;}
table .price{
	color:#95606d;
	font-size:110%;
	font-weight:bold;
}
.formFieldProduct{width:150px;}
table .price{
	color:#95606d;
	font-size:110%;
	font-weight:bold;
}
.formRadio{vertical-align:middle;}
.formButton{
	background:#95606c;
	color:#fff;
	border:none;
	padding-top:3px;
	padding-bottom:3px;
}
label span{
	color:#95606c;
	font-size:110%;
	font-weight:bold;
}
input.formField:focus, formFieldShort:focus, formFieldMedium:focus, textarea:focus, #quantity:focus	{
	background: #fff;
	border: 1px solid #bbb;
}

/* ----- shopping cart ----- */
#total{
	margin:1em 0;
	padding:0;
	width:295px;
	font-size:110%;
}
#total dt{
	width:200px;
	float:left;
	font-weight:bold;
}
#total dd{
	margin-left:201px;
	text-align:right;
}
.actions{
	clear:both;
	margin:0;
	padding:.5em 0;
}

/* ----- first table data style ----- */
td.first{width:40%;}

/* ---------------------- float fix ----------------------------- */
.inner:after, .products:after, .products li:after, #pagination:after, #total:after, .modules:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.inner, .products, .products li, #pagination, #total, .modules{display:block;}
/*  \*/
.inner, .products, .products li, #pagination, #total, .modules {min-height:1%;}
* html .inner, * html .products, * html .products li, * html #pagination, * html #total, * html .modules {height:1%;}
 /*  */
/* ----- end float fix ----- */
.special {
	display:none;
}

#extra {
    clear: both;
    color: #FFFFFF;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-right: 80px;
    padding-top: 10px;
    text-align: center;
    width: 800px;
}

#extra a {
	color:#FFF
}

#wrap {
	background-image:url(../images/topbk.jpg);
	background-repeat:repeat-x;
}

.clear {
	clear:both;
}

#content {
    padding-left: 11px;
    padding-right: 11px;
}

.products ul li p {
	margin:0;
}

.image p {
	text-align:center;
}

.articles table {
	background-color:transparent !important;
}
	
.home_testimonial_img img {
	border:5px solid #646B6B !important;
	display:block;
}

#leadins {
    padding-top: 20px;

}

#leadins p a {
	color:#fff !important;
	text-decoration:none;
}

#leadins p {
	text-align:center;
	color:#fff;
	padding-top:10px;
	padding-bottom:10px;
	display:block;
	margin:0;
}

#leadins li {
	background-image:url(../images/ctabk.jpg);
	background-position:bottom;
    float: left;
	margin-bottom:20px;

}

.centerpad {
    margin-left: 11px;
    margin-right: 11px;
}

#search {
    background-image: url("../images/searchbk.jpg");
    background-position: left 13px;
    padding-top: 23px;
}

#searchKeyword {
    background-color: transparent;
    border: medium none;
    color: #FFFFFF;
    padding-left: 20px;
}

#swatches a {
	color:#FFF;
}

#swatches {
    background-image: url("../images/ctabk.jpg");
    background-position: center bottom;
    float: right;
    margin-bottom: 20px;
    text-align: center;
}

#articles ul li {
    color: #4D3C42;
    display: block;
    float: left;
    height: 200px;
    line-height: 150%;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 10px;
    text-align: center;
    width: 225px;
}

ul#slideshow {
	margin-left:11px;
}

ul#slideshow li {
	background-color:#D8D4D5;
}

.home_testimonial_img img {
    width: 180px;
}

#swatches a:hover, #leadins li a:hover {
	color:#bfcaca;
	text-decoration:underline;
}
