/*-----------------------------------------
 *
 *  STYLE.CSS
 *
 *  eNature.net Cascading Stylesheet
 *  ©2005 eNaure.net
 *
 *  Written by PHPeeb Programming Services
 *  http://www.phpeeb.com/
 *
 *  Last MAJOR modification: 19 Jan 2548
 *
 *----------------------------------------*/


/*========================================*/


/*-----------------------------------------
 *
 *  Global HTML and BODY
 *
 *----------------------------------------*/


html {
	height:	100%;
}

body {
	background-color:	#000000;
	padding:		0px;
	margin:		0px;
	font-family: 	Tahoma, Verdana, Arial, sans-serif;

}


/*-----------------------------------------
 *
 *  General Layout
 *
 *----------------------------------------*/



#container {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

#invis {
	visibility: hidden; 
	position: absolute;
	top: 0px; 
	left: 0px; 
	z-index: 0;
}

.main {
	background-color: #FFFFFF;
	width: 750px;
	padding: 0px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.main td {
	vertical-align: top;
}

#mainbody {
	padding-left: 0px;
	width: 510px;
}

#content {
	background-color: #FFFFFF;
	width: 750px;
	height: 100%;
	padding: 0px;
}


.mainbodycontent {
	 
}


.mainbodycontent td {
	color: #000;
	font-size: 11px;
}

.mainbodycontent th {
	background-color: #003366;
	text-align: left;
	color: #FFF;
	padding: 4px 0px 4px 2px;
	font-size: 12pt;
	font-weight: bold;
	padding: 0px 0px 0px 2px;
}


.mainbodycontent .cimg {
	border: 1px solid #000;
}


.mainbodycontent h1 {
	background-image: url('../images/h1bg.png');
	background-repeat: repeat-y;
	color: #253743;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom: 1px solid #253743;
	padding: 0px 0px 0px 2px;
	width: 100%;
}


ol li {
	padding-top: 4px;
}

label {
	cursor: pointer;
	font-weight: bold;
}

label:hover {
	color: #3A617F;
}

legend {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 9pt;	
	background-color: #EEEEEE;
	border: 1px solid #B2C0CA;
	padding: 2px;
}

fieldset {
	border: 1px solid #B2C0CA;
	margin-top: 0.5em;
	padding: 5px;
}


/*-----------------------------------------
 *
 *  Links
 *
 *----------------------------------------*/

a {
	color: #253743;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #E07D1C;
}

a:active {
	color: #800000;
	text-decoration: underline;
	font-weight: bold;
}

.boxed {
	border: 1px solid #253743;
	padding: 3px;
	background-color: #FFFFFF;
}

.editme {
	border: 1px dashed #086608;
	background-color: #FFF;
	background-image: url('../images/edit.png');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 8px 5px 8px 20px;
	margin: 0.5 em;
	text-decoration: none;
}

#rightpanel ul a:hover {
	color: #000;
}

/*-----------------------------------------
 *
 *  Header/Top o'Page Stuff
 *
 *----------------------------------------*/


.heading {
	background-color: #FFFFFF;
	width: 750px;
	padding: 0px;

}

.masthead {
	background-image: url('../images/masthead.png');
	background-repeat: repeat-x;
	height: 50px;
}

.mastheadrt {
	background-image: url('../images/masthead.png');
	background-repeat: repeat-x;
	height: 50px;
}

.masthead a {
	border: none;
}

.topshade {
	background-image: url('../images/topshade.png');
	background-repeat: repeat-x;
	height: 58px;
}

.date_time {
	padding: 15px 0px 0px 8px;
	color: #253743;
	font-weight: bold;
	font-size: 11px;
}

.date_telephone {
	background-image: url('none');
	background-color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	color: #253743;
	padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:5px
}

/*-----------------------------------------
 *
 *  Navigation Menu
 *
 *----------------------------------------*/

.menuback {
	background-image: url('../images/menu_back.png');
	background-repeat: no-repeat;
	height: 58px;
	width: 320px;
	vertical-align: top;
}

.menu {
	width: 100%;
}

.menu td {
	color: #FFFFFF;
	text-align: center;
	padding-left: 30px;
	padding-top: 20px;
}

.menu a {
	padding: 1px 4px 1px 4px;
	margin-right: 4px;
	margin-left: 4px;
}

.menu a:link,
.menu a:visited { 
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
	
.menu a:hover, .menu .selected { 
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #608097;
}

/*-----------------------------------------
 *
 *  Right Side Panel
 *
 *----------------------------------------*/

#rightpanel {
	background-image: url('../images/rightpanel.png');
	background-repeat: repeat-y;
	width: 239px;
}

.rightpanel_td {
	padding: 4px 6px 10px 20px;
}

.rightpanelinset td {
	color: #000000;
	font-size: 8pt;
	cursor: default;
}

.rightpanelinset .mycart th {
	text-align: left;
	padding: 0px;
}

.rightpanelinset .mycart td {
	border-bottom: 1px solid #A6B6C2;
	font-size: 8pt;
	padding: 4px 0px 4px 0px;
}

.rightpanelinset .mycart .nhl, .nhl {
	background-color: #3A617F;
	color: #FFFFFF;
	font-weight: bold;
	padding: 1px;
	margin-right: 3px;
}

.rightpanelinset .mycart .ttl {
	background-color: #3A617F;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	padding: 1px 3px 1px 3px;
	text-align: right;
}

#rightpanel ul {
	padding-left: 1.5em;
	list-style-image: url('../images/bullet_blue.png');
	list-style-type: circle;
	line-height: 130%;
}


/*-----------------------------------------
 *
 *  Inset (Price Chart/Cart Links)
 *
 *----------------------------------------*/

.inset {
	margin: 8px 0px 2px 0px;
}

.inset th {
	background-color: transparent;
	border-bottom: 1px solid #3A617F;
	color: #000;
	font-size: 8pt;
	font-weight: bold;
	font-variant: small-caps;
	padding: 0px;
	border: none;
}

.inset td {
	vertical-align: middle;
	font-weight: bold;
	font-size: 8pt;
	padding: 8px;
}

.inset2 {
	width: 100%;;
}

.inset2 td {
	vertical-align: middle;
	font-weight: bold;
	font-size: 8pt;
}

.inset2 th {
	vertical-align: middle;
	font-weight: bold;
	font-size: 8pt;
	color: #000;
	background-color: #F1ECE7;
}

/*-----------------------------------------
 *
 *  Blurb, if you will...
 *
 *----------------------------------------*/

.blurb {
	padding: 0px;
}

.blurb th, .big_red {
	background-image: url('none');
	background-color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
	color: #902500;
	padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:5px
}

.blurb th, .big_red, .big_red h1 {
	background-image: url('none');
	background-color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
	color: #902500;
	text-align: left;
	margin-top: 0em;
	margin-bottom: -0.4em; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:5px
	
}

.blurb td {
	border: 1px solid #B2C0CA;
	font-weight: bold;
	font-size: 8pt;
	color: #000;
	padding: 5px;
	background-color: #EEEEEE;
}

.blurb a {
	text-decoration: underline;
}


/*-----------------------------------------
 *
 *  Main Catalog Table/Product Listing
 *
 *----------------------------------------*/

.ctable th {
	padding: 4px 2px 4px 2px;
	font-size: 12pt;
}

.ctable th a {
	color: #FFFFFF;
}

.ctable th a:hover {
	color: #FDE1AB;
	text-decoration: underline;
}

.ctable td {
	padding: 2px 0px 5px 4px;
}

.ctable .big {
	font-size: 9pt;
	padding: 5px 0px 5px 0px;
}

.catalog {
	background-color: #FFFFFF;
	border-bottom: 1px solid #B2C0CA;
}


.plisting {
	border-right: 3px solid #B2C0CA;
	border-left: 1px solid #B2C0CA;
	border-bottom: 1px solid #B2C0CA;
}

.ctnew {
	background-image: url('../images/new_prod.png');
	background-repeat: no-repeat;
	background-position: bottom left; 
	height: 30px; 
	padding: 22px 0px 5px 80px;
}

.ctpop {
	background-color: #FFFFFF;
	background-image: url('../images/popular_prod.png');
	background-repeat: no-repeat;
	background-position: bottom left; 
	height: 30px; 
}

.spacer {
	background-color: #FFF;
	padding: 2px;
}

.hl {
	color: #930600;
	font-weight: bold;
	text-decoration: underline;
}



/*-----------------------------------------
 *
 *  Blurb, if you will...
 *
 *----------------------------------------*/

.headerlink a {
	color: #253743;
	text-decoration: none;
	padding-right: 10px;
}

.headerlink a:hover {
	color: #000000;
	background-color: #A5B8C4;
	text-decoration: none;
}

.categ {
	padding: 2px;
}

.categorylist td {
	border-left: 1px solid #253743;
}



/*-----------------------------------------
 *
 *  Shipping Price Chart Table
 *
 *----------------------------------------*/

.chart {
	margin-top: 2px;
	border-right: 1px solid #D4DADE;
	border-left: 1px solid #D4DADE;
}

.chart th {
	background-color: #D4DADE;
	text-align: left;
	font-size: 8pt;
	font-weight: bold;
	padding: 3px;
	color: #253743;
}

.chart td {
	padding: 2px 1px 2px 20px;
	text-align: left;
	font-size: 8pt;
	background-color: #F0F1F2;
	border-bottom: 1px solid #D4DADE;
}



/*-----------------------------------------
 *
 *  Footer
 *
 *----------------------------------------*/

.footer {
	padding: 10px;
	text-align: center;
	color: #253743;
	font-size: 8pt;
}

.footer a {
	padding: 1px 6px 1px 6px;
}

.footer a:link, .footer a:visited {
	color: #253743;
	text-decoration: none;
	font-weight: bold;
}

.footer a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #E07D1C;
}



.bodycart td {
	background-color: #F0F1F2;
	margin-bottom: 1px;
	padding: 3px 2px 3px 2px;
	border-bottom: 1px solid #D4DADE;

}

.bodycart th {
	background-color: #D4DADE;
	color: #000;
	text-align: right;
	font-size: 8pt;
	border:medium none;
	background-image: url('none');
	padding-left:2px; padding-right:2px; padding-top:6px; padding-bottom:6px
}



/*-----------------------------------------
 *
 *  Check Me Out!
 *
 *----------------------------------------*/

.checkout {
	margin-top: 10px;
}

.checkout th {
	background-color: transparent;
	text-align: right;
	font-weight: bold;
	font-size: 8pt;
	color: #000;
	padding-right: 6px;
}

.checkout td {
	padding: 5px 0px 5px 0px;
}

.checkout .section, .section {
	text-align: left;
	font-size: 9pt;
	font-weight: bold;
	background-color: #3A617F;
	color: #FFF;
	padding: 3px;
}



/*-----------------------------------------
 *
 *  Shopping Cart Page
 *
 *----------------------------------------*/


.cart {
	text-align: right;
	font-weight: bold;;
}


.cart a {
	background-color: #EFF1F3;
	border: 1px solid #253743;
	color: #253743;
	font-size: 8pt;
	text-decoration: none;
	padding: 1px 4px 1px 4px;
}

.cart a:hover {
	background-color: #253743;
	color: #FFFFFF;
	text-decoration: none;
}


/*-----------------------------------------
 *
 *  News Page
 *
 *----------------------------------------*/

.newsline {
	padding: 10px;
	/*border-bottom: 1px solid #B2C0CA;*/
}

.newsline a {
	font-weight: bold;
	font-size: 9pt;
}

.newsline .newstip {
	padding-left: 0.1em;
	font-weight:normal;
	font-size: 8pt;
}

.newsline .newstip a {
	font-weight: normal;
	font-size: 8pt;
}

/*-----------------------------------------
 *
 *  Redirects and Errors
 *
 *----------------------------------------*/

.redir, .error {
	border-color: #3A617F;
	border-width: 2px;
	border-style: outset;
}

.error th { 
	background-color: #3A617F;
	color: #FFF;
	padding: 6px;
	font-size: 10pt;
	border-bottom: 1px solid #000;
}

.error td {
	background-color: #EEEEEE;
	padding: 9px;
	font-size: 8pt;
	background-image: url('../images/error.png');
	background-position: bottom right;
	background-repeat: no-repeat;
}

.redir th { 
	background-color: #3A617F;
	color: #FFF;
	padding: 6px;
	font-size: 10pt;
	border-bottom: 1px solid #000;
}

.redir td {
	background-color: #EEEEEE;
	padding: 35px 20px 35px 20px;
	font-size: 8pt;
	text-align: center;
	background-image: url('../images/redirect.png');
	background-position: bottom right;
	background-repeat: no-repeat;
}


.warning_block {
	padding: 2px;
	background-color: #F00;
	color: #FFF;
	font-weight: bold;
}

.warning_block a, .warning_block a:hover {
	text-decoration: none;
	color: #FFF;
}

.tip {
	font-weight: normal;
	font-size: 8pt;
	font-style: italic;
}

/*-----------------------------------------
 *
 *  Form Elements
 *
 *----------------------------------------*/

select { 
	background-color: #F8F8F8;
	color: #3A617F;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 8pt;
	border-style: inset;
}

input, textarea { 
	background-color: #F8F8F8;
	color: #3A617F;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 8pt;
	padding: 2px 2px 2px 4px;
	padding-bottom: 2px;
	border: 1px solid #000000;
	border-style: inset;
}

.submit {
	background-color: #EFF1F3;
	border: 1px solid #3A617F;
	border-style: outset;
	color: #253743;
	font-size: 10px;
	text-decoration: none;
	padding: 1px 4px 1px 4px;
	cursor: pointer;
}


/*================= FIN! ==================*/