/* begin css reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* end css reset */

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:Arial, Helvetica, sans-serif;
	background: brown url('/images/bg-texture.jpg') repeat;
	color: #000;
	text-align: center;
	}

#page {
	text-align: left;
	background:url(/images/bg-header.jpg) repeat-x;
	min-height: 600px;
	}
#page-inner {
	background:url(/images/bg-bottom.jpg) repeat-x bottom;
	min-height: 1000px;
	}
#header {
	background: url('/images/logo.jpg') no-repeat top left;
	}

#content {
	font-size: 1.2em
	}
.entry {
	background: url('/images/bg-deal-trans.png');
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	}	

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: url('/images/bg-footer.jpg') repeat top;
	border-top:solid 1px #d15b29;
	}

	#footer .col1, #footer .col2 {
		float: left;
		}
	#footer .col1 {
		width: 525px;}	
	#footer .col2 {
		background: transparent url('/images/bg-deal-trans.png');
		-moz-border-radius: 12px;
		-khtml-border-radius: 12px;
		-webkit-border-radius: 12px;
		border-radius: 12px;
		width: 430px;
		padding: 20px;
		color: #c2a688;
		text-align: left;
		font-size: 16px;
		}	
	#footer .col2 div.img {
		color: #efe0cf;
		height: 80px;
		}
	#footer .col2 div.img p {
		font-size: 45px;
		line-height: 48px;
		}	
	#footer .col2 img {
		border: solid 2px #c2a688;
		margin-right: 20px;
		float: left;
		}	
	#footer .col2 p {
		font-size: 16px;
		line-height: 21px;
		}	

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #efe0cf;
	text-decoration: none;
	}

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

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	margin: 0;
	padding: 0;
	}

#page-inner {
	float:left;
	width:100%;
	padding-bottom: 30px;
	min-width: 990px;
	}

#header {
	/*position:fixed;*/
	margin: 0 0 0 1px;
	padding: 0;
	height: 240px;
	/*z-index:-1;*/
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 0px;
	margin: 0px 0 0 50px;
	width: 715px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	float:left;
	/*text-align: justify;*/
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 40px 0 0 0;
	margin: 0 auto;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 10px 0;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

#topNav { 
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align:right; 
	color:#efe0cf;
	padding:15px 30px 0;
	}	
#topNav ul {}
#topNav li {
	display:inline;
	font-size:2.5em;
	list-style:none;
	margin-right:.8em;
	font-weight:bold;
	}
	
.product-nav {
	width:710px;
	border-bottom:solid 1px #7c7165;
	float:left;
	}
	
.product-nav ol {
	margin-left:149px;
	}
.product-nav li {
	margin:0 0 0 13px !important;
	padding:5px !important;
	background:url('/images/product-nav-off.jpg');
	height:12px;
	float:left;
	color:#b2a698;
	list-style:none;
	}	
.product-nav li.on {
	background:url('/images/product-nav-on.jpg');
	color:#efe0cf;
	}
.content-area {
	float: left;
	width: 710px;
	margin-left: 40px;
	}
.sidebar {
	float: left;
	width: 230px;
	margin-top: 30px;
	}	
.sidebar-box {
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background: url('/images/bg-deal-trans.png');
	padding: 15px;
	margin-bottom: 15px;
	}	
.sidebar h3 {
	color: #C2A688;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px;
	}
.sidebar h4 {
	font-size: 16px;
	}	
.sidebar .friends-box img {
	margin: 5px;
	}
.entry {
	width:680px;
	float: left;
	padding: 10px;
	margin: 0 0 10px;
	}	
	
.product-left-col {
	float:left;
	}
.lrg-img-pop-wrap {
	position: absolute;
	margin: -80px 0 0 178px;
	display: none;
	}	
.lrg-img-arrow {
	margin-top: 200px;
	float: left;
	}	
.lrg-img-pop {
	float: left;
	background: url('/images/bg-pop-trans.png');
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding: 15px;
	}	
.lrg-img-pop img {
	max-height: 400px;
	max-width: 400px;
	}
.product-image {
	background:#fff;
	height:170px;
	text-align:center;
	vertical-align:middle;
	width:165px;
	border:solid 6px #45382c;
	margin-top:10px;
	}		
	
	.post h2 {display:none;}
	.post small {display:none;}
	
.company-logo {
	text-align:left;
	margin:3px 0 0 5px;
	}	
.p_img img{
	max-height: 140px;
	max-width: 165px;
	}	
.deal-header {
	height: 18px;
	}
.quantity {
	float: right;
	font-size: 1.6em;
	margin-right: 10px;
	}	
.quantity span {
	font-family: Georgia, serif;
	font-style: oblique;
	font-size: 1.4em;
	}	
.rss {
	float: left;
	}		
.rss-company {
	background:url('/images/rss-small.jpg') no-repeat left;
	color:#e2670a;
	font-size:1.3em;
	margin:5px 0 0 7px;
	padding-left:20px;
	}
.rss-company a {
	color: #E94900;
	}	
.rss-company span {
	color:#efe0cf;
	text-transform: uppercase;
	}	
a.question {
	text-align:right;
	width:133px;
	color:#64594e;
	font-size: .8em;
	margin-left: 7px;
	}		
.product-right-col {
	float:left;
	margin:10px 0 10px 20px;
	width:480px;
	}	
.product-title {
	color:#efe0cf;
	font-size:2em;
	font-family:"Trebuchet MS", Helvetica Neue, Arial, sans-serif;
	margin-bottom:10px;
	font-weight:normal;
	line-height:1.1em;
	}
.product-definition {
	color:#8f785d;
	min-height:75px;
	line-height: 1.3em;
	font-size: 1.3em;
	}	
.pricing {
	margin:25px 0 0 25px;
	}	
.other-pricing {
	float:left;
	margin-top: 10px;
	}	
.sale-price {
	color:#e2670a;
	float:left;
	font-size:3em;
	margin:8px 30px 0 0;
	}
.sale-price a {
	color: #e94900;
	}	
.percent-off, .retail-price {
	color:#efe0cf;
	font-size:1.3em;
	font-family:Georgia, Arial, sans-serif;
	}	
.percent-off {
	}	
.buy-now {
	float:right;
	}		
.nav-deals {
	color:#efe0cf;
	text-align:right;
	clear:both;
	}	
	
	
	
	
	     li.headlink {display: inline;}
     li.headlink ul { display: none; position:absolute; background: #342a1f; cursor: pointer; padding: 3px 10px; margin-left: 48px;}
     li.headlink:hover ul { display: block; }
     li.headlink ul li {padding: 3px 0;}
     
     ul#cssdropdown {
		display: inline;
		font-size: 15px;
		color: #e4c7aa;
		padding: 3px 10px;
		background: url('/images/bg-deal-trans.png');
		}
	ul#cssdropdown .drop-arrow {

		}	
	#page-controls {
		font-size: 14px;
		height: 30px;
		}
	#info-bubble-wrap {
		float: right;
		width: 435px;
		*margin-right:30px;
		}	
	#info-bubble-arrow {
		float: right;
		margin: 15px 70px 0 0;
		}	
	#info-bubble {
		-moz-border-radius: 12px;
		-khtml-border-radius: 12px;
		-webkit-border-radius: 12px;
		border-radius: 12px;
		background: url('/images/bg-trans20.png');
		margin: 31px 20px;
		padding: 20px;
		width: 350px;
		font-size: 18px;
		color: #af957a;
		line-height: 21px;
		}	
	#info-bubble span {
		color: #E94900;
		cursor: pointer;
		}	
	#search-container {
		position: absolute;
		display: block;
		height: 2500px;
		width: 100%;
		top: 0;
		}
	#search-wrap {
		position: absolute;
		background: url('/images/bg-trans75.png');
		width: 100%;
		height: 100%
		}	
	#search {
		margin: 50px auto;
		padding: 20px 40px 50px;
		background: #fff;
		width: 650px;
		position: relative;
		text-align: left;
		}	
	#search #btn-close {
		float: right;
		cursor: pointer;
		color: #E94900;
		font-size: 45px;
		}	
	#search h2 {
		margin: 0;
		font-size: 35px;
		}
	#search td a {
		color: #E94900;
		font-size: 16px;
		line-height: 16px;
		}		
	.av_search_results_grid_column {
		text-align: center;
		padding: 10px;
		font-size: 12px;
		line-height: 25px;
		}	
	.av_search_results_grid_column:hover {
		background: #eee;
/* 		border: solid 1px #ccc; */
		}	
	table {
		width: 100%;
		}
	.av_search_results_navigation td {
		padding: 15px 0;
		text-align: center;
		font-size: 16px;
		background: #eee;
		}	
	.sidebar-box form {

		}
	.sidebar-box form p {
		color: #C2A688;
		font-size: 11px;
		}	
	.quote {
		font-size: 14px;
		margin: 100px 0 0 115px;
		width: 300px;
		}
	.quote .qm {
		color: #635b52;
		font-size: 78px;
		margin: -22px 0 0 -30px;
		position: absolute;
		}
	.quote .text {
		color: #635b52;
		}			
	.quote .name {
		color: #7c7165;
		font-size: 18px;
		margin: 22px 0 0 -10px;
		position: absolute;
		}	