/*
Botanicus Stylesheet
Author:Suzy Massey
Author URL: http://phoenixmassey.com
*/
/*Structure*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	background-color: #ecf3e3;
	margin: 0px;
	padding: 0px;	

}
#header {
	padding: 0px;
	height: 170px;
	width: 100%;
	background-attachment: scroll;
	background-image: url(images/header-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #bfcc70;
	margin: 0px;
}
#logo h1{
	background-attachment: scroll;
	background-image: url(images/header-new.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	height: 170px;
	width: 870px;
	text-indent: -5000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#wrap {
	background: #fff;
	width: 848px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c5c5c5;
	border-left-color: #c5c5c5;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
	}
	
#main {
	width: 840px;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer {
	font-size: 0.7em;
	color: #677178;
	text-align: center;
	height: 150px;
	width: 100%;
	letter-spacing: 0.05px;
	background-color: #677aa5;
	background-attachment: scroll;
	background-image: url(images/footer-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding-top: 10px;
}
#product-pad {
	padding-left: 20px;
	padding-right: 10px;
}
	
/*Text*/

.nav {
	font-size: 0.7em;
	font-variant: normal;
	color: #677aa5;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.02px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #677aa5;
	font-family: "Trebuchet MS", Arial;	
}
.text {
	font-size: 0.7em;
	line-height: 1.5em;
	color: #555555;
	letter-spacing: 0.05em;
}
.text a {
	color: #555555;
	font-weight: bold;
	text-decoration: none;
}
.text a:hover {
	color: #659178;
	font-weight: bold;
	text-decoration: none;
}
#main h1 {
	font-size: 1.5em;
	color: #677aa5;
	letter-spacing: 0.2em;
	height: 30px;
	background-attachment: scroll;
	background-image: url(images/logo-mark.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 20px;
	text-transform: uppercase;
	padding-bottom: 5px;
	font-family: "Trebuchet MS", Arial;
}

h2 {
	font-size: 1em;
	text-transform: uppercase;
	color: #555555;
	letter-spacing: 0.05em;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #8a8a8a;
	border-bottom-color: #8a8a8a;
	font-weight: normal;
	margin-left: 10px;
}
h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #659178;
	font-family: "Trebuchet MS", Arial;
}

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

/*Images*/



.borderGrey {
	border: 1px solid #9b9b9b;
}
.floatLeft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.floatLeftB {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #9b9b9b;
}
.floatRight {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
.floatRightB {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #9b9b9b;
}

/*Add to Cart*/

.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #bfcc70;
	font-size: 0.9em;
	letter-spacing: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #659178;
	font-weight: bold;

}
.required {
	font-size: 0.9em;
	font-weight: bold;
}
.clear{
	clear:both;
}
