/* Phrame Basic.css - Creative Aspects */

/* ----- end float fix ----- */
body{
	background:#d9dbda;
	color:#0f0e0c;
	font: 70% Arial, Helvetica, sans-serif;	
	text-align:center;
	line-height:150%;
	margin:55px 0;
	padding:0;
}

/* ----- tables ----- */
table, td, input, textarea, select, li{
	font: 100% Arial, Helvetica, sans-serif;
}
th{
	background:#a69b95;
	padding:5px;
}
td{padding:5px;}

/* ----- global links ----- */
a:link, a:visited, a:active{
	color:#5f4f46;
	text-decoration:underline;
	font-weight:bold;
}
a:hover{color:#a69b95;}

/* ----- global paragraphs, headers & horizontal rules ----- */
h1, h2, h3, h4, h5, h6{margin:1em 0 0.2em 0; color:#5f4f46;}
h1{font-size:180%;}
h2{font-size:140%;}
h3{font-size:130%;}
h4, h5{font-size:110%;}
hr{display:none;}
p{margin:0 0 1em 0;	font-size:110%;line-height:140%;}

/* ----- 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;
	margin:0 0 1em 0;
	font-size: 110%;
}

/* ----- container size & positioning ----- */
#container{
	margin:0 auto;
	width:900px;
	text-align:left;
	background:#d9dbda;
	position:relative;
	background: url(../graphics/phrame/topCrop.gif) no-repeat 0 187px;

}

/* ----- header area ----- */
#header{
	height:152px;	
	position:relative;
	background:#5f4f46 url(../graphics/phrame/Logo.gif) no-repeat;
	margin:0;
}

/* ----- company logo & strapline ----- */
#logo{
	display:none;
}
#tagline{
	display:none;
}

/* ----- shopping basket info ----- */
#info{
	position:absolute;	
	margin:0;
	padding:0;
	top:22px;
	left:711px;
	z-index:10;
	color: #d9dbda;
	font-size: 100%;
}

#info a:link, #info a:visited, #info a:active{
	font-weight: normal;
	color: #d9dbda;
	text-decoration:none;
}

#info a:hover{
	color: #d9dbda;
	text-decoration: underline;
	font-weight: normal;
}

/* ----- optional mid div (useful for more complex backgrounds) ----- */
#mid{
	background: url(../graphics/phrame/bottomCrop.gif) no-repeat bottom;
	padding:0;
	margin:35px 0 0 0;
}

/* ----- breadcrumb trail ----- */
#breadcrumbs{
	margin: 0 0 1em 33px;
	color: #0f0e0c;
	padding-top: 46px; /* 13px + 33px */
}

#breadcrumbs a:link,#breadcrumbs a:visited, #breadcrumbs a:active{
	color:#8f847e;
}

#breadcrumbs a:hover{
	color:#a69b95;
}

/* ----- search box ----- */
#search{
	position:absolute;
	right:33px;
	top:158px;
	margin:0;
	padding:0;
	width: 176px;
	z-index: 1;
}
#search label{display:none;}

#searchKeyword{
	background:#fefefe;
	width:173px;
	height:16px;
	vertical-align:middle;
	padding:3px 0 3px 3px;
	font-size:100%;
	border:0;
}

#searchSubmit{
	border:0;
	position: absolute;
	right:186px;
	background: #8f847e;
	color:#fefefe;
	font-size:100%;
	font-weight:bold;
	padding:0;
	vertical-align:middle;
	text-transform:uppercase;
	width: 33px;
	height: 22px;
}

/* ----- side navigation ----- */
#navDept, #navDept li{
	margin:0;
	padding:0;
	list-style:none;
}
#navDept{
	position: absolute;
	width:834px;
	top: 152px;
	background: #a69b95;
	margin:0;
	padding: 0 33px;
}
#navDept li{
	float:left;
	display:inline;
	font-size:110%;
	padding:0 10px 0 0;
	line-height:35px;
	height:35px;
}
#navDept li a{
	color:#5f4f46;
	line-height:35px;
	font-weight:bold;
	text-decoration:none;
	border-left: 1px solid #fefefe;
}
#navDept li a:hover, #navDept li a.selected{color:#d9dbda;}
#navDept li a span{
	padding-left:10px;
}
#navDept li.first a span{
 	padding-left:0;
}
#navDept li.first a{
	border: 0;
}
/* ----- subdepartment navigation ----- */
#navSubDept, #navSubDept li {
	margin:0;
	padding:0;
	list-style:none;
}
#navSubDept{
	margin:0 0 0 15px;
	padding:0;
}
#navSubDept li{
	margin:0 0 10px 0;
	padding:0;
	background: url(../graphics/phrame/bullet3.gif) no-repeat;
	line-height: 140%;
	font-size: 110%;
}
#navSubDept li a span{
	padding: 0 0 0 31px;
}
#navSubDept li a{
	text-decoration: none;
}
#navSubDept li a:hover, #navSubDept li a.selected{}

/* ----- customer tool list ----- */
#navTools, #navTools li{
	margin:0;
	padding:0;
	list-style:none;
}
#navTools{
	position:absolute;
	top:48px;
    right: 33px;
}
#navTools li{
	margin-bottom:1px;

}
#navTools li a{
	display:block;
	width:176px;	
	background:#8f847e;
	color:#fefefe;
	font-weight: normal;
	text-decoration:none;
}
#navTools li a:hover, #navTools li a.selected{background:#d9dbda;color:#5f4f46;	font-weight: normal;}
#navTools li a span{
	display:block;
	padding:0 20px;
	line-height: 19px;
}

/* ----- nav static menu items ----- */

#navToolsTitle, #navDeptTitle, .navStaticTitle{
	display:none;
}

/* ----- main content area ----- */
#main{
	float:left;
	display:inline;
	width:834px;
	padding:0 33px;
	padding-bottom: 35px;
}

#main h2{
	padding:0;
	clear:both;
}
#main h2#pageTitle{
	padding:0;
	margin: .5em 0 1em 0;
	color:#5f4f46;
	font-size:160%;
}
.note{
	font-size:110%;
}
.highlight{
	font-size:160%;
	color:#5f4f46;
}
.module1{
	float:left;
	width:250px;
}
.module2{
	float:right;
	width:250px;
}
#home_content{
	float: left;
}
#content, #maincontent{
	width:583px;
}
#maincontent{
	float:left;
}
#content.alterwidth{
	width: 100%;
}
	
/* ----- home page divs ----- */
#intro{
	width:583px;
}
#intro p{
	font-size: 170%;
	line-height: 140%;
	margin:0 0 .5em 0;
	color: #5f4f46;
}

#photo{
	margin-bottom: 2em;
}
/* -----  home page ----- */

#homedepartments, #homeabout{
	width: 294px;
	float: left;
}

#homedepartments{
	margin-left: 37px;
}

#homedepartments ul, #homeabout ul{
	margin:0;
	padding:0;
	list-style:none;
} 

#homedepartments li h3, #homeabout li h3{
	font-weight:bold;
	font-size: 110%;
	margin-top:0;
	padding:0;
}

#homedepartments li h3 a, #homeabout li h3 a{text-decoration:none;} 

/* ----- footer area ----- */
#footer{
	background:#a69b95;
	height: 35px;
	padding: 0 33px;
}
#footer p{margin:0;}
#footer ul, #footer li{
	margin:0;
	padding:0;
	list-style:none;
}
#footer li{display:inline;margin-right:1em;	line-height: 35px;}
#footer a:link, #footer a:visited, #footer a:active{
	font-weight: normal;
	color:#5f4f46;
	text-decoration:none;
}
#footer a:hover{
	font-weight: normal;
	color:#d9dbda;
}

/* credits */
div#credits{
	margin-left: 33px;
	font-size: 100%;
	/*margin-top: 1em;*/
	margin: 12px 0 12px 33px;
}

div#credits ul a:link, div#credits ul a:visited{
	font-weight: normal;
	color:#0f0e0c;
	text-decoration:none;
}

div#credits ul a:hover, div#credits ul a:active{
	font-weight: normal;
	text-decoration: underline;
}

div#credits ul, div#credits li {
	margin:0;
	padding:0;
	list-style:none;
}
div#credits ul{
	padding:0 0 0 0px;


}
div#credits ul li{
	float:left;
	margin: 0;
	padding: 0 13px;
	background: url(../graphics/phrame/sep.gif) no-repeat;
	background-position: 0 .3em;
}

/* ----- pagination (page 1/2 etc.) ----- */
#pagination{
	margin: 0;
	position: absolute;
	right: 33px;
	top: 233px;
}
#pagination p{
	margin:0 0 1em 0;
	color: #5f4f46;
	font-weight: bold;
	float: left;
}

#pagination a{
	display:block;
	float:left;
	width:16px;
	height:16px;
	margin-left:10px;
	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;}

/* ----- pano thumbnail list ----- */
.products{
	margin:0em 0 1em 0;
	clear:both;
	border-top:1px solid #d9dbda; /* added invisible border so Firefox doesn't collapse margins. This is because of IE not collapsing margins properly, NOT a FF bug. */
}

.products ul, .products li{
	margin:0;
	padding:0;
	list-style:none;
}
.products ul{
	margin:0 -25px;
	width: 884px;

}
.products li{
	float: left;
	display: inline; /* For IE double margin bug - see www.positioniseverything.net/explorer/doubled-margin.html */
	margin:1em 25px 0 25px;
	padding:0;
	color: #0f0e0c;
	width: 392px;
	height: 13.1em;
	list-style:none;
}
.products li:hover{
}
.products li h3{
	margin-top:.5em;
	padding:0;
	background:none;
}
.products li h3 a{}
.products li h3 a:hover{}
.products .image{
	margin:0;
}
.products .image a img{
	border:0;
	padding:0;
	background:#fefefe;
}
.products .image a:hover img{
	padding:0;
}
.products .desc{
	margin:3px 0 0 0;
}

.products .price{
	margin:1px 0 0 0;
	color: #0f0e0c;
	font-size:110%;
	font-weight:bold;
}
.products .quantity{
	clear:both;
	margin:1em 0;
	text-align:right;
	line-height:180%;
}

/* ----- square thumbnail list ----- */

.products ul.square{
	margin:0 -26px 0 -25px;
	width: 885px;
}

.products li.square{
	float: left;
	display: inline; /* For IE double margin bug - see www.positioniseverything.net/explorer/doubled-margin.html */
	margin:1em 26px 0 25px;
	padding:0;
	color: #0f0e0c;
	width: 126px;
	height: 21em;
}

/* ----- individual products ----- */
#product{	
	margin:1em 0;
}
#product .image{	
	margin-bottom:1em;
}	
#product .image p{margin:.5em 0;}
#product .image img{}	
#product .info{	
	float:right;
	width:198px;
	/*width:156px;*/
	border-left: 1px solid #a69b95;
	padding-left: 20px;
	margin-top: .5em;
}
#product .price{
color: #0f0e0c;
/*	color:#5f4f46;*/
	font-size:120%;
	font-weight: bold;
}
#product .info p{
	margin:0;
	margin-bottom:.2em;
}
#product .info h3{
	margin: 1em 0 0.2em 0;
}
#product .actions{
	border-top:1px solid #5f4f46;
	clear:both;
}	
#product #addBasket{
	padding-top:.5em;
}
#product #addWishlist {
	margin-top:.5em;
}

#productinfo{
	float: left;
	width: 583px;
}

/* ----- individual square products ----- */

#product.square .image{
float: left;	
}	

#product.square #productinfo{
width: 242px;
margin: 0 20px;
}

#product.square h2#pageTitle{
margin-top: 0;
}
/* ----- featured articles  ----- customer reviews ----- */
#articles, #links, #reviews{
	width: 583px;

}

#articles h2, #reviews h2{
	margin: 2em 0 1em 0;
}

#articles ul, #articles li, #links ul, #links li, #reviews ul, #reviews li {
	margin:0;
	padding:0;
	list-style:none;
	margin:0 0 0 15px;
}

#articles ul li, #links ul li, #reviews ul li{
	margin:0 0 0.2em 0;
	padding:0;
	line-height:140%;
	list-style:none;
	background: url(../graphics/phrame/bullet3.gif) no-repeat;

}

#articles  ul li a, #links ul li a, #reviews ul li a{
	text-decoration: none;
	padding: 0 0 0 31px;
		font-size: 110%;
}

#articles  ul li a:hover{}

#articles p, #links p, #reviews p{
	padding: 0 0 0 31px;
}

/*Latest News column on home page*/
#home_articles{
	width: 136px;
	padding: 0 20px;
	margin: 0 0 0 33px;
	background: #5f4f46;
	float: left;

}
#home_articles p{
	color: #fefefe;
	font-size:100%;
	margin-bottom: 1.5em;
}
#home_articles h2{
	color: #fefefe;
	text-transform: uppercase;
	margin: 1.5em 0 0 0;
}
#home_articles ul, #home_articles li {
	margin:0;
	padding:0;
	list-style:none;
}
#home_articles ul{
	margin:1em 0;
	padding:0;
}
#home_articles ul li{
	margin: 0;
	line-height:150%;
	padding:0;
	list-style:none;
}
#home_articles  ul li a{color:#a69b95; text-decoration:underline;}
#home_articles  ul li a:hover{color:#d9dbda;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:1.5em 0 .5em 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:#5f4f46;
	font-size:130%;
	clear:both;
}
fieldset h3, fieldset h3{margin:1em 0 0 0;}
#content table{
	width:100%;
	margin:.5em 0;
	border-collapse:collapse;
	line-height:150%;
}
th{
	border:1px solid #5f4f46;
	background:#a69b95;
	padding:5px;
}
td{
	background:#fefefe;
	border:1px solid #5f4f46;
	padding:5px;
	vertical-align:top;
}
.formField, .formSelect{
	background:#fefefe;
	border:1px solid #a69b95;
	width:200px;
}
.formFieldShort, .formFieldMedium{
	background:#fefefe;
	border:1px solid #a69b95;
	width:20px;
	margin-right:5px;
}
.formFieldMedium{width:96px;}
table .price{
	color:#5f4f46;
	font-size:110%;
	font-weight:bold;
}
.formFieldProduct{width:198px/*width:156px*/;margin-bottom:15px;}
table .price{
	color:#5f4f46;
	font-size:110%;
	font-weight:bold;
}
.formRadio{vertical-align:middle;}
.formButton{
	background:#5f4f46;
	color:#fefefe;
	border:none;
	padding-top:3px;
	padding-bottom:3px;
}

p#addBasket .formButton{
	width: 104px;
	padding-left:0;
	padding-right:0;
}

label span{
	color:#5f4f46;
	font-size:110%;
	font-weight:bold;
}
input.formField:focus, formFieldShort:focus, formFieldMedium:focus, textarea:focus, #quantity:focus	{
	background: #fefefe;
	border: 1px solid #5f4f46;
}

/* ----- 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 ----------------------------- */
/* ----- see www.positioniseverything.net/easyclearing.html ----- */
.inner:after, .products:after, .products li:after, #pagination:after, #total:after, .modules:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.inner, .products, #pagination, #total, .modules{display:block;}
/*  \*/
.inner, .products, .products li, #pagination, #total, .modules {min-height:1%;}

* html .inner, * html .products, * html #pagination, * html #total, * html .modules {height:1%;}
 /*  */
/* ----- end float fix ----- */

#content img.mainimg{
	float: right;
	margin: 0 0 0 20px;
}

#content img.mainimgl{
	float: left;
	margin: 0 20px 0 0;
}

/* general lists */

ol {
	margin: 10px 0 15px 15px;
	padding:0;
}

ol li {
	margin: 0 0 15px 20px;

}

ol ol {
	list-style: none;
}

ol ol li {
	margin-left: 0;
	font-size:110%;
}

/* print sizes page */

.printsize{
	margin:1em 0;
	clear:both;
}

.printsize ul, .printsize li{
	margin:0;
	padding:0;
	list-style:none;
}
.printsize ul{
	margin:0 -25px;
	width: 884px;

}
.printsize li{
	float: left;
	display: inline; /* For IE double margin bug - see www.positioniseverything.net/explorer/doubled-margin.html */
	margin:1em 25px 0 25px;
	padding:0;
	color: #0f0e0c;
	width: 392px;
	height:34em;
	list-style:none;
}

.printsize li h4{
	margin-top:.5em;
	padding:0;
	background:none;
}

.printsize .image{
	margin:0;
}

.printsize .printname{
float: left;
margin: .5em 0 0 0;
}
.printsize .dimensions{
text-align: right;
margin: .5em 0 0 0;
}
.printsize .description{
text-align: left;
margin: 1.5em 0 3.5em 0;
}

/* Mailbuild Form*/

form#mailBuild{
	position:absolute;
	right:33px;
	top:-40px;
	text-align:left;
	margin:0;
	padding:0;
}



.formFieldMailBuild {
	background:#fefefe;
	height:16px;
	color:#555;
    width:173px;
	padding:3px 0 3px 3px;
	vertical-align:middle;
	margin-top:6px;
	margin-left:10px;
	padding-top:3px;
	font-size:100%;
	border:0;
}

.labelMailBuild{
	color: #5f4f46;
	font-size:110%;
	font-weight:normal;
	vertical-align:middle;
	line-height:22px;
	zoom:1; /* ie bug fix http://www.positioniseverything.net/articles/haslayout.html */
}

form#mailBuild .formButton{
	border:0;
	background: #8f847e;
	color:#fefefe;
	font-size:100%;
	font-weight:bold;
	padding:0;
	vertical-align:middle;
	text-transform:uppercase;
	width: 33px;
	height: 22px;
	margin-left:10px;
	margin-top:6px;
}

form#productDisplay{;padding:0;margin:0;}

/* ---------------------- NAME PHRAME ------------------------ */

/* ----- header area ----- */
#namephrame #header{
	background:#c40628 url(../graphics/phrame/LogoRed.gif) no-repeat;
}

#namephrame #navDept{
	background: #fefefe;/* #dba4ad */;
}

#namephrame #footer{
	background:#fefefe;
}
#namephrame #searchKeyword{
	background: /*#dba4ad;*/#d9dbda;
}

#namephrame #navDept li a{
	color:#c40628;
}
#namephrame #navDept li a:hover, #namephrame #navDept li a.selected{color:#dba4ad;}

#namephrame #navTools li a{

	background:#fefefe;
	color:#5f4f46;
	
}
#namephrame #navTools li a:hover, #namephrame #navTools li a.selected{background:#d9dbda;color:#5f4f46;	font-weight: normal;}

#namephrame #info{
	color: #fff;

}

#namephrame #info a:link,#namephrame #info a:visited,#namephrame #info a:active{
	color: #fff;
}

#namephrame #info a:hover{
	color: #fff;
}

#namephrame #footer a:link,#namephrame #footer a:visited,#namephrame #footer a:active{
	color: #c40628;
}

#namephrame #footer a:hover {
	color: #dba4ad;
}

