
body {
margin:0;
padding:0;
font-family: Arial, sans-serif;
background: url(../images/body-bg.jpg) repeat-x top;
}

div#container0 {
display: block;
position: relative;
width:823px;
margin:0 auto;
background:url(../images/container0-bg.jpg) repeat-y center;

}

div#header {
display: block;
position: relative;
width:100%;
height:0;
padding-top:279px;
overflow: hidden;
background:url(../images/header.jpg) no-repeat;
}

div#content {
display: block;
position: relative;
width:100%;
min-height: 300px;
padding-bottom:50px;
background:url(../images/content-bg.jpg) no-repeat bottom center;
}

div#right-side {
display: block;
position: relative;
float:right;
width:249px;
margin-right:11px;
_margin:0 6px 0 0;
}

div#left-side {
display: block;
position: relative;
float:left;
width:522px;
_width:500px;
margin:0 0 0 25px;
_margin:0 0 0 5px;
_padding:20px 10px 0 10px; 
padding-top:10px;
}

div.clear-floats {
clear: both;
}

a, a:visited {
color:#2076a0;
}

div#footer {
display:block;
position: relative;
margin:0 auto;
}

div#footer p {
text-align: center;
font-size:12px;
margin:3px 0;
}

a img {
border:none;
}


/*Right Bar*/

div#login-mini {
padding:0 10px;
border-bottom:2px solid #D3D3D3;
text-align: center;
}

div#login-mini p {
margin:5px auto;
}

p.login-mini-1 {
font-size: 16px;
}

p.login-mini-2 {
font-size: 12px;
}

div#nav {
display: block;
position: relative;
text-align: center;
background:#666;
margin:0;
padding:0;
}



div#nav ul {
list-style: none;
padding:0;
margin:0;
}

div#nav ul li a {
display: block;
position: relative;
width:100%;
height:44px;
background:url(../images/nav-item-bg.jpg) repeat-x bottom;
padding:0;
margin:0;
line-height: 44px;
color:#000;
text-decoration: none;

}

div#nav ul li a:hover {
background:url(../images/nav-item-bg.jpg) repeat-x top;
font-weight: bold;
}

span#nav-header {
display: block;
position: relative;
color:#fff;
font-size:14px;
padding:5px;
background:#666;
}

/*Front Page*/

div#welcome-message, div#view-all-items-link, div#top-message {
padding:0 10px 0 20px;
font-size:14px;
}

div#view-all-items-link {
margin-top:20px;
}


table#products-front-table {
width:400px;
padding:0;
margin:0 auto;
}

table#products-front-table td {
padding:0;
}

div.product-front-item {
display: block;
position: relative;
float:left;
width:155px;
margin:5px;
text-align: center;
}

span.product-title, span.product-price, img.product-image {
display: block;
position: relative;
text-align: center;
}

span.product-title {
font-size: 12px;
font-weight: bold;
}

span.product-price {
font-size: 12px;
}

img.product-image {
margin:5px auto;
}

/*Single Product Page*/

div#product-detail {
padding: 0 20px;
}

img.product-image-single {
border:1px solid #000;
}


div#product-single {
padding:0 20px;
}

div#product-single p {
text-align: center;
}

table#product-single-table {
width:100%;
}

p.single-product-price {
font-weight: bold;
}

/*Browse Catalog Page*/

form.product-add {
padding:0 !important;
border:none !important;
}


table#products-browse-table {
margin:0 auto;
}

/*FAQ*/

div#faq {
padding:0 20px;
}

/*Place Order Page*/

div#order-page-user-info p {
margin:10px 0;
}

span.user-info-header {
font-weight:bold;
padding:0 10px;
}

a.user-info-edit {
font-size:12px;
}

div.product-form-item {
display: block;
position: relative;
}
span.product-form-price, span.product-form-content, span.product-form-code {
display: inline;
font-size:12px;
}

span.product-form-code {
color:grey;
}

span.product-form-title {
font-weight: bold;
display: block;
font-size:14px;
}

span.product-form-content {
}

tr.odd {

}

tr.even {
background-color: #ccc;
}

table#order-form td {
padding:5px;
}


table#order-form {
width:100%;
border-style: none;
border-collapse: collapse;
}

input.order-form-qty {
width:50px;
}

input#order-submit {
margin:10px 0;
}

input.prepped {
background-color:yellow; 
}

h2.order-thanks {
font-size:18px;
margin:10px 20px;
}

/*Login Section*/

div.login-area h1 {
margin:15px;
padding:0;
font-size: 18px;
}

form {


}

form .forgetmenot { font-weight: normal; float: left; margin-bottom: 0; }

#login form .submit input {
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	padding: 3px 10px;
	border: none;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	cursor: pointer;
	text-decoration: none;
	margin-top: -3px;
	text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
}

#login form p {
	margin-bottom: 0;
}

label {
	color: #777;
	font-size: 13px;
}

form .forgetmenot label {
	font-size: 11px;
	line-height: 19px;
}

form .submit { float: right; }

form p { margin-bottom: 24px; }

h1 a {
	background: url(../images/logo-login.gif) no-repeat top center;
	width: 326px;
	height: 67px;
	text-indent: -9999px;
	overflow: hidden;
	padding-bottom: 15px;
	display: block;
}

#nav {
	text-shadow: rgba(255,255,255,1) 0 1px 0;
}

#backtoblog a {
	position: absolute;
	top: 7px;
	left: 15px;
	text-decoration: none;
}

#login { width: 320px; margin: 7em auto; }

#login_error, .message {
	margin: 0 0 16px 8px;
	border-width: 1px;
	border-style: solid;
	padding: 12px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#nav { margin: 0 0 0 8px; padding: 16px; }

#user_pass, #user_login, #user_email {
	font-size: 24px;
	width: 97%;
	padding: 3px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 16px;
	border: 1px solid #e5e5e5;
	background: #fbfbfb;
}


/*Search Form*/
div#search {
width:auto;
}

div#search form {
border:none;
width:auto;
}
