@charset "utf-8";
/* CSS Document */

* {
	border:0;
	margin:0 auto;
	padding:0;
	outline:none;
}
body {
	background:#c1e4ec;
	color:#494949;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
}
a {
	color:#494949;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}

.clear{
clear:both;	
}

#wrapper{
width:1000px;
margin:0 auto;
min-height:300px;
border-top:#CC4200 5px solid;
/*box-shadow: 0 0 10px #666666;	*/
}

#header{
height:	130px;	
background:#FFF;
}

.header-left{
width:300px;
float:left;	
padding-left:15px;
padding-top:10px;
}

.header-right{
width:615px;
float:right;	
}

.r-top{
height:50px;
text-align:right;
width:220px;
}


@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: 'Open Sans', Helvetica, sans-serif;
 

}
#cssmenu > ul {
  background: url('bg.png');
  margin-top:15px;

}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li > a {
  padding: 14px 14px 14px 14px;
  border-right: 1px solid rgba(80, 80, 80, 0.12);
  text-decoration: none;
  font-size: 13px;
  font-weight: normal;
  font-family:'Sintony',Arial, Helvetica, sans-serif;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
  color: #ffffff;
  background: #084885;
 
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 45px;
}
#cssmenu > ul > li.has-sub > a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #d3eced;
  right: 17px;
  top: 22px;
}
#cssmenu > ul > li.has-sub.active > a::after,
#cssmenu > ul > li.has-sub:hover > a {
  border-top-color: #ffffff;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 60px;
  padding-top: 6px;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
  -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
  -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
  -o-transition: top 0.2s ease, opacity 0.2s ease-in;
  transition: top 0.2s ease, opacity 0.2s ease-in;
}
#cssmenu > ul > li > ul::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #ffffff;
  top: -4px;
  left: 20px;
}
#cssmenu ul ul ul::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #ffffff;
  top: 11px;
  left: -4px;
}
#cssmenu > ul > li > ul {
  top: 120px;
}
#cssmenu > ul > li:hover > ul {
  top: 52px;
  left: 0;
  opacity: 1;
}
#cssmenu ul ul ul {
  padding-top: 0;
  padding-left: 6px;
}
#cssmenu ul ul > li:hover > ul {
  left: 180px;
  top: 0;
  opacity: 1;
}
#cssmenu ul ul li a {
  text-decoration: none;
  font-weight: 400;
  padding: 11px 25px;
  width: 180px;
  color: #777777;
  background: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.active > a {
  color: #333333;
}
#cssmenu ul ul li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#cssmenu ul ul li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#cssmenu > ul > li > ul::after {
  position: absolute;
  display: block;
}
#cssmenu ul ul li.has-sub > a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #777777;
  right: 17px;
  top: 14px;
}
#cssmenu ul ul li.has-sub.active > a::after,
#cssmenu ul ul li.has-sub:hover > a::after {
  border-left-color: #333333;
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    background: #39b1cc;
  }
  #cssmenu > ul {
    display: none;
  }
  #cssmenu > ul.open {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu > ul > li > a {
    padding: 18px 25px 18px 25px;
    border-right: 0;
  }
  #cssmenu > ul > li:hover > a,
  #cssmenu > ul > li.active > a {
    background: rgba(0, 0, 0, 0.1);
  }
  #cssmenu #menu-button {
    display: block;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    color: #d3eced;
    padding: 18px 25px 18px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: url('../images/bg.png');
    cursor: pointer;
  }
  #cssmenu ul ul,
  #cssmenu ul li:hover > ul,
  #cssmenu > ul > li > ul,
  #cssmenu ul ul ul,
  #cssmenu ul ul li:hover > ul {
    left: 0;
    top: auto;
    opacity: 1;
    width: 100%;
    padding: 0;
    position: relative;
  }
  #cssmenu ul ul li {
    width: 100%;
  }
  #cssmenu ul ul li a {
    width: 100%;
    box-shadow: none;
    padding-left: 35px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 45px;
  }
  #cssmenu ul ul li:first-child > a,
  #cssmenu ul ul li:last-child > a {
    border-radius: 0;
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #d3eced;
    border-bottom: 2px solid #d3eced;
    right: 25px;
    top: 18px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #d3eced;
    right: 25px;
    top: 28px;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
}

#banner{
height:400px;
background:#FFF;
margin-top:5px;	
}

.banner-left{
width:375px;
float:left;
height:100%;
background:#ecebeb;	
}

.s-1{
width:175px;
float:left;	
height:190px;
margin-left:10px;

}


#inner-home{
margin-top:5px;
background:#FFF;

padding:0px 20px 20px 20px;
}

.heading{
	font-family:'Tauri',Arial, Helvetica, sans-serif;
	font-size:28px;
	padding-top:70px;
	text-align:center;
	color:#09F;
}

.banner-right{
width:620px;
float:left;
height:100%;
background:#000;
margin-left:5px;	
}

.sub-head{
padding-top:30px;
text-align:center;	
}

.sub-head h3{
font-family:'Tauri',Arial, Helvetica, sans-serif;
font-size:22px;
border-bottom:#0361fb 5px solid;
padding-bottom:5px;
width:650px;
margin:0 auto;
	margin-bottom:20px;
	text-transform:uppercase;
}

.subcontent{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#666;

line-height:30px;
text-align:justify;	
}

.img-1{
float:left;
margin-right:10px;
margin-bottom:10px;

}

.list-1{
list-style-image:url(../images/4.gif);	
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#666;
line-height:30px;
padding-left:20px;
margin-top:5px;
}

#footer {
    background: #FFFFFF;
    margin-top: 5px;
    width: 100%;
}


.footer-col {
    border-right: 1px dotted #CCCCCC;
    float: left;
    height: 170px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    width: 30%;
    z-index: 999;
}	


.footer-col-last {
    border-right: medium none !important;
    float: right !important;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    width: 25% !important;
    z-index: 999;
}


.footer-copy {
    background: none repeat scroll 0 0 #F5F5F5;
    color: #999999;
    padding: 10px 0;
    text-align: center;
}


.pdf-down {
    background: url("../images/pdf-icon.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #330113;
    font-family: 'Tauri',Helvetica,sans-serif;
    font-size: 25px;
    font-weight: normal;
    padding-left: 40px;
}


.pdf-down a {
    color: #EC1C13;
}

.footer-list {
    margin-left: 0px;
	margin-top:10px;
}


.footer-list li {
    border-bottom: 1px dotted #CCCCCC;
    font-size: 12px;
    line-height: 22px;
    list-style-image: url("../images/bullet.gif");
    list-style-position: inside;
    padding: 2px 0;
	text-transform:uppercase;
}

.footer-list a:hover{
color:#C60;	
}



#footer .footer-col-last h1 {
    color: #330113;
    font-family: 'Tauri',Helvetica,sans-serif;
    font-weight: normal;
    margin: 0 auto 10px;
    text-align: left;font-size:25px;
}



#footer .footer-col h1 {
    color: #330113;
    font-family: 'Tauri',Helvetica,sans-serif;
    font-weight: normal;
    margin: 0 auto 10px;
    text-align: left;font-size:25px;
}


#footer .footer-col-last h1 {
    color: #330113;
    font-family: 'Tauri',Helvetica,sans-serif;
    font-weight: normal;
    margin: 0 auto 10px;
    text-align: left;
	font-size:25px;
}


#news-container
{
	width: 300px; 
	margin: auto;
}

#news-container ul li div
{
line-height:30px;
border-bottom:#CCC 1px dashed;
	background: #ffffff;
	padding-bottom:5px;

}


#news-container ul li div a{
color:#333;	
}

#news-container ul li div a:hover{
color:#930;	
}

.home-address{
line-height:18px;	
}




.clients{
margin-top:20px;	
}

.c-1{
	width:205px;
	height:150px;
	background:url(../images/clients.png) top no-repeat;
	float:left;
	margin-right:15px;

}

.c-1 img{
padding-top:8px;
padding-left:14px;
margin:0 auto;	
}


.searchfield {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    outline: medium none;
    padding: 1px 2px 3px;
    width: 200px;
}

.formtable TD{
	line-height:35px;
}

.address {
line-height:25px;
color:#666;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;	
padding-top:10px;
}

.address h4{
font-family:'Tauri',Arial, Helvetica, sans-serif;	
font-weight:normal;
color:#900;
}


.style1{
float:left;
width:400px;
margin-right:20px;
height:100%;
padding:20px;
background:#F7F7F7;
margin-top:20px;	
}

.style1 h3{
text-transform:uppercase;
font-family:'Tauri',Arial, Helvetica, sans-serif;	
font-size:16px;
font-weight:normal;
color:#096;
border-bottom:#CCC 1px dashed;
padding-bottom:5px;
}

.projects{
width:650px;
float:left;
margin-right:10px;	
}


.projects h3{
text-transform:uppercase;
font-family:'Tauri',Arial, Helvetica, sans-serif;	
font-size:16px;
font-weight:normal;
color:#096;
border-bottom:#CCC 1px dashed;
padding-bottom:5px;
}

.project2{
width:300px;
float:right;	
}

.project2 img{
	margin-bottom:10px;
	float:left;
}
