
body {
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', verdana, arial, sans-serif;
	font-size: 80%;
	text-align: center;
	background-color: #222;
	
}

.error { 
	color: #FF5D5D;
	padding: 3px 20px 3px 27px;
	background: #FFE9E9 url('../../icons/exclamation.png') no-repeat 5px center; 
	border-bottom: 2px solid #FFA9A9;
}
.feedback { 
	color: green; 
	padding: 3px 20px 3px 27px;
	background: #EBFFE9 url('../../icons/accept.png') no-repeat 5px center;
	border-bottom: 2px solid #B3FFA9;
}

/* Global */
a, a:hover, a:visited, a:active { color: #333; }
a img { border: none; }
ul { list-style-type: square; }
br.clear { clear: both; margin: 0; padding: 0; }
.left { float: left; }
.right { float: right; }
.aleft { text-align: left; }
.acenter { text-align: center; }
.aright { text-align: right; }
table { width: 100%; }
.grey { color: #aaa; }
.grey a { color: #aaa; }

h1 {
	margin: 0; padding: 0;
}
h1 span {
	display: none;
}
h1 a {
	margin-left: 547px;
	height: 164px;
	width: 400px;
	display: block;
	outline: none;
}

h2 { font-weight: bold; font-size: 145%; }
h3 { font-size: 115%; }
h2,h3 { color: #222; margin: 10px 5px 10px 0; }
h2 small, h3 small { font-size: 70%; color: #999; }
h2 small a, h2 small a:visited, h3 small a, h3 small a:visited { color: #666; }


/* Layout */
#breadcrumbs {
	width: 926px;
	color: #777;
	margin: 0; padding: 10px 10px 5px;
	display: block;
	border-bottom: 1px solid #ddd;
}
#breadcrumbs a {
	color: #777;
	text-decoration: none;
}

.wrapper {
	margin: 0 auto;
	text-align: left;
	width: 946px;
}

.col { float: left; padding: 15px 10px; display: inline-block; }
	.half 		{ width: 453px; }
	.third 		{ width: 295px; }
	.qtr 		{ width: 216px; }
	.twothird 	{ width: 590px; }
	.thrqtr 	{ width: 648px; }

#branding { 

}
#branding .wrapper {
	background: #2d2d2d url('images/header2.jpg') no-repeat top left;
}
#content {
	background-color: #eee;
}
#content .wrapper {
	background-color: #fff;

}

#footer { clear: both; font-size: 90%; color: #999; }
#footer .wrapper { background-color: #2d2d2d; }
#footer a { color: #999; }
#footer a:hover { }

/* Forms */

form {
}
fieldset {
	border: none;
	margin: 0 0 5px;
	padding: 2px 10px;	
}

/* Forms Styled */

form.boxy {
	padding: 5px 10px;
	background-color: #efefef;
	border: 1px solid #ddd;
}

form.fancy {
	padding: 10px;
	background-color: #efefef;
}
form.fancy fieldset {
	background-color: #dfdfdf;
}
label { 
	color: #333; 
	margin-right: 10px;
}
label.float {
	padding-top: 3px;
	float: left;
}
input, textarea, select { font-family: Verdana; font-size: 100%; color: #333; }

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	background-color: #ffc;
}
input[type="text"], input[type="file"], input[type="password"], textarea {
	padding: 2px;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.tboxlge { width: 95%; }
.tboxmed { width: 75%; }
.tboxsml { width: 50%; }
.tiny	 { width: 50px; }

	/* Laying out product listings */
	
	.products {
		padding: 0 0 20px;
	}
	.big {
		width: 150px;
		height: 185px; 
		display: inline-block;
		float: left;
		text-align: center;
	}
	.big .image {
		width: 150px;
		text-align: center;
	}
	.big .image img {
		border: 5px solid #ddd;
	}
	.big .image a:hover img {
		border: 5px solid #aaa;
	}
	.big .name {
		display: block;
		font-weight: bold;
	}
	.big .price {
		display: block;
		color: #777;
	}
	.big a {
		text-decoration: none;
	}
	.products table {
		border-collapse: collapse;
	}
	.small tr:hover td {
		background-color: #ddd;
	}
	.small td {
		border-top: 2px solid #ddd;
		border-bottom: 1px solid #aaa;
		background-color: #eee;
		height: 40px;
		padding: 5px;
	}
	.small td.image {
		width: 50px;
	}
	.small td.name {
		font-weight: bold;
	}
	.small td.price {
		color: #777;
	}
	.small a {
		text-decoration: none;
	}


/*** ESSENTIAL SUPERFISH MENU STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			100%; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			100%; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			216px; /* match ul width */
	top:			0;
}

.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	1px solid #fff;
	border-top:		1px solid #fff;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#999;
}
.sf-menu li {
	background:		#2d2d2d;
}
.sf-menu li li {
	background:		#2d2d2d;
}
.sf-menu li li li {
	background:		#2d2d2d;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#222;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('images/arrow.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	100%;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	100%; /* match ul width */
	top:	0;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/* Page Links */

.page_links {
	color: #666;
}
.page_links a {
	padding: 3px 5px;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #666;
	text-decoration: none;
}
.page_links a:hover {
	border: 1px solid #333;
}
.page_links a.inactive, .page_links a.inactive:hover {
	color: #eee;
	border: 1px solid #eee;
}
.page_links a.current_page {
	background-color: #ddd;

}

/* Product Page */

.product_image_box {
	padding: 2px;
	width:208px; 
	float: right;
	margin: 0 0 25px 15px;
}
.product_image_box a {
	margin-right: 4px;
}
table.product_options {
	border: 1px solid #ddd;
	background-color: #eee;
	border-collapse: collapse;
}
table.product_options tr:hover td {
	background-color: #ddd;
}
table.product_options td {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #aaa;
}
table.product_options td label {
	display: block;
	padding: 10px;
}
table.product_options span {
	margin-right: 10px;
}

/* Order Layout */
table.order {
	border-collapse: collapse;
	border: 1px solid #ccc;
	font-size: 95%;
}
table.order th {
	background-color: #2d2d2d;
	padding: 10px;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #ccc;
	color: #999;
}
table.order tr:hover td {
	background-color: #ddd;
}
table.order td {
	padding: 10px;
	color: #444;
	background-color: #efefef;
	border-bottom: 1px solid #ccc;
}
table.order .totals td {
	background-color: #ddd;
}


ul.nice {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.nice li {
	padding: 3px 10px 3px 20px;
	background: url('../../icons/bullet_toggle_minus_red.png') no-repeat left center;	
	border-bottom: 1px solid #efefef;
}
ul.nice li.back {
	background: url('../../icons/bullet_go.png') no-repeat left center;	
}
ul.nice li.logout {
	background: url('../../icons/bullet_key.png') no-repeat left center;	
}
ul.nice li a {
	color: #444;
	text-decoration: none;
}
ul.nice li a:hover {
	color: #000;
	text-decoration: underline;	
}


/* Comments */

ol.comments {
	list-style-type: none;
	margin: 0; padding: 0 0 20px 0;
}

ol.comments li {
	margin: 0;
	color: #999;
	padding: 5px 0;
	font-size: 95%;	
	position: relative;
	
}
ol.comments img {
	border: 1px solid #ddd;
	position: absolute;
	top: 5px;
	left: 0;
}
ol.comments .author {
	font-weight: bold
}
ol.comments .author a {
	text-decoration: none;
}
ol.comments .comment {
	margin-left: 50px;
}
ol.comments span, ol.comments span a {
	color: #222;
}
ol.comments .comment-box {
	color: #333;
	padding: 15px 20px;
	border: 1px solid #e0e0e0;
	background: #fdfdfd;
	margin: 0;
}
ol.comments .comment-box-bottom {
	margin-top: -1px;
	height: 7px;
	padding: 0 20px;
	background: url('images/comment_bottom.gif') no-repeat 40px 0;
}
h2.blog-heading  {
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.8em;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	letter-spacing:-0.03em;
	line-height:1.1em;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #222;
	text-decoration:none;
}
h2.blog-heading a {
	color: #222;
	text-decoration:none;
}

h2.blog-heading a:hover {
	text-decoration: underline;
}

h2.blog-heading + p {
	margin-top: 0; padding-top: 0;
}

