
/* ----- end float fix ----- */
body{
	background:#4a3f3b;
	color:#fff;
	font: 70% Arial, Helvetica, sans-serif;	
	text-align:center;
	line-height:180%;
	margin:0px 0;
	padding:0;
}

/* ----- tables ----- */
table, td, input, textarea, select, li{
	font: 100% Arial, Helvetica, sans-serif;
}
th{
	background:blue;
	padding:5px;
}
td{padding:5px;}

/* ----- global links ----- */
a:link, a:visited, a:active{
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
}
a:hover{color:#a69b95;}

/* ----- global paragraphs, headers & horizontal rules ----- */
h1, h2, h3, h4, h5, h6{margin:1em 0 .2em 0; color:#fef7c2;font-weight:bold;}
h1{font-size:210%;}
h2{font-size:180%;}
h3{font-size:150%;}
h4, h5{font-size:120%;}
hr{display:none;}
p{font-size:120%;line-height:140%;margin:0 0 1em 0;}

.firstp{
	color: #fef7c2;
	font-size: 140%;
	font-weight:bold;
	line-height:130%;
	margin-top:10px;
}

/* ----- 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:850px;
	text-align:left;
	position:relative;
}

/* ----- header area ----- */
#header{
	height:210px;	
	position:relative;
	background:#4a3f3b url(../graphics/corksandcases/header.jpg) no-repeat;
	margin:0;
}

/* ----- company logo & strapline ----- */
#logo{
	display:none;
}
#tagline{
	display:none;
}

#phone{
	position: absolute;
	top:95px;
	right:20px;
	color:#000;
	font-size:240%;
	font-weight:bold;
	line-height: 1em;
}

#phone span{
	color:#777;
	font-size:60%;
	font-weight:bold;
}

#email{
	position: absolute;
	top:135px;
	right:20px;
	color:#000;
	font-size:140%;
	font-weight:bold;
	line-height: 1em;
}

#email a{color:#000; text-decoration:none;}
#email a:hover{color:#000; text-decoration:underline;}

/* ----- shopping basket info ----- */
#info{
	/*position:absolute;	
	margin:0;
	padding:0;
	top:22px;
	left:711px;
	z-index:10;
	color: red;
	font-size: 100%;*/
	display:none;
}
/*
#info a:link, #info a:visited, #info a:active{
	font-weight: normal;
	color: red;
	text-decoration:none;
}

#info a:hover{
	color: red;
	text-decoration: underline;
	font-weight: normal;
}
*/
/* ----- optional mid div (useful for more complex backgrounds) ----- */
#mid{
	background: url(../graphics/corksandcases/footjaggy.gif) no-repeat bottom;
	padding:0 0 80px 0;
	margin:35px 0 0 0; 
}

/* ----- breadcrumb trail ----- */
#breadcrumbs{
	margin: 0 0 1em 0;
	color: #fef7c2;
	padding: 5px 0 5px 20px;
	width:563px;
	background: #5e5451;

}

#breadcrumbs a:link,#breadcrumbs a:visited, #breadcrumbs a:active{
	color:#fff;
}

#breadcrumbs a:hover{
	color:#a69b95;
}

/* ----- search box ----- */
#search{
	position:absolute;
	right:20px;
	top:245px; 
	margin:4px 0 0 0;
	padding:0;
	width: 186px;
	z-index: 1;
}
#search label{display:none;}

#searchKeyword{
	background:#fff;
	width:184px;
	height:15px;
	/*vertical-align:middle;*/
	padding:2px 0 2px 2px;
	font-size:100%;
	border:0;
}

#searchSubmit{
	border:0;
	position: absolute;
	right:194px;
	top:0px;
	background: #5e5451;
	color:#fff;
	font-size:100%;
	font-weight:bold;
	padding:0;
	/*vertical-align:middle;*/
	text-transform:uppercase;
	width: 33px;
	height: 19px;
}

/* ----- side navigation ----- */
#navDept, #navDept li{
	margin:0;
	padding:0;
	list-style:none;
}
#navDept{
	position: absolute;
	width:810px;
	top: 211px;
	background: #4a3f3b;
	margin:0;
	padding: 0 20px;
}
#navDept li{
	float:left;
	display:inline;
	font-size:110%;
	padding:0 10px 0 0;
	line-height:25px;
	height:25px;
}
#navDept li a{
	color:#fff;
	line-height:25px;
	font-weight:bold;
	text-decoration:none;
	border-left: 1px solid #5e5451;
}
#navDept li a:hover, #navDept li a.selected{color:#fef7c2;}
#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:1em 0;
	padding:3px 10px;
	border:1px dotted #fef7c2;
	width:543px;
}
#navSubDept li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
	background:url(../graphics/site/arrow3.gif) no-repeat 0 .6em;
	font-weight: bold;
}
#navSubDept li a{color:#fff;text-decoration:none;}
#navSubDept li a:hover{color:#fef7c2;text-decoration:none;}

/* ----- customer tool list ----- */
/*#navTools, #navTools li{
	margin:0;
	padding:0;
	list-style:none;
}*/
#navTools{
	/*position:absolute;
	top:48px;
    right: 20px;*/
	display:none;
}
/*#navTools li{
	margin-bottom:1px;

}
#navTools li a{
	display:block;
	width:176px;	
	background:#5e5451;
	color:#fff;
	font-weight: normal;
	text-decoration:none;
}
#navTools li a:hover, #navTools li a.selected{background:red;color:#fff;	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:810px;
	padding:0 20px;
	background: url(../graphics/corksandcases/bgcc.gif) repeat-y 0 80px;
	min-height:580px;
	height:auto !important; /* IE6 hack http://www.dustindiaz.com/min-height-fast-hack/ */
  	height:580px; /* IE6 hack http://www.dustindiaz.com/min-height-fast-hack/ */
}

#main h2{
	padding:0;
	clear:both;
}
#main h2#pageTitle{
	padding:0;
	margin: .5em 0;
	color:#fff;
	font-size:260%;
}
.note{
	font-size:110%;
}
.highlight{
	font-size:160%;
	color:#fff;
}

#content{
	/*float: left;*/
	width:563px;
	margin: 0 20px 0 0;
	padding:0;
}

/* ----- footer area ----- */
#footer{
	background:transparent;
	height: 30px;
	padding: 0 20px;
	border-top: 1px solid #6e6562;
	border-bottom: 1px solid #6e6562;
	margin: -80px 0 0 0;
	width:543px;
}
#footer p{margin:0;}
#footer ul, #footer li{
	margin:0;
	padding:0;
	list-style:none;
}
#footer li{display:inline;margin-right:1em;	line-height: 30px;}
#footer a:link, #footer a:visited, #footer a:active{
	font-weight: normal;
	color:#fff;
	text-decoration:none;
}
#footer a:hover{
	font-weight: normal;
	color:#fef7c2;
}

/* credits */
div#credits{
	margin-left: 20px;
	font-size: 100%;
	margin: 12px 0 12px 20px;
}

div#credits ul a:link, div#credits ul a:visited{
	font-weight: normal;
	color:#79716e;
	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 0 0 ;
}

/* ----- featured articles ------ */

#articles ul, #articles li{
	margin:0;
	padding:0;
	list-style:none;
}

#articles{
	width: 207px;
	padding: 20px 10px 0 10px;
	margin: 0px 0 0 0px;
	background: #5e5451;
	position:absolute; 
	top:285px;
	right:20px;
}
#articles.home{
	padding-top:70px;
	background: #5e5451 url(../graphics/corksandcases/latestnews.gif) no-repeat 0 0;
}
#articles p{
	color: #fff;
	font-size:100%;
}
#articles h2{
	color: #fff;
	text-transform: uppercase;
	margin: 1.5em 0 0 0;
}
#articles ul, #articles li {
	margin:0;
	padding:0;
	list-style:none;
}
#articles ul{
	margin:0;
	padding:10px 0;
}
#articles ul li{
	margin: 0 0 2em 0;
	line-height:150%;
	padding:0;
	list-style:none;
}
#articles  ul li a{color:#e3dcaf; text-decoration:underline; text-transform:uppercase;}
#articles  ul li a:hover{color:#e3dcaf; text-decoration:none; text-transform:uppercase;}

/* ----- 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:bold;
	padding: 1em 0 0.2em 0;
	margin:0;
	color:#fef7c2;
	font-size:150%;
	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 #fff;
	background:green;
	padding:5px;
}
td{
	background:#5e5451;
	border:1px solid #fff;
	padding:5px;
	vertical-align:top;
}

#frmContact table{
	border:1px solid #fff;
}
.formField, .formSelect{
	background:#fff;
	border:1px solid #a69b95;
	width:200px;
}
.formFieldShort, .formFieldMedium{
	background:#fff;
	border:1px solid #a69b95;
	width:20px;
	margin-right:5px;
}
.formFieldMedium{width:96px;}
table .price{
	color:#fff;
	font-size:110%;
	font-weight:bold;
}
.formFieldProduct{width:156px;}
table .price{
	color:#fff;
	font-size:110%;
	font-weight:bold;
}
.formRadio{vertical-align:middle;}
.formButton{
	background:#fef7c2;
	color:#5e5451;
	border:none;
	padding-top:3px;
	padding-bottom:3px;
		margin-bottom: 2em;
}
p#addBasket .formButton{
	width: 104px;
	padding-left:0;
	padding-right:0;
}
label span{
	color:#fff;
	font-size:110%;
	font-weight:bold;
}
input.formField:focus, formFieldShort:focus, formFieldMedium:focus, textarea:focus, #quantity:focus	{
	background: #fff;
	border: 1px solid #fff;
}

/* ----- shopping cart ----- */
/*#total{
	margin:1em 0;
	padding:0;
	width:295px;
	font-size:110%;
}
#total dt{
	float:left;
	font-weight:bold;
}
#total dd{
	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*/

#content ol li, #content ul li{
	font-size: 110%;
	margin-bottom: .5em;
	color:#fff;
}

/* Search Results  */
#content ol li h2 {
	font-size: 120%;
	color:#fff;
} 

blockquote{
	margin: 20px;
	line-height:150%;
	font-style: italic;
	font-size:90%;
}

/* images styled in main content */

img.imageright{
	float: right;
	margin: 0 0 5px 20px;
	padding:0;
	border:1px solid #fff;
}

img.imageleft{
	float: left;
	margin: 0 20px 5px 0;
	padding:0;
	border:1px solid #fff;
}