body {
	font-family: verdana, arial, sans-serif;
	font-size: 11pt;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
h2 {
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
}

h3 {
 color: black;
 margin-top: 0px;
}

img {
 border: none;
}

form {
 display: inline;
}

.image_with_text {
 text-decoration: none;
}

/* ************** LAYOUT STUFF ****************** */

#container {
 text-align: left;
 margin: 5px auto;
 width: 800px;
 border: 5px solid #cccccc;
 padding: 5px;
 background-color: #ffffcc
}

#outside{
 margin: 0px auto;
 width: 1150px;
}

#header { 
 position:relative;
 top:0px;
 left:0px;
 width:800px;
 height:294px;
 }

#header_image_div {
 position:absolute;
 left:0px;
 top:0px; 
 width:800px; 
 height:247px;
}

#header_image {
 width: 100%;		
 height: 100%;
}

#navigation {
 padding: 5px;
}

#navigation a {
 margin-right: 1em;
 font-weight: bold;
 color: #505050;
}

#navigation a:hover {
 color: black;
}

#homebtn_div {
 position:absolute; 
 left:0px; 
 top:247px; 
 width:129px; 
 height:47px;
}

#homebtn {
 width: 100%;
 height: 100%;
 border: none;
}

#faqbtn_div {
 position:absolute; 
 left:129px; 
 top:247px; 
 width:104px; 
 height:47px;
}

#faqbtn {
 width: 100%;
 height: 100%;
 border: none;
}

#orderbtn_div {
 position:absolute; 
 left:461px; 
 top:247px; 
 width:165px; 
 height:47px;
}

#orderbtn {
 width: 100%;
 height: 100%;
 border: none;
}

#blogbtn_div {
 position:absolute; 
 left:233px; 
 top:247px; 
 width:228px; 
 height:47px;
}

#blogbtn {
 width: 100%;
 height: 100%;
 border: none;
}

#contact_div {
 position:absolute; 
 left:626px; 
 top:247px; 
 width:174px; 
 height:47px;
}

#contact {
 width: 100%;
 height: 100%;
 border: none;
}

.mobilealt {
 display: none;
}

.mobilealtmenu {
 display: none;
}

#content {
 padding-left: 25px;
 padding-right: 25px;
}

#example {
 position:relative; 
 left:214px; 
 width:310px;
}

#exampleimg {
 border: 3px solid black;
}


#footer {
 margin-top: 5em; 
 width: 800px;
 height:207px; 
 color: #808080;
 text-align: center;
}

#footer_image {
 width: 100%;
}

#footer_space {
 text-align:center; 
 background-image:url(images/footer.jpg); 
 width: 100%;
}

#items {
 margin-top: 2em;
 margin-left: 2em;
}

#categories {
 margin-top: 2em;
}

#notice {
 margin-top: 5px;
 margin-bottom: 5px;
 background-color: #dfffdf;
 padding: 8px;
}

#warning {
 margin-top: 5px;
 margin-bottom: 5px;
 background-color: #FFFEDF;
 padding: 8px;
}

#error {
 margin-top: 5px;
 margin-bottom: 5px;
 background-color: #ffdfdf;
 padding: 8px;
}

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

#welcome_message {
 margin-top: 1em;
 margin-bottom: 1em;
}

/* ************** ITEM LISTING ****************** */

.item_listing {
 margin-bottom: 2em;
 padding-bottom: 0.5em;
}

.item_listing_name a {
 font-size: 125%;
 font-weight: bold;
}

.item_listing_image {
 float: left;
 width: 90px;
 text-align: right;
 padding: 3px;
 padding-right: 10px;
}

.item_listing_info {
 float: left;
 width: 500px;
 text-align: left;
 margin-left: 0.5em;
}

.item_listing_price {
 margin-top: 1em;
}

.item_listing_add_to_cart {
 margin-top: 0.5em;
}

/* ************** ITEM PAGE ****************** */

#item {
 margin-top: 2em;
}

#item_images {
 float: left;
 width: 185px;
 text-align: center;
}

#item_big_image_container {
 width: 185px;
 height: 185px;
}

#item_info {
 float: left;
 padding-left: 1.5em;
 text-align: left;
 width: auto;
}

#item_name {
 font-size: 200%;
 font-weight: bold;
}

#item_price {
 margin-top: 0.5em;
}

#item_add_to_cart {
}

#item_description {
}

/* ************** FULL SIZE IMAGE PAGE ****************** */

#full_size_image_page_body {
 margin: 10px;
 text-align: center;
}

#full_size_image_item_name {
 text-align: center;
 padding: 3px;
 font-weight: bold;
 font-size: 110%;
}

#close_window_link {
 text-align: right;
}

#full_size_image_container {
 width: 640px;
 height: 480px;
 text-align: center;
 vertical-align: center;
 padding: 5px;
 border: 1px dotted #dddddd;
}

#thumbnails_container {
  margin-top: 10px;
	padding: 5px;
	text-align: center;
}

/* ************** CATEGORY LISTING ****************** */

.category_listing {
}

.category_listing_name {
}

.category_listing_description {
}

/* ************** CATEGORY PAGE ****************** */

#category {
}

#category_description {
}

/* ************** SHOPPING CART ****************** */

#cart {
 margin-bottom: 1em;
}

#cart table {
 padding: 2px;
 width: 250px;
}

#cart th {
	background-color: #dfdfdf;
	font-size: 12px;
	padding: 4px;
	text-align: center;
}

#cart td {
 font-size: 12px;
 padding: 7px;
}

#cart_update_button {
 margin: 1em;
}

/* ************** CHECKOUT ****************** */

#customer_info {
 padding: 10px;
}

#shopping_cart {
 margin-top: 2em;
 padding: 10px;
}

#payment_method {
 margin-top: 2em;
 padding: 10px;
}

#discount_code {
 margin-top: 2em;
 padding: 10px;
}

.new_or_existing_customer {
 margin-bottom: 2em;
}

/* ************** DOWNLOAD PAGE ****************** */

#download_page_order_info {
}

#download_page_note {
}

#download_page_downlaods {
}

.download_page_item {
 margin-bottom: 0.5em;
 border-bottom: 1px dotted #dfdfdf;
}

.download_page_item_name {
 font-size: 110%;
 font-weight: bold;
}

.download_page_item_description {
 color: #505050;
}

.download_page_item ul {
 margin-top: 0.5em;
}

.download_page_item li {
 background-color: #f0f0f0;
 padding: 2px;
 margin-bottom: 2px;
}

#info_logged {
 margin-top: 3em;
 font-size: 85%;
 color: #404040;
}

/* ************** ORDER PAGE ****************** */

#order_info {
}

#order_status {
}

/* ************** FORM STUFF ****************** */

legend {
 font-weight: bold;
}

fieldset {
 margin-bottom: 5px;
 padding: 15px;
 border: 1px solid #aaaaaa;
}

label {
	display: block;
	width: 125px;
	float: left;
	margin-bottom: 1em;
	color: #000040;
	text-align: right;
	padding-right: 0.5em;
}

.form_field {
 float: left;
}

.form_field_desc {
 font-size: 90%;
 color: #404040;
 margin-bottom: 1em;
}

.errorExplanation {
 padding: 1em;
 margin-bottom: 1.5em;
 background-color: #ffdddd;
 border: 1px dotted red;
 color: red;
}

.errorExplanation h4 {
 margin-top: 0em;
}

br {
 clear: left;
}