/* ----------------------------------------------------
                IMPORTANT NOTICE!  
 		COPYRIGHT (C) INDISTRIBUTORS 2010. 
ALL APPLICABLE RIGHTS RESERVED UNLESS OTHERWISE STATED.
		  PLEASE FORWARD ANY QUERIES TO: 
		    support@indistributors.com
			  
		last modified: 27 JANUARY 2011
----------------------------------------------------- */

@font-face {
	font-family: Hobo;
	src: url(Hobo.ttf);
}


/* CUSTOMER'S MENU NAVIGATION */

ul#cust-navi {
	margin: 0 110px 40px 0;
	text-transform: uppercase;
	float: right;
}

ul#cust-navi li, ul#cust-navi li a {
	margin: 0 4px;
	_margin: 0 2px;
	font-size: 1.12em;
	font-weight: normal;
	_font-weight: heavy;
	font-style: italic;
	font-family: Hobo, "Trebuchet MS";
	text-shadow: 1px 1px 2px #666;
	letter-spacing: 0.1em;
	
}

li#cust-navi_orders a, li#cust-navi_info a {
	color: #222;
}

li#cust-navi_orders a:hover, li#cust-navi_info a:hover {
	color: #fff000;
}

li#cust-navi_orders_at a, li#cust-navi_info_at a {
	color: #666;	
}

/* END CUSTOMER'S MENU NAVIGATION */


/* return.php */

.paypal-title, .paypal-output {
	font-family: Hobo, "Trebuchet MS";
	text-shadow: 2px 2px 2px #fff;
	letter-spacing: 1px;
	font-weight: normal;
}

.paypal-title {
	margin: 25px 0 0 0;
	color: #000;
	font-size: 1.5em;
	text-transform: uppercase;	
}

.paypal-output {
	margin: 25px 0 0 0;
	color: green;
	font-size: 1em;
	text-transform: uppercase;	
}

/* end return.php */


#show-general,#show-atom,#show-imu6,#show-bnh {
	cursor: pointer;
}

/*##########################################
Script: Niceforms 2.0
Theme: StandardBlue
Author: Lucian Slatineanu
URL: http://www.emblematiq.com/
##########################################*/


div#survey-more fieldset {
	background:#f1d77b; 
	opacity: 0.8;
	padding:10px; 
	margin: 0 auto; width:600px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	}
div#survey-more input, div#survey-more textarea, div#survey-more select {
	font:12px/12px Arial, Helvetica, sans-serif; 
	padding:0;
	}
div#survey-more fieldset.action {
	background:#9da2a6; 
	border-color:#e5e5e5 #797c80 #797c80 #e5e5e5; 
	margin-top:-20px;
	}
div#survey-more legend {
	background:#bfbf30; 
	color:#333; 
	font:15px/21px Hobo, "Trebuchet MS"; 
	padding:0 10px; 
	margin:0px 0 0 -11px; 
	text-align: left;
	text-shadow: 1px 1px 1px #fff;
	letter-spacing: 1px;
	font-weight: normal;
	border:1px solid #fff; 
	border-color:#e5e5c3 #505014 #505014 #e5e5c3;
	border-radius: 15px;
	-moz-border-radius: 6px;
	}
div#survey-more label {
	font-size:11px; 
	color:#111;
	text-transform: uppercase;
	}
div#survey-more label.opt {
	font-weight:normal;
	}
div#survey-more dl {
	clear:both;
	}
div#survey-more dt {
	float:left; 
	text-align:right; 
	width:100px; 
	line-height:15px; 
	margin:0 10px 10px 0;
	}
div#survey-more dd {
	float:left; 
	width:475px; 
	line-height:25px; 
	margin:0 0 10px 0;
	}

/*Text inputs*/
.NFText {border:none; vertical-align:middle; font:12px/15px Arial, Helvetica, sans-serif; background:none;}
.NFTextCenter {height:15px; background:url(../_images/img/input.png) repeat-x 0 0; padding:3px 0; margin:0; float:left; line-height:15px;}
.NFTextLeft, .NFTextRight {width:7px; height:21px; vertical-align:middle; float:left;}
.NFTextLeft {background:url(../_images/img/input-left.png) no-repeat 0 0;}
.NFTextRight {background:url(../_images/img/input-right.png) no-repeat 0 0;}
/*Radio*/
.NFRadio {cursor:pointer; position:absolute; display:block; width:13px; height:13px; border:1px solid transparent; background:url(../_images/img/radio.png) no-repeat 0 0; z-index:2;}
/*Checkbox*/
.NFCheck {cursor:pointer; position:absolute; width:12px; height:12px; border:1px solid transparent; background:url(../_images/img/checkbox.png) no-repeat 0 0; z-index:2;}
/*Buttons*/
.NFButton {width:auto; height:26px; color:#fff; padding:0 2px; background:url(../_images/img/button.png) repeat-x 0 0; cursor:pointer; border:none; font:10px/26px Tahoma, Arial, Helvetica, sans-serif; font-weight:bold; text-transform:uppercase; letter-spacing:1px; vertical-align:middle;}
.NFButtonLeft, .NFButtonRight {width:6px; height:26px; vertical-align:middle;}
.NFButtonLeft {background:url(../_images/img/button-left.png) no-repeat 0 0;}
.NFButtonRight {background:url(../_images/img/button-right.png) no-repeat 0 0;}
/*Textareas*/
.NFTextarea {border:none; background:none; font:12px/12px Arial, Helvetica, sans-serif; margin:0;}
.NFTextareaTop, .NFTextareaBottom {height:5px; clear:both; float:none; padding-right:10px;}
.NFTextareaTop {background:url(../_images/img/textarea-tr.png) no-repeat 100% 0;}
.NFTextareaBottom {background:url(../_images/img/textarea-br.png) no-repeat 100% 0; margin-bottom:5px;}
.NFTextareaTopLeft, .NFTextareaBottomLeft {width:5px; height:5px;}
.NFTextareaTopLeft {background:#f2f2e6 url(../_images/img/textarea-tl.png) no-repeat 0 0;}
.NFTextareaBottomLeft {background:#f2f2e6 url(../_images/img/textarea-bl.png) no-repeat 0 0;}
.NFTextareaLeft, .NFTextareaRight, .NFTextareaLeftH, .NFTextareaRightH {float:left; padding-bottom:5px;}
.NFTextareaLeft, .NFTextareaLeftH {width:5px;}
.NFTextareaLeft {background:url(../_images/img/textarea-l-off.png) repeat-y 0 0;}
.NFTextareaLeftH {background:url(../_images/img/textarea-l-over.png) repeat-y 0 0;}
.NFTextareaRight, .NFTextareaRightH {padding-right:5px; padding-bottom:0;}
.NFTextareaRight {background:url(../_images/img/textarea-r-off.png) repeat-y 100% 0;}
.NFTextareaRightH {background:url(../_images/img/textarea-r-over.png) repeat-y 100% 100%;}
/*Files*/
.NFFileButton {padding-bottom:0; vertical-align:bottom; cursor:pointer; background:url(../_images/img/file.png) no-repeat 0 0; width:60px; height:21px;}
.NFFile {position:relative; margin-bottom:5px;}
.NFFile input.NFhidden {position:relative; filter:alpha(opacity=0); opacity:0; z-index:2; cursor:pointer; text-align:left;}
.NFFileNew {position:absolute; top:0px; left:0px; z-index:1;}
/*Selects*/
.NFSelect {height:21px; position:absolute; border:1px solid transparent;}
.NFSelectLeft {float:left; width:3px; height:21px; background:url(../_images/img/select-left.png) no-repeat 0 0; vertical-align:middle;}
.NFSelectRight {height:21px; width:auto; background:url(../_images/img/select-right.png) no-repeat 100% 0; cursor:pointer; font:12px/21px Arial, Helvetica, sans-serif; color:#fff; padding-left:3px; margin-left:3px;}
.NFSelectTarget {position:absolute; background:none; margin-left:-13px; margin-top:18px; z-index:3; left:0; top:0; padding-bottom:13px;}
.NFSelectOptions {position:relative; background:#707175; margin-left:16px; margin-top:0; list-style:none; padding:4px 0; color:#fff; font:11px/13px Arial, Helvetica, sans-serif; z-index:4; max-height:200px; overflow-y:auto; overflow-x:hidden; left:0; top:0;}
.NFSelectOptions li {padding-bottom:1px;}
.NFSelectOptions a {display:block; text-decoration:none; color:#fff; padding:2px 3px; background:none;}
.NFSelectOptions a.NFOptionActive {background:#464646;}
.NFSelectOptions a:hover {background:#333;}
/*Multiple Selects*/
.NFMultiSelect {border:0; background:none; margin:0;}
.NFMultiSelectTop, .NFMultiSelectBottom {height:5px; clear:both; float:none; padding-right:10px;}
.NFMultiSelectTop {background:url(../_images/img/textarea-tr.png) no-repeat 100% 0;}
.NFMultiSelectBottom {background:url(../_images/img/textarea-br.png) no-repeat 100% 0; margin-bottom:5px;}
.NFMultiSelectTopLeft, .NFMultiSelectBottomLeft {width:5px; height:5px;}
.NFMultiSelectTopLeft {background:#f2f2e6 url(../_images/img/textarea-tl.png) no-repeat 0 0;}
.NFMultiSelectBottomLeft {background:#f2f2e6 url(../_images/img/textarea-bl.png) no-repeat 0 0;}
.NFMultiSelectLeft, .NFMultiSelectRight, .NFMultiSelectLeftH, .NFMultiSelectRightH {float:left; padding-bottom:5px;}
.NFMultiSelectLeft, .NFMultiSelectLeftH {width:5px;}
.NFMultiSelectLeft {background:url(../_images/img/textarea-l-off.png) repeat-y 0 0;}
.NFMultiSelectLeftH {background:url(../_images/img/textarea-l-over.png) repeat-y 0 0;}
.NFMultiSelectRight, .NFMultiSelectRightH {padding-right:5px; padding-bottom:0;}
.NFMultiSelectRight {background:url(../_images/img/textarea-r-off.png) repeat-y 100% 0;}
.NFMultiSelectRightH {background:url(../_images/img/textarea-r-over.png) repeat-y 100% 0;}

/*Focused*/
.NFfocused {border:1px dotted #666;}
/*Hovered*/
.NFh {background-position:0 100%;}
.NFhr {background-position:100% 100%;}
/*Hidden*/
.NFhidden {opacity:0; z-index:-1; position:relative;}
/*Safari*/
select, input, textarea, button {outline:none; resize:none;}


/* -------------------------
   .a nice tooltip titles 
------------------------- */
#nicetitlecontainer {
	border: 0.3em solid #714d35;
	color:#e3cbad;
	background-color: #ad7e5e;
}
div.nicetitle {
	left: 0;
	padding: 0.6em 0.8em;
	position: absolute;
	top: 0;
	text-align:left;
	/* width: 25em; */
	z-index: 100;
	width: auto;
	height: auto;
}	
div.nicetitle p {
	
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Trebuchet MS", sans-serif;
}
div.nicetitle p.destination {
	margin-top: -0.35em;
	font-size: 0.9em;
	font-weight: normal;
	font-family: "Times New Roman", Georgia, serif;
	text-align: left;
	color: #000;
	background-color: inherit;
	display: none;
}

/* --------------------
   1. DEFAULT STYLES
-------------------- */
* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
html, body {
	height:100%;
}
body {
	font-size: 62.5%;
	line-height: 1.8em; /* tiny = line-height: 1.55em; 1.7em; */
	text-align: center;
	color: #111111;
	background: #c59261 url(../_images/bg-tile.gif) repeat;
}
.hide, hr {
	display: none
}
img, fieldset {
	border: 0;
}

div#wrapper {
	width: 1020px;
	margin: auto;
	text-align: left;
	background: transparent;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Hobo, "Trebuchet MS";
	text-shadow: 2px 2px 2px #fff;
	letter-spacing: 1px;
	font-weight: normal;
}


/* -------------------
   2. LAYOUT STYLES
------------------- */


/*--- SURVEY ---*/

div#survey {
	height: 170px;
	width: 900px;
	margin: 0 auto 0 auto;
	text-align: center;
	background: transparent url(../_images/bg-survey.gif) no-repeat 0 0;
}
div#survey-more {
	width: 900px;
	margin: 0 auto 0 auto;
	padding-bottom: 30px;
	text-align: center;
	background: transparent url(../_images/bg-survey.gif) repeat-y 0 0;
	overflow: auto;
}
div#survey p {
	width: 460px;
	_width: 470px;
	margin: 0 180px 0 auto;
	padding: 30px 0 0 0;
	text-align: justify;
	font-size: 1.5em;
	_font-size: 1.35em;
	font-style: normal;
	font-family: Hobo, "Trebuchet MS";
	text-shadow: 1px 1px 1px #eee;
	letter-spacing: 1px;
	font-weight: normal;
}
div#survey img {
	width: 100px;
	height: 100px;
	margin: 40px 0 0 140px;
	float: left;
}

ul#survey-tab {
	height: 25px;
	width: 900px;
	margin: 0 auto;
	list-style: none;

	text-align: center;
	background: #714e37 url(../_images/bg-login.gif) no-repeat 0 0;
}
ul#survey-tab li a {
	margin: 0 0 0 690px;
	height: 25px;
	width: 150px;
	text-indent: -9009px;
	display: block;
	background: transparent url(../_images/tab-survey.gif) no-repeat 0 -5px;
}
ul#survey-tab li a:hover {
	background: transparent url(../_images/tab-survey.gif) no-repeat 0 -35px;
}

/*--- /END SURVEY ---*/


/* LOGIN */

div#login {
	height: 75px;
	width: 900px;
	font-size: 8pt;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	color: #e3cbad;
	background: #714e37 url(../_images/bg-login.gif) no-repeat 0 0;
}

div#login a {
	color: #fff000;
	background-color: inherit;
}

div#login a:hover,div#login a:focus,div#login a:active {
	color: #fff;
	background-color: transparent;
}

form#customer-login-form {
	position: relative;
	padding: 25px 0 0 0;	
}

.text-box {
	padding: 1px;
	font-size: 10pt;
	border: 2px inset #ca9d74;
	background: #c79368;	
}

.text-box:focus {
	background: #e2b189;
}

.text-input,.text-input-small,.text-input-medium ,.text-input-large   {
	padding: 1px;
	font-size: 10pt;
	border: 2px inset #ca9d74;
	background: #c79368;	
}
.text-input:focus,.text-input-small:focus ,.text-input-medium:focus ,.text-input-large:focus  {background: #e2b189;}

.text-input {width: 150px;}
.text-input-small {width: 50px;}
.text-input-medium {width: 100px;}
.text-input-large {width: 250px;}

form#feedback-form label {
	font-size: 8pt;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	color: #000;
}

form#customer-order label {
	font-size: 8pt;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	color: #000;
}

label#customer-id, label#customer-pwd, label#customer-email {
	margin-right: 7px;
}
		
label#customer-pwd {
	margin-left: 14px;
}

input.button {
	width: auto;
	margin: 0 0 0 10px;
	padding: 3px;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	border: 1.3pt outset #ca9d74;
	cursor: pointer;
}

input.button {
	background: #9a6b34;
}

input.button:hover {
	background: #825116;
}

input.button:focus {
	background: #;
}

#customer-login-cancel, #customer-submit-cancel {
	background: #a38867;
}

#customer-login-cancel:hover, #customer-submit-cancel:hover {
	background: #a77d4b;
}

#customer-login-cancel:focus, #customer-submit-cancel:focus {
	background: #825116;
}


/* LOGIN FORGOTTEN */

div#login-forgotten {
	height: 150px;
	width: 900px;
	font-size: 8pt;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	color: #e3cbad;
	background: #714e37 url(../_images/bg-login-forgotten.gif) no-repeat 0 0;
}

div#login-forgotten a:link {
	color: #fff000;
	background-color: inherit;
}

div#login-forgotten a:hover,div#login-forgotten a:focus,div#login-forgotten a:active {
	color: #ded100;
	background-color: transparent;
}

form#customer-mailadd {
	position: relative;
	padding: 35px 0 0 0;	
}

p#thankyou-note {
	padding: 15px 0 0 0;
	color: #fff;	
}

label#customer-email {
	margin-right: 7px;
}


/* HEADER */

div#header {
	height: 160px;
	_height: 150px;
	width: 1020px;
	font-size: 8pt;
	margin: 0 auto;
	text-align: left;
	color: #e3cbad;
	background: transparent url(../_images/bg-header.gif) center;
}

h1#logo a {
	margin-top: 51px;
	margin-left: 120px;
	_margin-left: 60px;
	height: 96px;
	width: 352px;
	background: transparent url(../_images/logo.gif) no-repeat 0 0;
	text-indent: -9009px;
	float: left;
	display: block;
}

h1#logo a:hover {
	background: transparent url(../_images/logo.gif) no-repeat 0 -96px;
}

/* SIGN IN */

ul#sign-in {
	list-style: none;
	position: absolute;	
}
ul#sign-in li a {
	margin: 10px 0 0 720px;
	_margin-top: 9px;
	height: 25px;
	width: 150px;
	text-indent: -9009px;
	display: block;
	background: transparent url(../_images/tab-signin.gif) no-repeat 0 -5px;
}
ul#sign-in li a:hover {
	background: transparent url(../_images/tab-signin.gif) no-repeat 0 -35px;
}


/* NAVIGATION */

ul#navi {
	margin: 105px 120px 0 0;
	_margin-right: 80px;
	text-transform: uppercase;
	float: right;
}

ul#navi li, ul#navi li a {
	margin: 0 4px;
	_margin: 0 2px;
	display: inline;
	font-size: 1.12em;
	font-weight: normal;
	_font-weight: heavy;
	font-style: italic;
	font-family: Hobo, "Trebuchet MS";
	text-shadow: 1px 1px 2px #666;
	letter-spacing: 0.1em;
	
}

li#navi_welcome a, li#navi_about a, li#navi_contact a, li#navi_faq a, li#navi_blog a, li#navi_order a {
	color: #222;
}

li#navi_welcome a:hover, li#navi_about a:hover, li#navi_contact a:hover, li#navi_faq a:hover, li#navi_blog a:hover, li#navi_order a:hover {
	color: #fff000;
}

li#navi_welcome_at a, li#navi_about_at a, li#navi_contact_at a, li#navi_order_at a, li#navi_faq_at a, li#navi_blog_at a {
	color: #fff;	
}

#order-now a {
	margin: -80px -5px 0 0;
	_margin: -90px -5px 0 0;
	height: 125px;
	width: 127px;
	background: transparent url(../_images/badge.gif) no-repeat 0 0;
	float: right;
	text-indent: -9009px;
}	
#order-now a:hover {
	background: transparent url(../_images/badge.gif) no-repeat 0 -127px;
}

div#header-about {
	height: 170px;
	width: 900px;
	font-size: 8 pt;
	margin: 0 auto;
	text-align: left;
	color: #e3cbad;
	background: transparent url(../_images/bg-viewing.gif) no-repeat 0 0;
}

p#viewing-location-merch,p#viewing-location-merch-status {
	margin: 275px 0 0 120px;
	font-size: 1.2em;
	font-weight: normal;
	font-style: italic;
	font-family: Hobo, "Trebuchet MS";
	text-shadow: 1px 1px 2px #666;
	letter-spacing: 0.1em;
	float: left;
	display: inline;
}

p#viewing-location-merch-status {
	float: right;
}


p#viewing-location-merch a {
	color: #222;
	font: inherit;
}
p#viewing-location-merch a:hover {
	color: #fff000;
	font: inherit;
}

p#viewing-location,p#viewing-location-status {
	margin: 85px 0 0 60px;
	font-size: 1.2em;
	font-weight: normal;
	font-style: italic;
	font-family: Hobo, "Trebuchet MS";
	text-shadow: 1px 1px 2px #666;
	letter-spacing: 0.1em;
	float: left;
	display: inline;
}

p#viewing-location-status {
	float: right;
}

p#viewing-location a {
	color: #222;
	font: inherit;
}
p#viewing-location a:hover {
	color: #fff000;
	font: inherit;
}


/* ROTATING BANNER HEADER TOP */

div#preview-home {
	height: 375px;
	width: 1020px;
	font-size: 8 pt;
	margin: 0 auto;
	text-align: left;
	color: #e3cbad;
	background: transparent url(../_images/bg-home.gif) no-repeat 0 0;
}

div#preview-home-bnh {
	height: 360px;
	width: 1020px;
	font-size: 8 pt;
	margin: 0 auto;
	text-align: left;
	color: #e3cbad;
	background: transparent url(../_images/bg-home-bnh.gif) no-repeat 0 0;
}

div#preview-home-imu6 {
	height: 360px;
	width: 1020px;
	font-size: 8 pt;
	margin: 0 auto;
	text-align: left;
	color: #e3cbad;
	background: transparent url(../_images/bg-home-imu6.gif) no-repeat 0 0;
}

div#preview-home-atom {
	height: 360px;
	width: 1020px;
	font-size: 8 pt;
	margin: 0 auto;
	text-align: left;
	color: #e3cbad;
	background: transparent url(../_images/bg-home-atom.gif) no-repeat 0 0;
}

.home1, .home2, .home3 {
	height: 375px;
	width: 1020px;
	font-size: 8 pt;
	margin: 0 auto;
	text-align: left;
	color: #e3cbad;
}
.atom1, .atom2, .atom3,
.bnh1, .imu1 {
	height: 360px;
	width: 1020px;
	font-size: 8 pt;
	margin: 0 auto;
	text-align: left;
	color: #e3cbad;
}

.home1 {
	background: transparent url(../_images/bg-home1.gif) no-repeat 0 0;
}
.home2 {
	background: transparent url(../_images/bg-home2.gif) no-repeat 0 0;
}
.home3 {
	background: transparent url(../_images/bg-home3.gif) no-repeat 0 0;
}

.atom1 {
	background: transparent url(../_images/bg-atom1.gif) no-repeat 0 0;
}
.atom2 {
	background: transparent url(../_images/bg-atom2.gif) no-repeat 0 0;
}
.atom3 {
	background: transparent url(../_images/bg-atom3.gif) no-repeat 0 0;
}

.bnh1 {
	background: transparent url(../_images/bg-bnh1.gif) no-repeat 0 0;
}

.imu1 {
	background: transparent url(../_images/bg-imu1.gif) no-repeat 0 0;
}

/* MAIN */

div#main, div#main-home {
	margin: 0 auto;
	padding-bottom: 25px;
	height: 100%;
	width: 900px;
	font-size: 8 pt;
	text-align: left;
	color: #111;
	overflow: auto;
}
div#main {
	background: transparent url(../_images/bg-main.gif) repeat-y 0 0; 
}

ul#new-products {
	margin: 0 auto;
	width: 900px;
	height: 320px;
	position: relative;
	text-align: center;
}
ul#new-products li {
	list-style: none;
    display: inline;
}
ul#new-products li a {
	margin: 10px -2px -20px 30px;
	height: 320px;
	width: 260px;
	display: block;
	position: relative;
}
li#img-atom a {
	background: transparent url(../_images/merch-main-atom.gif) no-repeat 0 0;
	text-indent: -9009px;
	float: left;
}
li#img-atom a:hover {
	background: transparent url(../_images/merch-main-atom.gif) no-repeat 0 -320px;
}

li#img-bnh a {
	background: transparent url(../_images/merch-main-bnh.gif) no-repeat 0 0;
	text-indent: -9009px;
	float: left;
}
li#img-bnh a:hover {
	background: transparent url(../_images/merch-main-bnh.gif) no-repeat 0 -320px;
}

li#img-imu6 a {
	background: transparent url(../_images/merch-main-imu6.gif) no-repeat 0 0;
	text-indent: -9009px;
	float: left;
}
li#img-imu6 a:hover {
	background: transparent url(../_images/merch-main-imu6.gif) no-repeat 0 -320px;
}

div#main-home {
	background: transparent url(../_images/bg-main-home.gif) repeat-y 0 0; 
}

ul.normlist {
	margin: 15px 0 0 0;
	color: #555; 
	list-style: none;
	text-align: justify;
}

ul.normlist li {
	margin: 0 30px 0 30px;
	padding: 0 0 15px 5px;
	list-style: disc;
	font: normal 1.4em/1.8em  Arial, Helvetica, Geneva, sans-serif;
}

ul.normlist li strong {
	text-transform: uppercase;

	color: #333;
}

/* column home */

div#col {
	margin-left: 0;
	_margin-left: -30px;
	width: 900px;
	line-height: 2.7em;
	float: left;
}

div#col img {
	margin-left: 28px
}

div#col1, div#col1-atom, div#col1-bnh, div#col1-imu6  {
	margin-left: 60px;
	*padding-top: -20px;
	width: 480px;
	line-height: 2.7em;
	float: left;
	display: inline;
}

div#col1-cust-order  {
	margin-left: 15px;
	*padding-top: -20px;
	width: 560px;
	line-height: 2.7em;
	float: left;
	display: inline;
}

div#col1 img, div#col1-atom img, div#col1-bnh img, div#col1-imu6 img  {
	margin-top: 10px;
}

div#col2, div#col2-atom, div#col2-bnh, div#col2-imu6 {
	width: 240px;
	margin-top: -31px; /* revert to 43px */
	margin-left: 90px;
	line-height: 2.7em;
	float: left;
}

div#col2-cust-order {
	width: 240px;
	margin-top: -31px; /* revert to 43px */
	margin-left: 50px;
	line-height: 2.7em;
	float: left;
}

div#col2-atom ul, div#col2-bnh ul, div#col2-imu6 ul {
	margin-top: -15px;
	width: 240px;
	color: #255f04;
	font-size: 1.5em;
	line-height: 2.7em;
	list-style: square inside url('../_images/icon-tick.gif');
	position: relative;
}
div#col2-atom ul li, div#col2-bnh ul li, div#col2-imu6 ul li {
	padding: -25px 0 0 0;	
}

div#col1 p, div#col1-about p, div#col1-contact p, div#col1-order p,div#col1-shopping p,
div#col1-atom p, div#col1-bnh p, div#col1-imu6 p {
	font-size: 1.5em;
	text-align: justify;
}

div#col1-atom h2, div#col2-atom h2 {
	margin-top: -0.1em;
	padding-bottom: 0.6em;
	color: #232965;
	font-size: 2.7em;
	text-transform: uppercase;	
}
div#col1-atom h2 em {
	margin-top: -0.5em;
	margin-bottom: 1.0em;
	color: #67647a;
	font-size: 0.5em;	
	font-weight: inherit;
	position: absolute;
	*position: relative;
	font-family: Hobo;
}
div#col1-atom h3, div#col2-atom h3 {
	margin: 25px 0 0 0;
	color: #232965;
	font-size: 1.4em;
	text-transform: uppercase;	
}

div#col1-bnh h2, div#col2-bnh h2 {
	margin-top: -0.1em;
	padding-bottom: 0.6em;
	color: #aa492b;
	font-size: 2.7em;
	text-transform: uppercase;	
}
div#col1-bnh h2 em {
	margin-top: -0.5em;
	margin-bottom: 1.0em;
	color: #c66b4f;
	font-size: 0.5em;	
	font-weight: inherit;
	position: absolute;
	*position: relative;
	font-family: Hobo;
}
div#col1-bnh h3, div#col2-bnh h3 {
	margin: 25px 0 0 0;
	color: #aa492b;
	font-size: 1.4em;
	text-transform: uppercase;	
}

div#col1-imu6 h2, div#col2-imu6 h2 {
	margin-top: -0.1em;
	padding-bottom: 0.6em;
	color: #425e28;
	font-size: 2.7em;
	text-transform: uppercase;	
}
div#col1-imu6 h2 em {
	margin-top: -0.5em;
	margin-bottom: 1.0em;
	color: #6d924b;
	font-size: 0.5em;	
	font-weight: inherit;
	position: absolute;
	*position: relative;
	font-family: Hobo;
}
div#col1-imu6 h3, div#col2-imu6 h3 {
	margin: 25px 0 0 0;
	color: #425e28;
	font-size: 1.4em;
	text-transform: uppercase;	
}

h4#merch-imu6 a {
	width: 240px;
	height: 200px;
	background: transparent url(../_images/merch-imu6.gif) no-repeat 0 0;
	text-indent: -9009px;
	display: block;
}
h4#merch-imu6 a:hover {
	background: transparent url(../_images/merch-imu6.gif) no-repeat 0 -200px;
}

h4#merch-bnh a {
	width: 240px;
	height: 200px;
	background: transparent url(../_images/merch-bnh.gif) no-repeat 0 0;
	text-indent: -9009px;
	display: block;
}
h4#merch-bnh a:hover {
	background: transparent url(../_images/merch-bnh.gif) no-repeat 0 -200px;
}

h4#merch-atom a {
	width: 240px;
	height: 200px;
	background: transparent url(../_images/merch-atom.gif) no-repeat 0 0;
	text-indent: -9009px;
	display: block;
}
h4#merch-atom a:hover {
	background: transparent url(../_images/merch-atom.gif) no-repeat 0 -200px;
}

/* column1 faqs*/


div#col1 ul {
	margin: 20px 0 0 0;
	padding: 20px;
	list-style: circle;
	text-align: left;
	font-size: 1.4em;
	background: #f0e0cf;
	border-radius: 15px;
	-moz-border-radius: 15px;
}
div#col1 ul li, em.faq-answer {
	margin: 0 0 20px 15px;
	padding: 10px;
	line-height: 1.5em;
	font-style: italic;
	color: #333;
}
div#col1 ul a {
	color: #232965;
	font-family: Hobo;
	text-shadow: 1px 1px 1px #fff;
	letter-spacing: 1px;
	line-height: 1.0em;
}
div#col1 ul a:hover {
	color: #000;
	text-shadow: 1px 1px 1px #fff;
	cursor:pointer;
}

div#col1 h2, div#col2 h2,div#col1-cust-order h2, div#col2-cust-order h2 {
	margin-top: -0.1em;
	padding-bottom: 0.6em;
	color: #d21807;
	font-size: 2.7em;
	text-transform: uppercase;	
}
div#col1 h2 em {
	margin-top: -0.5em;
	margin-bottom: 1.0em;
	color: #cd5536;
	font-size: 0.5em;
	font-weight: inherit;
	font-family: Hobo;
	position: absolute;
	*position: relative;
}

div#col1 h3, div#col2 h3,div#col1-cust-order h3, div#col2-cust-order h3 {
	margin: 25px 0 0 0;
	color: #d21807;
	font-size: 1.5em;
	text-transform: uppercase;	
}

/* about */

div#col1-about {
	margin-left: 60px;
	width: 480px;
	line-height: 2.7em;
	float: left;
	display: inline;
}

div#col2-about {
	width: 240px;
	margin-top: 43px;
	margin-left: 90px;
	line-height: 2.7em;
	float: left;
	display: inline;
}

div#col1-about h2, div#col2-about h2 {
	margin-top: -0.1em;
	padding-bottom: 0.6em;
	color: #d21807;
	font-size: 2.7em;
	text-transform: uppercase;	
}
div#col1-about h2 em {
	margin-top: -0.5em;
	margin-bottom: 1.0em;
	color: #cd5536;
	font-size: 0.5em;
	font-weight: inherit;
	font-family: Hobo;
	position: absolute;
	*position: relative;
}
div#col1-about h3, div#col2-about h3 {
	margin: 25px 0 0 0;
	color: #d21807;
	font-size: 1.5em;
	text-transform: uppercase;	
}

/* contact */

dd.namecard {
	margin-bottom: -10px;
}

.namecard {
	font-size: 8pt;
	margin: 0 auto;
	text-align: left;
	text-transform: uppercase;
	color: #c79368;
}
.namecard-fill {
	font-size: 10pt;
	margin: 0 auto;
	text-align: left;
	color: #000;
}




form#converter {
	margin: 10px 0 0 0;
	text-align: center;	
}

form#converter select {
	width: 240px;
	padding: 2px;
	font-size: 1.3em;
	text-transform: uppercase;
	color: #fff;
	border: 2px inset #fff;
	background: #a9a1af;
}

form#converter .button {
	color: #fff;
	padding: 5px;
	margin-top: 10px;
	border: 1.3pt outset #fff;
	cursor: pointer;
	background: #7fbf27 url(../_images/.png) no-repeat center center;
}

form#converter .button:hover {
	color: #fff;
	background: #49891e url(../_images/.png) no-repeat center center;
}

form#converter .button:focus {
	color: transparent;
	background: #2c671d url(../_images/icon-dollar.png) no-repeat center center;
}

/* customer testimonials */

p#testi {
	margin: 15px auto 0 auto;
	padding: 20px 25px 20px 25px;
	height: 240px;
	max-height: 240px;
	color: #255f04;
	font: italic normal 1.5em/1.5em Hobo, "Trebuchet MS";
	text-shadow: 2px 2px 2px #fff;
	text-align: justify;
	background: transparent url(../_images/testimonials.gif) no-repeat 0 0;
}


/* order notes */

ul#first-level{
	color: #255f04;
	font-size: 1.4em;
	line-height: 1.5em;
	list-style: circle inside;
	position: relative;
}
ul#first-level li {
	margin: 0 0 25px 0;
}
ul#second-level li {
	margin: 10px 0 10px 0;
	padding: 0 0 0 25px;
}
ul#second-level {
	color: #333;
	line-height: 1.5em;
	list-style: disc inside;
	position: relative;
}


/* FOOTER */

div#footer, div#footer-home {
	height: 150px;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	color: #e3cbad;
	clear: both;
}
div#footer-home {
	background: transparent url(../_images/bg-footer-home.gif) 0 0;
}
div#footer {
	background: transparent url(../_images/bg-footer.gif) 0 0;
}

div#footer-menu {
	height: 80px;
	width: 900px;
	margin: 0 auto;
	text-align: center;
	background: #fff url(../_images/bg-footer-menu.gif) 0 0;
}

div#footer img.paypal, div#footer-home img.paypal {
	position: absolute;
	margin: 160px auto 0 300px;
}

h4#meta2 a {
	margin: 20px 0 0 15px;
	height: 125px;
	width: 98px;
	background: transparent url(../_images/logo-footer.gif) no-repeat 0 0;
	text-indent: -9009px;
	float: left;
	display: inline;
}
h4#meta2 a:hover {
	background: transparent url(../_images/logo-footer.gif) no-repeat 0 -125px;
}

p#copyright a{
	margin: 105px 0 0 10px;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	float: left;	
	display: inline;
	cursor: hand;
}

p#copyright span {
	font-size: 1.2em;
	font-weight: bold;
}
	
ul#meta1 {
	margin: 105px 15px 0 0;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	float: right;	
	display: inline;
}

ul#meta1 li {
	display: inline;
}

li#tc, li#fb, li#disclaimer, li#privacy, li#backtop {
	margin-right: 10px;
}

li#tc a, li#privacy a{
	padding: 2px 0 0 20px;
	color: #fff000;
	height: 18px; 
	width: 18px;
}

li#tc {
	background: transparent url(../_images/icon-tc.gif) no-repeat 0 0;
}
li#privacy {
	background: transparent url(../_images/icon-security.gif) no-repeat 0 0;
}
	
li#fb a{
	padding: 2px 0 0 20px;
	color: #fff000;
	height: 16px; 
	width: 16px;
	background: transparent url(../_images/icon-fb.gif) no-repeat 0 0;
}

li#fb a:hover, li#tc a:hover, li#privacy a:hover, #copyright a:hover {
	color: #eee;
}


li#backtop a {
	color: #fff000;
	margin: -70px 0 0 -25px;
	*margin: -69px 0 0 -50px;
	height: 70px;
	width: 54px;
	background: transparent url(../_images/icon-top.gif) no-repeat 0 0;
	text-indent: -9009px;
	float: right;
	display: inline;
	*position: absolute;
}
li#backtop a:hover {
	color: #eee;
	background: transparent url(../_images/icon-top.gif) no-repeat 0 -70px;
}

/* FB */

#fb-bottom {
	margin: 40px 0 0 200px;
	position: absolute;
	border: none;
	overflow: hidden;
	height: 23px;
	width: 500px;
}
#g-plus{
	margin: 40px 0 0 125px;
	position: absolute;
	border: none;
	overflow: hidden;
}

/* END FB */

div.c5 {font-size:10px;}
div.c4 {display:none;}
span.c2 {display:none;}
span.c1 {cursor:pointer;font-weight:bold;text-decoration:underline;}

/* end footer*/
