@charset "utf-8";
* {

}

/* Colors 
#425f85 - lighter steel blue
#002c56 - dark blue
#63cd5c - lime green
#32d715 - flourescent green
#27922c - med green
#484e54 - dark grey
#00071d - blue black

*/

/* HTML elements */
body {
	background-attachment: fixed;
	background-color: #002447;
	background-image: url(images/page_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	color:#484e54;
	font-size:11pt;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	margin:10px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#002c56;
}

h1 {
	font-size: 175%;
	background-image: url(images/header_bg_06.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 100%;
}

h5 {
	font-size: 75%;
}

h6 {
	font-size: 50%;
}

a {
	color:#0354a2;
}

a:link {
	color:#0354a2;
}

a:visited{}

a:active {}

a:hover {
	color:#63cd5c;
	text-decoration:none;
}

/* ////// Product Styles ////// */

#productContainer {
	width:600px;
}

#productImageContainer {
	width:250px;
	float:left;
	overflow:hidden;
	margin-right:10px;
}

#quickSpecs {
	font-size:9pt;
	width:250px;
	overflow:hidden;
	
}

#quickSpecs a {
	background-image: url(images/arrow_right_blue_sm.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	text-decoration:none;
	font-weight:bold;
	line-height: 12pt;
}

#quickSpecs a:hover {
	text-decoration:underline;
}

dl#latexGloves dt, dl#nitrileGloves dt {
	font-size:100%;
	padding:4px;
	cursor:hand;
}

dl#latexGloves dt:hover, dl#nitrileGloves dt:hover {
	color:#000000;
}

dl#latexGloves dd, dl#nitrileGloves dd {
	margin: 15px 0px 15px 25px;
	width:525px;
}

.productLink{
	font-size:130%;
	text-decoration:none;
}

.productLink:hover{
	text-decoration:underline;
}

.productList {
	
}

.productList td {
	font-size:8pt;
	color:#000000;
}

.productList td.header {
	height: 19px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 12pt;
	color: #FFFFFF;
	background-color:#696969;	
	background-image: url(../../media/images/grey-sidebar-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-right:1px solid #535353;	
}

.productList a {
	font-size:12pt;
	text-decoration:none;
}



/* ///// Breadcrumbs ///// */
#breadcrumbsContainer {
	margin-bottom:35px;
	color:#777;
	font-size:10pt;
}

#breadcrumbsContainer a {
	text-decoration:none;
	margin:0px 2px;
}

#breadcrumbsContainer a:hover {
	text-decoration:underline;
}

.breadCrumbSeparator 
{
	padding-left:5px;
	padding-right:5px;	
}

/* User Styles */
.smallText {
	font-size:9pt;
}

.heading {
	background-image: url(images/header_bg_06.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.subHeading {
	color:#425f85;
}

.underline {
	border-bottom:solid 1px #999999;
}

.productSubHeading {
	margin-top:0px;
	padding-top:0px;
	color: #425f85;
}

.productTable {
	border:solid 1px #cccccc;
}

.productTable th {
	text-align:left;
	background-color:#d6e1ed;
	color:#000000;
}

.productTable th.flg {
	background-color:#bee271;
}

.productTable td {
	text-align:left;
	background-color:#f2f2f2;
}

.productTable caption {
	font-weight:bold;
}

/* FAQ Styles */

dl#faq dt{
	font-size:13pt;
	color:#006699;
	padding:4px;
	cursor:pointer;
}
dl#faq dt:hover{
	color:#63cd5c;
	text-decoration: underline;
	cursor:pointer;
}
dl#faq dd{
	padding:10px;
	padding-left:25px;
	margin:0px;
	margin-bottom:5px;
}

.error 
{
	color:#cc0000;	
}

/* Alignment Container*/
#boundingContainer {
	width:950px;
}

/* Header */
#homeHeaderContainer {
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:400px;
	color:#ffffff;
	font-size:12pt;
	font-weight:bold;
	text-align:left;
	border:solid 1px #484e54;
}

#headerContent {
	padding:30px 35px 0px 35px;
	height:100px;
	color:#ffffff;
}

#headerContent a {
	color:#ffffff;
}

#interiorHeaderContainer
{
    background-image: url(images/header_bg.jpg);
    background-repeat: no-repeat;
    background-position: left -290px;
    height: 159px;
    color: #ffffff;
    font-size: 12pt;
    font-weight: bold;
    text-align: left;
    border:solid 1px #484e54;
}

#menuContainer 
{
	border-bottom: solid 4px #58c252;
	height:25px;
}


/* Main Content Container */
#mainContentContainer
{
    background-color: #ffffff;
    border: solid 1px #484e54;
    margin-top: 6px;
    text-align: left;
    width:878px;
    clear:both;
    float:none;
    padding:35px;
}


/* Footer */
#footerContainer {
	background-color:#484e54;
	color:#ffffff;
	padding:12px 35px;
	margin-top:6px;
	text-align:center;
	border:solid 1px #ffffff;
	clear:both;
}

#footerContainer a {
	color:#ffffff;
	margin-right:10px;
	text-decoration:none;
	font-size: 10pt;
	text-transform: uppercase;
}

#footerContainer a:hover {
	text-decoration:underline;
}

#copyRightContainer {
	color:#ffffff;
	font-size:10pt;
	margin-top:10px;
	
}

#copyRightContainer a {
	color:#ffffff;
	text-align:left;
	text-decoration:none;
	font-size:10pt;
}

#copyRightContainer a:hover {
	text-decoration:underline;
}


/*/// Sidebar ///*/
.sidebar-header {
	height: 19px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 12pt;
}
.green-sidebar-header {
	color: #ffffff;
	background-color:#28922d;
	background-image: url(../../media/images/green-sidebar-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-right:1px solid #1e7222;
}
.blue-sidebar-header {
	color: #FFFFFF;
	background-color:#081937;
	background-image: url(../../media/images/blue-sidebar-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-right:1px solid #061125;
}
.grey-sidebar-header {
	color: #FFFFFF;
	background-color:#696969;	
	background-image: url(../../media/images/grey-sidebar-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-right:1px solid #535353;	
}
.sidebar-content {
	font-size: 10pt;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 10px;
}
.sidebar-module {
	margin-bottom: 10px;
	background-color:#ffffff;
	background-image: url(../../media/images/sidebar-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-right:1px solid #b8b8b8;
}
