/* CSS Document */

/*-----------------------------
 		  whole page 
-------------------------------*/
body {
	font: 12px/15px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	height: 102%;
	width: 100%;
	background-image: url(../images/body_txt_bknd.gif);
	background-repeat: repeat-y;
	z-index: 0;
}


.by800px {
width: 800px;
margin: 0 auto;
}

/*-----------------------------
 	        masthead
-------------------------------*/

#masthead {
	background-color: #29216C;
	background-image: url(../images/mast_pixel.gif); 
	background-repeat: repeat-x;
	height: 78px;
	width: 100%;
	overflow: hidden;
	z-index: 2000;
}

#mast_img_left {
width: 800px;
height: 60px;
background-image:url(../images/masthead_text.gif);
background-repeat: no-repeat;
float: left;
}

#mast_img_left a {
display: block;
width: 800px;
height: 60px;
}

#tagline {
	clear: left;
	padding-right: 20px;
	text-align: right;
	height: 18px;
	color: #FFF;
	font-size: 16px;
	font-style: italic;
	line-height:18px;
}

/*-----------------------------
 	below the masthead
-------------------------------*/
#main {
	height: 100%;
	position: absolute;
	top: 94px;
	left: 0;
	min-width: 800px;
	width: 100%;
}
	
#text {
	z-index: 1000;
	padding: 58px 0px 70px 255px;
	position: relative;
} 

h1 {
	color: #BB9970;
	font-size: 30pt;
	line-height: 30pt;
	padding-bottom: 25px;
	font-weight: normal;
}

p {
font-size: 11px;
line-height: 13.75px;
padding-top: 13px;
margin-right: 60px;
}

a {text-decoration:none;}

input.button_indigo {
	display: block;
	position: relative;
	color: #FFF;
	background-color: #29216C;
	background-image:url(../images/indigo_button.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 102px;
	text-decoration: none;
	text-align: center;
	padding: 0px 10px 11px 0px;
	border-style: none;
	font-size: 9pt;
}

.error {
color: #BA2232;
font-size: 8.5pt;
}

h2, caption {
	font: 12.5px/15px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

.tbl_head{
	height: 24px;
	width: 547px;
	background-color: #c6ccdc;
	padding: 3px 0px 0px 4px;
}

/*-----------------------------
	     cart
-------------------------------*/
#cart {
	position: absolute;
	top: 0px;
	height: 50px;
	right: 60px;
	/**left: 0;  /* IE 7 and below */
	margin: -5px;
	padding: 0;
	width: 70px;
	text-align: center;
	display: block;
	background-image:url(../images/cart.gif);
	background-repeat: no-repeat;
	background-position: center 0px;	
	z-index: 20000;
	}
	
	#cart p {
	text-align: center;
	font-size: 9.5px;
	line-height: 9.5px;
	margin: 0px;
	*margin-right: 65px; /* IE 7 and below */}


#cart .cart_amt {
	display: block;
	border-top: 1px solid #DFC57E;
	margin: 2px;
	padding: 2px;
	color: #BB9970;
}

#cart .cart_amt a{
	color: #BB9970;
}

#cart a { 
display: block;
width: 70px;
padding: 35px 0px 0px;
top: 0;
z-index: 20010;
position: absolute;
 }


#cart a:hover, #cart a:active {color: #BA2232;}

#cart img {
position: absolute;
top: 0px;
right: 60px;
width: 43px;
	top: 0;
	
/*-----------------------------
	     footer-cart
-------------------------------*/	
}
#footer_cart {
	height: 61px;
	width: 195px;
	margin: 0;
	padding: 0 0 20px 0;
	text-align: right;
	display: block;
	z-index: 20000;
	background: url(../images/cart_tan_footer.gif) no-repeat 152px 0px;
   
	}
	
	#footer_cart p {
	text-align: right;
	font-size: 9.5px;
	line-height: 9.5px;
	margin: 0px;
	*margin-right: 65px; /* IE 7 and below */}
	
    #footer_cart .cart_amt {
	display: block;
	position: relative;
	left: 132px;
	border-top: 1px solid #ECE2C3;
	margin: 2px;
	padding: 2px;
	width: 57px;
}

#footer_cart a { 
font-size: 9.5px;
line-height: 9.5px;
color: #FFF;
display: block;
width: 195px;
padding: 35px 0px 0px;
top: 0;
z-index: 20010;
position: absolute;
 }

#footer_cart a:hover, #footer_cart a:active {color:#BA2232;}

/*----------------------------
nav_bottom
----------------------*/
#nav_bottom {
	height: 40px;
	padding-right: 60px;
	margin-top: 30px;
}

#nav_bottom ul {
	text-align: center; /* We are using text-align: center on ul to horizontally align our menu to the page. If you want the menu aligned left or right just change text-align to either left or right */
}

#nav_bottom li {
	padding: 0 10px 0px;
	list-style-type:none;
	display: inline;
	border-right: 1px solid #BB9970;
	color: #000;
	font-size: .9em;
} 

#nav_bottom li a {color: #000;}
.nav_bottom_li_first {padding-left: 0;}
#nav_bottom .nav_bottom_li_last {border-right: 0px none #FFF;}
.nav_bottom_li_last a {border-right: 0px none #FFF;}
#nav_bottom li a:hover, #nav_bottom li a:active {color: #BA2232;}


/*-----------------------------
 	 Address/contact/footer
-------------------------------*/
#footer {
	width: 195px;
	top: 400px;
	_top/**/:/**/ 435px; /* IE 6 only */
	left: 0px;
	text-align: right;
	z-index: 10000;
	position: relative;
	color: #FFF;
}

#footer p {
	font-size: 12px;
	line-height: 15px;
	margin: 0;
	padding: 0;
}

#footer p.fourteenpt {font-size: 14px; line-height: 16px;}

#footer p.copy {font-size: 10px; padding-top: 20px;}

#button_contact {
	background-image: url(../images/home/contact_shadow.gif);
	background-repeat: no-repeat;
	height: 24px;
	margin-top: 21px;
	margin-left: 101px;
	margin-bottom: 13px;
	width: 99px;}

#button_contact a {
	color: #000;
	height: 14px;
	width: 93px;
	display: block;
	line-height: 14px;
	text-align: center;
	font-size: 12px;
	padding: 2px 0px;
	background-color: #FFF;
}


/*-----------------------------
 	left side--Nav_Side
-------------------------------*/

#products {
	padding: 0;
	position: absolute;
	top:-17px;
	text-align: right;
	width:189px;
	*margin-left: -204px; /* IE 7 and below */
	}
#products a {
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}

#nav_left_wrap {position: absolute; left: 10px; z-index: 5000;}

/* Remove the padding, margins and bullets from the lists */
.nav, .nav ul {list-style-type:none; padding:0; margin:0; width:209px;}
.nav {margin:17px 0px 10px 0px;}

/* for IE7 to position the tables correctly */
.nav {position:relative; float:left;}

/* for IE5.5 and IE6 to position the tables corectly */
* html .nav {position:static;}

/* Set up the size of the list items and float left to place inline */
.nav li {display:block; float:left; background: url(../images/nav/nav_side_button.gif) no-repeat; width: 209px; height: 28px;}

.nav ul li {display:block; float:left; text-align: left; background: none; width: 154px; background-color:#DFC57E; border-bottom: 1px solid #FFF; height: 15px; padding: 2px 0 2px 3px;}

.nav ul li {border-left: 1px solid #ECE2C3;}


.nav ul li.two_line {
	height: 30px;
	}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.nav table { width:0; height:10px; position:absolute; bottom: 0; top:0; left:0; font-size:1em;
}

/* Default link styling */
.nav li a {display:block; color:#000; height:22px; text-decoration:none; padding: 3px 24px 6px 0px; text-align: right;
}

.nav ul li a {color:#000; padding: 0px; text-align: left;}

/* Style the list OR link hover. Depends on which browser is used */
.nav a:hover {color: #BA2232;}

/* For all browsers except IE5.5 and IE6 to keep the hover state through the menu cascade. */
.nav :hover > a {color: #BA2232;}

/* Give the link OR list a relative position. Depends on which browser is used
.nav li.sub:hover,
.nav li.sub a:hover */
.nav li:hover,
.nav li a:hover {position: relative;}


.nav ul li:hover {background-color: #ECE2C3;}
/* keep the 'next' level invisible by placing it off screen. */
.nav ul, 
.nav :hover ul ul, 
.nav :hover ul :hover ul ul,
.nav :hover ul :hover ul :hover ul ul,
.nav :hover ul :hover ul :hover ul :hover ul ul {position:absolute;left:-9999px; width:200px; top:0;}

/* Position the flyout sub levels to 'pull-up' or 'drop-down' when hovering over the sub level list OR link.  the transparent gif is for IE7 only and need not actually exist. File transparent.gif supplied with zip file */
/* pull up */
.nav :hover ul {left:200px; top:0; } 
.nav :hover ul :hover ul, 
.nav :hover ul :hover ul :hover ul,
.nav :hover ul :hover ul :hover ul :hover ul,
.nav :hover ul :hover ul :hover ul :hover ul :hover ul {left:154px; top:0; } 

/*-----------------------------
 			colors 
-------------------------------*/
.indigo {color: #29216C;}
.red {color: #BA2232;}
.tan_lt {color: #DFC57E;}
.tan_dk {color: #BB9970;}
.blue_lt {color: #6E87AC;}
.blue_lt_screen {color: #c6ccdc;}
.purple {color: #582279;}
.blue_dk {color: #003979;}
.black {color: #000;}	
.white {color: #FFF;}

/*-----------------------------
 			type sizes
-------------------------------*/
.tenpt {font-size:10px;}
.fourteenpt {font-size: 16px; line-height: 18px;}
.sixteenpt {font-size: 16px;}
.eighteenpt {font-size:18px;}
.clear { clear: both;}

.bold {font-weight:bold;}


/*--------------------
drop shadows
---------------------*/
#h1_shadow h1 { color: #29216C; }

#h1_shadow {
	position: absolute;
	z-index: 0;
	padding: 60px 0px 70px 254px;
} /*position is based on #text position-+2 top -1 left*/
