/* BlueprintCSS */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
body { line-height: 1.5; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }
blockquote: before, blockquote: after, q: before, q: after { content: ""; }
blockquote, q { quotes: "" ""; }
a img {  border: none; }

/* typography.css */
body { font-size: 75%; color: #222; background: #fff; font-family: Arial, Helvetica, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; color: #111; }
h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }
p { margin: 0 0 1.6em; }
img.left { float: left; margin: 0 1.5em 1.5em 0; padding: 0; }
img.right { float: right; margin: 0 0 1.5em 1.5em; }
a: focus, a: hover { color: #000; }
a { color: #009; text-decoration: underline; }
blockquote { margin: 1.5em; color: #666; font-style: italic; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
sup, sub { line-height: 0; }
abbr, acronym { border-bottom: 1px dotted #666; }
address { margin: 0 0 1.5em; font-style: italic; }
del { color: #666; }
pre { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em "andale mono", "lucida console", monospace; line-height: 1.5; }
li ul, li ol { margin: 0 1.5em; }
ul, ol { margin: 0 1.5em 1.5em 1.5em; }
ul { list-style-type: disc; }
ol { list-style-type: decimal; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd { margin-left: 1.5em; }
table { margin-bottom: 1.4em; width: 100%; }
th { font-weight: bold; }
thead th { background: #c3d9ff; }
th, td, caption { padding: 4px 10px 4px 5px; }
tr.even td { background: #e5ecf9; }
tfoot { font-style: italic; }
caption { background: #eee; }
.small { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide { display: none; }
.quiet { color: #666; }
.loud { color: #000; }
.highlight { background: #ff0; }
.added { background: #060; color: #fff; }
.removed { background: #900; color: #fff; }
.first { margin-left: 0; padding-left: 0; }
.last { margin-right: 0; padding-right: 0; }
.top { margin-top: 0; padding-top: 0; }
.bottom { margin-bottom: 0; padding-bottom: 0; }
.message { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.message.error { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.message.notice { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.message.success { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.message.error a { color: #8a1f11; }
.message.notice a { color: #514721; }
.message.success a { color: #264409; }


/* Layout */

body {
	text-align: center;
	background-color: #68a677;
}

h1, h2, h3, h4, h5, h6 {
	color: #990000;
}

h1 {
	font-size: 2.3em;
	margin: 0 0 .2em 0;
	font-family:"Times New Roman", serif;
}

	h1 span {
		display: block;
		font-size: .7em;
		font-weight: normal;
	}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

#container {
	width: 900px;
	margin: 2em auto .1em auto;
	background-color: #cfe4fd;
	border: 1px solid #000;
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#header {
	border-bottom: 1px solid #000;
	background: transparent url('header.background.gif') no-repeat bottom right;
	width: 99%;
	padding: 1.5% .5%;
	overflow: hidden;
}

	#logo {
		float: left;
		margin-right: 1em;
	}
	
	#search {
		float: left;
		text-align: middle;
	}
	
		#search legend {
			display: none;
		}

		#search input {
			vertical-align: middle;
		}
		
		#search p {
			margin: 0;
			text-align: center;
		}
		
			#search p a {
				color: #000;
			}
	
	#account {
		list-style: none;
		float: left;
		text-align: right;
	}
	
		#account a {
			color: #000;
			text-decoration: none;
		}
		
	#mini-cart {
		float: left;
		width: 320px;
		text-align: right;
	}
	
		#mini-cart a {
			color: #990000;
			text-decoration: none;
		}
		
	

#body {
	width: 100%;
	overflow: hidden;
	background: #fff url('body.gif') repeat-y;
}

#sidebar {
	float: left;
	width: 16.5%;
	padding-bottom: 135px;
	background: #cfe4fd url('pals.gif') no-repeat bottom;
}

	#sidebar div.section {
		border-bottom: .1em solid #000;
	}
	
		#sidebar div.section.last {
			border-bottom-width: 0;
		}
	

	#sidebar .header {
		background-color: #4578a6;
		color: #fff;
		padding: 6px 0 0 5px;
		margin: 0 0 .1em 0;
		border-bottom: .1em solid #000;
		text-align: left;
	}
	
	#sidebar ul {
		list-style: none;
		margin: .2em 0 .2em .7em;
	}
	
		#sidebar ul li {
			padding: .1em 0;
		}
		
		#sidebar ul li.level-2 {
			margin-left: 1em;
		}
		
		#sidebar ul li.level-3 {
			margin-left: 2em;
		}


#content {
	float: right;
	width: 81.3%;
	padding: 1%;
	background-color: #fff;
	overflow:hidden;
}

#content.homepage { 
	float:right;
	width: 750px;
	padding:0;
	background-color:#fff;
	overflow:hidden;
}

	#content.homepage #homepage-left {
		width:550px;
		margin:20px 0 0 20px;
		float:left;
	}
	
		#content.homepage #homepage-left h1 {
			font-size: 2.3em;
		}			
	
		#content.homepage #homepage-left #welcome .text {
			margin:20px 10px 20px 3px;
			width:320px;
			text-align:left;
			color:#900;
			font-size:1.2em;
			line-height:130%;
		}
		
		#content.homepage #homepage-left #homepage-products {
			width:100%;
			overflow:hidden;
			padding:30px 0 0 0;
		}
		
			#content.homepage #homepage-left #homepage-products .product {
				width:255px;
				margin:0 10px 20px 10px;
				float:left;
			}
			
				#content.homepage #homepage-left #homepage-products .product div {
					text-align:center;
				}
				
				#content.homepage #homepage-left #homepage-products .product div.photo img {
					height:180px;
				}
				
				#content.homepage #homepage-left #homepage-products .product div.information {
					margin:6px 0;
					height:30px;
				}
			
				#content.homepage #homepage-left #homepage-products .product h2 {
					margin: 0;
					padding: 0;
					font-size: 14px;
					line-height: 100%;
					font-weight: normal;
				}
		
	
	#content.homepage #homepage-right {
		width:150px;
		float:right;
		border-left:1px solid #000;
	}
		
		#content.homepage #homepage-right div.product {
			width:100%;
			border-bottom:1px solid #000;
			margin:5px 0;
			padding:5px 0;
		}
		
			#content.homepage #homepage-right div.product .thumb {
				margin:10px 0;
			}
		
			#content.homepage #homepage-right div.product div {
				text-align:center;
			}
			
			#content.homepage #homepage-right div.product h2 {
				font-size:12px;
				font-weight:normal;
			}
		
		#content.homepage #homepage-right div.product.last {
			border:0;
		}


#footer {
	border-top: .1em solid #000;
	text-align: center;
}

	#footer p, #footer ul {
		padding: 0;
		margin: .3em 0;
	}
	
		#footer p img {
			vertical-align: middle;
			margin: 0 .2em;
		}

		#footer ul li {
			display: inline;
			margin: 0 .4em;
		}

div.products {
	clear: both;
	margin: 1em 0;
}

	div.products div.product {
		width: 32%;
		padding: 1% .5%;
		float: left;
		text-align: center;
	}

	div.products div.clear {
		font-size: .6em;
		border-top: 1px dotted #ccc;
		clear: both;
		margin: 1.5em 0 .5em 0;
	}
	
	div.products div.information {
		height: 2.5em;
	}
	
		div.products h2, div.products h3, div.products.name {
			margin: 0;
			padding: 0;
			font-size: 14px;
			line-height: 100%;
			font-weight: normal;
		}

	div.products ul {
		margin: 0;
		padding: .3em 0;
		list-style: none;
	}
	
		div.products ul.pricing li.base {
			color: #049801;
			font-size: 1.7em;
		}
	
	div.products div.thumb {
		height: 100px;
		width: 100px;
		margin: 0 auto;
		text-align: center;
		margin-bottom: .3em;
	}
	
	
	
/* Catalog List */

#child-categories {
	width: 98%;
	padding: 1%;
	margin: 0;
	overflow: hidden;
	background-color: #eee;
	list-style: none;
	border-bottom: 1px dotted #ccc;
}

	#child-categories li {
		float: left;
		width: 25%;
	}
	
		#child-categories li a {
			font-size: 1.1em;
		}



/* Catalog Detail */


#container.catalogdetail #focus {
	width: 100%;
	overflow: hidden;
}

	#container.catalogdetail #media {
		float: left;
		width: 350px;
	}
	
	#container.catalogdetail #information {
		float: left;
	}
	
	#container.catalogdetail fieldset legend {
		display: none;
	}	

	#container.catalogdetail ul.pricing {
		margin: 0;
		list-style: none;
	}
	
		#container.catalogdetail ul.pricing li.our {
			font-size: 2.5em;
			color: #0B7001;
		}
		
	#container.catalogdetail h2 {
		margin: 0 0 .1em 0;
	}
		
/* Add To Cart */

#add-to-cart dl {
	margin: 0 0 1em 0;
}

#add-to-cart dt, #add-to-cart dd {
	margin: 0;
}
 

div.payment-method {
	width:60%;
	overflow:hidden;
}
#friendbox { float: right; margin: 0 0 1.5em 1.5em; width: 173px; height: 175px; overflow: hidden; }
#friendspan { float: right; width: 171px; background: #BD8CBF; border-top: 1px solid #000000; border-left: 1px solid #000000; border-right: 1px solid #000000; height: 22px; text-align: center; padding: 3px 0; font-family: Arial Narrow; font-size: 1.3em; font-weight: 600; color: #ffffff; }
#friendbox img{ border: 1px solid #000000; width: 171px; }