@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover, a:active {
	color: #E41815;
	text-decoration: underline;
}
input:focus, textarea:focus { background-color: #FFFFCC; }
h2 {
	font-size: 1.1em;
}

#divHeader, #divMenu, #divContent, #divFooter {
	min-width: 63em;
}
#divHeader {
	background-image: url(../images/templates/bg_header.png);
	background-position: right;
	height: 112px;
	background-repeat: no-repeat;
}
#divHeader #divHelpLinks {
	float: right;
	width: 20em;
}
#divHeader #divHelpLinks ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#divHeader #divHelpLinks li {
	float: right;
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 7px;
	padding-right: 12px;
}
#divHeader #divHelpLinks a {
	text-decoration: underline;
}
#divHeader #divWelcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	position: absolute;
	visibility: visible;
	top: 95px;
	right: 13px;
}
#divRightCol {
	float: right;
	width: 205px;
	margin-top: 10px;
}
#divRightCol #divQuoteBox #divMsg {
	background-image: url(../images/templates/bg_quotebox.png);
	background-repeat: repeat-y;
	margin: 0px;
	font-size: 0.75em;
	min-height: 61px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #F1F2F8;
}

#divHeader #divHelpLinks img {
	margin-top: -5px;
}
/* Search form styles */
#Search {
	position: absolute;
	visibility: visible;
	top: 35px;
	right: 13px;
}
#Search .Button {
	margin-left: 2px;
	margin-bottom: -5px;
}
#Search .search {
	font-size: 14px;
	color: #0066FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #91BFFF;
	border-right-color: #91BFFF;
	border-bottom-color: #003366;
	border-left-color: #91BFFF;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 1px;
	padding-right: 1px;
}
/* End search form styles */
#divMenu {
	background-image: url(../images/templates/bg_menu.png);
	background-repeat: repeat-x;
	height: 31px;
	position: absolute;
	visibility: visible;
	top: 112px;
	width: 100%;
	left: 0px;
	padding-top: 1px;
}
#divFooter {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #91BFFF;
	text-align: center;
	font-size: 0.8em;
	color: #999999;
	margin-bottom: 20px;
}
#divFooter p {
	padding-top: 5px;
	padding-bottom: 0px;
	margin: 0px;
}
#divFooter a {
	padding-right: 5px;
	padding-left: 5px;
}

#divFooter #Copyright {
	font-size: 0.8em;
}
#divContent {
	min-height: 25em;
	background-image: url(../images/templates/bg_rightcol.png);
	background-repeat: repeat-y;
	background-position: right;
	margin-top: 35px;
}
#divWrapperforLeftColBG #divContent #diveServContent {
	margin-right: 230px;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 5px;
}
#PrintAddress {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
}

.hideme {
	display: none;
	position: absolute;
	visibility: hidden;
	left: -1000em;
}
.showme { 
	display: inline;
	position: relative;
	visibility: visible;
	left: auto;
	z-index: 1000;
}
.showsearch { 
/*
	display: inline;
	position: relative;
	visibility: visible;
	left: auto;
	z-index: 1000;
*/
}
.alert {
	font-weight: bold;
	color: #CC0000;
}
#Breadcrumb {
	font-size: 0.7em;
	font-weight: normal;
	color: #999999;
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
#diveServContent h1 {
	font-size: 1.4em;
	color: #CC0000;
}
#divWrapperforLeftColBG #divContent #divLeftCol h2 {
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 0.8em;
	color: #003366;
}

#divHeader #divWelcome {
	margin-top: -10px;
}
.yellowbg { background-color: #FFFF99; }
#CompanySnapshot img {
	border: 1px solid #CC0000;
	margin-bottom: 5px;
}
#CompanySnapshot {
	font-size: 0.8em;
}
#CompanySnapshot address {
	font-style: normal;
}
#OrderSnapshot {
	font-size: 0.8em;
}
.ButtonArea {
	/* background-color: #FFFF99; */
	background-color: #BBFF77;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.requiredcell { }
.requiredfield {
	border: thin solid #FF0000;
	background-image: url(../images/templates/bg_formfield.png);
	background-repeat: repeat-x;
	background-position: -5px;
}
td .tdRequired {
	color: #FFFF00; /* green to match button: #BBFF77; */
	font-style: italic;
	font-weight: bold;
}
.divpopmsg {
	background-color: #FFF;
	width: 35%;
	margin-left: 55%;
	position: absolute;
	z-index: 5000000000;
	margin-top: 100px;
	filter: alpha(opacity=95);
	opacity: 0.95;
	-moz-opacity: 0.95;
	border: 1px solid #F00;
	visibility: hidden;
}
.divpopmsg .divinnerbox {
	border: 7px solid #003376;
	padding: 15px;
	margin: 10px;
}

