/* CSS Document */

body {
	background: #FFF;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 100%;
	color: #636466;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 830px;
	margin: 0 auto;
	background: #FFF url(../images/bg_2.gif) repeat-y;
}

/** Main Structual Divs **/

#header {
	width: 700px;
	height: 110px;
	margin: 0 auto;
	background: #FFF url(../images/hd_bg.gif) no-repeat;
}

#home {
	width: 700px;
	height: 465px;
	margin: 0 auto;
	background: #8cc63f url(../images/home_bg.jpg) no-repeat bottom right;
}

#maincontent {
	width: 700px;
	margin: 35px auto;
}

#collections {
	width: 650px;
	margin: 35px auto;
}


#footer {
	width: 830px;
	height: 127px;
	margin: 0 auto;
	background: #FFF url(../images/footer_bg_2.gif) no-repeat;
	height: 129px;
}

/** Supporting Structural Divs **/

.clear {
	clear: both;
}

#homeleft {
	width: 430px;
	float: left;
	display: inline;
	margin: 0;
}

#homeright {
	width: 190px;
	float: left;
	margin: 40px 0 0 40px;
}



.thumbs {
	width: 128px;
	float: left;
	display: inline;
	margin: 20px 46px 0 0;
}

.thumbs2 {
	width: 128px;
	float: right;
	display: inline;
	margin: 20px 0 0 0;
}

#productimage {
	width: 265px;
	margin: 0 75px 0 80px;
	float: left;
	display: inline;
}

#producttext {
	width: 260px;
	float: left;
	display: inline;
}


#shopleft {
	width: 210px;
	float: left;
	display: inline;
	margin: 0 40px 0 25px;
}

#shopheader {
	width: 390px;
	float: left;
}

.shopcenter {
	width: 155px;
	float: left;
	display: inline;
	margin: 10px 40px 0 0;
}

#contact { 
	width: 350px;
	float: left;
	display: inline;
	margin: 0;
}


#footerleft {
	width: 250px;
	margin: 30px 0 0 72px;
	text-align: left;
	float: left;
	display: inline;
}

#footerright {
	width: 250px;
	margin: 30px 72px 0 0;
	text-align: right;
	float: right;
	display: inline;
}



/** Link Styles **/
a {
	color: #8cc63F;
	text-decoration: none;
}

a:hover {
	color: #636466;
}

a.collection {
 	color: #636466;
	text-decoration: none;
	font-size: 0.8em;
	line-height: 1.1em;
}

a.collection:hover {
	color: #8cc63F;
	text-decoration: underline;
}

a.footer {
	color: #9d9fa1;
	text-decoration: none;
}
a.footer:hover {
	color: #8cc63f;
	text-decoration: underline;
}

a.footer2 {
	color: #C6C8CA;
	text-decoration: none;
}
a.footer2:hover {
	color: #8cc63f;
	text-decoration: underline;
}


/** Text Styles **/


#footer p {
	font-size: 0.7em;
	line-height: 1.1em;
	color: #9d9FA1;
}

h2 {
	color: #8cc63F;
	font-size: 1.1em;
	padding: 0;
	margin: 0 0 20px 0;
	font-weight: normal;
}

p {
	font-size: 0.8em;
	line-height: 1.3em;
}


/** Form Styles **/

form {
	font-family: arial, verdana, helvetica, sans-serif;
	
}

input[type="text"] {
	border: 1px solid #8cc63F;
	margin: 0 0 4px 0;
	color: #636466;
	font-size: 0.8em;
	height: 15px;
}

textarea {
	border: 1px solid #8cc63F;
	color: #636466;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 0.8em;
}

input[type="submit"] {
	background: #8cc63F;
	color: #fff;
	padding: 0 1em;
}

input[type="reset"] {
	background: #8cc63F;
	color: #fff;
	padding: 0 1em;
}



/** Supporting Stles **/
.states {
	text-transform:uppercase;
	line-height: 3em;
}

img {
	border: 0;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

img.small {
	border: 0;
	margin: 8px 8px 0 0;
}
img.small2 {
	border: 0;
	margin: 10px 5px 0 0;
}


	
/** POP UP WINDOW STYLES **/

#popup {
	width: 468px;
	height: 593px;
	border: thin solid #8cc63f;
	margin: 10px;
	background: #FFF;
}

#popupclose {
	width: 15px;
	height: 15px;
	float: right;
	margin: 10px;
	display:inline;
}

#popupimage {
	width: 400px;
	height: 350px;
	margin: 0 35px 35px 35px;
	clear: both;
}


#smallpopup {
	width: 333px;
	height: 418px;
	border: thin solid #8cc63f;
	margin: 10px;
	background: #FFF;
}

#smallpopupimage {
	width: 265px;
	height: 350px;
	margin: 0 35px 35px 35px;
	clear: both;
}

	
	
	
		

