@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




body {
	font-family: Arial, sans serif;
	font-size:12px;
	color:#333;
	background-color: #024d07;
	background-image: url(images/bg.jpeg);
	background-repeat: repeat-x;
}
#wrapper{
	width:920px;
	height:auto;
	margin: 0 auto;
	position:relative;
	text-align:left;
}

#header {
	width:920px;
	height:auto;
	float:left;
	padding-top:15px;
}
#logo {
	float:left;
	height:auto;
	width:auto;
	margin-right:15px;
}
#cont {
	float:left;
	width: 600px;
	height: 120px;
	position: relative;
	background-repeat:no-repeat;
	line-height: 17px
	padding-left: 15px;
	padding-bottom:10px;
}
#contdetails {
	float:right;
	height:auto;
	width:auto;
	padding-top: 20px;
	padding-left:40px;
}
#cart {
	width:200px;
	height:auto;
	float:left;
}
#main {
	width:900px;
	height:auto;
	min-height:300px;
	background-color:#FFF;
	padding:10px;
	float:left;
}
#home {
	width:900px;
	height:auto;
	clear:both;
	float:left;
}
#hometable {
	width:920px;
	height:auto;
	clear:both;
	float:left;	
}
#hometable div {
	height:220px;
	width:260px;
	float:left;
	clear: right;
	padding: 20px;
}
#footer {
	height:220px;
	background-color:#333;
	color:#CCC;
	padding:10px;
	clear:both;
}
#footer div {
	width:300px;
	padding:0px;
	height:auto;
	float:left;
}
#footer ul {
	list-style:none;
	padding-left: -10px;
}
footer li{
	margin:0;
	padding:0;
	width:100%;
	}
#footer a {
	color:#999;
	text-decoration:none;
}

#footer li a {
	background-color: transparent;
	background-image: url("images/bullet.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left 3px;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	list-style:none;
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 12px
}
footer ul li a:hover {
	background-position: 5px 13px;
	color: #ffffff;
	padding-left: 17px;
}
#copy {
	width:600px;
	height:60px;
	clear:both;
	background-color: #333;
	color: #999;
	float:left;
}
#credit {
	float:right;
	width:320px;
	height:60px;
	background-color: #333;
	color: #999;
	float:left;	
}

@font-face {
    font-family: Chunkfive;
    src: url(Chunkfive-webfont.ttf);
    font-weight:400;
}

h1	{
	font-family: Chunkfive;
	color:#666;
	font-size:28px;
	padding-bottom:5px;
	padding-top:5px;
}
h2	{
	font-family: Chunkfive;
	color:#666;
	border-bottom:dotted #666 thick;
	font-size:22px;
	padding-bottom:5px;
	padding-top:5px;
}
h3	{
	font-family: Chunkfive;
	color:#666;
	font-size:16px;
	font-weight:lighter;
	padding-bottom:5px;
	padding-top:5px;
}
h4	{
	font-family: Chunkfive, arial;
	color:#666;
	font-size:14px;
	font-weight:lighter;
	padding-bottom:5px;
	padding-top:5px;
}
a {
	color: #060;
	text-decoration:none;
}
a hover {
	text-decoration:underline;
}


*{outline: none;}
img {border: 0;}
.container {
	width: 900px;
	padding: 0;
	height: 250px;
}
.folio_block {
	position: relative;

}


/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:245px;
	width: 900px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	padding-bottom:10px;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 40px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background-image: url(paging_bg2.png);
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold; 
	background: #920000; 
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}

#search {
	float:right;
	width:170px;
	height:auto;
	padding-left:120px;
}
fieldset.search {
	border: none;
	width: 250px;
	margin: 0 auto;
	float:right;
}
.search input, .search button {
	border: none;
	float: right;
}
.search input.box {
	color: #fff;
	font-size: 22px;
	width: 190px;
	height: 30px;
	padding: 8px 5px 0;
	background: url(search_bg.png) no-repeat left top;
	margin-right: 5px;
}
.search input.box:focus {
	background: url(search_bg.png) no-repeat left -38px;
	outline: none;
}
.search button.btn {
	width: 38px;
	height: 38px;
	cursor: pointer;
	text-indent: -9999px;
	background:  url(search_bg.png) no-repeat top right;	
}
.search button.btn:hover {
	background: url(search_bg.png) no-repeat bottom right;	
}




span.price, .detailprice {
color: #090;
padding-top: 4px;
font-weight:bold;
text-align: right;
font-family: Chunkfive;
font-size:24px;
}
.prodprice {
color: #006600;
padding-top: 4px;
font-weight:bold;
text-align: right;
font-family: Chunkfive;
font-size:16px;
float:right;
}
.detailimage {
	float:left;
	width:450px;
	padding-top:10px;
}

.prodname {
	font-family: Chunkfive;
	color:#666;
	font-size:16px;
	padding-bottom:5px;
	padding-top:5px;
}
.detailname {
	font-family: Chunkfive;
	color:#666;
	font-size:28px;
	padding-bottom:5px;
	padding-top:5px;
}
.products {
	vertical-align:top;
}
.td {
	vertical-align:top;
}
.cstitle {
	padding-top:20px;
	padding-bottom:15px;
	font-family: Chunkfive;
	color:#666;
	font-size:18px;
}
.detail p {
	font-style:italic;
	font-weight:bold;
	color:#F00;
	font-size:16px;	
	text-align:right;
}
.product {
	width:340px;
	height:auto;
	padding:20px;
}
.listprice {
	float:right;
	height:auto;
	padding:5px;
}
.catname {
	text-align:center;
	padding-left:25px;
	padding-right:25px;
}
p.catname {
	padding-top:10px;
	padding-bottom:10px;
	font-family: Chunkfive;
	color:#666;
	font-size:18px;
}
.detaildescription {
	padding-top:20px;
}
.numreviews {
        font-family: Chunkfive;
	color:#666;
	font-size:18px;
	padding-bottom:5px;
	padding-top:5px;
}
ul li {
	list-style:circle;
}
td .options {
   width: 200px;
   height: 34px;
   overflow: hidden;
}
