/*****CSS RESET*******/

html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,code,em,img,small,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,ol,ul,li{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; }body{line-height: 1;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content: '';content: none }table{border-collapse:collapse;border-spacing: 0;}

/****BODY STYLES********/

body {
    font: normal 13px arial, sans-serif;
    background: url(images/bck.png);
    }
    
/****HEADER STYLES********/

#wrapper {
	width: 909px;
	margin: 0 auto;
}

#header {
	width: 909px;
	float: left;
}

#header .logo{
	background: url(images/logo.png) no-repeat;
	width: 909px;
	height: 109px;
}

p {
	color: #8E8E8E;
    font-size: 1em;
    line-height: 20px;
    margin: 0 auto;
    padding-right: 60px;
    padding-top: 10px;
    text-align: center;
    text-shadow: 0 1px 1px #FFFFFF;
    width: 514px;
    word-spacing: 2px;
}

/****NAVIGATION STYLES********/
#nav {
	float: right;
    font-size: 1.1em;
    list-style: none outside none;
    padding-bottom: 10px;
    width: 227px;    }    
    

ul li {
    display: inline;
    list-style: none outside none;
}

a{
    text-decoration: none;
    color: olive;
    font-weight: normal;
    line-height: 25px;
}

li:hover{
	color: gray;
}

#content{
	float: left;
	width: 100%;
}

#content .leaf1 {
	background: url(images/leaf_1.png) no-repeat 0 0 transparent;
	width: 202px;
	height: 202px;
	position: relative;
	z-index: 1;
	margin: -69px 0 0 -30px;
}

.etsymini {
	width: 737px;
	border: 1px solid #D5D5D5;
	border-radius: 0.3em;
	background: white;
	padding: 10px;
	margin: -138px auto 0;
	position: relative;
	z-index: 2;
}

#content .leaf2 {
	background: url(images/leaf_2.png) no-repeat 0 0 transparent;
	width: 189px;
	height: 209px;
	position: relative;
	z-index: 1;
	margin: -233px 0 30px 787px;
}

/****SIGNUP STYLES********/

.footer {
	float: left;
	width: 800px;
	padding: 0 0 60px 60px;
}

.signup{
	width: 397px;
	height: 80px;
	float: left;
}

.signup p {
	color: #838323;
	font-size: 1.1em;

}

.form{
    padding-left: 86px;
    padding-top: 15px;
}

.box-input{
    width: 226px;
    height: 22px;
    float:left;
}

 .submit{
    padding-left: 8px;
    padding-top: 1px;   
 }


/****SOCIAL STYLES********/
.social{
	float: right;
    height: 80px;
    padding-right: 39px;
    width: 201px;;
	
}

.social p {
	font-style: italic;
    margin-right: 127px;
    padding: 10px 0 5px;
    width: 72px;
}

.social ul li{
	padding: 0;
}

.social li:hover{
	
}
