/* @group layout */
html,body {
	margin: 0;
	padding: 0;
	}
body {
	font-size: 62.5%;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	}
img {
	border: none;
	}
form style {
	margin-top: 0;
	margin-bottom: 0;
	}
/* @end */

/* @group content */
div#container {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.2em;
	color: #333333;
	}
div#content {
	float: right;
	width: 560px;
	}
#content p {
	line-height: 1.5;
	margin: 0 5px 12px 12px;
	text-align: justify;
	}
#content a {
	color: #005596;
	text-decoration: none;
	border-bottom: 1px dotted #B5CFE3;
	}
#content a:hover {
	color: #962700;
	}
h1, h2, h3, h4, h5, h6, ul {
	margin: 0 5px 12px 12px;
	}
	
h1 {
	color: #808080;
	}
h2 {
	font-size: 120%;
	color: #0F6679;
	}
h3 {
	color: #A8A382;
	}
#content h4 {
	margin-bottom: 0;
	color: #960033;
	font-style: italic;
	font-weight: normal;
	text-decoration: underline;
	}
.red {
	color: #f30;
	}
#display {
	margin: 0 0 10px 10px;
	}
#display td img {
	width: 175px;
	height: 125px;
	border: 1px solid #dddddd;
	}
	
.right_img {
	float: right;
	clear: right;
	margin: 0 0 5px 10px;
	padding: 1px;
	border: 1px solid #dddddd;
	}
	
.right_img a {
	border: none;
	}
	
#content ul {
	list-style-type: square;
	margin: 15px 55px;
	padding: 0;
	}
.right {
	float: right;
	margin: 0;
	padding: 0;
	width: 175px;
	}
	
#left {
	float: left;
	margin: 10px 0 0 50px;
	}
	
.left_img {
	margin: 5px 10px 10px 20px;
	padding: 1px;
	border: 1px solid #dddddd;
	}
	
#right {
	float: right;
	margin: 10px 50px 0 0;
	}
	
#content a img {
	border-bottom: none;
	}
#pages {
	float: right;
	margin: 0 10px 0 0;
	}
#pages_bottom {
	float: right;
	margin: 0 10px 10px 0;
	}
	
/* @end */

/* @group header */
div#header {
	margin: 0;
	margin-bottom: 10px;
	padding: 10px 0;
	border-bottom: 1px solid #cccccc;
	}
#header .logo {
	width: 200px;
	cursor: pointer;
	}
.number {
	float: right;
	margin: 65px 10px 0 0 !important;
	margin: 65px 5px 0 0;
	font-weight: bold;
	font-size: 140%;
	}
/* @end */

/* @group nav */
div#nav {
	float: left;
	width: 200px;
	}
#buttons {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	}
#subnav {
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	}
#nav li {
	display: inline;
	margin: 0;
	padding: 0;
	}
#nav a, #nav a:link, #nav a:visited {
	display: block;
	margin: 0;
	color: #666666;
	padding: 8px 10px;
	border-top: 3px solid #ffffff;
	background: #eeeeee;
	text-decoration: none;
	}
#nav a:hover {
	color: #ffffff;
	background: #04A697;
	}
	
.tagline {
	width: 200px;
	float: left;
	margin: 10px 0;
	padding: 0;
	font-size: 140%;
	color: #00A994;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	}
	
div#callout {
	float: left;
	clear: left;
	width: 200px;
	margin: 10px 0;
	color: #806B40;
	background: #E6DECF;
	}
#callout img {
	margin: 10px 30px;
	}
#callout h4 {
	margin: 0 10px 5px;
	}
#callout p {
	margin: 0 10px 10px;
	font-style: italic;
	font-family: Times New Roman, Times, serif;
	}
#callout a {
	color: #BF6430;
	text-decoration: none;
	}
#callout a:hover {
	text-decoration: underline;
	}
/* @end */

/* @group footer */
div#footer {
	clear: both;
	width: 100%;
	border-top: 1px solid #cccccc;
	background: #eeeeee;
	color: #aaaaaa;
	}
div#footer p {
	margin: 0;
	padding: 5px 10px;
	font-size: 100%;
	}
	
div#footer strong {
	color: #737373;
}
	
div#footer a {
	color: #aaaaaa;
	border-bottom: #aaaaaa 1px dotted;
	text-decoration: none;
}
div#footer a:hover {
	color: #fff;
	border-bottom: #aaaaaa 1px dotted;
	text-decoration: none;
}
/* @end */

/* @group add-ons */
#opt_in, #opt_in p  {
	text-align: center;
	}
#opt_in input {
	padding: 2px 4px;
	border: 1px solid #E7EBFF;
	border-top-color: #C3CCFF;
	border-left-color: #C3CCFF;
	border-right: 0;
	color: #888888;
	font-size: 90%;
	}
#opt_in .button, .button {
	padding: 1px 2px;
	border: 1px solid #D0D3E6;
	border-top-color: #C3CCFF;
	border-left: 0;
	color: #6D7297;
	background-color: #D0D3E6;
	cursor: pointer;
	}
#contact {
	margin: 15px;
	}
#contact input, textarea, select {
	border: 1px solid;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	border-bottom-color: #eeeeee;
	border-right-color: #eeeeee;
	}
#contact input {
	padding: 2px 4px;
	color: #777777;
	}
	
.btn {
	padding: 5px;
	border: 1px solid #D0D3E6;
	border-top-color: #C3CCFF;
	border-left: 0;
	color: #6D7297;
	background-color: #D0D3E6;
	cursor: pointer;
	width: 85px;
	}
	
.image_description {
	float: right;
	margin: 0 20px 0 0;
	font-size: 80%;
	}
/* @end */

/* @group store */

#cart_table {
	margin: 0 0 0 5px;
	padding: 5px;
	}
	
#cart_table hr {
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #CCCCCC;
	}
	
.btn {
	margin: 0;
	padding: 5px;
	border: 1px solid #D0D3E6;
	border-top-color: #C3CCFF;
	border-left: 0;
	color: #6D7297;
	background-color: #D0D3E6;
	cursor: pointer;
	}
		
#shipping_info {
	margin: 0 0 0 5px;
	padding: 5px;
	}

	/* @end */
