@charset "utf-8";

/**
 * PRIVACY.CSS CONTAINS: PRIVACY POLICY, LEGAL NOTICE, CONTACT US, SEARCH RESULTS
 */

body {background-color:#FFF;}


/* CONTENT */

div#content {
	width:946px;
	background:url(../images/bg-content.jpg) repeat-x;
	float:left;
	padding:12px;
	overflow:hidden;
}
div#content h2 {
	height:113px;
	text-indent: -500000em;
	overflow:hidden;
}
div#main-content {
	width:650px; 
	text-align:justify;
}
div#main-content-contact {
	float:left;
	width:705px;
	padding:31px 34px;
}
div#main-content-contact p, q, div#main-content-contact ul li{text-align:justify;}
div#main-content-contact p, q {
	line-height:19px;
	margin-bottom:28px;
	color:#525252;
}
div#main-content-contact h3 {
	font-weight:bold;
	font-size:17px;
	color:#d5353b;
	margin-bottom:12px;
}
div#main-content-contact h4, h5 {
	font-weight:bold;
	font-size:12px;
	color:#525252;
	margin-bottom:12px;
}
div#main-content-contact a {
	text-decoration:none;
	color:#4d91c1;
	font-weight:bold;
	margin-left:2px;
}
div#main-content-contact ul {
    margin-bottom:28px;
    margin-left:22px;
}
div#main-content-contact ul li {
    list-style-type:disc;
	line-height:19px;
}

/* NAV LEFT */

div#nav-left {
	width: 215px;
	float: left;
	display: block;
	background-color:#FFF;
	margin-top:12px;
}
div#sub-nav {
	background:url('../images/bg-nav-left.jpg') no-repeat bottom left;
	border-right:2px solid #e9eaeb;
	float: left;
	display: block;
	min-height: 300px;
}
* html div#sub-nav { /*hack ie6*/
	height:300px; 
}
div#nav-left ul {
	margin-top: 2px;
	padding-bottom: 2px;
	float: left;
	display: block;
	width:213px;
	background:url('../images/dotted-line.gif') no-repeat bottom center;
}
div#nav-left ul li {
	width: 213px;
	line-height: 22px;
	float: left;
	display: block;
}
div#nav-left ul li a {
	display: block;
	float: left;
	overflow: hidden;
	height: 22px;
	width: 155px;
	line-height: 22px;
	background: url('../images/arrow-nav.gif') 35px 8px no-repeat;
	padding-left: 45px;
	text-decoration: none;
	color: #525252;
}
div#nav-left ul li a:hover {
	color: #d5353b;
}
div#nav-left ul ul {
	background: none;
}
div#nav-left ul li a:hover.site-map {
	background-position: 35px -22px;
}

div#nav-left ul li a:hover.legal {
	background-position: 35px -22px;
}
div#nav-border-top {
	background: url('../images/top-nav-left.gif') no-repeat;
	width: 215px;
	height: 7px;
	font-size:1px;
	float: left;
	display: block;
}
div#nav-border-bottom {
	background: url('../images/bottom-nav-left.gif') top left no-repeat;
	width: 215px;
	height: 7px;
	font-size:1px;
	float: left;
	display: block;
}

/* Box Customer Service */
div#left-column {
	width: 215px;
	float: left;
	display: block;
	margin-top:12px;
	height: 100px;
}
div#left-column div#customer-service {
	float: right;
	display: block;
	height: 100px;
	width: 200px;
}


div#left-column div#customer-service div.customer-service-boxes {
	float: left;
	margin-top: 10px;
	display: block;
}
div#left-column div#customer-service div.cs-box {
	float: left;
	margin-left: 10px;
	display: block;
	width: 165px;
}
div#left-column div#customer-service h4 {
	font-weight:bold;
	font-size:12px;
	color:#525252;
	margin-bottom:3px;
}
div#left-column div#customer-service a {
	color: #4d91c1;
}
div#left-column div#customer-service a:hover {
	color:#d5353b;
}


div.customer-service-boxes {
	margin-top: 5px;
	display: block;
}

div.cs-box {
	margin-left: 10px;
	display: block;
	width: 165px;
}


div.customer-service-boxes h4 {
	font-weight:bold;
	font-size:12px;
	color:#525252;
	margin-bottom:3px;
}


body#ico29 div#nav-left ul li a.site-map,
body#ico29 div#nav-left ul li a:active.site-map,
body#ico29 div#nav-left ul li a:visited.site-map,
body#ico29 div#nav-left ul li a:hover.site-map,
body#ico31 div#nav-left ul li a.legal,
body#ico31 div#nav-left ul li a:active.legal,
body#ico31 div#nav-left ul li a:visited.legal,
body#ico31 div#nav-left ul li a:hover.legal {
    background-position: 35px -22px;
}

/*CONTACT US */
.contact-form label {
	width:180px;
	float:left;
}
.contact-form p {
	margin-bottom:10px!important;
}
.contact-form input {
	background-color: #f5f8f8;
	border-top: 1px solid #bdc7cb;
	border-left: 1px solid #bdc7cb;
	width:200px;
	overflow:auto;
}
.contact-form select {
	background-color: #f5f8f8;
	border-top: 1px solid #bdc7cb;
	border-left: 1px solid #bdc7cb;
	float:float;
	width:200px;
	overflow:auto;
}
.contact-form textarea {
	background-color: #f5f8f8;
	border-top: 1px solid #bdc7cb;
	border-left: 1px solid #bdc7cb;
	float:float;
	width:200px;
	overflow:auto;	
}
.contact-form span {
	font-weight:bold;
}
.contact-form form {
	width:300px;
}
.contact-form a {
	color:#5998c5;
	text-decoration:none;
}
.rule {
	height:1px;
	width:450px;	
}
.required 
{
	font-size:14px;
	color:#d5353b !important;
	font-weight:bold;
}
.required2
{
	font-size:12px;
	color:#d5353b !important;
	font-weight:bold;
}
.upc {
	color:#666!important;	
	font-weight:bold;
	font-size:10px;
}

div#error 
{
	background:url(../images/form_error.jpg) no-repeat 20px 20px;
	background-color:#f5f8f8;
	border:1px #e2e8e8 solid;
	margin-bottom:17px;
	padding:20px;
	color:#D5353B;
}

div#error ul
{
	margin:0;
	padding:0;
	list-style-type:disc;
}
	
div#error p
{
	margin:0;
	padding:0;
	color:#D5353B;
	padding-left:45px;
	padding-bottom:8px;
}

div#error ul li
{
	display:inline;
	color:#D5353B;
	font-weight:bold;
	margin-right:9px;
}


/*SITE MAP*/
.site-content {
	width:675px;
	height:330px;
	overflow: hidden;
}
.site-content li {
	/*margin-left:30px;*/
	padding:0px!important;
	margin-top:-10px;
	margin-bottom:8px;
	color:#666;
	list-style:none!important;
}
.site-content h3 {
	font-size:14px!important;
}
.float-area {
	float:left;
	/*margin-right:50px;*/
}
.float-area ul {
	width:235px!important;
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	color:#d41e25;
	
}
.float-area img {
	float:left;
	margin-top:1px;
	margin-right:4px;
}
.float-areasec {
	/*margin-left:40px;*/
	float:left;
}
.float-areasec ul {
	width:160px!important;
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	color:#d41e25;
}
.float-areasec img {
	float:left;
	margin-top:1px;
	margin-right:4px;
}
.sun-int li {
	margin-left:10px;
	list-style-image:url(../images/arrow-left-sm.gif)!important;
}
.sun-int {
	padding-top:5px;
	font-weight:normal!important;
}

.sun-int a {
	font-weight:normal!important;
	text-align:left;
}

.sub-title {
	color:#d41e25!important;
	margin-top:3px!important;
}

.sub-title a {
	color:#d41e25;
	text-decoration:none;
	font-weight:bold;
}
.up-control {
	margin-top:-20px;
	*margin-top:-70px;
	font-family:Arial;
	font-size:12px;
	color:#666666;
}
.up-out {
	margin-top:-20px;
	*margin-top:-60px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}
.info-pages li {
	margin-left:20px;
}
.info-pages {
	margin-top:-5px;
}
.info-pages {
	font-weight:bold!important;
}

/*SEARCH*/
.titleSearch {
	color:#526a9c!important;
	font-weight:bold;
}
.txtSearch {
	margin-top:-25px;
}
.txtSearch a {
	color:#4d91c1!important;
	text-decoration:none;
}
.ctrlSearch {
	width:570px;
	height:18px;
	border-top:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	padding-left:50px;
	padding-right:30px;
	padding-top:5px;
	font-family:Arial;
	font-size:12px;
	color:#dcdcdc!important;
}
.ctrlSearch a {
	color:#4d91c1!important;
	text-decoration:none;
	font-weight:normal!important;
}
.found {
	color:#525252!important;
	margin-left:40px;
	margin-right:40px;
}
.divisionSearch {
	margin-left:50px;
	margin-right:50px;
}
