/* import reset stylesheet - resets most styles to 0 */

@import url(reset.css);


/* ------------------------------ basic page structure ------------------------------ */

html{
	text-align: center;
	background: #666;
}

body{
	font: 12px Arial, Helvetica, sans-serif;
	width: 100%;
	background: #fff url(images/html-bg.gif) 0 0 repeat-x;
	position: relative;
	text-align:  left;
}

#header{
	background: transparent 790px 5px no-repeat;
	width: 960px;
	height: 111px;
	margin: 0 auto;
	position: relative;
}

#menu{
	width: 960px;
	background: transparent;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}

#container{
	background:#fff;
	width: 960px;
	overflow:hidden;
	margin: 0 auto;
}

#prodMenu{
	width: 215px;
	clear: both;
	display: inline;
	float: left;
	padding: 10px 10px 20px 10px;
	margin: 10px 0 0 0;
	background: #fff;
}


#main{
	width: 670px;
	padding: 30px 20px 20px 20px;
	overflow: hidden;
	float: left;
	background: #fff;
}

#main.wide{
	width: 946px;
	padding: 20px 0;
}

#footer{
 clear: both;
 background: #666 url(images/footer-bg.gif) 0 0 repeat-x;
 border-top: 5px solid #A1CD43;
 width: 100%;
 overflow: hidden;
}

/* ------------------------------ basic typography ------------------------------ */
h1, h2, h3, h4, h5, p{

}

h1{
	font-size: 17px;
	margin-bottom: 0.85em;
	padding-bottom: 6px;
	border-bottom: 1px solid #eee;
	color: #85BA0D;
}

h2{
	font-size: 18px;
	font-weight: normal;
	color: #3F3F3F;
	}

h3{
	font-size: 15px;
	font-weight: normal;
	color: #9C0138;
	margin-bottom: 0.65em;
}

h4{
	font-size: 12px;
	font-weight: normal;
	color: #9C0138;
	margin: 2em 0 0.25em 0;
}

h4 strong{
	font-size: 14px;
}

p{
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 0.85em;
}

a{
	font-weight: bold;
}

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

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

a:hover, a:active{
	color: #415723;
	text-decoration: underline;
}

table{
	margin-bottom: 10px;
	border-collapse: collapse;
}

td, th{
	padding: 5px;
}

th{
	text-align: left;
}

hr{
	height: 1px;
	background-color: #ddd;
	color:#ddd;
}

/* ------------------------------ generic floats ------------------------------ */

.clearboth{
	clear:both;
}

.floatleft{
	float: left;
	padding: 0 10px 10px 0;
}

.floatright{
	float: right;
	padding: 0 0 10px 10px;
}

/* ------------------------------ header content styles ------------------------------ */

h1#logo{
  text-indent: -999em;
 overflow: hidden;
 font-size: 22px;
 float: left;
 width: 293px;
 height: 100px;
 background: url(images/logo.gif) 0 4px no-repeat;
 margin:0 0 0 20px;
 border: none;
}

h1#logo a{
	width: 100%;
	height: 100%;
	display:block;
}

#header h2{
	float: left;
	margin: 20px;
}

#header form{
	position: absolute;
	top: 30px;
	right: 20px;
	width: 440px;
	height: 55px;
	background: url(images/header-form-bg.gif) 0 0 no-repeat;
	padding: 0;
}

#header form p, #header form input{
	float: left;
	display: inline;
}

#header form input{
	margin-top: 18px;
}

#header form a#viewBasketLink{
	display: block;
	background: url(images/viewBasketLink-bg.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	width: 117px;
	height: 55px;
	float: left;
	margin-left: 8px;
}

* html body #header form a#viewBasketLink {
	margin-left:4px;
}



#header form a#checkoutLink{
	display: block;
	background: url(images/checkoutLink-bg.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	width: 98px;
	height: 55px;
		float: left;
		margin-left: 5px;
}

#header form a#viewBasketLink:hover, #header form a#checkoutLink:hover {
	background-position: 0 -55px;
}

#header form input#keywordSearch{
	border: 1px solid #9FCB43;
	width: 120px;
	font-size: 12px;
	margin-left: 40px;
	margin-right: 5px;
}


/*  ------------------------------ menu (main menu) content styles ------------------------------  */
#menu ul{
	overflow: hidden;
	padding: 0;
	margin:0 0 0 20px;
}

#menu li{
	float:left;
	display: inline;
	overflow: hidden;
}

#menu a{
	display: block;
	float: left;
	background-image: url(images/tab-menu.gif);
	background-repeat: no-repeat;
	text-indent: -999em;
	overflow: hidden;
	height: 29px;
}

#menu a#home{
	width: 66px;
	background-position: 0 0;
}

#menu a#shop{
	width: 67px;
	background-position: -66px 0;
}

#menu a#about{
	width: 87px;
	background-position: -133px 0;
}

#menu a#news{
	width: 66px;
	background-position: -220px 0;
}

#menu a#studio{
	width: 123px;
	background-position: -286px 0;
}

#menu a#workshops{
	width: 100px;
	background-position: -410px 0;
}

#menu a#links{
	width: 67px;
	background-position: -509px 0;
}

#menu a#contact{
	width: 101px;
	background-position: -576px 0;
}


#menu a#home:hover{
	background-position: 0 -29px;
}

#menu a#shop:hover{
	background-position: -66px -29px;
}

#menu a#about:hover{
	background-position: -133px -29px;
}

#menu a#news:hover{
	background-position: -220px -29px;
}

#menu a#studio:hover{
	background-position: -286px -29px;
}

#menu a#workshops:hover{
	background-position: -410px -29px;
}

#menu a#links:hover{
	background-position: -509px -29px;
}

#menu a#contact:hover{
	background-position: -576px -29px;
}


#menu a#home.current, #menu a#home:hover.current{
	background-position: 0 -58px;
}

#menu a#shop.current, #menu a#shop:hover.current{
	background-position: -66px -58px;
}

#menu a#about.current, #menu a#about:hover.current{
	background-position: -133px -58px;
}

#menu a#news.current, #menu a#news:hover.current{
	background-position: -220px -58px;
}

#menu a#studio.current, #menu a#studio:hover.current{
	background-position: -286px -58px;
}

#menu a#workshops.current, #menu a#workshops:hover.current{
	background-position: -410px -58px;
}

#menu a#links.current, #menu a#links:hover.current{
	background-position: -509px -58px;
}

#menu a#contact.current, #menu a#contact:hover.current{
	background-position: -576px -58px;
}

/* ------------------------------ product menu (left menu) ------------------------------ */

#prodMenu li{
	margin:0;
	padding:0;
	width: 200px;
}


#prodMenu a{
	display: block;
	padding: 10px 10px 10px 30px;
	border-bottom: 1px solid #ACD25E;
	margin:0;
	width: 180px;
	background: url(images/prodMenu-a-bg.gif) 10px 50% no-repeat;
}

#prodMenu a:hover{
	color: #7DA42C;
	background: url(images/prodMenu-a-hover-bg.gif) 10px 50% no-repeat;
	text-decoration: none;
}

#prodMenu a.current, #prodMenu a:hover.current{
	color: #8E0057;
	background: url(images/prodMenu-a-current-bg.gif) 10px 50% no-repeat;
	text-decoration: none;
}

/* ------------------------------ main content ------------------------------ */
#main em{
	font-style: normal;
	color: #9C0138;
}

#main a{
	color: #6C8B2C;
}

/* home page picture grid */
#main div#picGrid{
	position: relative;
	background: #fff;
	height: 472px;
	margin: 0 auto;
}

#main div#picGrid a{
	display: block;
	text-indent: -999em;
	overflow: hidden;
	width: 235px;
	height: 235px;
	position: absolute;
}

#main div#picGrid a#pic1{
	top: 0;
	left: 0;
	width: 232px;
	height: 472px;
	background: url(images/cropped-fairy-hat.jpg) 0 0 no-repeat;
}

#main div#picGrid a#pic2{
	top: 0;
	left: 234px;
	background: url(images/green-kilt-pin.jpg) 0 0 no-repeat;
}

#main div#picGrid a#pic3{
	top: 0;
	left: 471px;
	background: url(images/bunnies.jpg) 0 0 no-repeat;
}

#main div#picGrid a#pic4{
	top: 0;
	left: 708px;
	height: 472px;
	width: 232px;
	background: url(images/black-and-white-wrap-with-r.jpg) top right no-repeat;
}

#main div#picGrid a#pic5{
	top: 237px;
	left: 234px;
	background: url(images/7-highgrove-slipper.jpg) 0 0 no-repeat;
}

#main div#picGrid a#pic6{
	top: 237px;
	left: 471px;
	background: url(images/Black-and-White-3.jpg) 0 0 no-repeat;
	}

/* ------------------------------ product row ------------------------------ */

.productRow{
	border-bottom: 1px solid #eee;
	overflow: hidden;
	width: 100%;
	margin-bottom: 0.85em;
	clear: both;
}

.productRow p{
	margin: 0 220px 10px 120px;
}

.productRow p.imageBlock{
	float:left;
	margin:0;
	padding: 0 10px 0 0;
}

.productRow h2{
	margin-bottom: 0;
	font-size: 17px;
	font-weight: normal;
}

.productRow h2 a{
	color: #666;
	font-weight: normal;
}

.productRow h3{
	margin-bottom: 0.85em;
	font-size: 13px;
	font-weight: normal;
}

.productRow h4{
	margin-left: 120px;
	margin-bottom: 0.85em;
}

.productRow h4 a{
	background: url(images/info.gif) 0 50% no-repeat;
	padding-left: 18px;
	font-size: 13px;
	font-weight: normal;
}

.productRow img{
	padding: 5px;
	border: 1px solid #ccc;
	display: block;
	background: #fff;
}

/* ------------------------------ pagination ------------------------------ */

#main p.pagination{
	clear: both;
	text-align: center;
	width: 175px;
	margin: 0 0 0 495px;
	padding-top: 5px;
	}
	
#main p.pagination em{
	display: block;
	background:url(images/pagination-bg.gif) 50% 50% no-repeat;
	padding-bottom: 5px;
		border-bottom: 1px solid #ddd;
}

#main p.pagination a{
	margin: 0 1px;
	color: #8EB935;
	padding: 0 3px;
	border: 1px solid #8EB935;
	text-decoration:  none;
	background: #fff;
	display: block;
	float: left;
	text-align: center;
}

#main p.pagination a.imgLink{
	border: none;
	padding:0;
	margin:0 1px;
}

#main p.pagination a img{
	height: 20px;
	width: 20px;
}

#main p.pagination strong{
	color: #fff;
	padding: 0 3px;
	border: 1px solid #8EB935;
	text-decoration:  none;
	background: #8EB935;
	display: block;
	float: left;
	text-align: center;
}

/* ------------------------------ product details page ------------------------------ */

form#productDetails{
	float:left;
	width: 320px;
	padding: 0 20px 0 0;
	overflow: hidden;
}

form#productDetails select{
	width: 320px;
}

form#productDetails h1{
	font-weight: normal;
	color: #666;
	margin-bottom: 0;
	padding:0;
	border: none;
}

form#productDetails h3{
	font-weight: normal;
	font-size: 14px;
}

form#productDetails input.qty{
	text-align: right;
	width: 20px;
}


#main div#imageBlock{
	float: left;
	width: 300px;
	padding-bottom: 10px;
	border-bottom: 1px solid #8EB935;
}

#main div#imageBlock p{
	margin:0;
}


#main div#imageBlock a{
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background: url(images/imageBlock-a-bg.gif) 0 0 no-repeat;
	height: 50px;
	width: 200px;
	margin-left: 100px;
}

#main div#imageBlock a:hover{
	background: url(images/imageBlock-a-bg.gif) 0 -50px no-repeat;
}

p.backbutton{
	background: url(images/productPage-bg.gif) 0 0 no-repeat;
	padding-top: 100px;
	margin: 30px 300px 0 0;
	float: left;
	width: 203px;
	height: 2.5em;
}

#main ul{
	list-style: disc;
	margin: 0 0 10px 30px;
	}

/* ------------------------------ shopping cart and checkout/order form page ------------------------------ */
table#cart{
	width: 100%;
}

table#delivery{
	width: 300px;
	margin: 0 20px 20px 0;
	float: left;
}

table#delivery b{
	color: #9C0138;
}

table#cart td, table#cart th, table#delivery td, table#delivery th{
	padding: 5px 10px;
}

table#cart th, table#delivery th{
	color: #72973B;
	border: none;
}

table#cart td, table#delivery td{
	border-width: 1px 0 0 0;
	border-color: #ddd;
	border-style: solid;
	background: url(images/td-divider.gif) 0 50% no-repeat;
}

table#cart td.remove{
	background: url(images/td-divider.gif) 100% 50% no-repeat;
}

table#cart td.productCode{
	background: none;
}

table#cart td.cartPrice{
	text-align: right;
	padding-right: 18px;
}

table#cart td a{
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	text-align:center;
}

p.totalcost, div#grand_total{
	text-align: right;
	padding: 5px 18px 5px 5px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #8E0057;
	background: #F4FBEA;
}

div#grand_total{
	font-weight: bold;
	margin-bottom: 10px;
}

div#discount_total, div#shipping_total{
	text-align: right;
	padding: 5px 18px 5px 5px;
}

p#view_cart_buttons{
	text-align:center;
}


#orderform label, #contactform label{
	display:block;
	padding:8px 8px 8px 160px;
	border-bottom: 1px solid #ddd;
	font:  12px Arial, sans-serif;
	color:#000;
}


#orderform label.radio{
	padding: 5px;
	margin-top:0;
}

#orderform h3{
	padding: 6px;
	margin-top : 10px;
	margin-bottom : 0;
	font-size: 15px;
}

#orderform span, #contactform span{
	position: relative;
	left: -135px; /* this pushes the left edge of the span over to the left edge of the space created by the padding set above */
	float: left;
	margin-right: -140px; /*reduce the values of this and the above commented elements to make a narrower label*/
	padding-top: 3px;
}

#orderform input, #orderform textarea, #contactform input, #contactform textarea{
	font: 12px Arial, Helvetica, sans-serif;
	width: 250px;
}

#orderform select{
	font: 12px Arial, Helvetica, sans-serif;
	width: 255px;
}

#orderform p.info{
	padding: 10px 25px;
	font-style: italic;
}

#orderform p#completeform, #contactform p.emailError{
	padding: 10px 45px;
	border:	1px solid #ACD25E;
	background: #F4FBEA url(images/info.gif) 25px 10px no-repeat;
	font-weight: bold;
	color:#638124;
}

#contactform p.emailError{
	border-bottom: none;
	margin: 0;
}

#contactform ul{
	margin: 0;
	padding: 10px 45px;
	border:	1px solid #ACD25E;
	background: #F4FBEA;
	border-top: none;
}

#contactform ul li{
	padding-left: 16px;
	background: url(images/dot.gif) 0 50% no-repeat;
	color: #528014;
	font-weight: bold;
	margin-bottom: 5px;
	}

#orderform p#completeform a{
	color: #9C0138;
}

p.buttons{
	margin: 10px;
	padding: 0 0 0 272px;
}

#orderform input.isRequired{
	background: #A1CD43;
}

#orderform p.buttons input, #contactform p.buttons input{
	width: 144px;
	height: 34px;
}

/*     ------------------------------ footer content  ------------------------------     */

#footer ul{
	padding: 0 0 0 170px;
	background: url(images/footer-menu-bg.gif) bottom left no-repeat;
	width: 790px;
	margin: 0 auto;
	overflow: hidden;
}

#footer li{
	float: left;
	margin:0;
	padding:0;

}

#footer a{
	color:#fff;
}

#footer a:hover{
	text-decoration: none;
	color: #ADD35E;
}

#footer li a{
	padding: 20px 15px 20px 16px;
	font-size: 14px;
	font-weight: normal;
	float: left;
	display: block;
	background: transparent url(images/footer-a-bg.gif) 0 50% no-repeat;
	line-height: 1;
}

#footer li.last a{
	width: 125px;
}

#footer p{
	color:#B2B2B2;
	clear: both;
	width: 945px;
	margin: 10px auto;
	font-size: 12px;
	padding: 0 0 0 15px;
	background: url(images/cardLogos.gif) 300px 0 no-repeat;
}

#footer p strong{
	font-size: 14px;
}
