@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'telexregular';
    src: url('fonts/Telex/telex-regular-webfont.eot');
    src: url('fonts/Telex/telex-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Telex/telex-regular-webfont.woff') format('woff'),
         url('fonts/Telex/telex-regular-webfont.ttf') format('truetype'),
         url('fonts/Telex/telex-regular-webfont.svg#telexregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	padding: 0px;
	margin: 0px;	
}

body {
	background: url(../images/bg.jpg) no-repeat top left #fff;
	font-size: 13px;
	line-height: 18px;
	color: #272626;
	font-family: 'telexregular';
	background-size: 100% 1279px;	
}
img {
	border: 0px;
}
p {
	margin-bottom: 15px;	
}
a,
a:active,
a.active,
a:visited {
	text-decoration: none;
	color: #63c0e8;
}
a:hover {
	color: #2491cd;
}

#wrapper {
	width: 1022px;
	margin: 0 auto;	
}

/* Header */
#header {
	float: left;
	clear: both;
	margin-bottom: 75px;
}
#logo {
	width: 465px;
	float: left;
	margin-top: 24px;
}
#nav {
	width: 535px;
	float: right;
	margin-top: 150px;
}
#nav ul {
	
}
#nav li {
	display: inline;
	list-style: none;
}
#nav a {
	padding: 0 15px;
	color: #000000;
	line-height: 50px;
	font-size: 20px;
}
#nav a:hover, #nav a.active {
	color: #2491cd;
}
#nav .specials {
	color: #fff;
	background:#F00;
	-webkit-border-radius: 20px;
    border-radius: 20px;
	font-style:italic;
	padding: 7px 55px;	
}
#nav .specials:hover {
	color: #fff;	
}

/* Content */
#content {
	float:left;
	margin-bottom: 30px;
}
#Content_Area {
	width: 900px;
	margin: 0 auto;
	padding: 40px;
}
#Content_Area.internal {
	background: #fff;
	float: left;	
}
#Page_Title {
	width: 100%;
	background: #ececec;	
}
#Page_Title h1 {
	text-transform: uppercase;
	font-size: 25px;
	color: #2491cd;
	padding: 35px 0 25px 55px;
	font-weight: normal;
}
.red {
	color: #F00;	
}
.alignleft {
	float:left;
	clear:left;
	padding: 10px 10px 10px 0;
}
.aligncenter {
	display:block;
	margin: 10px auto;
	clear:both;
}
.alignright {
	float:right;
	clear: right;
	padding: 10px 0 10px 10px;
}

/* Footer */
#footer {
	width: 100%;
	float: left;
	c;ear:both;
	background: url(../images/footer-bg.jpg) repeat-x top left;
	text-align: center;
	margin-top: 30px;
	height: 567px; 
}
#footer-inner {
	width: 980px;
	margin: 0 auto;
}
#footer .footer-cta {
	float: right;
	margin-top: -20px;
	clear: both;
	width: 100%;
	margin-bottom: 15px;
	margin-right: 20px;	
}
#footer .footer-cta li {
	float: right;
	margin-left: 15px;
	padding: 8px 0px;
	-webkit-border-radius: 15px;
    border-radius: 15px;
	display: inline;
	list-style: none;
	width: 160px;	
}
#footer .footer-cta a {
	color: #fff;
	font-style: italic;
	font-size: 20px;	
}
#footer .subscribe {
	background: #2491cd;	
}
#footer .enquire {
	background: #2491cd;	
}
#footer .nav {
	width:100%;
	float:left;
	clear: both;
	margin: 70px 0 20px;	
}
#footer .nav li {
	display: inline;
	list-style: none;	
}
#footer .nav a {
	color: #fff;
	padding: 0 15px;
	border-right: 1px solid #fff;	
	line-height: 20px;
}
#footer p,
#footer a {
	color: #fff;
	
}
#footer a:hover {
	color: #fff;	
}
#footer a.last {
	border: 0px;	
}
#footer h2 {
	color: #2491cd;
	font-size: 25px;
	font-style:italic;
}
.phone {
	width: 100%;
	clear: both;
	background: url(../images/phone.png) no-repeat top center;
	padding-top: 45px;	
}
.phone h4 {
	font-size: 17px;
	color: #2491cd;
	font-weight: normal;
	line-height: 22px;
}
.phone p {
	font-size: 17px;
	color: #fff;
	font-weight: normal;
	line-height: 22px;	
}

/* Slider */
#slider-wrapper {
    width:978px;
    height:360px;
    float: left;
	clear: both;
}

#slider {
	position:relative;
    width:978px;
    height:360px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
	margin:0 auto;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.is-cms #slider img {
	display:block;
	position:relative;
}
.is-cms #slider-wrapper, .is-cms #slider{height:auto;}

#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:20px;
	top:320px;
}
.nivo-controlNav a {
	display:block;
	width:18px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	float:left;
	background-position:0 -3px;
}
.nivo-controlNav a.active {
	background-position:0 -25px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/* Home Page */

#Content_Area.home {
	background: url(../images/feature-bg.jpg) no-repeat top left;
	padding: 28px 47px;
	width: 885px;
	float:left;
}
#Content_Area.home h2 {
	display:inline;
	color: #16283f;
	font-size: 20px;
}
#Content_Area.home p {
	display: inline;
	color: #fff;
	font-size: 14px;	
}

#Home_Products {
	background: #fff;
	padding: 20px;
	width: 940px;
	margin: 0 auto;
	padding: 20px;
	float:left;	
}
#Home_Products table {
	border-spacing: 5px 0px;	
}
#Home_Products tr {
	vertical-align: top;	
}
#Home_Products td {
	margin: 0 6px;
	width: 181px;
	overflow: hidden;
}
#Home_Products .product-links td {
	background: #2491cd;
	text-align: center;	
}
#Home_Products img {
	border-left: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	padding: 10px;	
}
#Home_Products .product-links a {
	color: #fff;
	font-size: 15px;
	padding: 6px 20px;
	float:left;
	font-style: italic;
}
#Home_Products .product-links a:hover {
	color: #fff;	
}

/* Contact Page */
#Content_Left {
	width: 500px;
	float: left;	
}
#Content_Right {
	width: 340px;
	float: right;	
}
input[type="text"],
textarea,
input[type="email"] {
	padding: 3px;
	width: 310px;
	background: #f1f1f1;
	border: 1px solid #dddddd;
}
textarea {
	height: 100px;	
}
input[type="submit"] {
	float: right;
	cursor: pointer;
	color: #fff;
	-webkit-border-radius: 15px;
    border-radius: 15px;
	background: #004d78;
	padding: 4px 20px;
	border: 0px;
	font-size: 15px;		
}

input[type="submit"].center {
	float:none;

	cursor: pointer;
	color: #fff;
	-webkit-border-radius: 15px;
    border-radius: 15px;
	background: #004d78;
	padding: 4px 20px;
	border: 0px;
	font-size: 15px;		
}

.form {
	background: url(../images/form-bg.jpg) repeat top left;
	padding: 25px 15px;	
}
.form td {
	vertical-align: top;
	padding: 7px 15px;	
}
.table-contact {
	width: 100%;	
}
.table-contact tr {
	border-bottom: 1px solid #f0f0f0;
	vertical-align: top;	
}
.table-contact td {
	padding: 5px 10px;
	border-bottom: 1px solid #f0f0f0;	
}
.table-contact h2 {
	color: #2491cd;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 30px;	
}
.table-contact h4 {
	color: #2491cd;	
	font-size: 15px;
}
.table-contact p {
	font-size: 15px;	
}

/* Catalogue Page */
.catalogue {
	vertical-align: top;
	width: 874px;
}
.catalogue tr {
	margin-bottom: 30px;
	background: url(../images/pdf-bg.jpg) no-repeat top right;
	width: 100%;
	float:left;	
}
.catalogue td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
		
}
.catalogue h2 {
	color: #fff;
	font-size: 15px;
	padding: 20px;
	font-weight: normal;
	
}
.catalogue img {
	padding: 10px;
	border: 1px solid #f0f0f0;	
}
.catalogue p{
	width: 470px;
	padding: 20px;	
}
.pdf-link {
	padding: 50px 0 0 0 !important;
	width: 200px;
		
}
.pdf-link a {
	color: #63c0e8;
	float: left;
	padding-top: 60px;
	padding-left: 45px;
}
.pdf-img {
	width: 181px;
	vertical-align:top;	
}





