body {
	padding: 0;
	margin: 0;

	background-color: rgb(0,70,140);

	font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	
	color: #fff;
	
	-webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 580px) {
	body {
		font-size: .8em;
	}
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	/* [disabled]text-decoration: underline; */
}

.YellowRuler {
	background-color: rgb(240,230,30);
	color: #000;
	padding: 6px;
}

.center {
	text-align: center;
	background-color: rgb(240,230,30);
	color: #000;
	font-size: 22px;
	width: 460px;
	padding-left: 6px;
}

.clear-both {
	clear: both;
}

.text-align-justify {
	text-align: justify;
}

a,
a:visited {
	color: #53bdfa;
}

.gc-cs-link {
	color: #53bdfa !important;
	text-decoration: none !important;
}

#header {
	background-color: #008ce1;
	position: relative;
	height: 200px;
	padding-left: 6px;
	background-image: url(Images/headerBlueSkyClouds_BG.png);
}

#header img.logo {
	width: 453px;
	height: 180px;
	border: 0px;
}

#header ul.nav {
	position: absolute;
	right: 10px;
	top: 10px;
}

#header ul.nav li {
	display: block;
	margin: 12px 0px;
	padding: 0px;
	text-align: right;
}

#header ul.nav li a {
	/*background-color: #19486A;*/
	padding: 0px;
	margin: 0px 3px;
	text-transform: uppercase;
	color: #3F6;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	text-shadow: 1px 1px 1px #000;
}

#header ul.nav li a:hover {
	border-bottom: 1px #fff dotted;
}

#header button.navTrigger {
	position: absolute;
	top: 0px;
	right: 0px;
}

@media screen and (max-width: 500px) {
	#header ul.nav {
		width: 100%;
		display: none;
		position: absolute;
		top: -15px;
		right: 0px;
		background-color: blue;
	}
	
	#header ul.nav li a {
		width: 100%;
		padding: 5px;
		margin: 0px;
		border: 1px #ccc solid;
		display: list-item;
	}
}

#header div.contact {
	position: absolute;
	right: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
}

#header div.contact a {
	color: #fff;
}

#main {
	padding: 0em .25em;
	margin: 0em .25em;
	position: relative;
	overflow: auto;
}

#main h1.hsb {
	text-align: center;
	font-size: 1.4em;
	border: 0px;
	margin: 1.2em 0em;
}

#main h2 {
	text-align: left;
	margin: 50px 0px 5px 0px;
	padding: 0px;
	border-bottom: 1px #ccc solid;
}

#main .panel-right {
	float: right;
	overflow: auto;
	max-width: 320px;
	margin-left: .5em;
}

#main .panel-right img,
#main .panel-right iframe {
	width: 320px;
	height: 240px;
	float: right;
	clear: right;
	margin-top: 1em;
}

@media screen and (max-width: 580px) {
	#main img.hsbWear {
		width: 160px;
		height: 120px;
	}

	#main iframe.hsbInstallVideo {
		width: 160px;
		height: 120px;
	}
}

#main div.orderNow {
	text-align: center;
}

#main div.orderNow div.orderLinkWrapper {
	margin-top: 2em;
}

#main div.orderNow a.orderLink {
	padding: .5em;
	text-decoration: none;
	background-color: green;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
}

#main div.contact .content {
	margin: 2.5em auto;
	line-height: 1.4em;
	text-align: center;
}

#main div.contact label {
	font-weight: bold;
}

#main table.dealers {
	width: 100%;
	border-collapse: collapse;	
}

#main table.dealers .countryName,
#main table.dealers .provinceName {
	margin: 10px 0px;
	padding: 0px;
}

#main table.dealers td.dealer {
	padding: 1em;
}

#main table.dealers td.dealer form.mapCaller input[type=submit] {
	margin-top: 1em;
	padding: 1em;
	background-color: #156caf;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border: 0px;
	cursor: pointer;
}

#main table.dealers .dealerName {
	margin: 0px;
	padding: 0px;
}

#main table.dealers td.dealer {
	border: 1px #ccc solid;
}

#main table.dealers td.dealer:hover {
	background-color: #ccc;
}

#main label {
	font-weight: bold;
}

#footer {
	border-top: 1px #ccc solid;
	font-size: .8em;
	text-align: center;
	background-color: #3d3d3d;
	color: #ccc;
	padding: 0em 0em 1em;
}

#footer a {
	color: #fff;
}

#footer ul.nav {
	margin: 1em;
	padding: 0;
	font-weight: bold;
}

#footer ul.nav li {
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}

#footer div.credit {
	margin-top: 2em;
	font-size: .9em;
	font-style: italic;
}
