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


html, body {
	height: 100%;
	width: 100%;
	font-family: Calibri;
	font-size: 12px;
	background-image: url(../images/background4.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
}


/*WRAPPER*/

#wrapper {
	height: auto;
	width: 1050px;
	margin: 0 auto;
}


/*HEADER*/

#header {
	height: 90px;
	width: 1024px;
	margin: 0 auto;
	margin-top: 15px;
}

#logo {
	height: 90px;
	width: 500px;
	float: left;
	background-image: url(../images/logo2.png);
	background-repeat: no-repeat;
}

#language {
	height: 25px;
	width: 250px;
	float: left;
	font-family: Verdana;
	font-size: 10px;
	margin-left: 260px;
	margin-top: 40px;
}


/*NAVIGATION*/

#navigation {
	height: 90px;
	width: 1050px;
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-top: 15px;
}


/*BODY*/

#body {
	height: auto;
	width: 980px;
	margin: 0 auto;
	margin-top: 25px;
}

#topback {
	height: 35px;
	width: 980px;
	background-image: url(../images/topbox1.png);
	background-repeat: no-repeat;
}

#midback {
	height: 460px;
	width: 980px;
	background-image: url(../images/midbox1.png);
	background-repeat: repeat-y;
}

#midinfo {
	height: auto;
	width: 980px;
	margin: 0 auto;
	padding-top: 20px;
	color: #333;
	font-size: 16px;
}

#midtext {
	width: 300px;
	height: auto;
	margin-left: 100px;
	font-size: 14px;
	float: left;
}

#btmback {
	height: 35px;
	width: 980px;
	background-image: url(../images/btmbox1.png);
	background-repeat: no-repeat;
}


/*FORM*/

#quoteform {
	width: 400px;
	height: auto;
	margin-left: 80px;
	font-size: 12px;
	float: left;
}

#fontsize {
	font-size: 14px;
}

#name {
	width: 200px;
	height: 13px;
	font-size: 9px;
}

#companyname {
	width: 200px;
	height: 13px;
	font-size: 9px;
}

#telephone {
	width: 200px;
	height: 13px;
	font-size: 9px;
}

#email {
	width: 200px;
	height: 13px;
	font-size: 9px;
}

#nature {
	width: 200px;
	height: 13px;
	font-size: 9px;
}

#submit {
	width: 90px;
	height: 25px;
	font-size: 11px;
}
#comments {
	width: 350px;
	height: 100px;
	font-size: 11px;
}


/*FOOTER*/

#footer {
	height: 125px;
	width: 1030px;
	margin: 0 auto;
	margin-top: 25px;
	text-align: center;
	color: #e3ae8d;
	background-image: url(../images/footback.png);
}


/*HEADER TAGS*/

h1 {
	font-size: 19px;
	font-weight: 900;
	color: #93353f;
}

h2 {
	font-size: 11px;
	font-weight: 100;
	color: #e3ae8d;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #93353f;
}

/*ANCHOR RULES*/

a {
	color: #93353f;
	text-decoration: none;
}

.footlink a:link {color: #e3ae8d;}
.footlink a:visited {color: #e3ae8d;}
.footlink a:hover {color: #bc8766;}
.footlink a:focus {color: #e3ae8d;}
.footlink a:active {color: #bc8766;}


