@charset "utf-8";
body {
	margin: 0px;
	background: url(../images/background.jpg) top center;
	background-repeat: no-repeat;
}
.clear{clear:both;}
#main {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	width: 1000px;
	background-image: url(../images/body.png);
	background-repeat: repeat-y;
}
#header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	height: 141px;
	width: 1000px;
	margin-top: 20px;
}
#logo {
	float: left;
	height: auto;
	margin-left: 51px;
	margin-top: 20px;
	width: 562px;
}
#socialnet {
    float: right;
    margin-right: 16px;
    margin-top: 78px;
}
#socialnet a {
	padding-left: 6px;
}

#banner {
	margin-top: -13px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#menu {
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	height: 86px;
	width: 1000px;
}
#menu a {
	color: #FFFFFF;
	font-family: 'Yanone Kaffeesatz',sans-serif;
	font-size: 31px;
	font-weight: 600;
	text-decoration: none;
}
#menu div ul li {
	float: left;
	list-style-type: none;
	padding-left: 53px;
	margin-top: 0px;
}

#menu a:hover{
	border: 0px solid #000000;
	-moz-border-radius: 5px;/*Firefox*/
	-webkit-border-radius: 5px;/*Safari, Chrome*/
	border-radius: 5px;
	color: #3EB1FF;
	background-color: #FFF;
	box-shadow: 0px 0px 9px #6d6b6b;
	-moz-box-shadow: 0px 0px 9px #6d6b6b;/*FF 3.5+*/
	-webkit-box-shadow: 0px 0px 9px #6d6b6b;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=90, Color=#6d6b6b)";/*IE 8*/
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=90, Color=#6d6b6b);/*IE 5.5-7*/

}
#content {
	margin: auto;
	height: auto;
	width: 944px;
}

#cont1 {
	float: left;
	height: auto;
	width: 308px;
}
#cont2 {
	float: left;
	height: auto;
	width: 308px;
	margin-left: 10px;
}
#cont3 {
	float: right;
	height: auto;
	width: 308px;
}
.div01 h1 {
	color: #694e41;
	margin-top: 8px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}
.div01 h2 {
    color: #FF9900;
    font-size: 18px;
    margin-top: -22px;
    font-family: 'Yanone Kaffeesatz',sans-serif;
}
.div01 hr {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #694e41;
	margin-top: 0px;
}

.div01 p {
	color: #694e41;
	font-size: 15px;
	margin-top: 0px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.div01 ul li {
	color: #694E41;
	list-style: none outside url("../images/bullet.png");
	line-height: 27px;
	font-size: 20px;
	margin-left: -10px;
}
.div01 ul li a{
		font-family: 'Yanone Kaffeesatz',sans-serif;
	color: #694E41;
	font-size: 20px;
	text-decoration: none;
}
.div01 ul li a:hover{
	color: #A47E6C;
	-webkit-transition: padding 0.5s ease;/* Safari 3.2+, Chrome */
	-moz-transition: padding 0.5s ease;/* Firefox 4-15 */
	-o-transition: padding 0.5s ease;/* Opera 10.5-12.00 */
	transition: padding 0.5s ease;/* Firefox 16+, Opera 12.50+ */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}
.div02 {
	float: left;
}

.div02 h1 {
		font-family: 'Yanone Kaffeesatz',sans-serif;
	color: #694e41;
	margin-top: 8px;
}
.div02 h2 {
		font-family: 'Yanone Kaffeesatz',sans-serif;
    color: #FF9900;
    font-size: 18px;
    margin-top: -22px;
}
.div02 hr {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #694e41;
	margin-top: 0px;
}

.div02 p {
	color: #694e41;
	font-size: 15px;
	margin-top: 0px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.div02 ul li {
	color: #694E41;
    font-size: 44px;
    line-height: 30px;
    list-style: none outside url("../images/bullet.png");
    margin-left: -10px;
}
.div02 ul li a{
		font-family: 'Yanone Kaffeesatz',sans-serif;
	color: #694E41;
	font-size: 20px;
	text-decoration: none;
}
.div02 ul li a:hover{
	color: #A47E6C;
	-webkit-transition: padding 0.5s ease;/* Safari 3.2+, Chrome */
	-moz-transition: padding 0.5s ease;/* Firefox 4-15 */
	-o-transition: padding 0.5s ease;/* Opera 10.5-12.00 */
	transition: padding 0.5s ease;/* Firefox 16+, Opera 12.50+ */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}
.div03 {
	float: right;
	background-image: url(../images/services.png);
	background-repeat: no-repeat;
	height: 557px;
	width: 630px;
}

#showcase {
	border: 4px solid #FFF;
}



#footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	height: 90px;
	width: 1000px;
	font-family: Calibri;
}
#foot {
	width: 950px;
	height: auto;
	margin: auto;
}
#ft-right a {
	color: #f2e8d3;
	text-decoration: none;
}
#ft-right a:hover {
	color: #EAD9B5;
}
/*form*/

#form{
	/* margin:100px;*/
                width:375px;
	padding-left:25px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
	height: 330px;
	margin-right: 20px;
	background-color: #FBFBFB;
	border: thin solid #CCC;
            }
            #form label{
	color: #999999;
	padding-left: 1px;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
            }
            #form label.mandat{color: #f00;}
            #form input[type="text"]{
	box-shadow: 0px 0px 4px #fcfbfb;
	-moz-box-shadow: 0px 0px 4px #fcfbfb;/*FF 3.5+*/
	-webkit-box-shadow: 0px 0px 4px #fcfbfb;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color=#fcfbfb)";/*IE 8*/
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color=#fcfbfb);/*IE 5.5-7*/
	height: 15px;
	margin-bottom: 3px;
	padding: 5px;
	color: #666666;
	font-family: arial;
	font-size: 12px;
            }
            #form textarea{
	box-shadow: 0px 0px 4px #fcfbfb;
	-moz-box-shadow: 0px 0px 4px #fcfbfb;/*FF 3.5+*/
	-webkit-box-shadow: 0px 0px 4px #fcfbfb;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color=#fcfbfb)";/*IE 8*/
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color=#fcfbfb);/*IE 5.5-7*/
	width: 340px;
	height: 80px;
	resize: none;
	margin: 0 0 8px 1px;
	padding: 5px;
	color: #666666;
	font-family: arial;
	font-size: 12px;
            }
            #form img{
                margin-bottom: 8px;
            }
            #form input[type="submit"]{
	background-color:#CCCCCC;
	border: none;
	color: #666;
	padding: 5px 8px;
	cursor: pointer;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
            }
			
			
			#form input[type="reset"]{
	background-color:#CCC;
	border: none;
	color: #666;
	padding: 5px 8px;
	cursor: pointer;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
            }
			
            .error{
                border: 1px solid red;
            }
            
			
			#name,#email,#phone{
				width:340px;

			}
* {
	font-family: Calibri;
	font-weight: 700;
}
