/*****************************************
SimpleCart(js)
Written By Brett Wejrowski
Demo Site by Stephen McKinney

The Style's for the SimpleCart(js) are in
the Header of index.html. The following
Just makes the rest of the site look
pretty
*****************************************/

/*
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,
b, u, i, center,
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-size: 100%; vertical-align: baseline; background: transparent;}
body { line-height: 1;}
ol, ul { list-style: none;}
blockquote, q { quotes: none;}
:focus { outline: 0;}
ins { text-decoration: none;}
del { text-decoration: line-through;}
table { border-collapse: collapse; border-spacing: 0;}



body{
	font:bold 12px Helvetica,Arial,sans-serif;
}
*/

#contentr{
	margin-top:70px;
	clear:both;
	width:1044px;
	height:170px;
/*
	height:562px;
*/
}
#header{
	padding:20px 0;
	margin-left:20px;
	width:770px;
	float:left;
}
h1{
	width:284px;
	height:0;
	background:url(images/logo.gif);
	font-size:0px;
	padding-top:60px;
	overflow:hidden;
}
h2{
	font-size:22px;
	color:#429132;
}
#catalog{
	background:url(../assets/store/storebg.gif) no-repeat;
	width:944px;
	float:left;
	height:170px;
/*
	height:444px;
*/
}
#catalog li{
	float:left;
	margin:25px 0px 75px -2px;
}
#catalog li img{
	display:block;
}
.price{
	background:transparent url(images/span.png) repeat scroll 0 0;
color:#FFFFFF;
display:block;
float:left;
font-size:11px;
font-weight:lighter;
height:16px;
line-height:12px;
margin:6px 4px 0 0;
padding:2px 0 0 5px;
width:79px;
font-family:tahoma;
	
}
b{
	float:left;
	font-size:15px;
	color:#333;
}
b a{
	font-size:0;
	color:#c23f26;
}
#sidebar{
	float:right;
	margin-right:5px;
	width:248px;
	margin-top:-70px;
	
}
#sidebar a{
	font-size:11px;
	color:#000;
}
a.simpleCart_checkout,
.checkoutEmptyLinks a.simpleCart_checkout{
	width:87px;
	height:25px;
	/*background:url(../images/btnCheckout.gif);*/
		overflow:hidden;
	vertical-align:middle;
	text-indent:-9999px;
	color:white;
	font-size:10;
}
a.btnCheckout:hover{
	background-position:87px 0;
}
#downloadContainer{
	width:230px;
	font-size:11px;
	font-weight:normal;
	margin-top:52px;
}
#downloadContainer a{
	color:#222;
	text-decoration:none;
}
#downloadContainer a:hover{
	text-decoration:underline;
}
h3{
	font-size:22px;
	color:#c23f26;
	padding-bottom:4px;
	margin-bottom:9px;
	border-bottom:1px dashed #d1d4d5;
}
#footer a{
	color:#aaa;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#smallLogo{
	margin-top:2px;
	vertical-align:bottom
}
/*************************
my cart page
*************************/
.alsoContainer{
	float:left;
	clear:left;
	padding:15px 0;
}
.alsoInfo,
.alsoImage,
.alsoPrice{
	float:left;
}
.alsoImage{
	margin-right:8px;
}
.alsoInfo{
	margin-right:9px;
	width:90px;
}
#sidebar .alsoContainer a{
	color:#c23f26;
}
.alsoPrice{
	color:#418932;
	font-size:13px;
	padding-top:5px;
}
.checkoutEmptyLinks{
	float:left;
	clear:left;
	width:500px;
	padding-left:221px;
}
.checkoutEmptyLinks a{
	color:#000;
	font-size:11px;
}
/*************************
Top Frame
*************************/

#topFrame{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:32px;
	background:url(images/greenBG.gif) repeat-x;
	z-index:100;
	overflow:hidden;
	text-indent:50px;
	
}
#topFrame a{
	color:#fff;
	font-weight:bold;
	line-height:32px;
}