/*@font-face {
	font-family: "RobotoSlab";
	src: url('../fonts/RobotoSlab-Regular.eot');
	src: local('RobotoSlab'),
	url('../fonts/RobotoSlab-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/RobotoSlab-Regular.woff') format('woff'),
	url('../fonts/RobotoSlab-Regular.ttf') format('truetype'),
	url('../fonts/RobotoSlab-Regular.otf') format('opentype'),
	url('../fonts/RobotoSlab-Regular.svg#RobotoSlab') format('svg');
	font-weight: normal;
	font-style: normal;
}*/

@font-face {
    font-family: 'roboto_slabregular';
    src: url('../fonts/RobotoSlab-Regular-webfont.eot');
    src: url('../fonts/RobotoSlab-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/RobotoSlab-Regular-webfont.woff') format('woff'),
         url('../fonts/RobotoSlab-Regular-webfont.ttf') format('truetype'),
         url('../fonts/RobotoSlab-Regular-webfont.otf') format('opentype'),
         url('../fonts/RobotoSlab-Regular-webfont.svg#roboto_slabregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_slabbold';
    src: url('../fonts/RobotoSlab-Bold-webfont.eot');
    src: url('../fonts/RobotoSlab-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/RobotoSlab-Bold-webfont.woff') format('woff'),
         url('../fonts/RobotoSlab-Bold-webfont.ttf') format('truetype'),
         url('../fonts/RobotoSlab-Bold-webfont.svg#roboto_slabbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "roboto_slabregular";
	font-size: 12px;
	color: #000000;
}

strong, b {
	font-family: "roboto_slabbold";
}

.topDiv {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	height: 123px;
}

.topContent {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: 123px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.logo {
	width: 504px;
	margin: 20px 0px 0px 40px;
	float: left;
}

.phones {
	width: 150px;
	height: 123px;
	margin: 40px 0px 0px 0px;
	color: #000000;
	float: left;
}

.phones a, a:visited {
	color: #000000;
	text-decoration: none;
}

.phones a:hover, a:active {
	color: #000000;
	text-decoration: underline;
}

li.phone {
	list-style-image: url(../pix/icon_phone.png);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 14px;
}

li.email {
	list-style-image: url(../pix/icon_email.png);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 14px;
	}

.lang {
	width: 266px;
	float: left;
	color: #4d4d4d;
	margin: 46px 0px 0px 0px;
}

.langOn {
	display: block;
	width: 24px;
	height: 21px;
	color: #ffffff;
	background-color: #0061a9;
	font-family: "roboto_slabbold";
	text-align: center;
	padding-top: 3px;
	float: left;
}

.langSep {
	float: left;
	padding-top: 3px;
}

a.langL, a.langL:visited {
	display: block;
	width: 24px;
	height: 21px;
	font-family: "roboto_slabbold";
	color: #4d4d4d;
	text-align: center;
	padding-top: 3px;
	float: left;
	text-decoration: none;
}

a.langL:hover, a.langL:active {
	display: block;
	width: 24px;
	height: 21px;
	color: #ffffff;
	background-color: #0061a9;
	font-family: "roboto_slabbold";
	text-align: center;
	padding-top: 3px;
	float: left;
}

.topNavBar {
	width: 100%;
	height: 33px;
	background-color: #4d4d4d;
	background-image: url(../pix/bg_nav.png);
	background-repeat: repeat-x;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	float: left;
}

.menu{width:100%;padding:5px 0px 0px 0px;}
#menuLinks{width:960px;margin:0px auto 0px auto;padding:0px 0px 0px 0px;}
ul#menuLinks li{display:inline;list-style:none;font-size:15px;font-weight:bold;margin:0px 0px 0px -3px;padding-top:0px;}
ul#menuLinks a, a:visited{color:#333333;text-decoration:none;}
ul#menuLinks a:hover, a:active{color:#ffffff;text-decoration:none;}

.menuSep {
	color: #333333;
	margin-left: 0px;
}

.topNavBarContent {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.topNav {
	color: #333333;
	width: 810px;
	float: left;
	font-family: "roboto_slabbold";
	font-size: 14px;
	margin-top: 9px;
}

a.topNavL, a.topNavL:visited {
	color: #333333;
	text-decoration: none;
	margin-left: 15px;
	margin-right: 15px;
}

a.topNavL:hover, a.topNavL:active {
	color: #ffffff;
	text-decoration: none;
	margin-left: 15px;
	margin-right: 15px;
	/*text-shadow:#005aa3 1px 1px 1px;*/
}

.search {
	text-align: left;
	float: left;
	width: 250px;
	float: left;
}

.banner {
	width: 100%;
	height: 330px;
	background-color: #005aa3;
	background-image: url(../pix/bg_upper.png);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

.content {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

.contentBody {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	margin-bottom: 50px;
}

.columnLeft {
	width: 460px;
	float: left;
}

.columnRight {
	width: 460px;
	float: left;
	margin-left: 20px;
}

.productRow {
	width: 460px;
	margin: 15px 0px 15px 0px;
	float: left;
}

.product1st {
	width: 100px;
	float: left;
	font-size: 12px;
	font-family: "roboto_slabbold";
	color: #005aa3;
	text-transform: uppercase;
}

.product {
	width: 100px;
	height: 190px;
	float: left;
	font-size: 12px;
	font-family: "roboto_slabbold";
	color: #005aa3;
	text-transform: uppercase;
	margin-left: 13px;
}

a.product01:link, a.product01:visited {
	display: block;
	width: 100px;
	padding: 110px 0px 15px 0px;
	background-image: url(../pix/product_icons/prod_icon_01.png);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: "roboto_slabbold";
	color: #005aa3;
	text-decoration: none;
	text-align: center;
}

a.product01:hover, a.product01:active {
	background-image: url(../pix/product_icons/prod_icon_01_on.png);
	background-position: top;
	background-repeat: no-repeat;
	color: #005aa3;
	text-decoration: none;
}

a.product02, a.product02:visited {
	display: block;
	width: 100px;
	padding: 110px 0px 15px 0px;
	background-image: url(../pix/product_icons/prod_icon_02.png);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: "roboto_slabbold";
	color: #005aa3;
	text-decoration: none;
	text-align: center;
}

a.product02:hover, a.product02:active {
	background-image: url(../pix/product_icons/prod_icon_02_on.png);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: "roboto_slabbold";
	color: #005aa3;
	text-decoration: none;
}

a.product03, a.product03:visited {
	display: block;
	width: 100px;
	padding: 110px 0px 15px 0px;
	background-image: url(../pix/product_icons/prod_icon_03.png);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: "roboto_slabbold";
	color: #005aa3;
	text-decoration: none;
	text-align: center;
}

a.product03:hover, a.product03:active {
	background-image: url(../pix/product_icons/prod_icon_03_on.png);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: "roboto_slabbold";
	color: #005aa3;
	text-decoration: none;
}

a.product04, a.product04:visited {
	display: block;
	width: 100px;
	padding: 110px 0px 15px 0px;
	background-image: url(../pix/product_icons/prod_icon_04.png);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: "roboto_slabbold";
	color: #005aa3;
	text-decoration: none;
	text-align: center;
}

a.product04:hover, a.product04:active {
	background-image: url(../pix/product_icons/prod_icon_04_on.png);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: "roboto_slabbold";
	color: #005aa3;
	text-decoration: none;
}

a.product05, a.product05:visited {
	display: block;
	width: 100px;
	padding: 110px 0px 15px 0px;
	background-image: url(../pix/product_icons/prod_icon_05.png);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: "roboto_slabbold";
	color: #005aa3;
	text-decoration: none;
	text-align: center;
}

a.product05:hover, a.product05:active {
	background-image: url(../pix/product_icons/prod_icon_05_on.png);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: "roboto_slabbold";
	color: #005aa3;
	text-decoration: none;
}

a.product06, a.product06:visited {
	display: block;
	width: 100px;
	padding: 110px 0px 15px 0px;
	background-image: url(../pix/product_icons/prod_icon_06.png);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: "roboto_slabbold";
	color: #005aa3;
	text-decoration: none;
	text-align: center;
}

a.product06:hover, a.product06:active {
	background-image: url(../pix/product_icons/prod_icon_06_on.png);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: "roboto_slabbold";
	color: #005aa3;
	text-decoration: none;
}

a.product07, a.product07:visited {
	display: block;
	width: 100px;
	padding: 110px 0px 15px 0px;
	background-image: url(../pix/product_icons/prod_icon_07.png);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: "roboto_slabbold";
	color: #005aa3;
	text-decoration: none;
	text-align: center;
}

a.product07:hover, a.product07:active {
	background-image: url(../pix/product_icons/prod_icon_07_on.png);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: "roboto_slabbold";
	color: #005aa3;
	text-decoration: none;
}

a.product08, a.product08:visited {
	display: block;
	width: 100px;
	padding: 110px 0px 15px 0px;
	background-image: url(../pix/product_icons/prod_icon_08.png);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: "roboto_slabbold";
	color: #005aa3;
	text-decoration: none;
	text-align: center;
}

a.product08:hover, a.product08:active {
	background-image: url(../pix/product_icons/prod_icon_08_on.png);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: "roboto_slabbold";
	color: #005aa3;
	text-decoration: none;
}

a.product09, a.product09:visited {
	display: block;
	width: 100px;
	padding: 110px 0px 15px 0px;
	background-image: url(../pix/product_icons/prod_icon_09.png);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: "roboto_slabbold";
	color: #005aa3;
	text-decoration: none;
	text-align: center;
}

a.product09:hover, a.product09:active {
	background-image: url(../pix/product_icons/prod_icon_09_on.png);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: "roboto_slabbold";
	color: #005aa3;
	text-decoration: none;
}

a.product10, a.product10:visited {
	display: block;
	width: 100px;
	padding: 110px 0px 15px 0px;
	background-image: url(../pix/product_icons/prod_icon_10.png);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: "roboto_slabbold";
	color: #005aa3;
	text-decoration: none;
	text-align: center;
}

a.product10:hover, a.product10:active {
	background-image: url(../pix/product_icons/prod_icon_10_on.png);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: "roboto_slabbold";
	color: #005aa3;
	text-decoration: none;
}

a.product11, a.product11:visited {
	display: block;
	width: 100px;
	padding: 110px 0px 15px 0px;
	background-image: url(../pix/product_icons/prod_icon_11.png);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: "roboto_slabbold";
	color: #005aa3;
	text-decoration: none;
	text-align: center;
}

a.product11:hover, a.product11:active {
	background-image: url(../pix/product_icons/prod_icon_11_on.png);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: "roboto_slabbold";
	color: #005aa3;
	text-decoration: none;
}

a.product12, a.product12:visited {
	display: block;
	width: 100px;
	padding: 110px 0px 15px 0px;
	background-image: url(../pix/product_icons/prod_icon_12.png);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: "roboto_slabbold";
	color: #005aa3;
	text-decoration: none;
	text-align: center;
}

a.product12:hover, a.product12:active {
	background-image: url(../pix/product_icons/prod_icon_12_on.png);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: "roboto_slabbold";
	color: #005aa3;
	text-decoration: none;
}

.offerRow {
	width: 460px;
	margin: 15px 0px 0px 0px;
	float: left;
}

.offer1st {
	width: 220px;
	float: left;
	font-size: 10px;
	color: #4d4d4d;
	padding-bottom: 15px;
}

.offer2nd {
	width: 220px;
	float: left;
	font-size: 10px;
	color: #4d4d4d;
	margin-left: 20px;
	padding-bottom: 15px;
}

a.offer01, a.offer01:visited {
	display: block;
	width: 220px;
	padding: 110px 0px 0px 0px;
	background-image: url(../pix/offer_icons/offer01.png);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: "roboto_slabbold";
	color: #e8103f;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}

a.offer01:hover, a.offer01:active {
	background-image: url(../pix/offer_icons/offer01_on.png);
	background-position: top;
	background-repeat: no-repeat;
	color: #e8103f;
	text-decoration: none;
}

a.offer02, a.offer02:visited {
	display: block;
	width: 220px;
	padding: 110px 0px 0px 0px;
	background-image: url(../pix/offer_icons/offer02.png);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: "roboto_slabbold";
	color: #e8103f;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}

a.offer02:hover, a.offer02:active {
	background-image: url(../pix/offer_icons/offer02_on.png);
	background-position: top;
	background-repeat: no-repeat;
	color: #e8103f;
	text-decoration: none;
}

a.offer03, a.offer03:visited {
	display: block;
	width: 220px;
	padding: 110px 0px 0px 0px;
	background-image: url(../pix/offer_icons/offer03.png);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: "roboto_slabbold";
	color: #e8103f;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}

a.offer03:hover, a.offer03:active {
	background-image: url(../pix/offer_icons/offer03_on.png);
	background-position: top;
	background-repeat: no-repeat;
	color: #e8103f;
	text-decoration: none;
}

a.offer04, a.offer04:visited {
	display: block;
	width: 220px;
	padding: 110px 0px 0px 0px;
	background-image: url(../pix/offer_icons/offer04.png);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: "roboto_slabbold";
	color: #e8103f;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}

a.offer04:hover, a.offer04:active {
	background-image: url(../pix/offer_icons/offer04_on.png);
	background-position: top;
	background-repeat: no-repeat;
	color: #e8103f;
	text-decoration: none;
}

a.newsL, a.newsL:visited {
	display: block;
	width: 190px;
	padding: 0px 30px 0px 0px;
	background-image: url(../pix/bg_l_grey_arrow.png);
	background-position: center right;
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: "roboto_slabbold";
	color: #818285;
	text-decoration: none;
}

a.newsL:hover, a.newsL:active {
	background-image: url(../pix/bg_d_grey_arrow.png);
	background-position: center right;
	background-repeat: no-repeat;
	color: #4d4d4d;
	text-decoration: none;
}

.brands {
	width: 100%;
	height: 50px;
	margin: 0px 0px 75px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

.brandsH1 {
	display: block;
	width: 175px;
	height: 27px;
	font-size: 18px;
	font-family: "roboto_slabbold";
	color: #ffffff;
	background-color: #000000;
	padding: 7px 14px 7px 14px;
	border-radius: 19px;
	-moz-border-radius: 19px;
	-webkit-border-radius: 19px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: normal;
}

.productsH1 {
	display: block;
	width: 185px;
	height: 27px;
	font-size: 18px;
	font-family: "roboto_slabbold";
	color: #ffffff;
	background-color: #0f5ba2;
	padding: 7px 14px 7px 14px;
	border-radius: 19px;
	-moz-border-radius: 19px;
	-webkit-border-radius: 19px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: normal;
}

.offersH1 {
	display: block;
	width: 155px;
	height: 27px;
	font-size: 18px;
	font-family: "roboto_slabbold";
	color: #ffffff;
	background-color: #ed1c24;
	padding: 7px 14px 7px 14px;
	border-radius: 19px;
	-moz-border-radius: 19px;
	-webkit-border-radius: 19px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: normal;
}

.newsH1 {
	display: block;
	width: 135px;
	height: 27px;
	font-size: 18px;
	font-family: "roboto_slabbold";
	color: #ffffff;
	background-color: #818285;
	padding: 7px 14px 7px 14px;
	border-radius: 19px;
	-moz-border-radius: 19px;
	-webkit-border-radius: 19px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: normal;
}

.brandsContent {
	width: 960px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

.footer {
	width: 100%;
	height: 153px;
	background-color: #005aa3;
	background-image: url(../pix/bg_lower.png);
	background-repeat: repeat-x;
	margin: 75px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

.FooterContent {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.footerLinks {
	width: 140px;
	margin-top: 20px;
	float: left;
	font-size: 11px;
	color: #ffffff;
}

a.footerLink, a.footerLink:visited {
	color: #ffffff;
	text-decoration: none;
}

a.footerLink:hover, a.footerLink:active {
	color: #ffffff;
	text-decoration: underline;
	font-family: "roboto_slabregular";
	font-size: 11px;
}

.footerAddress {
	width: 420px;
	float: left;
	margin-top: 20px;
	font-size: 11px;
	color: #ffffff;
}

.footerLogo {
	width: 222px;
	float: left;
	margin: 38px 0px 49px 178px;
}

#bannerContainer{
	width:960px;
	height:330px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-image: url('../pix/banner01.png') no-repeat center center;
}

.banner-image { 
	background:transparent url('../pix/banner01.png') no-repeat center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover; 
	height:330px; 
	min-width: 960px;
		position:absolute;
		top:0px;
		left:0px;
	margin-left: auto;
	margin-right: auto;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.bannerText {
	width: 480px;
	height: 150px;
	color: #ffffff;
	font-size: 21px;
	float: right;
	text-align: right;
	margin-top: 90px;
}

a.submitButton, a.submitButton:visited {
	display: block;
	width: 150px;
	font-size: 18px;
	font-family: "roboto_slabbold";
	color: #ffffff;
	background-color: #005aa3;
	padding: 7px 14px 7px 14px;
	border-radius: 19px;
	-moz-border-radius: 19px;
	-webkit-border-radius: 19px;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	margin-top: 5px;
}

a.submitButton:hover, a.submitButton:active {
	color: #80add1;
	text-decoration: none;
}