/* 
Sundance Lavender Farm CSS Document
*/

/* Main Template */
html {
	overflow-y:scroll;
	background-color: #9258D0;
	height: 100%;
}
body, #wrapper {
	margin:0px auto;
	width:900px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color: #E9D9BA;
	height: 100%;
}
#wrapper {
	background-color: #E9D9BA;
}
/* Banner Space */
#banner {
	width:900px;
	height:100px;
	float:left;
	clear:both;
	margin:0px;
	padding:0px;
}
#banner a, #banner a img {
	border:none;
	text-decoration:none;
	outline:none;
}
#menu {
	float:left;
	clear:both;
}
#content {
	width:900px;
	float:left;
	clear:both;
	margin-bottom:0px;
	background-color: #E9D9BA;
}
#footer {
	font-size:.75em;
	float:left;
	clear:both;
	width:900px;
	text-align:center;
	padding-top:10px;
	background-color: #E9D9BA;
}
/*

Home Page Specific

*/
#hometext {
	width:475px;
	float:left;
	clear:none;
	display:inline;
	margin-left:15px;
	margin-top:15px;
}
#homeimage {
	float:left;
	clear:none;
	display:inline;
	margin-left:100px;
	margin-top:25px
}
/*

About Us Page Specific

*/
#abouttext {
	width:300px;
	float:left;
	clear:none;
	display:inline;
	margin-left:15px;
	margin-top:15px;
}
#aboutimage {
	float:left;
	clear:none;
	display:inline;
	margin-left:15px;
	margin-top:25px
}
/*

About Lavender Page Specific

*/
#lavendertext {
	width:450px;
	float:left;
	clear:none;
	display:inline;
	margin-left:15px;
	margin-top:15px;
}
#lavenderimage {
	width:300px;
	float:left;
	clear:none;
	display:inline;
	margin-left:60px;
	margin-top:25px
}
/*

Shop Page Specific

*/
#productsdesc {
	width:450px;
	float:left;
	clear:none;
	display:inline;
	margin-left:25px;
	margin-top:15px;
}
#singlejarsimage {
	float:left;
	clear:none;
	display:inline;
	margin-left:100px;
	margin-top:25px
}
#singlejarsimage p {
	font-size:.75em;
}
.productrow {
	float:left;
	clear:both;
	width:790px;
	padding:10px 20px 10px 20px;
	margin:10px 30px;
	border: #9258D0 2px solid;
}
.productheader {
	float:left;
	clear:both;
	width:812px;
	margin:20px 20px 0px 20px;
	padding:5px 20px 5px 20px;
	background-color:#9258D0;
	color:#E9D9BA;
	font-weight:bold;
}
.viewcart {
	float:left;
	clear:both;
	overflow:visible;
	height:auto;
	width:120px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 40px;
}
.viewcartBtn {
	height: 125%;
	width: 125%;
	font-size: large;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.productcell {
	float:left;
	clear:none;
	display:inline;
	/* width:430px; */
	/* min-height:200px; */
}
#productOptions {
	width:85%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.productcellLeft {
}
.productcell img {
	float:left;
	clear:none;
	display:inline;
	margin-right:10px;
}
.productcell div {
	float:left;
	clear:none;
	display:inline;
	width:600px;
}
/*

Contact Form Specific

*/
#contactHeader {
	font-size:1.5em;
	font-weight:bold;
}
