body{
	margin:0;
	font-family:arial,sans-serif;
	font-size:12px;
}
p {
	margin-top:0px;
}
h1 {
	color:#45b6ac;
	font-weight:normal;
	font-size:24px;
}
hr {
	border:0px solid #45b6ac;
	height:1px;
	background-color:#45b6ac;
	color:#45b6ac;
	margin-bottom:0px;
	margin-top:0px;
}
a {
	text-decoration:none;
	color:#45b6ac;
}
a:hover {
	color:#50e4ce;
}


#container{
	position:relative;
	width:814px;
	left:50%;
	margin-left:-407px;
}

#header {
	width:100%;
	background-image:url('./images/header.jpg');
	background-repeat:no-repeat;
	padding-top:82px;
	padding-left:15px;
	margin:0;
	height:25px;
}
#header a{
	font-size:9pt;
	color:#9d9c9c;
	text-decoration:none;	
}
#header a:hover{
	color:#4f4f4f;
}
#header table{
	width:675px;
	text-align:center;
}
#middle {
	width:100%;
	background-image:url('./images/middle.jpg');
	background-repeat:repeat-y;
}
#middle_container{
	width:758px;
	padding:25px;
	background-image:url('./images/background.jpg');
	background-repeat:no-repeat;
	background-position:bottom right;
	min-height:400px;
}
#content{
	width:100%;
	padding:5px;
}
#footer {
	width:100%;
	background-image:url('./images/footer.jpg');
	background-repeat:no-repeat;
	height:43px;
	text-align:justify;
	color:#ffffff;
	font-size:90%;
	padding-top:12px;
	padding-left:140px;
}
#footer a{
	text-decoration:none;
	color:#ffffff;
	margin-left:8px;
	margin-right:8px;
}
#footer a:hover{
	color:#eeeeee;
}

#product_container{
	margin-left:100px;
	width:630px;
}
a.home_link{
	text-decoration:none;
	color:#ffffff;
	font-size:9pt;
}
a:hover.home_link{
	color:#cafff0;
}


.pt_image {
	float:left;
	margin-right:10px;
}

.c_name{
	font-size:20px;
	color:#45b6ac;
}
.c_label{
	width:50px;
	color:#45b6ac;
}

.submit {
	color:#ffffff;
	background-color:#45b6ac;
	font-size:80%;
	font-family:"Trebuchet MS",sans-serif;
	cursor:pointer;
	font-weight:bold;
}
.submit:hover{
	background-color:#22caa4;
}



/* Cart Stuff */
.cart_cont{
	background-image:url('./images/add_backg.jpg');
	width:125px;
	height:100px;
	float:left;
	margin-top:5px;
}
.cart_cont img {
	border:0px solid #ffffff;
}
.cart_text_cont{
	height:51px;
	padding:8px;
	font-size:120%;
	color:#666666;
}
.cart_text{
	float:left;
	margin-top:5px;
	width:100%;
	text-align:left;
}
.cart_price{
	clear:left;
	float:right;
	
	font-size:200%;
	color:#ffffff;
	font-weight:bold;
}



/* Product item styles */

.item_left_div {
	float:left;
	margin-right:10px;
	text-align:center;
}

.item_right_div{
	float:left;
	color:#666666;
}

.p_item{
	width:190px;
	float:left;
	background-image:url('./images/grey_shade.jpg');
	background-repeat:repeat-x;
	background-position:bottom;

	border:1px solid #eaeaea;
	text-align:center;
	background-color:#ffffff;
	padding-bottom:5px;
}

a.p_link{
	font-weight:bold;
	font-size:80%;
}
.i_hr{
	clear:both;
}
.i_name{
	color:#ffffff;
	background-color:#45b6ac;
	font-size:14px;
	padding:4px;
	font-weight:bold;
	background-image:url('./images/green_shade.jpg');
	background-repeat:repeat-x;	
}
.i_text{
	padding:5px;
	text-align:left;
	font-size:80%;
	height:103px;
}
.i_highlight{
	float:right;
	width:230px;
	padding-bottom:10px;
}

p{
	font-size:13px;
	color:#8f8f8f;
}
a{
	color:#2b4f09;
}
h{
	color:#84d982;
}
#menu{
	height:217px;
}
