body {
	color: #515151;
	font-family: Arial, sans-serif;
	font-size: 12px;
	height: 100%;
	padding: 0;
	margin: 0;
	line-height: 150%;
}

.cls_both {
	clear: both;
}

a:link,a:visited {
	color: #0056AA;
	text-decoration: none;
}

a:hover {
	color: #F34842;
	text-decoration: none;
}

a.readon:link,a.readon:visited {
	color: #0056AA;
	font-size: 12px;
	text-decoration: underline;
	font-style: italic;
	font-weight: normal;
}

a.readon:hover {
	text-decoration: none;
}

img {
	border: 0;
}

#splashpage {

}

#page {
	width: 938px;
	margin: 0 auto;
	padding: 0;
	background: url("../images/bg_container_footer.jpg") no-repeat bottom left;
	padding-bottom: 72px;
}

#header_section {
	height: 95px;
	width: 938px;
}

#header_login {
	height: 29px;
	width: 938px;
	text-align: left;
}

#login_section {
	height: 29px;
	width: 175px;
	float: right;
}

#header_menu {
	height: 32px;
	margin-top: 34px;
        position:relative;
	width: 938px;
        z-index:1000;
}

#header_menu #menu_left {
	float: left;
	width: 615px;
}

#header_menu #menu_right {
	float: left;
	width: 226px;
}

.fixed-link {
	left:370px;
	position:absolute;
	top:-35px;
	z-index:20000;
}

#sitex-logo {
        background-image:url("../images/logo.png");
	display:block;
	height:48px;
        text-indent:-9999px;
	width:203px;
}


/** BG MENU */

#bg_section {
	float: left;
	width: 97px;
	text-align: center;
}

#bg_section ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1;
}

/*Top level list items*/
#bg_section ul li {
	position: relative;
	display: inline;
	float: left;
	background: none; /*overall menu background color*/
}

/*Top level menu link items style*/
#bg_section ul li a:link, #bg_section ul li a:visited {
	width: 82px;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
}

#bg_section ul li a.mainfoldericon {
	display: block;
	padding: 3px 0 0 0;
}

#bg_section ul li a.mainfoldericon span {
	display: none;
}

/*1st sub level menu*/
#bg_section ul li ul {
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
#bg_section ul li ul li {
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
#bg_section ul li ul li ul {
	left: 159px; /* no need to change, as true value set by script */
	top: 0;
}

/* Sub level menu links style */
#bg_section ul li ul li a:link, #bg_section ul li ul li a:visited {
	display: block;
	width: 86px;
	height: 23px;
	text-decoration: none;
	padding: 1px 0px 1px 1px;
	border-left: 2px solid #F64847;
	border-right: 2px solid #F64847;
	background: #FFFFFF;
}

#bg_section ul li ul li.last a {
	border-bottom: 2px solid #F64847;
}

#bg_section ul li ul li a:hover {
	color: red;
}

#bg_section ul li ul li img {
	clear: both;
	height: 21px;
	width: 21px;
}

* html p#iepara {
	/*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}

/* Holly Hack for IE \*/
* html #bg_section ul li {
	float: left;
	height: 1%;
}

* html #bg_section ul li a {
	height: 1%;
}
/* End */ /** END BG MENU  */

#phone_section {
	text-align: center;
	color: #AEAEAE;
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
}

#phone_section p {
	margin: 15px 0;
	padding: 0;
}

#banner {
	margin: 0 22px;
	padding: 0;
	position: relative;
}

#breadcrumb {
	height: 24px;
	width: auto;
	background: url("../images/bg_path.png") top right repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 8px 20px 0 10px;
}

#contentwrapper {
	margin: 0 22px;
	margin-top: 18px;
}

#component {
	float: left;
	width: 544px;
	margin-right: 35px;
}

#right_column {
	float: left;
	width: 314px;
	margin-right: 1px;
}

table.contentpaneopen {
	border-collapse:collapse;
	color: #515151;
	padding :10px 0 0;
	vertical-align: top;
	width: 544px;        
}

td.contentpaneopen {
        margin-right: 10px;
	color: #515151;
}

.componentheading {
	color: #0056AA;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	border-bottom: 2px solid #F34842;
	padding-bottom: 10px;
                line-height: 120%;
}

.contentheading {
	color: #0056AA;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	border-bottom: 2px solid #F34842;
	padding-bottom: 10px;
                line-height: 120%;
}

.cataloglink {
	color: #F34842;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	padding-bottom: 8px;

	
}

a.cataloglink:link, a.cataloglink:visited {
	color: #F34842;
	font-size: 12px;
	text-decoration: underline;
	font-style: italic;
	font-weight: normal;
}


#footer {
	height: 58px;
	margin: 0;
	padding: 0;
}

#footer_content {
	width: 938px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

#footer_content p {
	margin: 0;
	padding: 0;
}

#footer_left {
	font-weight: bold;	
}

#footer_right ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
}

#footer_right ul li {
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#footer_right ul li a:link,#footer_right ul li a:visited {
	color: #A4A4A4;
	margin: 0;
	padding: 0 10px;
	float: left;
	text-decoration: none;
	border-right: 1px solid #A4A4A4;
	font-weight: bold;
}

#footer_right ul#menu-right li.last a {
	border: none;	
}

#footer_right ul li a:hover {
	text-decoration: underline;
}

/** rounded - both */
div.module-rounded-both {
	background: url(../images/bottom_box_br.png) 100% 100% no-repeat;
	margin: 10px 0;
}

div.module-rounded-both div {
	background: url(../images/bottom_box_bl.png) 0 100% no-repeat;
}

div.module-rounded-both div div {
	background: url(../images/top_box_tr.png) 100% 0 no-repeat;
}

div.module-rounded-both div div div {
	background: url(../images/top_box_tl.png) 0 0 no-repeat;
}

div.module-rounded-both div div div {
	padding: 0px 13px 15px 13px;
	width: auto;
}

div.module-rounded-both div div div div {
	background: none;
	padding: 0;
}

div.module-rounded-both h3 {
	font-size: 20px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: normal;
	padding: 8px 0 10px 0;
	margin: 0;
}

div.stay_informed h3 {
	background: url("../images/stay_informed.png") no-repeat top right;
	background-position: 140px 0px;
}

div.module-rounded-both p {
	padding: 0;
	margin: 0;
}

/** end rounded - both */ /** rounded - top */
div.module-rounded-top {
	background: url(../images/top_box_br.png) 100% 100% no-repeat;
}

div.module-rounded-top div {
	background: url(../images/top_box_bl.png) 0 100% no-repeat;
}

div.module-rounded-top div div {
	background: url(../images/top_box_tr.png) 100% 0 no-repeat;
}

div.module-rounded-top div div div {
	background: url(../images/top_box_tl.png) 0 0 no-repeat;
}

div.module-rounded-top div div div {
	padding: 0px 13px 15px 13px;
	width: auto;
        color: #515151;
}

div.module-rounded-top div div div div {
	background: none;
	padding: 0;

}

div.module-rounded-top h3 {
	font-size: 20px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: normal;
	padding: 8px 0 10px 0;
	margin: 0;
	width: auto;
}

div.featured h3 {
	background: url("../images/featured.png") no-repeat top right;
	background-position: 200px 3px;
}

div.module-rounded-top p {
	padding: 0;
	margin: 0;
}

/** end rounded - top */ /** rounded - bottom */
div.module-rounded-bottom {
	background: url(../images/bottom_box_br.png) 100% 100% no-repeat;
}

div.module-rounded-bottom div {
	background: url(../images/bottom_box_bl.png) 0 100% no-repeat;
}

div.module-rounded-bottom div div {
	background: url(../images/bottom_box_tr.png) 100% 0 no-repeat;
}

div.module-rounded-bottom div div div {
	background: url(../images/bottom_box_tl.png) 0 0 no-repeat;
}

div.module-rounded-bottom div div div {
	padding: 5px 13px 15px 13px;
	width: auto;
        color: #515151;
}

div.module-rounded-bottom div div div div {
	background: none;
	padding: 0;
}

div.module-rounded-bottom h3 {
	font-size: 20px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: normal;
	padding: 8px 0 10px 0;
	margin: 0;
}

div.latest_news h3 {
	background: url("../images/latest_news.png") no-repeat top right;
	background-position: 120px 0;
}

div.module-rounded-bottom p {
	padding: 0;
	margin: 0;
}

/** end rounded - bottom */
.module_location {
	margin-top: 10px;
}

.sf-menu {
	float: left;
	margin: 2px 0 0;
}

.sf-shadow ul {
	background: none;
}

.sf-sub-indicator {
	background: none;
}

.sf-menu a {
	border: none;
	font-weight: bold;
	color: #828181;
	padding: 5px 17px;
}

.sf-menu a,.sf-menu a:visited {
	color: #828181;
}

.sf-menu .active {
	background: #FFFFFF;
	color: #0059A5;
}

.sf-menu ul {
	width:155px;
}

.sf-menu li:hover,.sf-menu li.sfHover,.sf-menu a:focus,.sf-menu a:hover,.sf-menu a:active {
	background: #FFFFFF;
	outline: 0;
	color: #F34842;
}

.sf-menu li#current a {
	color: #F34842;
}

.sf-menu li.item20 a {
	color: #0056AA;
}

.sf-menu li li {
	background: #FFFFFF;
}

.sf-menu li ul {
	
}

.sf-menu li ul li.last-child {
	border-bottom: 2px solid #F64847;
}

.sf-menu li li a:link, .sf-menu li li a:visited {
	color: #0056AA;
	border-left: 2px solid #F64847;
	border-right: 2px solid #F64847;
}

.sf-menu li#current li a {
	color: #0056AA;
}

.sf-menu li li a:hover, .sf-menu li li a:active {
	background: #CCCCCC;
	outline: 0;
	color: 0056AA;
}

.sf-menu #current {
	background: none;
}

.sf-menu li {
	background: none;
}


/** LOGIN **/
#form-login {
	margin: 0;
	padding: 0;
}

#form-login ul {
	display: none;
}

#form-login #form-login-remember {
	display: none;
}

#form-login fieldset {
	padding: 0;
	margin: 0;
	margin-top: 2px;
	border: none;
}

#form-login p#form-login-username {
	padding: 0;
	margin: 0 8px 0 5px;
	float: left;
	color: #848789;
	font-weight: bold;
}

#form-login p#form-login-username input#modlgn_username {
	width: 82px;
}

#form-login p#form-login-username br, #form-login p#form-login-password br {
	display: none;
}

#form-login p#form-login-password {
	padding: 0;
	margin: 0;
	float: left;
	color: #848789;
	font-weight: bold;	
}

#form-login p#form-login-password input#modlgn_passwd {
	width: 80px;
}

#form-login .vcp_block1 {
	float: left;
	width: 45%;
	text-align: center;	
}

#form-login .vcp_block2 {
	float: right;
	width: 45%;
	text-align: center;	
}

#form-login .button_login {
	border: 0;
	margin: 0;
	padding: 0;
	width: 55px;
	height: 23px;
	background: url("../images/btn_submit.png") no-repeat top left;
	cursor: pointer;
}
/** END LOGIN **/

#productimage {
	float:right;
	margin:-1px -1px 0 10px;
}

hr {
height: 2px;
width:100%;
background:#F34842;
	margin:0px 0px 0px 0px;

}

.locations {
	color: #0056AA;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	border-bottom: 2px solid #F34842;
	padding-bottom: 10px;
padding-top: 20px;
}
#locationsimage {
	float:right;
	margin:-16px 0px 0 40px;
}