@charset "UTF-8";
body {
	background-color: #600;
	margin: 0;
	text-align: center;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: normal;
	background-image: url(images/background_pinstripe.jpg);
	background-repeat: repeat;
}

a {	
	font-weight: bold;
	text-decoration: none;
	color: #600;
}
a:link {
	color: #600;
}
a:active { color: #600; }
a:visited { color: #600; }
a:hover {
	color: #FF6600;
}	

#banner {
	font-size: 14px;
	color: #FF9900;
	font-weight: bold;
	background-color: #000;
}
#banner a:link {
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
}
#banner a:visited { color: #FF9900; font-weight: bold; }
#banner a:hover { color: #FFFF00; }


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #600;
	padding-top: 10px;
	}
	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #600;
	padding-top: 12px;
	}

#container {
	width: 900px;  /* this will create a container 900px wide */
	height: auto;

	text-align: left;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
}

ul {
	list-style-position: inside;
	list-style-image: url(images/bullet.jpg);
	list-style-type: square;
	line-height: 28px;
}

#header {
	width: 900px;
	height: 200px;
	margin: 0;
	}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

}
#mainContent {
	height: auto;
	background-color: #FFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}

#mainFixed {
	height: 440px;
	background-color: #FFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}

#showcase {
	height: 440px;
	background-color: #FFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#tabbed {
	height: 500px;
	background-color: #FFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#mainContent2 {
	height: 400px;
	background-color: #FFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	background-image: url(images/shop3.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#mainCopy {
	height: auto;
	width: 400px;
	float: left;
	margin-right: 20px;
}

#productD {
	height: 440px;
	width: 250px;
	float: left;
	font-size: 13px;
	line-height: 1.5em;
	margin-left: 10px;
	margin-right: 40px;
}





#gallery {
	height: 440px;
	width: 550px;
	float: left;
}

#email {
	height: 25px;
	width: 900px;
	background-color: #FFFFFF;
	font-size: 9px;
	font-weight: normal;
	color: #650120;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
#email a:link { font-size: 16px; font-weight: bold; font-style: italic; color: #650120; }
#email a:visited { color: #650120; }
#email a:hover { color: #FF6600; }



#copy {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
#copy a:link { font-size: 9px; font-weight: normal; color: #FFFFFF; }
#copy a:visited { color: #FFFFFF; font-weight: normal; }
#copy a:hover { color: #0066FF; }
