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

body{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

#header{
	background-image: url(../images/curve.png);
	background-repeat: no-repeat;
	height: 200px;
	
}

.errors{
	color: #F00;
}
a img {
	border-style: none;
}

a {
	text-decoration: none;
	color: #333333;
}

a:hover{
	color: #B6E6FC;
}

#topContact{
	float: right;
	padding: 0 20px;
	font-size: 14px;
	
}



#wrapper{
	width: 100%;
	background-color: #FFFFFF; 
	margin: auto;
	
	
}




blockquote {
	font-size:17px;
	
}

#footer {
	width: 100%;
	background-color: #D9FF03;
	padding: 5px;
	height: 70px;
	clear: both;
	
}

#footer a {
	text-decoration: underline;
}

#footer a:hover{
	color: #666666;
}

#left{
	float: left;
	clear: right;
	margin: 10px;
	width: 600px;
	border: 4px dotted #CCF4EF;
}

#leftcomplete{
	float: left;
	clear: right;
	margin: 10px;
	width: 600px;
	height: 400px;
	border: 4px dotted #CCF4EF;
	}

#leftH{
	float: right;
	margin: 5px;
	padding: 30px 20px 50px;
	border: 4px dotted #CCF4EF;
width: 50%;
display: inline-block;
}

#center{
	float:left;
	clear: right;
	width: 775px;
	margin: 5px;
	padding: 5px;
	border: 4px dotted #CCF4EF;
}

#centerE{
	float:right;
	clear: right;
	width: 80%;
	margin: 5px;
	padding: 5px;
	border: 4px dotted #CCF4EF;
display: inline-block;
}

.clear{
	
	clear: both;
}
.center{
	float:left;
	width: 200px;
/*	margin: 10px;
*/}

.left{
	width: 400px;
	float: left;
	margin: 5px;
	
}

.right{
	width: 200px;
	position: absolute;
	left: 800px;
	margin: 5px;
}

#hbox{
	float: left;	
	background-color: #FFFFFF;
width:100%;

}

h3{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	
	
}

.change{
	color: #F06;
	font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
}
.changeL{
	color: #F06;
	font-size: 15px;
	font-family: Tahoma, Geneva, sans-serif;
}
table{
	font-size: 15px;
}

table td{
	padding: 3px;
	}

.dots{
	clear:both;

	
}


.dots a{
	color: #2375BF;
	text-decoration: underline;
}

#p1{   
	float:left;
max-width:250px;
	padding-left: 15px;
	margin-bottom: 10px;
}
#p2{    float:left;
	
width: 70%;
	background-image: url(../images/sideback.jpg);
	padding: 5px;
	margin-bottom: 10px;
}



.title{
	color: #333333;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

.price{
	color: #333333;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

label{
	font-size: 16px;
	}
select{
font-size: 16px;
height: 40px;
line-height: 40px;


}

input[type=text], input[type=email], input[type=phone], input[type=time] {
  -webkit-appearance: none; -moz-appearance: none;
  display: block;
  margin: 0;
  width: 100%; height: 40px;
  line-height: 40px; font-size: 17px;
  border: 1px solid #bbb;
-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
padding-left: 5px;
}

button[type=submit] {
 -webkit-appearance: none; -moz-appearance: none;
 display: block;
 margin: 1.5em 0;
 font-size: 1em; line-height: 2.5em;
 color: #333;
 font-weight: bold;
 height: 2.5em; width: 100%;
 background: #fdfdfd; background: -moz-linear-gradient(top, #fdfdfd 0%, #bebebe 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#bebebe)); background: -webkit-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: -o-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: -ms-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: linear-gradient(to bottom, #fdfdfd 0%,#bebebe 100%);
 border: 1px solid #bbb;
 -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
}

button[type=submit]:hover {
    
   background:#ecf6fa;
}

textarea{
width:100%;
}

.box {
    float: left;
    margin: 5px;
    padding: 10px;
    max-width: 450px;
    border:none;
}


.boxlrg {
    float: left;
    margin: 5px;
    padding: 10px;
    max-width: 100%;
    border:none;
}
.row {
    max-width: inherit;
}


.small-12 {
width: 100%;
}

.medium-6{
width: 50%;
} 

.large-5 {
width: 40%;
}

.large-7 {
width: 60%;
}

.columns {
position: relative;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left;
}
.new{
  float:left;
}
a {text-decoration: none;}
.container {
    width: 90%;
    max-width: 900px;
    margin: 10px auto;
}
.toggleMenu {
    display:  none;
    background: #666;
    padding: 10px 15px;
    color: #fff;
}
.nav {
    list-style: none;
     *zoom: 1;
     background:#ecf6fa;
     
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
    padding: 10px 15px;
    color:#7d7d7d;
    *zoom: 1;
}
.nav > li {
    float: left;
    border-top: 1px solid #104336;
    z-index: 200;
}
.nav > li > a {
    display: block;
}
.nav li ul {
    position: absolute;
    left: -9999px;
    z-index: 100;
}
.nav li li a {
    display: block;
    background: #f7fdff;
    position: relative;
    z-index:100;
    border-top: 1px solid #175e4c;
}
.nav li li li a {
    background:#f7fdff;
    z-index:200;
    border-top: 1px solid #1d7a62;
}

.nav li {
    position: relative;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}


ul.nav li.icon {display: none;}

@media screen and (max-width:680px) {
 ul.nav li:not(:first-child) {display: none;}
 ul.nav li.icon {
    float: right;
    display: inline-block;
  }
}


@media screen and (max-width:680px) {
  ul.nav.responsive {position: absolute;}
  ul.nav.responsive li.icon {
position: relative;    
right: 0;
    top: 0;

  }
  ul.nav.responsive li {
    float: none;
    display: inline;
margin-bottom: 20px;
margin-top: 20px;
  }
  ul.nav.responsive li a {
    display: block;
    

  }
}