@import url(global/user.css);
@import url(global/common.css);
@import url(apps/forms01.css);
@import url(nav.css);

/* Elements of template0.jsp */
body {
	background: #88b7c9;
	color: #333;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}


#wrap {
	position: relative;
	margin: 0px auto 0 auto;
	text-align: left;
	width: 760px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	/*background: url(../images/wrapbg.jpg) no-repeat;*/

}

html>body #wrap {
	width: 760px;
} 

a {
	outline: none;
}

#header {
	height: 140px;
	position: relative;
	width: 760px;
	margin: 0 auto;
	background: url(../images/cc_header_purple.gif) no-repeat;
}

/* PRODUCTS */
.tab35466 #header {
	background: url(../images/cc_header_red.gif) no-repeat;
}
/* SHIPPING */
.tab35465 #header {
	background: url(../images/cc_header_green.gif) no-repeat;
}
/* ABOUT */
.tab35464 #header {
	background: url(../images/cc_header_orange.gif) no-repeat;
}
/* CONTACT */
.tab35463 #header {
	background: url(../images/cc_header_yellow.gif) no-repeat;
}

#header h1{
	color: #fff;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 24px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 170px;
	top: 40px;
}

#utils{
	display: inline;
	position: absolute;
	right: 0px;
	top: 0px;
}

#utils li{
	display: inline;
	margin: 0 5px;
}

#utils a{
	font-weight: bold;
	color: #fff;
}

#logo {
	background: transparent;
	position: absolute;
	left: 25px;
	top: 5px;
}

#printlogo{
	display: none;
	height: 15px;
	color: #000;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#extradiv {
	display: none;
}

#tagline {
	position: absolute;
	left: 280px;
	top: 133px;
}

#tagline img {
	height: 30px;
	width: 183px;
}


#main-body {
}

#main-table-body {
	background: transparent;
	padding: 0px;
	margin: 0px;
	border-collapse:collapse;
}

#main-table-body-leftcell {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	background-color: #5691a8;
}

#main-table-body-rightcell {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	background-color: #fff;
}

#sidebar {
	margin: 0px;
	padding: 0px;
	width: 180px;
}

#menu-header {
}

#menu{
	margin: 0px;
	
	background-color: #88B7C9;
}

#menu ul{
	font-size: 90%;
	margin:0;
	padding: 10px 0 0px 0px;
}

#menu ul li ul{
	margin: 0 0 0 0px;
	padding: 0;
}

#menu li {

	list-style: none;
	margin: 0 0 0px 0;
	padding: 0;
	
}

#menu li ul li{
	margin: 0 0 3px 0;
	padding: 0;
	
}

#menu li ul li a{

	border-bottom: 1px solid #88B7C9;
	font-size: 11px;
	margin: 0 0 0 0;
	padding: 0 0 0 25px;
	/*width: 130px;*/
	width: 150px;
	color: #fff;
}

#menu a {
	color: #fff;
	display: block;
	font-weight: bold;
	margin: 0px 0 0px 0;
	text-decoration: none;
	padding: 4px 10px;
	font-size: 12px;
	border-bottom: 1px solid #88B7C9;
	width: 160px;
	/*border-bottom: 1px solid #adcdda;
	width: 140px;*/
	
}

#menu a:hover, #menu a.current, #menu a.subcurrent {
	color: #07688e;
}


#menu-footer {
	background: #5691a8;
	margin: 0px 0px 0px 0px;
	padding: 10px 3px 0 3px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	
}

#menu-footer p{
	border-bottom: 1px solid #fff;
	margin: 3px 0 3px 0;
	padding: 3px 0 3px 0;
}

#menu-footer .menu-footer-special-offers, #menu-footer .menu-footer-featured-products, #menu-footer .menu-footer-order-catalog, #menu-footer .menu-footer-quote-form, #menu-footer .menu-footer-order-form{
	border: 2px solid #fff;
	background-color: #fff;
	padding: 0;
	margin: 10px 0 10px 20px;
	text-align: center;
	width: 123px;
	height: 61px;
	background-image: url(../images/specialoffers2.gif);
	

}

#menu-footer .menu-footer-featured-products{
	background-image: url(../images/newproducts.gif);
}

#menu-footer .menu-footer-order-catalog{
	border: 2px solid #07688E;
	background-image: url(../images/freecatalog2.gif);
}

#menu-footer .menu-footer-quote-form{
	border: 2px solid #07688E;
	background-image: url(../images/quoteform.gif);
}

#menu-footer .menu-footer-order-form{
	background-image: url(../images/orderform.gif);
}

#menu-footer .menu-footer-special-offers a, #menu-footer .menu-footer-featured-products a, #menu-footer .menu-footer-order-catalog a, #menu-footer .menu-footer-order-form a, #menu-footer .menu-footer-quote-form a{

	display: block;
	width: 123px;
	height: 61px;
}

#menu-footer .menu-footer-last-line{
	border: none;
	padding-bottom: 10px;
}

/*
#menu-footer .menu-footer-last-line a{
	font-size: 14px;
	text-decoration: none;
	display: block;
	color: #ff0000;
	
	height: 30px;
}

#item35463 #menu-footer .menu-footer-last-line{
	display: none;
}*/

#address {
	font-size: 0.8em;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	margin-right: 10px;
	padding-top: 5px;
	color: white;
}

#sample {
	font-size: 0.9em;
	padding-top: 5px;
}

#banner {
	display: none;
}


#breadcrumbbar{
	background: transparent;
	height: 18px;
	margin: 5px 0 5px 0;
	padding: 3px 0px 3px 0px;
	width: 560px;
}


#breadcrumblist{
	color: #554d3c;
	float: left;
	font-size: 85%;
	padding: 0px 0px 0px 0px;
	width: 350px;
	overflow: hidden;
}

#breadcrumblist a:link, #breadcrumblist a:visited{
	color: #554d3c;
	text-decoration: none;
}

#breadcrumblist a:hover, #breadcrumblist a:active{
	color: #03c;
	text-decoration: underline;
}

#breadcrumbemail{
	float: right;
	font-size: 85%;
	text-align: right;
	width: 100px;
	line-height: 15px;
}

#breadcrumbemail a:link, #breadcrumbemail a:visited {
	background: url(../images/email.gif) no-repeat 0px;
	color: #554d3c;
	float: right;
	padding: 0 5px 0 18px;
	text-decoration: none;
}

#breadcrumbemail a:hover, #breadcrumbemail a:active {
	color: #03c;
	text-decoration: underline;
}

#breadcrumbprint{
	float: right;
	font-size: 85%;
	padding: 0px;
	text-align: right;
	width: 100px;
	line-height: 15px;
}

#breadcrumbprint a:link, #breadcrumbprint a:visited {
	background: url(../images/printer.gif) no-repeat left;
	color: #554d3c;
	float: right;
	padding: 0 5px 0 18px;
	text-decoration: none;
}

#breadcrumbprint a:hover, #breadcrumbprint a:active {
	color: #03c;
	text-decoration: underline;
}

#content {
	width: 580px;
	overflow: hidden;
	background-color: #fff;
	
}

#item35466 #content{
	padding: 135px 0 0 0;
	background: #fff url(../images/title_home.jpg) no-repeat;
}

#item35466 #content {
	padding: 135px 0 0 0;
	background: #fff url(../images/title_product.jpg) no-repeat;
}
#item35465 #content {
	padding: 135px 0 0 0;
	background: #fff url(../images/title_shipping.jpg) no-repeat;
}
#item35464 #content {
	padding: 135px 0 0 0;
	background: #fff url(../images/title_about.jpg) no-repeat;
}
#item35463 #content {
	padding: 135px 0 0 0;
	background: #fff url(../images/title_contact.jpg) no-repeat;
}

#content-header {
	display: none;
}

#content-body {
	margin: 0 10px 15px 10px;
	padding: 10px 0 0 0;
	width: 560px;
	overflow: hidden;
}

#pagetitle {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	width: 560px;
	text-transform: uppercase;
}

#pagetitletext {
	font-family: verdana, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

#pagetitletext h1 {
	color: #D12145;
	font-size: 175%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

/* PRODUCTS */
.tab35466 #pagetitle {
	border-bottom: 1px solid #D12145;
}
.tab35466 #content #pagetitletext h1 {
	color: #D12145;
}
/* SHIPPING */
.tab35465 #pagetitle {
	border-bottom: 1px solid #297702;
}
.tab35465 #content #pagetitletext h1 {
	color: #297702;
}
/* ABOUT */
.tab35464 #pagetitle {
	border-bottom: 1px solid #D85D07;
}
.tab35464 #content #pagetitletext h1 {
	color: #D85D07;
}
/* CONTACT */
.tab35463 #pagetitle {
	border-bottom: 1px solid #F2AD01;
}
.tab35463 #content #pagetitletext h1 {
	color: #F2AD01;
}


#content-footer {
	display: none;
}

#footer {
	clear: both;
	margin: 0px auto 0 auto;
	padding: 0px;
	width: 760px;
	position: relative;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	
	height: 25px;
	background-color: #07688e;
}

#footerwrap {
	width: 760px;
	padding: 10px 0px 0px 0px;
	position: relative;
	height: 10px;
}


#footer ul{
	padding: 0;
	margin: 0;
	text-align: left;
	background-color: #fff;
	list-style: none;
	position: absolute;
	left: 220px;
	bottom: 40px;
}

#footer li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0px 0 0 0;
}

#footer a {
	color: #009c89;
	font: 10px;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	font-weight: normal;
	text-transform: lowercase;
}

#footer a:hover{
	color: #000;
}

#footer a.active {
	color: #000;
}

#copyright{
	color: #fff;
	font-size: 80%;	
	margin: 0;
	padding: 0;
	position: absolute;
	left: 10px;
	bottom: 0px;
}

#poweredby{
	position: absolute;
	font-size: 80%;	
	margin: 0;
	padding: 0;
	right: 10px;
	bottom: 0px;
}

#poweredby a:link, #poweredby a:visited{
	color: #fff;
	text-decoration: none;	
}

#poweredby a:hover, #poweredby a:active{
	text-decoration: underline;
}