
p {
	margin-bottom: 10px;	
	
}

ul {
	margin-left: 15px;
	list-style: disc;	
	
}

#nav ul {
	margin-left: 0px;
	list-style: none;	
	
}

#home_banner {

	z-index: 100;	
	
}

.slogan {
	color: #bbcc77;	
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 8px;
	height: 20px;
	margin-left: 215px;
	font-face: Arial;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}


.error {
	
	width: 250px; 
	padding: 0px; 
	float: left;
	color: red;
	font-size: 12px;
	
}

#signup_form .error {
	width: 100%;	
	
}


.login input[type='text'], .login input[type='password'] {
	border: 1px solid #888;
	margin: 1px;
	height: 20px;
	font-size: 16px;

}

.login input[type='text']:focus, .login input[type='password']:focus {
	border: 2px solid #000;
	margin: 0px;
} 



label {
	font-weight: bold;	
	
}

/* Account */

.oh {
	float: right; 
	margin-right: 20px;
	width: 120px;
	text-align: right;
	
	
}

.oh a { 
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}


/* CART */

#cart {


}

#cart table td {
	padding: 8px;
	vertical-align: top;
}

#cart table th {
	font-weight: bold;
	border-bottom: 2px solid black;
	padding: 5px;
	padding-top: 0px;
}

#cart table td.label {

	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	text-align: right;

}

#cart table td.value {

	padding-top: 5px;
	padding-bottom: 5px;
}

tr.divider td {
	border-top: 2px solid black;	
	
}

/* Category / Product view*/

.price {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	
}

.regular {
	text-decoration: line-through;		
}

.special {
	color: red;	
	
}

.product {
	width: 100%;	
	
}

#product_image_wrap {
	float: left;	
	margin: 0px 25px 25px 0px; 
	width: 300px;
}

#product_image {
	padding: 1px;
		
	
}

.thumbs {
	width: 300px;
	margin-right: 20px;
	float: left;

}

.product_name {
	
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	
	display: block;
	margin-bottom: 10px;
	
}

.product_info {

	width: 350px;
	float: right;
	padding-bottom: 10px;
	margin-bottom: 0px;
	border-bottom: 2px dotted #e27e00;	
	
}

.product_description {
	padding: 1px;
	display: inline;

}

.product_description ul {
	list-style: disc url(../_img/bullet.png) inside;

 	padding: 1px;
}

.product_description ul li {
	padding: 1px;

	white-space: normal;
	
	line-height: 1.2;
	font-family: Verdana;
	font-weight: normal;
	font-size: 8pt;
}

.product_info h2 {
	font-weight: bold;	
}

.product_info .addtocart {

	margin: 5px 10px 0px 0px;
	width: 81px;
	height: 23px;
	border: 0px;
	background: url(../_img/addToCart.png) no-repeat;
	
}

a.cat_nav {
	text-decoration: none;
	font-size: 12px;
	color: #555;
	line-height: 15px;	
}

.category_gallery {

	border-top: 2px dotted #e27e00;
	border-bottom: 2px dotted #e27e00;
	
	padding: 10px 1px 10px 1px;
	
}

.category_gallery img {
	float: left;

	
	border: 1px solid #7eb0bf;
	
}

.category_thumb {
	width: 90px;
	height: 110px;
	float: left;
	margin: 5px 10px 5px 0px;
	text-align: center;
	font-family: Arial;
	font-size: 8pt;
	
}


/* slide out menu */
#nav ul li ul {
	
	background-color: 	#7EB0BF;
	position: absolute;
		padding: 5px;
	top: 0px;
	left: 150px;
	display: none;
	width: 200px;
	z-index: 200;
}

#nav ul li ul li a {
	
color: #fff;
}

#nav ul li ul li a:hover {
	
		color: #40060e;
}

#nav ul li {
	position: relative;

}

#nav ul li:hover ul {
	display: block;	
		z-index: 200;
}






