/**
* Content styles
*
* Order: headings, copy, images, links, forms, search
**/


/* Generated by Font Squirrel (https://www.fontsquirrel.com) on July 6, 2016 */



@font-face {
    font-family: 'aeroregular';
    src: url('../fonts/aero-webfont.woff2') format('woff2'),
         url('../fonts/aero-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body {
	font: 12px Helvetica, Arial, sans-serif;
	color: #444;
}


/* Headings */

h1 {
	margin: 0 0 30px 0;
	font-family: "aeroregular",Helvetica,sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	color: #d89903;
}

h2 {
	margin: 0 0 8px 0;
	line-height: 1.25em;
	font-family: "aeroregular",Helvetica,sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	color: #002e60;
}

	body#home #column-right h2 {
		margin: 0 0 20px 0;
		color: #d89903;
	}

h3 {
	margin: 0 0 8px 0;
	line-height: 1.25em;
	font-family: "aeroregular",Helvetica,sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	color: #6e603f;
}

h4 {
	margin: 0 0 8px 0;
	line-height: 1.4em;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #444;
}


/* Copy */

p {
	margin: 0 0 9px 0;
	line-height: 1.4em;
	font-size: 12px;
}

	p.vert-mid * { vertical-align: middle; }

	p.breadcrumb {
		color: #063363;
	}
	
	#footer p {
		color: #61563a;
	}
	

strong { font-weight: bold; }

em { font-style: italic; }

.mainbar ul {
	margin: 0 0 1em 2em;
	padding: 0 0 0 0;
	list-style-type: disc;
}

.mainbar ol {
	margin: 0 0 1em 2em;
	padding: 0 0 0 0;
	list-style-type: decimal;
}

.mainbar li {
	margin: 0 0 .75em 0;
	line-height: 1.4em;
}

.mainbar ul ul,
.mainbar ol ul {
	margin: .5em 0 .75em 3em;
}

.mainbar ol ol,
.mainbar ul ol {
	margin: .5em 0 .75em 3em;
	list-style-type: lower-alpha;
}


/* Images */

#header-left img,
#footer-right img {
	margin: 0 0 0 0;
	display: block;
	border: 0;
}

img.left {
	margin: 0 10px 5px 0;
	float: left;
}

img.right {
	margin: 0 0 5px 10px;
	float: right;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a img {
	border-style: none;
}


/* Links */

a:link,
a:visited {
	text-decoration: underline;
	color: #002e60;
}

a:hover,
a:focus,
a:active {
	text-decoration: underline;
	color: #444;
}

#header-left img a,
#footer-right img a {
	outline: none;
}

#footer a:link,
#footer a:visited {
	text-decoration: none;
	color: #61563a;
}

#footer a:hover,
#footer a:focus,
#footer a:active {
	text-decoration: underline;
	color: #61563a;
}

/* text link button with hovering bg image */

a.button,
a.button:visited {
	background: #000 url(../images/btn_black.png) repeat-x 0 0;
	padding: 10px 15px;
	cursor: pointer;
	border: 0px solid #888;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 2px 2px #a6aec0;
	-webkit-box-shadow: 0 2px 2px #a6aec0;
	text-shadow: 0 1px 1px #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

a.button:hover,
a.button:focus,
a.button:active {
	background-position:0 -8px;
	text-decoration: none;
	color: #fff;
}

div.hmpg-slider-item a {
	width: 140px;
	height: 162px;
	display: block;
	text-indent: -999px;
}

/* tables */
div.mainbar table {
	margin: 0 0 30px 0;
	width: 100%;
}

div.mainbar th {
	font-weight: bold;
}

div.mainbar th,
div.mainbar td {
	padding: 5px 8px;
	border: 1px #ccc solid;
}

div.mainbar table.clean th,
div.mainbar table.clean td {
	border: none;
}

body#home #column-right #ballon-footer a:link,
body#home #column-right #ballon-footer a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

body#home #column-right #ballon-footer a:hover,
body#home #column-right #ballon-footer a:active,
#body#home #column-right #ballon-footer a:focus {
	text-decoration: underline;
	color: #fff;
}



/* Forms */

form {
	margin: 0;
	padding: 0;
}

input {
	margin: 0;
	padding: 0;
}

	/* Generic/default styling for form elements */
	input.textbox {
		height: 18px;
	}

	input.textbox,
	select,
	textarea {
		background-color: #fff;
		padding: 6px 6px;
		border: 1px #888 solid;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		vertical-align: middle;
		font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
		font-size: 12px;
		color: #000;
	}
	
	input.textbox:focus,
	select:focus,
	textarea:focus {
		outline-width: 0;
		border-color: #555;
		box-shadow: 0 0 6px #888;
		-moz-box-shadow: 0 0 6px #888;
		-webkit-box-shadow: 0 0 6px #888;
	}
	
	/* Basic input button styled to be all nice */

	input.button {
		background: url(../images/btn_grey.png) #ccc 0 0 repeat-x ;
		padding: 6px 12px; *padding:4px 3px;
		height: 32px;
		vertical-align: middle;
		outline-width:0;
		cursor:pointer;
		border: 1px solid #888;
		-moz-border-radius: 4px; 
		-webkit-border-radius: 4px;
		border-radius: 4px;
		text-shadow: 0 1px 1px #fff;
		font-weight:bold;
		font-size:12px;
		color: #555;
	}

	input.button:hover {
		background-position:0 -8px;
		border: 1px solid #555;
		color: #555;
	}

	input.button:active {
		background-position:0 -8px;
		border: 1px solid #555;
		color: #555;
	}


/* Attractive default form styles */

table.form-section,
table.checkbox-list {
	border-collapse: collapse;
	background-color: #eaeaea;
	border: 1px #d1d1d1 solid;
	margin-bottom: 30px;
	width: 100%;
}

	table.form-section tr,
	table.checkbox-list tr {
		border-bottom: 1px #bebebe dashed;
	}
	
		table.form-section th {
			width: 200px;
			font-weight: bold;
			padding: 20px 10px 10px 15px;
			vertical-align: top;
			border: none;
		}
	
		table.form-section td,
		table.checkbox-list td {
			width: auto;
			padding: 12px 8px;
			vertical-align: top;
			border: none;
		}
	
		table.form-section td.field-info {
			vertical-align: middle;
			width: 150px;
		}
		
		table.checkbox-list td.check {
			width: 10px;
			text-align: center;
		}
		
		table.form-section span.s {
			display: block;
			margin: 15px 0 0 0;
			background: url("../images/arw_blue.gif") no-repeat scroll left center transparent;
			padding: 0 0 0 22px;
		}
		
		table.form-section table.checkbox-list {
			margin: 0;
		}


/* Nice bar for submit buttons etc */
.submit-bar {
	text-align: right;
	margin-top: 20px;
	background: #f8f8f8;
	padding: 14px;
	border-top: 1px #ccc dashed;
}
	
	.submit-bar a {
		margin-right: 20px;
	}

/* Search form */
/* Must match textbox size + padding + border */
.ib-search {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 33px;
	position: relative;
	top: 0;
	left: 0;
	color: #287BB1;
}

.ib-search .go {
	background: url('../images/btn_search.png') 100% 0 no-repeat;
	margin: 0;
	padding: 0;
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	right: 27px;
	top: 6px;
	border: none;
	cursor: pointer;
	z-index: 6;
	outline: none;
	line-height: 0;
	overflow: hidden;
	text-indent: -9999px;
	font-size: 0;
}

.ib-search .go:hover {
	background-position: 100% -18px;
}

.ib-search .go:active {
	background-position: 100% -36px;

	/* Fixes the IE8 background position bug */
	-ms-background-position-x: 1px/9;
	-ms-background-position-y: -53px/9;
}

.ib-search .query {
	background-color: #fff;
	padding: 5px 5px;
	width: 188px;
	height: 18px;
	border-top: none;
	border-left: 5px #ccc solid;
	border-right: 5px #ccc solid;
	border-bottom: 5px #ccc solid;
	display: block;
	position: absolute;
	top: 0;
	right: 15px;
	z-index: 5;
	line-height: 1em;
	font: 12px/1em Arial,sans-serif;
	font-style: italic;
	color: #7f7f7f;

	/* for IE8 & below needs more top-padding */
	padding: 10px 5px 5px 5px\9;
	height: 13px\9;
}

.ib-search .query:hover {
	border-left: 5px #ccc solid;
	border-right: 5px #ccc solid;
	border-bottom: 5px #ccc solid;
	box-shadow: 0px 0px 10px #ccc;
	color: #656565;
}

.ib-search .query:focus {
	border-left: 5px #C6D0DB solid;
	border-right: 5px #C6D0DB solid;
	border-bottom: 5px #C6D0DB solid;
	-webkit-box-shadow: 0px 0px 10px #aac6dd;
	-moz-box-shadow: 0px 0px 10px #aac6dd;
	box-shadow: 0px 0px 10px #aac6dd;
	outline: medium none;
	color: #656565;
}



/* Search Results */

div.search-result {
	margin-bottom: 15px;
	border-bottom: 1px #777 solid;
}

	div.search-result div {
		padding: 10px;
	}

	div.search-result div.odd {
		background-color: #EEE;
	}

	div.search-result div.even {
		background-color: #DDD;
	}


/* Pagination for search rsults */

.search-paginate {
	padding: 12px;
	text-align: center;
}

	.search-paginate .page-prev {
		float: left;
		*float: none;
	}
	
	.search-paginate .page {
		border: 1px #DDD solid;
		background: #FFF;
		text-decoration: none;
		padding: 5px 8px;
		margin: 0 3px;
	}
	
	.search-paginate .page.on {
		border: 1px #CCC solid;
		background: #EEE;
	}
	
	.search-paginate .page-next {
		float: right;
		*float: none;
	}


/* Captcha */

div.captcha {
	background: #f8f8f8;
	margin: 5px 0px;
	padding: 10px;
	width: 250px;
	border: 1px #ccc solid;
}

	div.captcha div.info {
		width: 20px;
		float: right;
	}
	
	div.captcha img.captcha {
		width: 200px;
		border: 1px #000 solid;
	}
	
	div.captcha input.captcha {
		width: 200px;
		border: 1px #000 solid;
	}
	
/* Expando Styles */

a.expando-opener-link {
	background: url('../images/deco_expando.png') transparent 0 1px no-repeat;
	padding: 0 0 0 10px;
	
}

h2.expando-opener-heading {
	background: url('../images/deco_h2_expando.png') transparent 0 4px no-repeat;
	padding: 0 0 0 13px;
}

h2.expando-opener-heading.expanded {
	background: url('../images/deco_h2_expando_opened.png') transparent 0 4px no-repeat;
}

h3.expando-opener-heading {
	background: url('../images/deco_h3_expando.png') transparent 0 2px no-repeat;
	padding: 0 0 0 13px;
}

h3.expando-opener-heading.expanded {
	background: url('../images/deco_h3_expando_opened.png') transparent 0 2px no-repeat;
}


/* Payment module */

table.payment-items {
	width: 100%;
	margin-bottom: 25px;
	border-collapse: collapse;
	border: 1px #CCC solid;
}

	table.payment-items th {
		background: #e8e8e8;
		padding: 4px 8px;
		font-size: 13px;
		font-weight: bold;
		border-bottom: 1px #CCC solid;
	}
	
	table.payment-items th.price {
		border-left: 1px #ddd solid;
	}
	
	table.payment-items tr.item td {
		padding: 8px;
		font-size: 13px;
	}
	
	table.payment-items tr.gap td {
		height: 10px;
	}
	
	table.payment-items tr.total td {
		padding: 8px;
		font-size: 13px;
		font-weight: bold;
		background: #f8f8f8;
		border-top: 1px #eee solid;
		border-bottom: 1px #eee solid;
	}
	
	table.payment-items tr.notes td {
		font-size: 10px;
		color: #555;
		padding: 4px;
	}
	
	table.payment-items td.price {
		border-left: 1px #eee solid;
	}


table.payment-methods {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border: 1px #CCC solid;
}
	
	table.payment-methods td.radio {
		padding: 10px;
		background: #e8e8e8;
		border-top: 1px #ccc solid;
		border-bottom: 1px #ccc solid;
	}
	
	table.payment-methods td.name {
		padding: 10px 0;
		font-weight: bold;
		background: #e8e8e8;
		border-top: 1px #ccc solid;
		border-bottom: 1px #ccc solid;
	}
	
	table.payment-methods td.desc {
		padding: 8px 0 15px 0;
	}
	
div.payment-continue {
	text-align: right;
}

input.cc-cardname {
	width: 200px;
}

input.cc-cardnum {
	width: 200px;
}

select.cc-type {
	width: 120px;
}

select.cc-exp {
	width: 80px;
}

input.cc-cvn {
	width: 50px;
}


/* Tags */

.tag-list h4 {
	padding: 4px;
	margin: 0 10px 0 0;
	float: left;
}

.tag-list .tag {
	padding: 3px 8px;
	margin: 0 5px;
	float: left;
	list-style-type: none;
	background: #eee;
}


/* Nice table styles */

table.pretty {
	border-collapse: collapse;
	width: 100%;
	margin: 15px 0;
	border-bottom: 1px #ccc dashed;
}

	table.pretty th {
		font-weight: bold;
		border-bottom: 1px #ccc dashed;
		padding: 6px 12px;
		font-size: 14px;
		text-shadow: 1px 1px 1px #ccc;
	}
	
	table.pretty td {
		padding: 6px 12px;
		font-size: 13px;
	}


