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

a {
	color:#060;
}
a:visited {
	color:#060;
}
a:hover {
	color:#c5ee92;
}
h2 {
	font-family:"Century Gothic", sans-serif;
	font-size:24px;
	font-weight:100;
	text-align:center;
}
#section {
	width:1400px;
	margin:0 auto;
	margin-top:75px;
	
	
}

#logo {
	float:right;
	margin-right:75px;

}

#mark {
	float:left;
	margin-left:25px;

}
#headercontent{
	font-family:"Century Gothic", sans-serif;
	font-size:16px;
}
#content {
	width:475x;
	margin-left:450px;
	padding-left:1px;
	position:relative;
	padding-top:150px;
	font-family:"Century Gothic", sans-serif;
	font-size:16px;
	
}
#footer {
	font-family:"Century Gothic", sans-serif;
	font-size:14px;
	position:relative;
	text-align:center;
	margin:0 auto;
	padding-top:15px;
	
}
#callme {
	font-family:"Century Gothic", sans-serif;
	font-size:16px;
	position:relative;
	text-align:center;
	margin:0 auto;
	padding-top:15px;
}
/*  Form CSS     */


div.box {
	/* margin:0 auto; */
	width:500px;
	background:#fff;
	position:relative;
	
	border:1px solid #262626;
	margin-left: 116px;
}

div.box h1 { 
color:#000000;
font-size:18px;
text-transform:uppercase;
padding:5px 0 5px 5px;
border-bottom:1px solid #161712;
border-top:1px solid #161712; 
}

div.box label {
width:100%;
display: block;
background:#fff;
border-top:1px solid #262626;
border-bottom:1px solid #161712;
padding:10px 0 10px 0;
}

div.box label span {
display: block;
color:#000000;
font-size:12px;
font-weight:bold;
float:left;
width:100px;
text-align:right;
padding:5px 20px 0 0;
}

div.box .input_text {
padding:10px 10px;
width:200px;
background:#c5ee91;
border-bottom: 1px double #171717;
border-top: 1px double #171717;
border-left:1px double #333333;
border-right:1px double #333333;
}

div.box .message{
padding:7px 7px;
width:350px;
background:#c5ee91;
border-bottom: 1px double #171717;
border-top: 1px double #171717;
border-left:1px double #333333;
border-right:1px double #333333;
overflow:hidden;
height:150px;
}

div.box .button {

	margin:0 0 10px 0;
	padding:4px 7px;
	background:#CDD3D8;
	border:0px;
	position: relative;
	top:10px;
	left:382px;
	width:100px;
	border-bottom: 1px double #660000;
	border-top: 1px double #660000;
	border-left:1px double #FF0033;
	border-right:1px double #FF0033;
}
#page {
	width: 730px;
	margin: 0 auto;
	padding: 0 0;
}

#logocontact {
	margin:0 auto;
	padding-bottom:75px;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 500px;
}
