/*<%
	response.contenttype = "text/css"
%>*/
/*

	-- -- -- -- -- -- --
	global.css
	Universal styles for all pages
	-- -- -- -- -- -- --
	
*/
body {
	color: #333333;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size:0.9em;
}
/*title {
	text-transform: capitalize;
}*/
#skipnav {
	display: none;
}	
a:link {
	color: #333;
}	
a:visited {
	color: #333;
}
a:hover, a:focus {
	color: #003585;
	text-decoration: underline;
}
.hide {
visibility:hidden;
	display: none;
}

.checkout_box{
background:#00768A;
}
.checkout_container{
	margin-left: 4px;
	background-image: url(/images/greengrad.jpg);
	border: 1px solid #ccc;
	margin-top: 6px;
	margin-bottom: 3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
}

.checkout_items{
 color:#999999;
}
.checkout_items_selected{
 color:#00768A;
 font-weight:bold;
}


h3.standard_h3 {
	color: #000;
	background: none;
	text-transform: none;
	font-size: 1.1em;
}
h3 {
	font: bold 1em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	background: url(/images/headGrad2.jpg) 40% 0;
	line-height: 1.7em;
	padding: 0 5px 0 5px;
	margin-bottom: -1px;
}

h4 {
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 3px;
	clear: both;
}
ul.no_bullet {
	list-style-type: none;
}
.gold {
	background: url(/images/goldGrad.jpg) 95% 0;
}
.gray {
	color: #666;
}
p {
	line-height: 1.7em;
	margin-bottom: 0.7em;
}	
img {
	border: none;
}
.imgfloat {
	float: left;
	padding: 2px;
	margin: 5px;
}
.imgfloat_right {
	float: right;
	padding: 2px;
	margin: 5px;
}

.bold {
	font-weight: bold;
}
.ital {
	font-style: italic;
}
#page {
	margin: 0 auto;
}
#header {
	height: 90px;
}
img.head {
	width: 200px;
	height: 80px;
}	
#nav {
	left: 0px;
	margin-top: -1px;
}
#nav ul {
	background-color: #eeeff4;
	text-align: center;
	padding-left: 0;
	margin: 0;
	/*background: #f0f5f8 url(/images/nav_off.jpg) repeat-x top;*/
	width: 100%;
	line-height: 1.3em;
	padding-top: 3px;
	font-weight: bold;
	font-family: verdana, sans-serif;
	letter-spacing: 0.05em;
}
#nav ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
}
#nav ul li a {
	color: #333;
	text-decoration: none;
	border-right: 1px solid #333;
	padding-left: 6px;
	padding-right: 6px;
}
#nav ul li a.last {
	border-right: none;
}	
#nav ul li a:hover {
	background: #e1e2e7;
	color: #893922;
	/*background: url(/images/nav_on.jpg) repeat-x top;*/
	/*color: #fff;*/
}
#crumb_wrap {
	margin: 0 auto;
	height: 20px;
	background-image: url(/images/tanGrad.jpg);
	font: bold 75% verdana, sans-serif;
	letter-spacing: 0.05em;
}
#crumb_wrap a {
	text-decoration: none;
	color: #222;
}
#crumb_wrap a:hover {
	background-color: transparent;
	color: #0c4697;
	text-decoration: underline;
}
#crumb {
	margin-top: -1px;
	padding-top: 3px;
	padding-left: 8px;
	margin-left: 0;
}
#crumb ul {
	display: inline;
	text-align: left;
	list-style-type: none;
	margin-left: -35px;
}
#crumb ul li {
	display: inline;
	/*text-transform:capitalize;*/
	text-align: left;
	margin-left: 0;
}
#tools {
	text-align: right;
}

.content_tools{
float:right;
font-size:0.9em;
margin-right:10px;
}
#footer {
	margin: 8px auto;
	clear: both;
	border-bottom: 1px solid #ccc;
}


#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	font: 1em arial, helvetica, sans-serif;
	line-height: 1em;
	margin-top: 15px; /* -2px if this is first */
}

#footer ul li {
	display: inline;
	padding: 12px;

}
#footer ul li a {
	text-decoration: underline;

}	

#footer ul.sm {
	line-height: normal;
	margin-top: -15px; /* 12px if this is second */
}

#footer ul.sm li a {
	background-image:url("/images/sm32_new.png");
	background-repeat: no-repeat;
	padding:8px 36px; /* padding:5px 28px; for 24px sprites */
	/*background-position: left;*/
}

#footer ul.sm li a.item1 {
	background-position: 0px 0px;
}

#footer ul.sm li a.item2 {
	background-position: 0px -82px; /* background-position: 0 -84px; for 24px sprites */
}

#footer ul.sm li a.item3 {
	background-position: 0px -164px; 
}

#footer ul.sm li a.item4 {
	background-position: 0px -246px;	
}

#footer p {
	/*text-align: center;*/
	margin-left: 17.5em;
	font-size: 75%;
}
#footer img {
	float: right;
	margin-top: -5px;
}
.info {
	background-color:#EEEFF4;
	background-image: url(/images/unitGrad.jpg);
	background-repeat:repeat-x;
	
	margin-top: 4px;
	margin-bottom: -5px;
	height: 100%;
	
}
.gray_gradian {
	
	
	margin-left: 4px;
	background-image: url(/images/unitGrad.jpg);
	border: 1px solid #ccc;
	margin-top: 6px;
	margin-bottom: 3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
}
.blue_gray {
    background: url(/images/blueGrayGrad.jpg) 95% 0;
}
 
#footer a.fine_text {
color:#003585;
    
   }
   
