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

body {
	background: url(../images/bg.jpg) top repeat-x;
	background-color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	color: #fff; font-size: 12px;
}

a:link {color: #fff; text-decoration: underline; }
a:visited {color: #fff; text-decoration: underline; }
a:hover {color: #f00; text-decoration: none; }

h1 {text-indent: -9009px; font-size: 1px; }
h2 {text-indent: -9009px; font-size: 1px; }

#top {
	padding: 0px; margin: 0px;
	width: 100%; height: 116px;
	padding-top: 38px;
}

#header {
	padding: 0px; margin: 0px;
	width: 100%; height: 423px;
	background: url(../images/header.jpg) top no-repeat;
}

#headerTreat {
	padding: 0px; margin: 0px;
	width: 100%; height: 423px;
	background: url(../images/headerTreat.jpg) top no-repeat;
}

#headerNews {
	padding: 0px; margin: 0px;
	width: 100%; height: 423px;
	background: url(../images/headerNews.jpg) top no-repeat;
}

#headerContact {
	padding: 0px; margin: 0px;
	width: 100%; height: 423px;
	background: url(../images/headerCont.jpg) top no-repeat;
}

#headerButton {
	width: 300px; height: auto;
	margin-top: 275px;
}

#ConheaderText {
	width: 380px; height: auto;
	margin-top: 200px;
}

#headerTextRight {
	width: 300px; height: auto;
	margin-top: 220px;
	text-align: right;
}
	

.nav {
	padding: 0; margin: 0;
	width: 380px; height: 30px;
	margin-top: 40px;
}

.nav ul {
	padding: 0; margin: 0;
	list-style: none;
	display: inline;
}

.nav li {
	padding: 0; margin: 0;
	float: right;
	height: 30px;
	margin-top: 2px;
}

.nav a {
	display: block;
	text-decoration: none;
	color: #FFF;
	margin-left: 20px;
	border-top: solid 2px #fff;
	font-size: 1.5em;
	text-transform: capitalize;
	font-weight: bold;
	padding-top: 8px;
}
.nav .active a {
	border-top-color: #F81513;
}


.nav a:hover {
	border-top: solid 2px #f00;
}

#onpage { border-top: solid 2px #f00; }

#content {
	width: 700px; height: auto;
	text-align: left;
	margin-top: 53px;
}

#content2 {
	width: 540px; height: auto;
	text-align: left;
	margin-top: 53px;
}

#rightCol {
	width: 140px; height:auto;
	margin-top: 87px;
}

#rightCol2 {
	width: 360px; height:auto;
	margin-top: 55px;
	color: #fff;
	padding-left: 15px;
	border-left: 1px solid #999;
}

#footer {
	width: 940px; height: auto;
	font-size: 10px;
	clear: both;
	border-top: solid 2px #fff;
	margin: auto;
	margin-top: 50px; margin-bottom: 15px;
	padding-top: 25px;
}

#footerRight {
	text-align: right;
	width: 300px; height: auto;
}

.footer ul {
	padding: 0; margin: 0;
	list-style: none;
}

.footer li {
	padding: 0; margin: 0;
	list-style: none;
	text-align: right;
}

.tel { font-size: 20px; color: #F00;}

.headerText { font-size: 16px; }

/*---- contact----*/

#contact-area {
	width: 460px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 460px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 60px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #F00;
}

#contact-area input.submit-button {
	width: 100px;
	float: left;
}

label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
	color: #fff;
}

.offer { font-size: 16px; color:#f00;}
.combo { font-size: 12px; color: #f00;}

.vcard {
	font-style: normal;
	width: 100%;
}
.vcard .tel {
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
}

