@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Bree+Serif);
/*
//(C)2007-2012 RAZOR WEB DESIGN
//THIS CODE IS STRICTLY COPYRIGHT. DO NOT MODIFY, REDISTRIBUTE, REMOVE WITHOUT THE CONSULTATION OF RAZOR WEB DESIGN.
//SITE TEMPLATE STYLESHEET
*/

/*Colours:
green - C00
*/
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);

/*TEMPLATE*/
* {
	padding:0;
	margin:0;
}
body {
	background-color:#EEE;
	font-family:"Open Sans", Arial, Tahoma, Geneva, sans-serif;
	background-image:url(images/bg.jpg);
	
	padding:0 !important;
	margin:0 !important;
}
#body {
	margin:0 auto;
	width:1020px;
	background-color:#FFF;
	padding:15px;
}
#body.home-space {
	padding-top:50px;
}
#content {
	overflow: hidden;
}
#header,#footer,#nav {
	display:block;
}
#header {
	width:100%;
	background-position:center top;
	background-repeat:no-repeat;
}
#header-body {
	overflow:hidden;
	width:1050px;
	margin:0 auto;
	padding-top:20px;
	padding-bottom:10px;
	text-align:center;
	/*background-image:url(images/bg-top.png);*/
	background-position:center;
	background-repeat:no-repeat;
}
#header-body-info h2.phone {
	color:#FFF;
}
#nav-body {
	width:1050px;
	height:45px;
	margin:0 auto;
	background-image:url(images/bg-nav.jpg);
}
#footer-divider {
	background-color:#C00;
	background-image:url(images/bg-footer-pattern.jpg);
	background-position:center;
	padding-bottom:35px;
	width:1050px;
	margin:0 auto;
}
#footer-divider-white {
	background-color:#FFF;
	padding-bottom:5px;
	width:1050px;
	margin:0 auto;
}
#footer {
}
#foot-body {
	background-color:#DDD;
	overflow:hidden;
	margin:0 auto;
	width:1010px;
	padding:30px 20px 35px;
	background-position:top;
	background-image:url(images/bg-footer.jpg);
	background-repeat:repeat-x;
}
div#foot-body div.block-left {
	width:75%;
	float:left;
}
div#foot-body div.block-right {
	width:25%;
	text-align:right;
	float:right;
	border-left:none;
	padding-top:15px;
}
div#foot-body .links {
	overflow:hidden;
	margin-top:10px;
}
div#foot-body .links li {
	list-style:none;
	float:left;
	color:#666;
}
div#foot-body .links li.label {
	font-weight:bold;
	padding-right:10px;
}
div#foot-body .links li a {
	color:#FFF;
	text-decoration:none;
	padding-right:10px;
	color:#666;
}
div#foot-body .links li a:hover {
	color:#000;
}
div#foot-body h2 {
	font-size:18px;
	font-family: Oswald,Arial,Helvetica,sans-serif;
    font-weight: normal !important;
	color:#666;
	text-shadow: 0 1px 0 #EEE;
}
div#foot-body p {
	color:#888;
	font-size:12px;
	text-shadow: 0 1px 0 #EEE;
}
div#foot-body div.block-right p {
	font-family:Oswald,Arial,Helvetica,sans-serif;
	color:#999;
}
div#foot-body div.block-right p.mini {
	font-size:10px;
	color:#333;
	margin-top:5px;
}
div#foot-body div.block-right p img {
	border:1px solid #BBB;
}
div#foot-body div.block-right p img:hover {
	border:1px solid #888;
}
div#foot-body p {
	margin:0;
}

#banner {
	margin-bottom:-50px;
}
#banner #banner-body {
	margin:0 auto;
	background-repeat:repeat-x;
}
#banner #banner-body .slider-wrapper {
	width:1050px;
	margin:0 auto;
}

.notification {
	margin-bottom:10px;
	padding:8px;
	border-radius:5px;
	color:#FFF;
	font-size:12px;
	display:none;
}
.notification a {
	color:#FFF;
}
.notification p {
	margin:0;
	color:#FFF;
	font-size:12px;
}
.notification p.info {
	font-size:11px;
	color:#EEE;
}
.notification.red {
	background-color:#972422;
}
.notification.green {
	background-color:#8AAA1F;
}

/*GENERAL*/
h1,h2,h3,h4,h5,h6 {
	font-family:Oswald,Arial,Helvetica,sans-serif;
	font-weight:700 !important;
}
h1 {
	font-size:32px;
	color:#000;
}
h2 {
	font-size:22px;
	color:#C00;
}
h4,h3 {
	font-size:16px;
	color:#C00;
}
p {
	margin:1em 0;
	font-size:14px;
	color:#000;
}
a {
	color:#C00;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
hr {
	border:0;
	margin:15px 0;
	border-bottom:2px dotted #DDD;
}
h2.black {
	color:#000;
}
h2.grey {
	color:#999;
}
h2.italic {
	font-style:italic;
}
h2.light {
	font-weight:300 !important;
}
p.disclaimer {
	font-size:10px;
	font-style:italic;
	color:#999;
}

/*BODY SIZES*/
.body-half {
	width:590px;
	float:left;
	padding-right:10px;
}
.body-full {
	width:800px;
}
.body-sidebox {
	float:left;
	width:200px;
}
.body-sidebox .block {
	width:184px;
	padding:8px;
	background-color:#EEE;
	border-radius:5px;
	margin-bottom:10px;
}
.body-sidebox .block p {
	font-size:13px;
	margin:0.5em 0;
}

/*OTHER*/
.hide {
	display:none;
}
.block {
	display:block;
}
.inline {
	display:inline;
}
.no-margin {
	margin:0 !important
}
.no-padding {
	padding:0 !important
}

/*OTHER ELEMENTS*/
.gallery {
	margin:10px;
	border:2px solid #3353A4;
}
.denote {
	color:#C30;
	font-size:16px;
	font-weight:bold;
	text-shadow:0px 1px 2px #111;
}
#basemenu {
	margin-right: auto;
	position: fixed;
	bottom:0px;
	width: 100px;
	height: 40px;
	text-align:right;
	right:1%;
}
p.caption {
	color:#999;
	font-size:12px;
	font-weight:bold
}

ul.list {
	list-style:square;
}
ul.list li {
	margin:0.5em 0 0.5em 1em;
}
ul.list li span {
	font-weight:bold;
	color:#3353A4;
}

/*FORM*/
.form_table {
	width:100%;
	padding:0;
	margin:0;
	border:0;
}
#form_input {
	padding-top:3px;
	padding-bottom:3px;
}
.form_caption {
	font-size:12px;
	font-weight:none;
	color:#FFF;
	padding:0px 0px 0px 5px;
	margin:0;
	font-style:italic;
	display:none;
}
input,select {
	padding:4px 2px;
	font-size:12px;
}
input[type="text"],input[type="password"],textarea {
	background:url(images/form_bg.jpg) repeat-x;
	background-color:#FFF;
	padding:8px 2px;
	border:2px solid #CCC;
	color:#888;
}
select {
	background:url(images/form_bg.jpg) repeat-x;
	background-color:#FFF;
	padding:4px 2px;
	border:2px solid #CCC;
	color:#888;
}
input[type="submit"] {
	background-color:#3353A4;
	color:#FFF;
	padding:8px 45px;
	cursor:pointer;
	border:0;
	font-size:14px;
}
input[type="submit"]:hover {
	background-color:#000;
}

/*SITEMAP <LI>*/
#sitemap {
	margin-top:10px;
}
#sitemap li {
	margin:10px 0;
	list-style-type:square;
	margin-left:15px;
}

/*SEARCH <LI>*/
#search {
	margin-top:10px;
}
#search li {
	margin:10px 0;
	list-style:none;
	border-top:1px solid #DDD;
}
#search li h2 a {
	font-size:16px;
	text-decoration:none;
}
#search li h2 a:hover {
	text-decoration:underline;
}
#search li p {
	margin:0;
}

/*Spacers*/
.spacer5 {
	height:5px;
}
.spacer10 {
	height:10px;
}
.spacer15 {
	height:15px;
}

/*Loader*/
#load_contact {
	display:none;
	margin-left:5px;
}

/*HTML Box*/
.content-holder {
	width:800px;
	overflow:hidden;	
}
.content-holder .holder, .content-holder .divider {
	float:left;
	text-align:justify;
}
.content-holder .holder.w50 {
	width:390px;
}
.content-holder .holder.w75 {
	width:585px;
}
.content-holder .holder.w25 {
	width:195px;
}
.content-holder .divider {
	width:20px;
}

/*Contact Form / Map*/
.contact-container {
	overflow:hidden;
}
.contact-container .contact-form, .contact-container .contact-map {
	width:450px;
	float:left;
}
.contact-container .contact-map {
	width:570px;
}
.contact-container .contact-map #map_canvas {
	display:block;
	margin:0;
	width:570px;
	height:290px;
	border-radius:5px;
}
.contact-container .contact-map h2 {
	display:inline;
}
.contact-container .contact-map .map-link {
	font-size:10px;
	text-decoration:none;
	display:inline;
}

/*Nav Tree*/
div.nav-tree {
    background-color: #F3F3F3;
    border-radius: 3px 3px 3px 3px;
    color: #666666;
    font-size: 10px;
    margin-bottom: 10px;
    padding: 5px;
}
div.nav-tree a {
    color: #666666;
    text-decoration: underline;
}
div.nav-tree a:hover {
	text-decoration:none;
}

/*GALLERY LIST*/
ul.gallery-list {
	list-style:none;
	overflow:hidden;
}
ul.gallery-list li {
	float:left;
	width:236px;
	padding:10px;
	margin:5px;
	background-color: #EEE;
	border-radius:5px;
}
ul.gallery-list li h3 {
	font-size:18px;
	letter-spacing:-1px;
	color:#3353A4;
}
ul.gallery-list li a.view {
	display:block;
	margin-top:4px;
	background-color:#3353A4;
	color:#FFF;
	text-align:center;
	padding:7px 5px;
	text-decoration:none;
}
ul.gallery-list li a.view:hover {
	box-shadow:inset 0 0 5px #000;
	text-decoration:underline;
}

/*NEWS*/
.content-holder .holder.news h6 {
	font-size:24px;
	color:#3353A4;
}
.content-holder .holder.news p.sub-text {
	color:#999;
	font-size:12px;
	font-weight:bold;
	margin:5px 0;
}
.content-holder .holder.news p {
	font-size:12px;
}
.content-holder.border-top-news {
	border-top:1px solid #FFF;
}

/*Forms*/
ul.form {
	list-style:none;
	margin:10px 0;
	overflow:hidden;
}
ul.form li.field {
	display:block;
	margin:1px 0;
	clear:right;
}
ul.form.float li.field {
	float:left;
	margin-right:15px;
}
ul.form li.field.submit {
	margin-top:15px;
}
ul.form li.field.submit-links {
	margin-top:23px;
}
ul.form li.field label, ul.form li.field input, ul.form li.field select, ul.form li.field textarea {
	display:block;
}

ul.form li.field label {
	display:block;
	color:#999;
	font-weight:normal;
	font-size:13px;
}
ul.form li.field em {
	color:#C00;
}

ul.form li.field input, ul.form li.field textarea, ul.form li.field select {
	font-family:Arial,sans-serif;
	border:1px solid #999;
	padding:3px 4px;
	color:#999;
	font-size:12px;
	border-radius:2px;
}
ul.form li.field textarea {
	padding:5px 4px;
}
ul.form li.field select {
	padding:7px 4px;
}
ul.form li.field input:focus, ul.form li.field textarea:focus, ul.form li.field select:focus {
	color:#000;
	border:1px solid #3FA9F5;
}
ul.form li.field p.value {
	font-size:12px;
	color:#999;
	margin:0;
	padding-top:8px;
}
ul.form li.field input[type=submit] {
	background-color:#4e7a9b;
	color:#FFF;
	font-weight:bold;
	border:none;
	padding:8px 20px;
	text-shadow:0 1px 0 #036;
	border-radius:4px;
	cursor:pointer;
	text-shadow:0 -1px 0 #3353A4;
}
ul.form li.field input[type=submit]:hover {
	background-color:#666;
}
ul.form li.field input[type=submit]:active {
	box-shadow:inset 0px 0px 5px #000;
}
ul.form li.field textarea.full {
	width:97%;
	display:block;
	padding:1%;
	min-height:200px;
}
ul.form li.field p.caption {
	font-size:11px;
	color:#999;
	margin:0.5em 0 0;
	font-weight:normal;
}

/*Comments*/
div.comment-form {
	margin:1em 0 0;
	width:453px;
	padding:5px;
	background-color:#EEE;
	border-radius:5px;
	border:1px solid #CCC;
}

div.comment-display {
	margin:1em 0 0;
	border:1px solid #CCC;
	border-radius:5px;
	overflow:hidden;
}
div.comment-display ul {
	list-style:none;
}
div.comment-display ul li {
	background-color:#EEE;
	padding:5px;
	border-top:1px solid #DDD;
	border-bottom:1px solid #FFF;
}
div.comment-display ul li.top {
	border-top:none;	
}
div.comment-display ul li p {
	font-size:13px;
	margin:0;
}
div.comment-display ul li p.info {
	font-size:11px;
	color:#999;
}

/*Item List*/
ul.item-list * {
	margin:0;
}
ul.item-list {
	margin:10px 0 20px;
	overflow:hidden;
	list-style:none !important;
}
ul.item-list li.item {
	background-color:#EEE;
	list-style:none !important;
}
ul.item-list li.item.blur {
	background-color:#F5F5F5;
}
ul.item-list li.item ul.row-data {
	overflow:hidden;
	width:100%;
	list-style:none;
}
ul.item-list li.item ul.row-data li {
	float:left;
	list-style:none;
	padding:5px 0;
}
ul.item-list li.item ul.row-data li h2 {
	font-size:14px;
	color:#666;
}
ul.item-list li.item ul.row-data li.download {
	width:160px;
	text-align:right;
	float:right;
	padding-right:10px;
}
ul.item-list li.item ul.row-data li.download p {
	font-size:13px;
	color:#666;
	letter-spacing:-1px;
	margin-bottom:0;
}
ul.item-list li.item ul.row-data li.image {
	margin-left:10px;
	padding:5px 0;
	padding-right:10px;
}

/*CONTAINER SETUP*/
.container {
	width:920px;
	overflow:hidden;
}
.container .left {
	float:left;
	width:480px;
}
.container .right {
	float:right;
	width:480px;
}
.container .box3 {
	float:left;
	width:250px;
	padding:16px;
	margin:10px;
	background-color:#EEE;
	border-bottom:1px solid #FFF;
}
.container ul.list {
	list-style:square;
}
.container ul.list li {
	margin:0.5em 0 0.5em 1em;
	font-size:11px;
}
.container ul.list li span {
	font-weight:bold;
	color:#3353A4;
}
.container .box3 img.head {
	margin-bottom:10px;
}
.container .box3 p.caption {
	font-size:11px;
	color:#999;
}
.container .box3 h2 {
	font-family: "Merriweather Sans",Arial,Helvetica,sans-serif;
	font-weight:700 !important;
	margin-bottom:0.5em;
	padding-bottom:0.5em;
	border-bottom:1px solid #CCC;
	color:#3353A4;
}
.container .box3 a.button {
	margin-top:10px;
	font-family:,Arial,sans-serif;
	display:block;
	background-color:#FF1717;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	padding:8px 45px;
	font-family: "Merriweather Sans",Arial,Helvetica,sans-serif;
}
.container .box3 a.button:hover {
	background-color:#000;
}
.container .box3 a.button:active {
	position:relative;
	top:1px;
}
.container .box-block {
	min-height:155px;
}

/*Feature Block*/
.feature-block {
	margin:1em 0;
	overflow:hidden;
}
.feature-block .block {
	border:2px solid #BBB;
	margin:10px;
	width:310px;
	float:left;
}
.feature-block .block .content {
	padding:15px;
	min-height:190px;
}
.feature-block .block p {
	font-size:13px;
	text-shadow:0 1px 0 #FFF;
	margin:0.35em 0;
}
.feature-block .block h2 {
	color:#999;
	text-shadow:0 1px 0 #FFF;
}
.feature-block .block div.button {
	clear:both;
}
.feature-block .block div.button a {
	display:block;
	background-color:#BBB;
	padding:5px;
	color:#000;
	text-decoration:none;
	text-align:center;
}
.feature-block .block div.button a:hover {
	background-color:#FF1717;
	color:#FFF;
}

/*Feature Block*/
.item-block {
	margin:1em 0;
	overflow:hidden;
}
.item-block .block {
	width:45%;
	float:left;
}
.item-block .block .content {
	padding:15px;
	min-height:190px;
}
/*HomePage List Prices*/
ul.news-list {
	list-style:none;
}
ul.news-list li {
	overflow:hidden;
	padding-top:3px;
	margin-top:3px;
	border-top:1px dotted #CCC;
}
ul.news-list p {
	float:left;
}
ul.news-list p.date {
	float:right;
	font-size:10px;
	color:#999;
}

div.standout {
	margin:10px 0px;
	padding:10px;
	background-color:#EEE;
	text-align:center;
}


/*Tiles*/
.tiles {
	overflow:hidden;
}
.tiles .block {
	float:left;
	width:190px;
	background-color:#EEE;
	margin:7px;
}
.tiles .block h2 {
	text-align:center;
	padding:5px;
}
.tiles .block p {
	margin:0;
	text-align:center;
	font-size:12px;
	color:#777;
	margin-bottom:5px;
}

/*Info Block*/
.info-block {
	margin:1em 0;
	overflow:hidden;
}
.info-block .block {
	padding:15px;
	margin:10px;
	width:286px;
	border:2px solid #DDD;
	float:left;
	position:relative;
}
.info-block .block.no-top {
	padding-top:0;
}
.info-block .block p {
	font-size:13px;
	text-shadow:0 1px 0 #FFF;
	margin:0.35em 0;
}
.info-block .block h2 {
	color:#999;
}
/*Spec List*/
ul.spec-list {
	overflow:hidden;
	list-style:none;
	margin:1em 0;
}
ul.spec-list li p {
	float:left;
	width:40%;
}
ul.spec-list li p.value {
	width:60%;
}
ul.spec-list li p.label {
	color:#CC0000;
	font-weight:bold;
}
ul.spec-list li {
	overflow:hidden;
	border-bottom:1px dotted #CCC;
}
ul.spec-list li.first {
	border-top:1px dotted #CCC;
}
.calendar-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
