body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;	
}

a:link img, a:visited img { border:none}
a:hover img { border:none}
a:link {text-decoration:none}
a:visited {text-decoration:none}

ul{
	-webkit-margin-before:0;
	-webkit-margin-after:0;
	-webkit-margin-start:0;
	-webkit-margin-end:0;
	-webkit-padding-start:0;	
	-webkit-padding-end:0;	
}


#container{
	background:#fff;
	width:100%;
	position:relative;
}
#container img.background{
	width:100%;
	height:auto;
	position:fixed;
	top:0;
	left:0;
}

#page{
	width:960px;
	margin:60px auto;
	padding:20px;
	position:relative;
	z-index:1;
	border-radius:15px;
	background:#fff;
	min-height:600px;
	-moz-box-shadow: 0 0 15px 3px #e9e9e9;
	-webkit-box-shadow: 0 0 15px 3px #e9e9e9;
	box-shadow: 0 0 15px 3px #e9e9e9;
}

.wrapper{
	width:960px;
	margin:0 auto;
}

#topbar{}

#logo{
   margin:20px 0 0 0;
}

#nav{
    font-family: 'cafetaregular';
	font-size:24px;
	text-transform:uppercase;
	background:#4da7f3;
	display:block;
	height:48px;
	width:auto;
	line-height:48px;
	border:solid 1px #368bc4;
	border-radius:10px;
	margin:20px 0;
	padding:0 10px;
}

#nav a{
	color:#fff;
	margin:0; 
	padding:0 10px;
	text-shadow: 2px 2px 2px #368bc4;
}
#nav a.active{
	color:#000924;
	text-shadow: 2px 2px 2px #bedbf3;
}

b.sub-heading{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	line-height:12px;
	color:#e00000;
	padding:5px 0;
}

/*SLIDER*/
#slider{
	position:relative;
	clear:both;
	border:solid 2px #ebebeb;
	margin:0;
}

#slider img{
	height:385px;
	width:956px;	
}

#slider .top-banner{
	position:absolute;
	z-index:2;
	left:1px;
	bottom:1px;
	height:264px;
	width:404px;
}


#breadcrumbs{
   margin:10px 0 20px 0;
   font-size:12px;
   line-height:20px;
}

#breadcrumbs a{font-weight:bold; padding:3px; line-height:20px; color:#333;}
#breadcrumbs a:hover{background:#ebebeb;}


/*QUICK CONTACT FORM*/
.quick-contact{
	float:right;
	width:95%;
	border-radius:10px;
	padding:15px;
	background: #1eb2ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #1eb2ff 0%, #1380b8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1eb2ff), color-stop(100%,#1380b8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1eb2ff 0%,#1380b8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1eb2ff 0%,#1380b8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1eb2ff 0%,#1380b8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1eb2ff 0%,#1380b8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1eb2ff', endColorstr='#1380b8',GradientType=0 ); /* IE6-9 */
}

.quick-contact h3{
	color:#fff;
	text-shadow: 2px 2px 2px #368bc4;
	padding:15px 0;
	font-size:36px;
	line-height:36px;
	font-weight:normal;
}

.quick-contact label{
	display:block;
	color:#fff;
	padding:0 4px;
}

.quick-contact input{
	background:#fff;
	border-radius:5px;
	border:solid 1px #116997;
	margin:4px 0 8px 0;
	padding:0 2%;
	height:30px;
	width:95.8%;
	-moz-box-shadow: 0 0 5px #888 inset;
	-webkit-box-shadow: 0 0 5px #888 inset;
	box-shadow: 0 0 5px #888 inset;
}

.quick-contact textarea{
	background:#fff;
	border-radius:5px;
	border:solid 1px #116997;
	margin:4px 0 8px 0;
	padding:0 2%;
	height:60px;
	width:95.5%;
	-moz-box-shadow: 0 0 5px #888 inset;
	-webkit-box-shadow: 0 0 5px #888 inset;
	box-shadow: 0 0 5px #888 inset;
	overflow:hidden;
	font-family:Arial;
}

.quick-contact #captcha label { line-height:28px; width:30%; border-radius:5px; margin:6px 0 8px 4px; padding:0; text-align:center; background:#fff; color:#333; font-weight:bold;}
.quick-contact #captcha input{width:60%;}

.quick-contact .btn-send{
	margin:10px 33%;
	width:90px;
	height:30px;
	border:none;
	border-radius:5px;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	text-align:center;
	color:#fff;
	background: #ffd21d; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffd21d 0%, #ff9600 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd21d), color-stop(100%,#ff9600)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffd21d 0%,#ff9600 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffd21d 0%,#ff9600 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffd21d 0%,#ff9600 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffd21d 0%,#ff9600 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd21d', endColorstr='#ff9600',GradientType=0 ); /* IE6-9 */
}

.quick-contact .loading{
	background:url(images/loading-bg.gif) center center no-repeat;	
}

.quick-contact label.red{color:#ffd21d; width:90%;}


/*SERVICES PROVIDED*/
.services-container{
	width:990px;
	margin:10px 0;	
}

.services-container h2.main-heading{
	margin:0;
	padding:20px 0;
	font-size:32px;
	line-height:36px;
	color:#909090;
}
.services-container h2.main-heading b{color:#419deb; font-weight:normal;}


.service{
	display:block;
	float:left;
	width:300px;
	height:210px;
	border-radius:8px;
	background:#f7f7f7;
	margin:0 28px 30px 0;
	border:solid 1px #ddd;
}

.service img{
	width:300px;
	height:90px;
}

.service h2{ 
	color:#111;
	padding:15px 15px 0 15px;
	line-height:24px;
}
.service h2 a{ color:#111;}


.service p{
	padding:0 15px;	
	font-size:12px;
	line-height:16px;
}
.service p a{
	text-decoration:underline;
	color:#444;
}


/*FOOTER*/
#footer{
	background:#2196d3;
	color:#fff;
	border-top-right-radius:15px;
	border-top-left-radius:15px;
	font-size:12px;
	margin:0;
	padding:0;

}


#footer h4{padding:30px 0 0 0;}
#footer h4 b{
	color:#fff;
}

#footer p{padding:0 20px;}

#footer .largecol{
	background:#414141;
	border-top-right-radius:15px;
	min-height:20px;
	padding:0 0 10px 20px;
}

#footer ul.regions{
	list-style:none;
	margin:15px 0 0 0;
	padding:0;
}


#footer ul.regions li{
	line-height:24px;
	width:30%;
	margin-right:3%;
	border-bottom:solid 1px #565656;
	display:block;
	float:left;
}

#footer ul.regions li a{
	color:#ebebeb;
}

#footer ul.regions li a:hover{
	color:#fff;
}


#footer .smallcol{
	padding:0 0 0 10px;
	margin:0;
}

#footer .smallcol h4{padding-left:20px;}
#footer .smallcol p b{font-size:16px;}

#footer-bar{
	clear:both;
	background:#fff;
	width:1000px;
	height:120px;
	padding:25px 0;
	margin:0 -20px -120px -20px;
	text-align:center;	
}

#footer-bar p{padding:5px 0 0 0; margin:0; font-size:12px; color:#444;}
#footer-bar a{color:#444;}


/* SUBNAV */
.subnav{
	float:right;
	width:80%;
	background:#fff;
	border:solid 1px #999;
	padding:0 10px 5px 10px;
	font-family: 'Open Sans', sans-serif;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.subnav h3{
	padding:10px 0 0 0;
	font-size:32px;
	line-height:36px;
	font-weight:normal;
}

.subnav ul{
	margin:10px 0 0 0;
	padding:0;
}
.subnav ul li{
	list-style:none;
	height:30px;
	line-height:30px;
	margin:0;
	padding:0;
}
.subnav ul li a{
	display:block;
	color:#444;
	padding:0 5px;
	font-size:14px;
	border-bottom:solid 1px #ccc;
}
.subnav ul li:last-child a{border-bottom:none;}
.subnav ul li a:hover{color:#e20a0a;}






/* COMMON ELEMENTS */
h1, h2, h3, h4{
	margin:0;
	padding:0;
   font-family: 'cafetaregular';
	font-weight:normal;
	color:#4d4d4d;
	text-transform:uppercase;
}

h1{
	padding:10px 0 0 0;
	font-size:32px;
	line-height:36px;
	color:#909090;
}
h1 b{color:#419deb; font-weight:normal;}

h1.call{
	background:url(images/icon-call.jpg) left no-repeat;
	font-size:32px;
	line-height:32px;	
	padding:0 10px 0 50px;
	margin:15px 0 0 0;
	text-align:right;
}
h1.large{font-size:52px;}

h1.border-bottom{
	padding:20px 5px 5px 5px; 
	border-bottom:solid 1px #888;
}

h2{
	font-size:24px;	
	line-height:26px;
	padding:20px 0 5px 0;
	color:#666;
}


h3{
	padding:30px 5px 0 5px;
	font-size:16px;
	font-weight:bold;
}

h4{
	padding:10px 0 0 0;
	font-size:32px;
	line-height:36px;
	color:#909090;
}

h4 b{color:#419deb; font-weight:normal;}


p b a{color:#111;}

ul.list{
	margin:0 0 20px 10px;
	padding:0 5px;
	list-style:disc;	
}
ul.list li{
	font-size:12px;
	line-height:18px;
	padding:0;
}
ul.list li a{color:#444; font-size:14px; line-height:18px;}
ul.list li a:hover{color:#e20a0a;}

.why-choose-us{clear:both;}
.why-choose-us h2{
	clear:both; 
	padding:30px 0 0 0;
	font-size:32px;
	line-height:36px;
	color:#909090;
}

.why-choose-us ul.list{
	margin:20px 0;
	padding:0;
	list-style:none;	
}
.why-choose-us ul.list li{
	background:url(images/check-mark.jpg) left no-repeat;
	font-size:12px;
	line-height:24px;
	padding:0 0 0 30px;
}
.why-choose-us ul.list li a{color:#444; font-size:14px; line-height:18px;}
.why-choose-us ul.list li a:hover{color:#e20a0a;}


ul.tabbed{
	display:block;
	margin:0 0 0 5px;
	padding:10px 0;
	list-style:none;	
}
ul.tabbed li{
	float:left;
	width:220px;
	margin:0 20px 5px 0;
}
ul.tabbed li a:hover{text-decoration:underline;}


.clear, p.clear{clear:both; height:0; margin:0; padding:0;}

.white-bg{background:#FFF;}

.left{float:left;}
.right{float:right;}

/*
.largecol{width:610px;}
.smallcol{width:275px;}
*/

.admin-content{width:90%;
   margin:0 auto;
   padding:20px 5%;  
   min-height:260px;       
}

.largecol{width:65%;}
.smallcol{width:30%;}

/* COLOR CODES */
/*.blue{color:#027ec7;}*/
.blue{color:#419deb;}
.gray{color:#676767;}
.dark-gray{color:#393939;}
.yellow{color:#f3bb0c;}
.red{color:#e20a0a;}
.indigo{color:#006fbd;}
.pink{color:#e036c9;}
.navy{color:#004275;}
.brown{color:#a56d1c;}
.green{color:#5c980f;}
.dark-brown{color:#5c4949;}
.orange{color:#f37e00;}
.teal{color:#00a5ce;}


/* FONT */

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

}






/* FORM ELEMENTS */
.decotbl{
	margin:20px 0;	
	padding:0;
	color:#444;
}

.decotbl td{
	padding:5px 0;	
}

.decotbl td.commonText{
	width:125px;
}

.decotbl td.quoteText{
	width:140px;
}

.decotbl .txtbox{
	width:300px;
	height:25px;
	padding:0 5px;
	line-height:25px;
	border:solid 1px #999;	
	border-radius:3px;
}

.decotbl .large{height:75px;}

.decotbl select{
	width:310px;
	height:25px;
	padding:0 0 0 5px;	
	border-radius:3px;
}

.decotbl .decobtn{
	height:28px;
	width:auto;
	padding:0 10px;
	line-height:28px;
	border:none;
	background:#2196d3;
	color:#fff;
	font-weight:bold;
	border-radius:3px;
}
.decotbl .decobtn:hover{background:#419deb;}

.decotbl h4{
	font-size:20px;
	border-bottom:solid 1px #CCC;	
}

.decotbl b{color:#e20a0a;}

.highlight-tbl{
	background:#FF9;
	color:#e20a0a;
	font-weight:bold;
}	
.highlight-tbl td.quoteText{
	padding-left:5px;
	width:135px;
}
.highlight-tbl td.specialText{
	padding-right:10px;
}

.highlight-tbl b{
	text-transform:uppercase;
	color:#111;
}



/* CONTACT FORM */

.deco-form{
	width:230px;
	margin:5px 10px;	
	padding:5px 0;
	font-size:11px;
}

.deco-form b{color:#393939 !important;}

.deco-form.large-font{font-size:14px;}

.deco-form table tr td{padding:4px 0 4px 4px;}

.deco-form .txt{
	width:144px;
	border:1px solid #999;
	padding:3px;
	font-size:11px;
	line-height:12px;
	border-radius:3px;
}

.deco-form .txtarea{
	width:144px;
	height:60px;
	border:1px solid #999;
	padding:3px;
	font-size:11px;
	line-height:12px;
	border-radius:3px;
}

.deco-form .select{
	width:144px;
	border:1px solid #999;
	padding:3px;
	font-size:11px;
	line-height:12px;
	height:24px;
	border-radius:3px;
}

.deco-form .txt-large{
	width:250px;
	border:1px solid #999;
	padding:3px;
	font-size:11px;
	line-height:12px;
	border-radius:3px;
}

.deco-form .txtarea-large{
	width:250px;
	height:60px;
	border:1px solid #999;
	padding:3px;
	font-size:11px;
	line-height:12px;
	border-radius:3px;
}

.deco-form .select-large{
	width:250px;
	border:1px solid #999;
	padding:3px;
	font-size:11px;
	line-height:12px;
	height:24px;
	border-radius:3px;
}

.deco-form .select option, .deco-form .select-large option{
	padding:3px;
	font-size:11px;
	line-height:12px;
	margin:0;
}

.deco-form #result{
	width:220px;
	height:30px;
	display:block;
	font-size:16px;	
	font-weight:bold;
	color:#C33;
	text-align:center;
}

.deco-form .btn{
	border:none;
	margin:3px;
	padding:5px 12px;
	background:#2196d3;
	color:#f7f7f7;
	font-size:11px;
	border-radius:3px;
}
.deco-form .btn:hover{background:#419deb;}


.deco-form sup, .error{
	color:#F00;
	font-size:11px;
	padding:0;
}

.deco-form .txt-number{
	width:200px;
	border:1px solid #999;
	padding:2px 0 2px 3px;
	font-size:11px;
	line-height:12px;
	border-radius:3px;
}

.deco-form.large-font .txt, .deco-form.large-font .txtarea, .deco-form.large-font .select option, .deco-form.large-font .txt-large, .deco-form.large-font .txtarea-large, .deco-form.large-font .select-large, .deco-form.large-font .select-large option, .deco-form.large-font .btn, .deco-form .txt-number{font-size:14px; line-height:18px;}

.deco-form.large-font .select-large{padding:0 0 0 3px; width:258px;}




/* TESTIMONIALS */

#quote-wrap{
   margin:20px 0 40px 0;
   padding:0;
   height:100px;
}

.quote{
	background:url(images/quote.jpg) top left no-repeat;
	padding:0 0 0 40px;
}

.quote p{
	padding:3px 10px;
	margin:0 0 5px 0;
	border-left:solid 1px #CCC;
	font-style:italic;	
}

.quote b{color:#676767; font-style:italic;}



/* GRID STYLE */
.grid-container{
   margin:20px 0;
   padding:0;
}

.grid-style{
   width:100%;
   margin:0 auto;
   padding:0;
   background:#ffffff;
   border:none;
   text-align:left;
}

.grid-style tr td, .grid-style tr th{margin:0; padding:4px 20px; line-height:22px; height:22px; font-size:12px;}
.small-font .grid-style tr td, .small-font .grid-style tr th{font-size:11px !important; line-height:16px;}

.grid-style a{text-decoration:none; color:#111;}
.grid-style a.red{text-decoration:none; color:#c00;}
.grid-style a:hover{text-decoration:underline;}

.grid-style h3{padding:0;}

.grid-style .align-top{vertical-align:top; padding-top:8px;}

.header-style{
   background:#044f7f;
   font-size:14px;
   line-height:22px;
   color:#fff;
}

.row-style{
   background:#fff;
   border-bottom:solid 1px #ccc;
}

.alternate-row-style{
   background:#f1f8fb;
}

.empty-row-style{background:#fff; color:#C00; font-weight:bold;}

.grid-style tr:hover{background:#e3f4fc;}
.grid-style tr.header-style:hover{background:#044f7f !important;}
.grid-style tr.empty-row-style:hover{background:#fff !important;}
.grid-style tr.pager:hover{background:#fff !important;}
.grid-style tr.pager table tr:hover{background:#fff !important;}

.nohover tr{border-bottom:solid 1px #ccc;}
.nohover tr:hover{background:#FFF !important;}

.btn-as-link{
   background:none;
   border:none;
   padding:5px;
   margin:0 3px;
   color:#00f;
}

.btn-as-link:hover{
   cursor:hand;
   text-decoration:underline;
}


/* PAGER STYLE */
.pager {
    background:none; 
    width:100%; 
    height:30px; 
    display:block;
    margin:15px 0; 
    padding:0;
}  
.pager td table{ margin:2px 10px 0 10px; padding:0; border:none; }
.pager td {   
    border:none;
    font-weight: bold;   
    color: #333;   
    font-size:12px;
    line-height:16px;   
 }     
 .pager td span{   
    color:#fff;
    background:#333 !important;
    border:solid 1px #999;
    padding:2px 4px;   
 }     
.pager a { color: #333; text-decoration: none; padding:2px 4px; }  
.pager a:hover { color: #C00 !important; text-decoration: none; } 

.text-indent{text-indent:5px;} 


#map-area{
   margin:20px 5px;
   border:solid 2px #ccc;
   padding:3px;
}

#map-canvas{
   width:600px;
   height:420px;   
   }