
@charset "UTF-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

/*///WESLEY/// SITE  ///WESLEY///*/

#siteContainer {
	margin:auto;
	width:883px;
}

#header {
	float:left;
	width:880px;
	height:223px;
	background-image:url(images/header.jpg);
	margin-top:20px;

}


#navigator {
	float:left;
	width:880px;
	height:34px;
	background-image:url(images/navigator.jpg);
	margin-top:8px;

}

#links {
	float:left;
	height:18px;
	width:500px;
	padding-left:208px;
	padding-top:9px;
}

#home {
	float:left;
	height:18px;
	width:61px;

}

#store {
	float:left;
	height:18px;
	width:68px;
	padding-left:60px;

}

#blog {
	float:left;
	height:18px;
	width:57px;
	padding-left:59px;

}

#contact {
	float:left;
	height:18px;
	width:100px;
	padding-left:56px;

}

#bodyContainer {
	float:left;
	height:1300px;
	width:880px;
	background-image:url(images/);
	margin-top:8px;
}

#footer {
	float:left;
	height:50px;
	width:551px;
	margin-left:165px;
	margin-top:20px;
}



/*///WESLEY/// /SITE  ///WESLEY///*/






/*///WESLEY/// TYPE  ///WESLEY///*/

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
}

h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	color:#70b307;
}

h4 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	color:#70b307;
}

p {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height:18px;
	font-weight:normal;
}




/*///WESLEY/// /TYPE  ///WESLEY///*/







/*///WESLEY/// INDEX  ///WESLEY///*/

#theStory {
	float:left;
	height:500px;
	width:360px;
	margin-left:45px;
	margin-top:45px;
}

#indexImage {
	float:left;
	height:504px;
	width:408px;
	margin-top:22px;
	margin-left:30px;
}


/*///WESLEY/// /INDEX  ///WESLEY///*/




/*///WESLEY/// POLICY & SHIPPING  ///WESLEY///*/

#policy {
	float:left;
	height:500px;
	width:700px;
	margin-left:85px;
	margin-top:35px;
}

#shipping {
	float:left;
	height:525px;
	width:400px;
	margin-left:45px;
	margin-top:30px;
	line-height:19px;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
}

#shipping2 {
	float:left;
	height:525px;
	width:360px;
	margin-left:35px;
	margin-top:25px;
	line-height:19px;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
}


/*///WESLEY/// /POLICY & SHIPPING  ///WESLEY///*/






/*///WESLEY/// STORE INDEX  ///WESLEY///*/

#shurtBoxEnd {
	float:left;
	height:233px;
	width:265px;
	margin-left:25px;
	margin-top:25px;

}


#shurtBox {
	float:left;
	height:233px;
	width:265px;
	margin-left:15px;
	margin-top:25px;

}

/*///WESLEY/// /STORE INDEX  ///WESLEY///*/




/*///WESLEY/// STORE  ///WESLEY///*/



#shurtLarge {
	float:left;
	height:460px;
	width:500px;
		margin-top:24px;
	margin-left:10px;
}

#backToStore{
	float:left;
	width:120px;
	height:26px;
	margin-top:3px;
	margin-left:0px
}

#shurtInfoContainer {
	float:left;
	width:336px;
	height:800px;
	margin-top:15px;
	margin-left:10px;
}


#shurtInfo {
	float:left;
	width:336px;
	height:175px;
	margin-top:15px;
}


#theFirstCollectionHeader {
	float:left;
	padding-left:220px;
}

#logoBox {
	float:right;
	height:50px;
	width:221px;
	padding-top:8px;
}


#cart {
	float:left;
	height:80px;
	width:335px;
	margin-top:15px;
}

#price {
	float:left;
	margin-top:5px;
	width:300px;
}

#views {
	float:left;
	margin-top:5px;
}

#viewOptions {
	float:left;
	height:34px;
	width:326px;
	background-image:url(images/viewBG.jpg);
	margin-top:5px;
}

#viewLinks {
	float:left;
	height:18px;
	width:260px;
	padding-left:42px;
	padding-top:11px;
}

#frontView {
	float:left;
	height:14px;
	width:56px;
}

#backView {
	float:left;
	height:14px;
	width:42px;
	margin-left:43px;
}

#labelView {
	float:left;
	height:14px;
	width:49px;
	margin-left:40px;
}


/*///WESLEY/// /STORE  ///WESLEY///*/

* { padding: 0px; margin: 0px; }
* html #wrapper { height: 100%; }
a { outline: none; }
a img { border: none; }


/* CONTACT FORM */
			fieldset {
			padding: 20px;
			width: 320px;
			background-color: #70b307;
			border: 0;
			}
			fieldset li {
			list-style: none;
			padding-bottom: 20px;
			line-height: 1.5;
			}
			fieldset label {
			font-size: 12px;
			display: inline-block;
			padding-right: 5px;
			}
			fieldset input, fieldset textarea {
			color: #333;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			}
			
			#contactForm {
			float:left;
			height:500px;
			width:400px;
			margin-left:70px;
			margin-top:35px;
			}