/* @group Default HTML Elements */

hr
{
	width: 100%;
	padding: 0;
	margin: 5px 0 8px 0;
	clear: both;
}

body
{
	margin: 0;
	padding: 0;
	background: #9ddd80 url(../images/layout/topbar.jpg) repeat-x left top;
	text-align: center;
	font: 8pt Verdana, Tahoma, sans-serif;
	color: #000;
}

p
{
	margin: 0;
	padding: 0;
}

a:link
{
	color: #fff;
	text-decoration: underline;
}

a:visited
{
	color: #fff;
	text-decoration: underline;
}

a:hover
{
	color: #fff;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

a:active
{
	color: #fff;
	text-decoration: underline;
}

.box a:link
{
	color: #00f;
	font-weight: normal;
}

.box a:visited
{
	color: #00f;
}

.box a:hover
{
	color: #00f;
}

.box a:active
{
	color: #00f;
}

ul
{
	margin-top: 0;
	margin-bottom: 10px;
}

/* @end */

/* @group Structural Elements */

#container
{
	width: 710px;
	margin: 13px auto 0 auto;
	background-color: #fff;
	color: #000;
	border-left: 10px solid #9a6;
	border-right: 10px solid #9a6;
	text-align: left;
}

#footer
{
	background: #47b url(../images/layout/bottombar.jpg) repeat-x left top;
	color: #fff;
	height: 17px;
	clear: both;
}

#header
{
	margin: 0 10px;
	height: 110px;
	background: url(../images/layout/logo.jpg) no-repeat left;
}

#sidebar
{
	float: left;
	display: inline;
	width: 170px;
	margin: 10px 0 0 10px;
}

#content
{
	width: 510px;
	float: right;
	display: inline;
	margin: 10px 10px 0 0;
}

#links
{
	color: #fff;
	background: #60b50e url(../images/layout/linksbg.jpg) no-repeat top left;
	border-bottom: 1px solid #248001;
	border-left: 1px solid #248001;
	width: 130px;
	float: right;
	display: inline;
	text-align: center;
	padding-top: 8px;
}

#links:after
{
	clear: both;
	content: url(../images/layout/linksbottom.jpg);
	display: block;
	line-height: 0.1;
	margin: 0 0 -1px -1px;
}

#cartsummary
{
	color: #fff;
	text-align: center;
	width: 125px;
	float: right;
	display: inline;
	border-bottom: 1px solid #248001;
	border-right: 1px solid #248001;
	border-left: 1px solid #248001;
	background: #60b50e url(../images/layout/cartsummarybg.jpg) no-repeat top left;
	padding-top: 8px;
}

#cartsummary:after
{
	content: url(../images/layout/cartsummarybottom.jpg);
	display: block;
	line-height: 0.1;
	margin: 0 0 -1px -1px;
}

#cartsummary table
{
	margin: 0 5px 5px 5px;
	padding: 0;
	color: #fff;
	text-align: left;
}

#cartsummary tr, #cartsummary td
{
	margin: 0;
	padding: 0;
}

#content .box table
{
	margin: 0 0 0 8px;
	padding: 0;
	text-align: center;
}

#content .box table img
{
	padding: 0;
	margin: 0;
	border: 1px solid #e08305;
}


#content .box thead tr
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 10pt;
	background: #60b50e;
	color: #fff;
	height: 30px;
}

#content .box tfoot tr
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 10pt;
	background: #60b50e;
	color: #fff;
	height: 10px;
}


.image
{
	width: 100px;
}

.name
{
	width: 198px;
}

.quantity
{
	width: 75px;
}

.options
{
	width: 100px;
}

#clear
{
	height: 1px;
	clear: both;
}


.testimonial
{
	font-style: normal;
}

.productid
{
	margin: 0 0 5px 110px;
	font-style: italic;
}

#footer a
{
	color: #fff;
}

/* @end */

/* @group Paragraph Styling */

#sidebar .box p, #content .box p, #content .outlinedbox p, #content .infobox p
{
	padding: 0px 10px 5px 10px;
}

#cartsummary p, #links p
{
	padding: 0px 10px 5px 10px;
}

#footer p
{
	padding-top: 1px;
}

.error
{
	color: red;
	font-weight: bold;
}

/* @end */

#cartsummary h3
{
	font-size: 8pt;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
}

/* @group Boxes */

#sidebar .box
{
	background-color: #afda86;
	color: #000;
	border-top: none;
	border-right: 1px solid #65a64d;
	border-bottom: 1px solid #65a64d;
	border-left: 1px solid #65a64d;
	margin-bottom: 10px;
	width: 168px;
	display: inline-block;
}

#sidebar .box h2
{
	font-size: 10pt;
	font-weight: normal;
	color: #fff;
	background: url(../images/layout/sidebarboxtop.jpg) no-repeat left top;
	height: 33px;
	margin: 0px -1px 0px -1px;
	padding: 8px 0px 0px 21px;
}

#sidebar .box:after
{
	content: url(../images/layout/sidebarboxbottom.jpg);
	display: block;
	line-height: 0.1;
	margin: 0 0 -1px -1px;
	clear: both;
}

#content .box
{
	background-color: #afda86;
	color: #000;
	border-top: none;
	border-right: 1px solid #65a64d;
	border-bottom: 1px solid #65a64d;
	border-left: 1px solid #65a64d;
	margin-bottom: 10px;
	width: 508px;
	display: inline-block;
}

#content .box h2
{
	font-size: 10pt;
	font-weight: normal;
	color: #fff;
	background: url(../images/layout/contentboxtop.jpg) no-repeat left top;
	height: 33px;
	margin: 0px -1px 0px -1px;
	padding: 8px 0px 0px 21px;
}

#content .box:after
{
	content: url(../images/layout/contentboxbottom.jpg);
	display: block;
	line-height: 0.1;
	margin: 0 0 -1px -1px;
	clear: both;
}

#content .outlinedbox
{
	background-color: #e9f2f7;
	color: #000;
	border-top: none;
	border-right: 5px solid #2479b0;
	border-bottom: 5px solid #2479b0;
	border-left: 5px solid #2479b0;
	margin-bottom: 10px;
}

#content .outlinedbox h2
{
	font-size: 24pt;
	font-weight: bold;
	color: #2479b0;
	background: url(../images/layout/outlineboxtop.jpg) no-repeat left top;
	height: 33px;
	margin: 0px -5px 0px -5px;
	padding: 5px 10px 0px 13px;
}

#content .outlinedbox h3
{
	font-size: 18pt;
	font-weight: bold;
	color: #5f9dc5;
	height: 33px;
	margin: 0px -5px 0px -5px;
	padding: 5px 10px 0px 15px;
}

#content .outlinedbox:after
{
	content: url(../images/layout/outlineboxbottom.jpg);
	display: block;
	line-height: 0.1;
	margin: 0 0 -5px -5px;
}

#content .infobox
{
	background-color: #e9f2f7;
	color: #000;
	border-top: none;
	border-right: 5px solid #2479b0;
	border-bottom: 5px solid #2479b0;
	border-left: 5px solid #2479b0;
	margin-bottom: 10px;
}

#content .infobox h2
{
	font-size: 18pt;
	font-weight: bold;
	color: #2479b0;
	background: url(../images/layout/outlineboxtop.jpg) no-repeat left top;
	height: 33px;
	margin: 0px -5px 0px -5px;
	padding: 5px 10px 0px 13px;
}

#content .infobox:after
{
	content: url(../images/layout/outlineboxbottom.jpg);
	display: block;
	line-height: 0.1;
	margin: 0 0 -5px -5px;
}

#content .box img.productthumb
{
	border: 1px solid #e08305;
	width: 100px;
	height: 100px;
	margin: 2px 0 10px 10px;
	padding: 0;
	float: left;
}

#content .box .producttext
{
	margin: 0 0 0 110px;
}

#content .box .productprice
{
	font-weight: bold;
	font-size: 10pt;
	margin: 5px 0 5px 110px;
}

#content .box .bold
{
	font-weight: bold;
}

#content .box h3
{
	font-size: 12pt;
	font-weight: bold;
	color: #60990e;
	margin: 0 0 5px 120px;
	padding: 0;
}

#content .box h4
{
	font-size: 12pt;
	font-weight: bold;
	color: #60990e;
	margin: 0 0 5px 10px;
	padding: 0;
}

/* @end */

/* Form stuff */

form
{
	margin: 0 0 5px 0;
	padding: 0;
	text-align: left;
}

input
{
	width: 100%;
	margin: 0;
	padding: 0;
}

textarea
{
	width: 100%;
	height: 150px;
	margin: 0;
	padding: 0;
}

label
{
	margin: 0;
	padding: 0;
}

select
{
	width: 100%;
	margin: 0;
	padding: 0;
}

.form
{
	width: 100%;
}


/* hide from IE5/Mac \*/
* html #content {height:1px;}

* html .outlinedbox,* html .box, * html .infobox {
  height:1px;
  position: relative;
	padding-bottom: 10px;
}
* html #content .outlinedbox,* html #content .box, * html #content .infobox {
  margin-left: -3px;
}
* html .outlinedbox h2,* html .box h2, * html .infobox h2 {
  position: relative;
}

* html #container {
  width: 730px;
  w\idth: 710px;
}

* html .form
{
	width: 97%;
	text-align: center;
	margin: 0 auto;
}

/* end hide */