#header {
	left:0px;
	top:28px;
	width:700px;
	height:200px;
	z-index:1;
}
#main_nav {
	position:relative;
	left:0px;
	top:15px;
	width:700px;
	height:43px;
	z-index:2;
}
#logo {
	left: 0px;
	top: 0px;
	height: 157px;
	
}
#content {
	left:0px;
	top:200px;
	width: 100%;
	height: 500px;
	padding: 5px;
}
#wrapper {
	width:700px;
	text-align: left;
	margin: auto;
	
}
#main_nav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: lowercase;
	color: #3A3A3A;
	text-decoration: none;
	display: inline;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
}
#main_nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: lowercase;
	color: #999933;
	text-decoration: none;
	display: inline;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
}
#main_nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: lowercase;
	color: #CCCC00;
	text-decoration: none;
	display: inline;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
}
#contact_info {
	width:30%;
	float:left;
}
#market_info {
	width:60%;
	float:right;
}
#learn_menu {
	float: left;
	width: 150px;
}
#learn_menu a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	text-transform: lowercase;
	color: #000033;
	text-decoration: none;
	display: block;
}
#learn_menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	text-transform: lowercase;
	color: #660066;
	text-decoration: none;
	display: block;
}
#learn_menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	text-transform: lowercase;
	color: #000033;
	text-decoration: none;
	display: block;
	background-color: #CCCCCC;
}
#tutorial {
	float: right;
	width: 530px;
}
#imagesleft {
	float: left;
	width: 50%;
}
#imagesright {
	float: right;
	width: 50%;
}

#feature_product {
	float: right;
	width: 555px;
	height: 290px;
}
#shop_menu {
	float: left;
	width: 135px;
	height: 290px;
	line-height: 0.9em;
}
#shop_menu a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000033;
	text-decoration: none;
	text-indent: 0px;
	display: block;
}
#shop_menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #660066;
	text-decoration: none;
	text-indent: 0px;
	display: block;
}
#shop_menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000033;
	text-decoration: none;
	text-indent: 0px;
	display: block;
	background-color: #CCCC00;
}
#products {
	width: 700px;
	top: 300px;
}
#feature_product img {
	float: left;
}
#product_desc_main {
	float: right;
	width: 375px;
}

#product_holder {
	height: 260px;
	width: 150px;
	margin-left: 7px;
	margin-right: 7px;
}
#product_holder_long {
	height: 315px;
	width: 150px;
	margin-left: 7px;
	margin-right: 7px;
}
#product_holder_short {
	height: 180px;
	width: 150px;
	margin-left: 7px;
	margin-right: 7px;
}
#products_display {
	width: 700px;
}

#about_text {
	float: left;
	width: 38%;
}
#about_images {
	float: right;
	width: 60%;
}
.image_desc {
	font-size: 0.8em;
}

.market_title {
	font-size: 1.2em;
	color:#A90100;
	font-weight: bold;
}
.contact_info {
	font-size: 1.2em;
	color:#502750;
	font-weight:bold;
}
.image_title {
	font-size: .9em;
	font-weight: bold;
	color: #cc6600;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #3A3A3A;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #3A3A3A;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #3A3A3A;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #3A3A3A;
}
a img {
	border:none;
}
#gallery_header {
	height: 145px;
	width: 100%;
}
#gallery_left {
	padding: 10px;
	float: left;
	width: 47%;
}
#gallery_right {
	padding: 10px;
	float: right;
	width: 47%;
}
#gallery_full {
	width: 100%;
}
#gallery_menu {
	text-align: center;
}

#gallery_menu a:link {
	font-size: 1em;
	font-weight: bold;
	text-transform: lowercase;
	color: #3A3A3A;
	text-decoration: none;
	display: inline;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
}
#gallery_menu a:visited {
	font-size: 1em;
	font-weight: bold;
	text-transform: lowercase;
	color: #5F6386;
	text-decoration: none;
	display: inline;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
}
#gallery_menu a:hover {
	font-size: 1em;
	font-weight: bold;
	text-transform: lowercase;
	color: #502750;
	background-color: #CCCC00;
	text-decoration: none;
	display: inline;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
}
#gallery_item_desc {
	text-align: left;
	width: 290px;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 20px;
}
#shop_header {
	height: 95px;
	width: 100%;
}
