/*@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;
}

.topContent {
	margin-left: auto;
	margin-right: auto;
	height: 123px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

.logo {
	width: 100%;
	text-align: center;
	margin: 20px auto 0px auto;
}

.phones {
	width: 150px;
	margin: 10px auto 0px auto;
	color: #000000;
	text-align: center;
}

.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 {
	color: #4d4d4d;
	margin: 15px auto 0px auto;
	text-align: center;
	width: 230px;
}

.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%;
	font-size: 16px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

.menu{width:100%;padding:5px 0px 0px 0px;margin-top:5px;float:left;border-top: 1px solid #4d4d4d;border-bottom: 1px solid #4d4d4d;}
#menuLinks{width:100%;margin:0px auto 0px auto;padding:0px 0px 0px 0px;}
ul#menuLinks li{display:list-item;text-align:center;list-style:none;font-size:16px;font-weight:bold;margin:0px 0px 0px 0px;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 {
	display: none;
}.topNavBarContent {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

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 {
	display: none;
}

.content {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

.contentBody {
	width: 100%;
	margin-top: 35px;
	margin-bottom: 50px;
}

.columnLeft {
	width: 100%;
}

.columnLeft h1 {
	font-size: 18px;
	color: #005aa3;
	font-family: "roboto_slabbold";
	font-weight: normal;
	margin-top: 0px;
	text-align: center;
}

.columnLeft h2 {
	font-size: 13px;
	color: #005aa3;
	font-family: "roboto_slabbold";
	font-weight: normal;
}

.columnRight {
	display: none;
}

.rightNav {
	width: 220px;
	padding: 0px 0px 0px 0px;
	background-color: #005aa3;
}

a.rightNavL, a.rightNavL:visited {
	font-family: "roboto_slabbold";
	font-weight: normal;
	width: 180px;
	display: block;
	color: #ffffff;
	padding: 10px 30px 10px 10px;
	border-bottom: solid 1px #ffffff;
	text-decoration: none;
	text-transform: capitalize;
	background-image: url(../pix/arrow_off.png);
	background-repeat: no-repeat;
	background-position: right center;
}

a.rightNavL:hover, a.rightNavL:active {
	color: #80add1;
	text-decoration: none;
	text-transform: capitalize;
	background-image: url(../pix/arrow_on.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.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: 195px;
	height: 27px;
	font-size: 18px;
	font-family: "roboto_slabbold";
	color: #ffffff !important;
	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;
}

.productsRow {
	margin: 15px auto 15px auto;
	text-align: center;
}

a.product, a.product:visited {
	font-size: 12px;
	font-family: "roboto_slabbold";
	color: #005aa3;
	text-decoration: none;
	text-align: center;
}

a.product:hover, a.product:active {
	font-size: 12px;
	font-family: "roboto_slabbold";
	color: #005aa3;
	text-decoration: underline;
}

.offersH1 {
	display: block;
	width: 135px;
	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: 85px;
	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: 100%;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

.footer {
	width: 100%;
	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: 100%;
	margin-left: auto;
	margin-right: auto;
}

.footerLinks {
	width: 140px;
	margin-top: 20px;
	margin-left: 5px;
	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: 170px;
	float: left;
	margin-top: 20px;
	font-size: 11px;
	color: #ffffff;
	float: left;
}

.footerLogo {
	display: none;
}

.formInput, .captcha {
	font-family: "roboto_slabregular";
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: #005aa3;
	margin: 5px 0px 5px 0px;
	background-color: #ffffff;
}

a.submitButton, a.submitButton:visited {
	display: block;
	width: 150px;
	font-size: 18px;
	font-family: "roboto_slabbold";
	color: #ffffff !important;
	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 !important;
	text-decoration: none !important;
}

.columnLeft a, a:visited {
	color: #005aa3;
	text-decoration: none;
}

.columnLeft a:hover, a:active {
	text-decoration: underline;
}

.prodList {
	border-top: dashed 1px #005aa3;
}

.prodList td{
	margin-bottom: 10px;
	border-bottom: dashed 1px #005aa3;
	padding: 5px 15px 5px 0px;
}

.prodlist img {
	padding-right: 10px;
}

#cover {
		display:        none;
		position:       absolute;
		left:           0px;
		top:            0px;
		width:          100%;
		height:         100%;
		background:     #ffffff;
		filter:         alpha(Opacity = 90);
		opacity:        0.9;
		-moz-opacity:   0.9;
		-khtml-opacity: 0.9;
		text-align:center;
		vertical-align:middle;
		margin-left:auto;
		margin-right:auto;
}

#dialog1 {
		display:    none;
		left:       0px;
		top:        0px;
		width:          100%;
		height:         100%;
/*		width:      300px;
		height:     300px;*/
		position:absolute;
		top:10px;;
		left:50%;
		margin-left: -50%;
		margin-top:0px;   /* negative half of height above */
		z-index:    100;
		background: #ffffff;
		padding:    2px;
		border:     0px solid gray;
		font-size:12px;
		padding: 0px 0px 0px 0px;
}

th.rotator {
  /* Something you can count on */
  height: 59px;
  white-space: nowrap;
}

th.rotator > div {
  transform: 
    /* Magic Numbers */
    translate(17px, 11px)
    /* 45 is really 360 - 45 */
    rotate(315deg);
  width: 30px;
}
th.rotator > div > span {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}

.hide {
	display: none;
}