/* ------ START: Global Reset ------ */
* {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin: 0px;
}
li, dd, blockquote {
	margin-left: 5%;
}
fieldset {
	padding: .5em; 
}

p, h1, h2, h3, h4, h5, h6, ul, ol {
	margin-bottom: 1em;
}
/* ------ END: Global Reset ------ */

BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	background-color: #D3DDEE;
}

/* links */
a {
    outline: none;
}

A:link    { text-decoration:underline; color: #FE8804; }
A:visited { text-decoration:underline; color: #FE8804; }
A:active  { text-decoration:underline; color: #FE8804; }
A:hover   { text-decoration:underline; color: #da7809; }
/* links */

/* start div tag declarations */

ol.bignumbers li {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	color: #FF8A09;
	font-size: 1.7em;
	font-weight: bold;
}

ol.bignumbers p {
	color: #414544;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
}

.buttons {
	text-align: center;
	padding: 3px 0px;  /* Fixes top and bottom border hiding in IE6 */
	width: 100px;
	border: 1px solid #FF8700;
	background: #D4DDEE;
}

.buttons input,
.buttons a {
	padding: 2px 5px;
	color: #414544;
	text-decoration: none;
}

.buttons a {
	padding: 3px 5px;
}

.buttons input:hover,
.buttons a:hover {
	color: #414544;
}

.cartbutton {
	text-align: center;
	padding: 3px 0px;  /* Fixes top and bottom border hiding in IE6 */
	width: 95%;
	border: 1px solid #454545;
	background: #FF8700;
	margin: 5px 0;
}

.cartbutton a,
.cartbutton a:visited {
	padding: 2px 5px;
	color: #333;
	text-decoration: none;
}

.cartbutton a {
	padding: 3px 5px;
}

.cartbutton a:hover {
	color: #fff;
}

.checkbox {
	border: 0px;
}


.checkout {
	width: 100%;
	margin-bottom: 20px;
}

.checkout th {
	background: #D4DDEE;
	font-size: 1.3em;
	font-weight: normal;
	color: #000000;
	padding: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;	
	border-right: 1px solid #97A2C9;
	border-bottom: 1px solid #97A2C9;
}

.checkout td {
	text-align: center;
}

.checkout td.name {
	text-align: left;
}

.clear {
	clear: both;
}

#details li {
	float: left;
	width: 50%;
	list-style-type: none;
	margin: 0;
}

#details .addtocart {
	width: 100px;
	background: #D4DDEE;
	border: 1px solid #FF8700;
	color: #414544;
	margin: 0 auto;
	padding: 3px;
}

#details p {
	margin: 1em 0;
}

#details img {
	border: 1px solid #96A2CA;
	float: right;
	margin: 0 10px;
}

.emphasis {
	font-weight: 700;
}

h1 {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	font-size: 1.4em;
	border-bottom: 1px solid #FF8700;
	font-weight: bold;
	color: #454545;
}

h2 {
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
	color: #7C8AB1;
	line-height: 1.2em;
}

h3 {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #000000;
}

h4 {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	font-size: 1.2em;
	border-bottom: 1px solid #FF8700;
	font-weight: bold;
	color: #454545;
	margin-top: 20px;
}

h5 {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	color: #454545;
	margin-top: 20px;
}

#header {
	width: 750px;
	height: 243px;
	margin-bottom: 20px;
} 

.featurebox {
	width: 550px;
	background: #D4DDEE;
	border: 1px solid #96A2CA;
	padding: 10px;
	color: #414544;
}

.featurelink {
	width: 50%;
	background: #D4DDEE;
	border: 1px solid #96A2CA;
	padding: 10px;
	color: #414544;
	margin: 10px auto;
	text-align: center;
	font-size: 1.3em;
}

.featurelink a {
	color: #414544;
	text-decoration: none;
}

#footer {
	width: 750px;
	clear: both;
	font-size: 0.8em;
	color: #666666;
	text-align: center;
	border-top: 1px solid #D2DEEE;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

#footer p {
	margin-top: 1em;
	margin-bottom: 0;
}

#footer a.radar, #footer .radar {
	color: #666666;
	text-decoration: none;
}

#footer a.radar:hover {
	color: #666666;
	text-decoration: underline;
}

#footer a.footerlinks, #footer .footerlinks {
	color: #666666;
	text-decoration: none;
}

#footer a.footerlinks:hover {
	color: #666666;
	text-decoration: underline;
}

.form_btn {
	clear: both;
	text-align: center;
}

.form_error {
	color: #8D8D8D;
	text-align: center;
	padding: 3px;
}

#form_reg {
	position: relative;
	display: block;
	width: auto;
	margin: 0 auto;
	padding: 10px;
}

.form_fields {
	clear: both;
}

.form_fields label {
	display: inline-block;
	width: 100px;
	padding-right: 10px;
}

.form_input {
	width: 260px;
	border: 1px solid #96A2CA;
	padding: 1px;
}

* * body .form_input {
	width: 257px;
}

.form_textarea {
	width: 260px;
	height: 10em;
	border: 1px solid #96A2CA;
}

.form_required {
	color: #8D8D8D;
	font-weight: bold;
}

.form_submit {
	background: #D4DDEE;
	border: 1px solid #96A2CA;
	padding: 3px;
	color: #414544;
	margin: 10px auto;
}

#leftcolumn {
	float: left;
	width: 160px;
	margin-bottom: 20px;
}

#menu {
	position: relative;
	width: 160px;
	height: 270px;
}

#menu a {
	display: block;
	width: 160px;
	height: 30px;
	background: url("../images/menu.png") no-repeat;
	text-indent: -3000px;
}

a#menu_01 { background-position: 0px 0px; }
a#menu_01:hover { background-position: -160px 0px; }

a#menu_02 { background-position: 0px -30px; }
a#menu_02:hover { background-position: -160px -30px; }

a#menu_03 { background-position: 0px -60px; }
a#menu_03:hover { background-position: -160px -60px; }

a#menu_04 { background-position: 0px -90px; }
a#menu_04:hover { background-position: -160px -90px; }

a#menu_05 { background-position: 0px -120px; }
a#menu_05:hover { background-position: -160px -120px; }

a#menu_06 { background-position: 0px -150px; }
a#menu_06:hover { background-position: -160px -150px; }

a#menu_07 { background-position: 0px -180px; }
a#menu_07:hover { background-position: -160px -180px; }

a#menu_08 { background-position: 0px -210px; }
a#menu_08:hover { background-position: -160px -210px; }

a#menu_09 { background-position: 0px -240px; }
a#menu_09:hover { background-position: -160px -240px; }

.pointer {
	cursor: pointer;	
}

.required {
	color:#DF2A00;
	font-weight:700;
}

#rightcolumn {
	width: 570px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}

.results {
	width: 100%;
	border-top: 1px solid #97A2C9;
	border-left: 1px solid #97A2C9;
	border-bottom: 1px solid #97A2C9;
}

.results th {
	background: #D4DDEE;
	font-size: 1.3em;
	font-weight: normal;
	color: #000000;
	padding: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;	
	border-right: 1px solid #97A2C9;
	border-bottom: 1px solid #97A2C9;
	
}

.results .row1 {
	background: #e5e8ee;
}

.results .row2 {
	background: #FFFFFF;
}

.results .addtocart input,
.results .addtocart button {
	width: 100px;
	background: #D4DDEE;
	border: 1px solid #FF8700;
	color: #414544;
	margin: 0 auto;	
}

.results td.addtocart   {
	text-align: center;
}

.results td {
	padding: 5px;
	border-right: 1px solid #97A2C9;
}

.results tr.item_totals td {
	border: 0;
}

#search input {
	width: 100%;
	border: 1px solid #97A2C9;
	margin: 10px 0;
	padding: 1px;
}

#search select {
	width: 100%;
}

#search .submit {
	width: 100%;
	background: #D4DDEE;
	border: 1px solid #96A2CA;
	padding: 3px;
	color: #414544;
	margin: 10px auto;
}

.subcategory_list {
	list-style-type: none;
}

.subcategory_list li {
	margin: 5px 0;
	text-align: center;
}

.submitbutton {
	color: #ffffff;
	background-color: #FF8A06;
	border: 1px solid #96A2CA;
}

#wrapper {
	width: 750px;
	margin: 0px auto;
	padding: 0px 20px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}