body{
	padding:0;
	font:78% Arial, Helvetica, sans-serif;
	margin:0;
	color:#000;
	background-color:#fff;
}
h1{
	font:110% Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0 0 15px 0;
	padding:0;
	color:#005D92;
    text-transform: uppercase;
}
h2{
	font:105% Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0 0 6px 0;
	padding:0;
	color:#004D9F;
}
h3{
	font:100% Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0 0 5px 0;
	padding:0;
	color:#004D9F;
}
h4{
	font:110% Arial, Helvetica, sans-serif;
	margin:0 0 7px 0;
	padding:0;
	color:#282830;
}
h4 a{
	font:105% Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#3062D5;
}
h4 a:hover{
	text-decoration:underline;
}
h5{
	margin:0 0 1.5em 0;
	padding:0;
	font:100% Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#282830;
}
h6{
	margin:0 0 5px 0;
	padding:0;
	font:100% Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#282830;
}
p{
	margin:0 0 1em 0;
}
table{
	font-size: 100%;
}
td{
	vertical-align:top;
	padding: 0;
}
img{
	border: 0;
}
form{
	margin: 0;
}
input, select, textarea{
	font-size: 85%;
	font-family: arial, sans-serif;
	vertical-align: middle;
	color:#0093DD;
	padding-left:5px;
	padding-right:5px;
	border:1px solid #999;
	background-color:#fff;
}
input.button{
	color:#000;
	padding-top:2px;
	padding-bottom:2px;
	cursor:pointer;
	font-size:90%;
}
input.checkbox{
	border: none;
	vertical-align: middle;
	margin: 0 0.25em;
}
a{
	color:#0176B1;
	text-decoration:underline;
}
a:hover/*, a:visited*/{
	text-decoration:none;
}
ul, ol{
	margin:5px 0 0.8em 14px;
	padding:0 0 0 0;
	list-style:url(../i/square.gif) outside;
}
li ul, li ol{
	margin-top: 0.3em;
	margin-bottom: 0.6em;
	list-style-type: none;
	list-style-image:none;
}
li{
	margin-bottom:0.3em;
}
/* common classes */

.px      { width: 1px; height: 1px; }
.fill    { width: 100%; height: 100%; }
.wide    { width: 100%; }
.high    { height: 100%;}

.center  { text-align: center; }
.right   { text-align: right; }
.left    { text-align: left; }
.justify { text-align: justify; }

.top     { vertical-align: top; }
.middle  { vertical-align: middle; }
.bottom  { vertical-align: bottom; }

.nowrap  { white-space: nowrap; }

.bold    { font-weight: bold; }
.italic  { font-style: italic; }

.big     { font-size: 115%; }
.small   { font-size: 85%; }

.fl{
	float:left;
}
.cl{
	clear:both;
	height:0;
}
.fr{
	float:right;
}
.z10{
	position:relative;
	z-index:10;
}
/* user_content classes */
.user_content table{
    margin:0 0 15px 0;
	border-left:1px solid #515F6C;
	border-top:1px solid #515F6C;
}
.user_content table td{
    padding:5px 10px 6px 10px;
	border-right:1px solid #515F6C;
    border-bottom:1px solid #515F6C;
	text-align:justify;
}
.user_content table td.light{
	background-color:#141C27;
    padding:5px 10px 6px 10px;
	border-right:1px solid #515F6C;
    border-bottom:1px solid #515F6C;
	text-align:justify;
}
.user_content table th{
    border-right:1px solid #515F6C;
    border-bottom:1px solid #515F6C;
    padding:5px 10px 6px 10px;
    text-align:left;
	white-space:nowrap;
}
.user_content p
{
	margin:0 0 1em 0;
}
.img_left{
	margin:0 21px 21px 0;
    float:left;
	background-image:url(../i/pic_bg.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	padding-bottom:8px;
}
.img_right{
	margin:0 0 15px 25px;
    float:right;
	border-bottom:7px solid #C12E00;
	padding-bottom:2px;
}
/* specific classes */
.main{
	min-height:735px;
    height:auto!important;
    height:735px;
	background-image:url(../i/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
.main2{
	min-height:735px;
    height:auto!important;
    height:735px;
	background-image:url(../i/bg2.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
.left_bg{
	background-image:url(../i/left_bg.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}
.left_bg2{
	background-image:url(../i/left_bg2.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}
.right_bg{
	background-image:url(../i/right_bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
.right_bg2{
	background-image:url(../i/right_bg2.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
.top_bg{
	background-image:url(../i/top_bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
.top_bg2{
	background-image:url(../i/top_bg2.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
.head{
	margin:0 45px 0 45px;
}
.head .quick_link{
	padding:39px 0 0 59px;
}
.head .quick_link a{
	margin-right:24px;
}
.flash{
	margin-bottom:9px;
}
.flash2{
	margin-bottom:5px;
}
.slogan{
	margin:0 0 20px 45px;
}
.slogan2{
	position:absolute;
	left:45px;
	top:-54px;
}
.content{
	margin:0 28px 25px 45px;
}
.content .right_col{
	padding-left:45px;
}
.content .cont{
	padding:0 17px 0 16px;
}
.content .menu{
	margin-bottom:20px;
	margin-top:5px;
}
.content .menu a{
	display:block;
	background-repeat:no-repeat;
	background-position:left top;
	font-size:105%;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	padding:1px 0 3px 17px;
	margin-bottom:4px;
}
.content .menu a:hover{
	color:#000;
}
.content .menu a.m1{
	background-image:url(../i/m1.gif);
}
.content .menu a.m2{
	background-image:url(../i/m2.gif);
}
.content .menu a.m3{
	background-image:url(../i/m3.gif);
}
.content .menu a.m4{
	background-image:url(../i/m4.gif);
}
.content .menu a.m5{
	background-image:url(../i/m5.gif);
}
.content .menu .submenu{
	padding:7px 0 8px 0;
} 
.content .menu .submenu a{
	color:#0176B1;
	font-size:95%;
	margin-bottom:2px;
}
.content .menu .submenu a:hover{
	background-image:url(../i/arrow2.gif);
	background-position:9px 5px;
	color:#07A2EA;
}
.content .menu .submenu a.act{
	background-image:url(../i/arrow2.gif);
	background-position:9px 5px;
	color:#07A2EA;
}
.content .menu .submenu2{
	padding:7px 0 8px 0;
} 
.content .menu .submenu3{
	padding-left:15px;
} 
.content .menu .submenu2 a{
	color:#ED6D00;
	font-size:95%;
	margin-bottom:2px;
}
.content .menu .submenu2 a.color1{
	color:#98BF00;
}
.content .menu .submenu2 a.color2{
	color:#3BA32A;
}
.content .menu .submenu2 a.color3{
	color:#C1BA72;
}
.content .menu .submenu2 a.color4{
	color:#BC5D09;
}
.content .menu .submenu2 a.color5{
	color:#0094E8;
}
.content .menu .submenu2 a.color6{
	color:#DD0083;
}
.content .menu .submenu2 a.color7{
	color:#809FB4;
}
.content .menu .submenu2 a.color8{
	color:#F9B700;
}
.content .menu .submenu2 a.color9{
	color:#C9340C;
}
.content .menu .submenu2 a.color10{
	color:#00644C;
}
.content .menu .submenu2 a:hover{
	background-image:url(../i/arrow3.gif);
	background-position:9px 5px;
	color:#004D9F;
}
.content .menu .submenu2 a.act{
	background-image:url(../i/arrow3.gif);
	background-position:9px 5px;
	color:#004D9F;
}
.content .search input.field{
	float:left;
	width:172px;
	height:16px;
	padding:2px 0 0 15px;
	border-right:0;
}
.content .search a{
	display:block;
	float:left;
}
.content .phone{
	font-size:195%;
	font-weight:bold;
	color:#0098E9;
	background-image:url(../i/phone.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	margin-top:40px;
	padding:4px 0 8px 52px;
}
*html .content .phone{
	margin-top:17px;
}
*+html .content .phone{
	margin-top:17px;
}
.content .news_r{
	background-color:#D3EDFF;
	background-image:url(../i/news_rt.gif);
	background-repeat:no-repeat;
	background-position:right top;
}
.content .news{
	background-image:url(../i/news_rb.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding:13px 25px 13px 17px;
}
.content .date{
	/*background-image:url(../i/date_r.gif);
    color:#fff;
    background-color:#0176B1;*/
	background-repeat:no-repeat;
	background-position:right top;
	font-size:90%;
	font-weight:bold;
	width:70px;
	padding:0 0 1px 10px;
	margin-bottom:8px;
}
.content a.more{
	display:none;
	background-image:url(../i/arrow.gif);
	background-repeat:no-repeat;
	background-position:left 5px;
	color:#0098E9;
	font-size:90%;
	font-weight:bold;
	text-decoration:none;
	padding-left:9px;
	margin-top:5px;
}
.content a:hover.more{
	text-decoration:underline;
}
.content .pic{
	background-image:url(../i/pic_bg.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	padding-bottom:8px;
}
.content .nav a, .content .nav span{
	display:block;
	float:left;
	background-image:url(../i/number_bg.gif);
	background-repeat:no-repeat;
	background-position:left top;
	font-size:90%;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	width:20px;
	text-align:center;
	padding-bottom:1px;
	margin-right:5px;
}
.content .nav span {
    color: #000 !important;
}
.content .nav a:hover{
	color:#000;
}
.content .text{
	float:left;
	width:508px;
}
.content .address{
	margin:8px 0 18px 0;
}
.content .bord{
	border-left:1px solid #CBEFFE;
}
.content input.field290{
	width:289px;
	height:16px;
	border:1px solid #DEDEDE;
	padding-top:2px;
	margin:3px 0 10px 0;
}
.content input.field130{
	width:128px;
	height:16px;
	border:1px solid #DEDEDE;
	padding-top:2px;
	margin:3px 0 10px 0;
}
.content input.field140{
	width:138px;
	height:16px;
	border:1px solid #DEDEDE;
	padding-top:2px;
	margin:3px 0 10px 0;
}
.content textarea.field290{
	width:289px;
	border:1px solid #DEDEDE;
	padding-top:2px;
	margin:3px 0 15px 0;
}
.content .pic_bg{
	background-image:url(../i/pic_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	width:108px;
	text-align:center;
	padding:12px 4px 12px 4px;
}
.content a.name{
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#004D9F;
	margin:6px 0 30px 0;
}
.content a.name1{
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#004D9F;
	margin:6px 0 5px 0;
}
.content a:hover.name{
	text-decoration:underline;
}
.content .pic_bg2{
	background-image:url(../i/pic_bg2.jpg);
	background-repeat:repeat-x;
	background-position:top;
	width:162px;
	text-align:center;
	padding:16px 0 25px 0;
}
.content .ico{
	border-bottom:2px solid #E6F7FF;
	border-top:2px solid #E6F7FF;
	margin-bottom:17px;
}
.content .ico td{
	padding:9px 9px 12px 0;
}
.content .links{
	padding:10px 0 0 17px;
}
.content .links a{
	display:block;
	margin-bottom:6px;
}
.bottom_bg{
	background-image:url(../i/bottom_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
.foot_l{
	background-image:url(../i/foot_l.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}
.foot_r{
	background-image:url(../i/foot_r.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
.footer{
	background-image:url(../i/footer_bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding:23px 168px 25px 45px;
}
.footer .banner{
	padding-top:10px;
}
.footer .magic{
	padding:19px 0 0 12px;
	background-color:#0281C1;
}
.footer .magic a{
	font:92% Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}
.footer .magic a span{
	font-size:83%;
	font-weight:normal;
}
.footer .copy{
	color:#fff;
	background-color:#0281C1;
	vertical-align:middle;
}
.relative{
	position:relative;
}
.mb20{
	margin-bottom:20px;
}
.mb25{
	margin-bottom:20px;
}
.mb10{
    margin-bottom: 10px;
}
.feedback td {
    padding-right: 10px;
}
th.attributes_name_multiline {
	font:100% Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding: 10px 0 5px;
	color:#004D9F;
    text-align: left;
}
.links a.act{
    font-weight: bold;
    text-decoration: none;
}
.form_error, .hilight {
    color: #BB2528;
    font-weight: bold;
}
.cart_link {
    margin-bottom: 10px;
}
#print_ref {
    display: none;
}

@media print {
  .print_button {
      display: none;
  }
}

