@charset "UTF-8";
/* CSS Document
Jenny Kerr
Store CSS
©2008 Jenny Kerr
Created 6/24/08 1:13PM
Updated 6/24/08 1:13PM
Validated 6/24/08 1:13PM
CSS code by Steve Wilkison at Digital Vision Media, www.digitalvisionmedia.com */
	
/* Global Layout Elements */

div#footerdiv {
	background: url(../images/storefooter.jpg) top left no-repeat;
	}
	
div#texttop {
	background: url(../images/store_30.jpg) top left no-repeat;
	}
	
div#contentwrapdiv {
	background: #21271f;
	}
	
div#contentdiv {
	background: url(../images/store_31.jpg) top left repeat-y;
	}
	
div#textbottomdiv {
	height: 27px;
	background: #21271f url(../images/store_33.jpg) top left no-repeat;
	}
	
div.rowdiv {
	margin: 30px 0 0 90px;
	}
	
div.rowdiv2 {
	margin: 50px 0 0 90px;
	}
	
div.itemdiv {
	width: 220px;
	float: left;
	margin: 0 60px 0 0;
	}
	
div#shoppingcartdiv {
	text-align: center;
	margin: 20px 0 0 0;
	}
	
/* TEXT */

div#contentdiv p {
	text-align: center;
	padding: 0;
	}

div#contentdiv p.name {
	font-weight: bold;
	font-style: italic;
	font-size: 110%;
	margin: 10px 0 0 0;
	}
	
div#contentdiv p.price {
	margin: 6px 0 5px 0;
	font-weight: bold;
	}
	
div#contentdiv p.shirt {
	margin: 12px 0 0 0;
	font-size: 80%;
	}
	
div#contentdiv p#directions3 {
	margin: 0 0 50px 0;
	}
	
/* IMAGES */

div#contentdiv img.title {
	margin: 15px 0 20px 176px;
	}
	
div.itemdiv img {
	border: 2px solid #000;
	}
	
/* LINKS */
	
div#contentdiv a {
	color: #5e573b;
	text-decoration: underline;
	}
	
div#contentdiv a:hover {
	color: #000;
	text-decoration: underline;
	}
	
/* FORMS */

form {
	text-align: center;
	}
