@charset "utf-8";
/*========================================================================*/
/* DEFAULT WEBSITE STYLES */
a,a:visited {text-decoration: none; color: #000000; font-size: 13px; font-family: Century Gothic, Arial, Helvetica, sans-serif; outline: none;}
a:hover,a:visited:hover {text-decoration: none; color: #ce000c; outline: none;}

html {
	scrollbar-base-color: #eb2629; scrollbar-arrow-color: #eb2629; scrollbar-face-color: #eb2629;
	background-image: url('../images/bg.png'); background-position: center top;
	background-repeat: repeat; background-attachment: fixed;
	height: 100%; width: 100%; padding: 0px; margin: 0px;
	/*background-size: cover;*/
}
body {font-family: Century Gothic, Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; overflow-y: scroll; margin: 0px; padding: 0px; height: 100%; width: 100%;}
td {font-family: Century Gothic, Arial, Helvetica, sans-serif; font-size: 13px; text-align: left;}
div {font-family: Century Gothic, Arial, Helvetica, sans-serif; font-size: 13px;}
p {font-family: Century Gothic, Arial, Helvetica, sans-serif; font-size: 13px;}
form,h1,h2,h3,h4,h5,h6 {padding: 0px; margin: 0px;}
img {display: block; border: none;}

/*========================================================================*/
/* DEFAULT HEADING STYLES */
h1 {font-family: Century Gothic, Arial, Helvetica, sans-serif; font-weight:normal; color:#ce000c;}
/*========================================================================*/
/* DEFAULT FORM FIELD STYLES */
input[type="text"],input[type="password"],textarea {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
	background: none; border: none; color: #333; padding: 5px; margin: 0px; outline: none;
	background-color: #eee; border: solid 1px #ccc;
	-ms-border-radius:     7px;
	-moz-border-radius:    7px;
	-webkit-border-radius: 7px;
	-o-border-radius:      7px;
	border-radius:         7px;
}
input[type="text"]:hover,input[type="password"]:hover,textarea:hover {border: solid 1px #aaa; outline: none;}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus {background-color: #faffbd; border: solid 1px #eab03f; outline: none;}

textarea {overflow: auto; display: block;}

select {
	background: none; border: none; cursor: pointer;
	font-family: Century Gothic, Arial, Helvetica, sans-serif; font-size: 12px;
	background: none; border: none; color: #333; padding: 5px; margin: 0px; outline: none;
	background-color: #eee; border: solid 1px #ccc;
	-ms-border-radius:     7px;
	-moz-border-radius:    7px;
	-webkit-border-radius: 7px;
	-o-border-radius:      7px;
	border-radius:         7px;
}
select:hover {border: solid 1px #aaa; outline: none;}
select:focus {background-color: #faffbd; border: solid 1px #eab03f; outline: none;}

input[type="checkbox"],input[type="radio"] {cursor: pointer;}

input[type="submit"],input[type="button"] {
	cursor: pointer; background: none; border: none; padding: 5px; margin: 0px; display: inline-block; outline: none;
	background-image: url('../images/bg_button.jpg'); background-position: center center; background-repeat: repeat-x;
	font-family: Century Gothic, Arial, Helvetica, sans-serif; text-align: center; line-height: 14px; font-size: 14px; color: #ffffff;
	background-color: #1864ba; border: solid 1px #1864ba;
	-ms-border-radius:     7px; -ms-box-shadow:     0px 1px 2px #000000;
	-moz-border-radius:    7px; -moz-box-shadow:    0px 1px 2px #000000;
	-webkit-border-radius: 7px; -webkit-box-shadow: 0px 1px 2px #000000;
	-o-border-radius:      7px; -o-box-shadow:      0px 1px 2px #000000;
	border-radius:         7px; box-shadow:         0px 1px 2px #000000;
}
input[type="submit"]:hover,input[type="button"]:hover {outline: none; color: #56a5ff; border: solid 1px #56a5ff;}
input[type="submit"]:focus,input[type="button"]:focus {outline: none; color: #56a5ff; border: solid 1px #56a5ff;}
/*========================================================================*/
/* TEMPLATE CLASSES */
a.button,a.button:visited {
	cursor: pointer; text-decoration: none; padding: 5px; margin: 0px; display: inline-block; outline: none;
	background-image: url('../images/bg_button.jpg'); background-position: center center; background-repeat: repeat-x;
	font-family: Century Gothic, Arial, Helvetica, sans-serif; text-align: center; line-height: 14px; font-size: 14px; color: #ffffff;
	background-color: #1864ba; border: solid 1px #1864ba;
	-ms-border-radius:     7px; -ms-box-shadow:     0px 1px 2px #000000;
	-moz-border-radius:    7px; -moz-box-shadow:    0px 1px 2px #000000;
	-webkit-border-radius: 7px; -webkit-box-shadow: 0px 1px 2px #000000;
	-o-border-radius:      7px; -o-box-shadow:      0px 1px 2px #000000;
	border-radius:         7px; box-shadow:         0px 1px 2px #000000;
}
a.button:hover,a.button:visited:hover {text-decoration: none; outline: none; color: #56a5ff; border: solid 1px #56a5ff;}

div.form-result {/* Contact form result container */
	position: absolute; display: block;
	min-width: 15px; min-height: 15px;
	background-position: center center; background-repeat: no-repeat;
}

img.loading-img {/* Rounding / smoothing loader images on form results and other places */
	padding: 3px;
	background-color: #ffffff; border: solid 1px #ffffff;
	-ms-border-radius:     5px;
	-moz-border-radius:    5px;
	-webkit-border-radius: 5px;
	-o-border-radius:      5px;
	border-radius:         5px;
}

td.bot {height: 50px; vertical-align: middle; text-align: center; font-size: 11px; font-family: Century Gothic, Arial, Helvetica, sans-serif; color: #ffffff; background-color:#403e3e;}
a.bot,a.bot:visited {text-decoration: none; font-size: 11px; color: #ffffff; font-weight: normal;}
a.bot:hover,a.bot:visited:hover {text-decoration: none; font-size: 11px; color: #ffffff; font-weight: normal;}
/*========================================================================*/
/* SITE-SPECIFIC CLASSES */
div.website-wrap {
	width: 1002px; background-repeat: no-repeat; background-position: center top; }


.menuCell {width: 1002px; height: 47px; text-align: center; background-color:#403e3e; }

.menuLink, .menuLink:visited               {text-decoration: none; color: #ffffff; font-weight: normal; font-family: Century Gothic, Arial, Helvetica, sans-serif; font-size:17px;}
.menuLink:hover, .menuLink:visited:hover   {text-decoration: none; color: #ffffff; font-weight: bold; outline: none;}

/*=====CASASOUL===========================================================*/

.list_carousel {
	margin: 0px 0px 0px 0px;
	width: 990px;
	padding: 5px 0px 20px 10px;
}
.list_carousel ul {
	margin: 0;
	padding: 5px;
	list-style: none;
	display: block;
}
.list_carousel li {
	font-size: 40px;
	color: #999;
	text-align: center;
	width: 240px;
	padding: 10;
	margin: 6px;
	display: block;
	float: left;
}
.list_carousel.responsive {
	width: 991px;
	margin-left: 0;
	float:left;
	height:177px;
	background-color:#ce000c;
	display: inline-block;
	-ms-border-radius:     5px; -ms-box-shadow:     0px 0px 0px #000000;
	-moz-border-radius:    5px; -moz-box-shadow:    0px 0px 0px #000000;
	-webkit-border-radius: 5px; -webkit-box-shadow: 0px 0px 0px #000000;
	-o-border-radius:      5px; -o-box-shadow:      0px 0px 0px #000000;
	border-radius:         5px; box-shadow:         0px 0px 0px #000000;
}
/*========================================================================*/
.dividers {color:#ce000c; }

.heading-bg {background-image:url('../images/heading-bg.jpg'); width:1002px; height:88px; }
.heading-pos {padding:34px 0px 0px 120px; }
/*========================================================================*/
.red-block {width:349px; height:159px; background-image:url('../images/red-block-bg.jpg'); }
.black-block {width:349px; background-image:url('../images/black-block-bg.jpg');}
.white-divider {width:349px; background-image:url('../images/white-block-divider.jpg'); height:3px; }
/*========================================================================*/
.block-heading {font-size:15px; }
.red-block-text-pos {padding:10px 15px 30px 0px; color:#ffffff; }
.black-block-text-pos {padding:10px 35px 30px 20px; color:#ffffff; }
/*========================================================================*/
.colour-red {color:#ce000c; font-weight:bold; }
/*========================================================================*/
.half-textbox {background-image:url('../images/half-textbox.jpg'); width:653px; background-repeat:repeat; }
.half-text-pos {padding:10px 35px 0px 78px; text-align:justify; }
/*========================================================================*/
.full-textbox {background-image:url('../images/textbox.jpg'); width:1002px; background-repeat:repeat; }
.full-text-pos {padding:0px 35px 0px 78px; text-align:justify; }

.full-text-pos2 {padding:10px 35px 0px 78px; text-align:justify; }
/*========================================================================*/
.bottom-textbox {background-image:url('../images/bottom-textbox.jpg'); width:1002px; height:42px; }
/*========================================================================*/
.colour {text-align:center; background-color:#d7d7d7; }
/*========================================================================*/
.contacts {width:650px; }
.at-pos {vertical-align:middle; }
