@charset "UTF-8";
/* CSS Document */

/* /////////////////  MAIN ///////////////// */


html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	background-image:url(../images/background_body.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

h1 {
	font-size:18px;
	color:#39949C;
	padding-bottom:10px;
	border-bottom:1px solid #39949C;
	margin-top:30px;
}

h2 {
	font-weight:bold;
	font-size:14px;
}

h4 {
	font-size:12px;
	font-weight:bold;
	text-align:right;
	margin-right:10px;
}

#container {
	min-height:100%;
	height: auto !important;
	height:100%;
	margin:0px auto -159px auto;
	width:900px;
	background-color:#FFFFFF;
}

.clear {
	clear:both;
}

/* /////////////////  HEADER ///////////////// */

#header {
	padding-top:20px;
}

#header_logo {
	float:left;
	width:250px;
	margin-right:20px;
}

/* /////////////////  NAVIGATION ///////////////// */

#nav {
	width:540px;
	margin-top:30px;
	float:right;
}

#breadcrumbs {
	color:#999999;
	font-weight:bold;
	margin-top:7px;
}

#breadcrumbs a, #breadcrumbs a:visited {
	color:#666666;
}

#home {
	display:block;
	width:55px;
	height:30px;
	text-decoration:none;
	float:left;
	margin-right:10px;
	background-position:0 0;
	background-image:url(../images/nav_home.jpg);
}

#home:hover {
	display:block;
	width:55px;
	height:30px;
	text-decoration:none;
	float:left;
	margin-right:10px;
	background-position:-55px 0;
	background-image:url(../images/nav_home.jpg);
}

#home_on {
	display:block;
	width:55px;
	height:30px;
	text-decoration:none;
	float:left;
	margin-right:10px;
	background-position:-110px 0;
	background-image:url(../images/nav_home.jpg);
}

#home span, #home_on span {
	display:none;
}

#about {
	display:block;
	width:81px;
	height:30px;
	text-decoration:none;
	float:left;
	margin-right:10px;
	background-position:0 0;
	background-image:url(../images/nav_about.jpg);
}

#about:hover {
	display:block;
	width:81px;
	height:30px;
	text-decoration:none;
	float:left;
	margin-right:10px;
	background-position:-81px 0;
	background-image:url(../images/nav_about.jpg);
}

#about_on {
	display:block;
	width:81px;
	height:30px;
	text-decoration:none;
	float:left;
	margin-right:10px;
	background-position:-162px 0;
	background-image:url(../images/nav_about.jpg);
}

#about span, #about_on span{
	display:none;
	float:left;
}

#services {
	display:block;
	width:74px;
	height:30px;
	text-decoration:none;
	float:left;
	margin-right:10px;
	background-position:0 0;
	background-image:url(../images/nav_services.jpg);
}

#services:hover {
	display:block;
	width:74px;
	height:30px;
	text-decoration:none;
	float:left;
	margin-right:10px;
	background-position:-74px 0;
	background-image:url(../images/nav_services.jpg);
}

#services_on {
	display:block;
	width:74px;
	height:30px;
	text-decoration:none;
	float:left;
	margin-right:10px;
	background-position:-148px 0;
	background-image:url(../images/nav_services.jpg);
}

#services span, #services_on span {
	display:none;
	float:left;
}

#specials {
	display:block;
	width:74px;
	height:30px;
	text-decoration:none;
	float:left;
	margin-right:10px;
	background-position:0 0;
	background-image:url(../images/nav_specials.jpg);
}

#specials:hover {
	display:block;
	width:74px;
	height:30px;
	text-decoration:none;
	float:left;
	margin-right:10px;
	background-position:-74px 0;
	background-image:url(../images/nav_specials.jpg);
}

#specials_on {
	display:block;
	width:74px;
	height:30px;
	text-decoration:none;
	float:left;
	margin-right:10px;
	background-position:-148px 0;
	background-image:url(../images/nav_specials.jpg);
}

#specials span, #specials_on span {
	display:none;
	float:left;
}

#testimonials {
	display:block;
	width:106px;
	height:30px;
	text-decoration:none;
	float:left;
	margin-right:10px;
	background-position:0 0;
	background-image:url(../images/nav_testimonials.jpg);
}

#testimonials:hover {
	display:block;
	width:106px;
	height:30px;
	text-decoration:none;
	float:left;
	margin-right:10px;
	background-position:-106px 0;
	background-image:url(../images/nav_testimonials.jpg);
}

#testimonials_on {
	display:block;
	width:106px;
	height:30px;
	text-decoration:none;
	float:left;
	margin-right:10px;
	background-position:-212px 0;
	background-image:url(../images/nav_testimonials.jpg);
}

#testimonials span, #testimonials_on span {
	display:none;
	float:left;
}

#contact {
	display:block;
	width:96px;
	height:30px;
	text-decoration:none;
	float:left;
	background-position:0 0;
	background-image:url(../images/nav_contact.jpg);
}

#contact:hover {
	display:block;
	width:96px;
	height:30px;
	text-decoration:none;
	float:left;
	background-position:-96px 0;
	background-image:url(../images/nav_contact.jpg);
}

#contact_on {
	display:block;
	width:96px;
	height:30px;
	text-decoration:none;
	float:left;
	background-position:-192px 0;
	background-image:url(../images/nav_contact.jpg);
}

#contact span, #contact_on span {
	display:none;
	float:left;
}

/* /////////////////  MAIN IMAGES ///////////////// */

#main_text {
	float:right;
	width:400px;
	margin:20px 22px 0px 0px;
	font-weight:bold;
	color:#666666;
}

#brands {
	margin-top:20px;
}

#main_text2 {
	font-weight:bold;
	color:#333333;
	font-size:12px;
}

#main_text2 a, #main_text2 a:visited{
	color:#57491C;
}

#main_image_index {
	background-image:url(../images/main_index.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:300px;
}

#main_image_about {
	background-image:url(../images/main_about.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:300px;
}

#main_image_services {
	background-image:url(../images/main_services.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:300px;
}

#main_image_corporate {
	background-image:url(../images/main_corporate.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:300px;
}

#main_image_specials {
	background-image:url(../images/main_specials.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:300px;
}

#main_image_testimonials {
	background-image:url(../images/main_testimonials.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:300px;
}

#main_image_contact {
	background-image:url(../images/main_contact.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:300px;
}

/* /////////////////  CONTENT ///////////////// */


#content {
	padding:20px 0;
	min-height:100%;
	height:100%;
	height:auto;
	float:left;
	font-size:16px;
	line-height:21px;
}

#content p {
	text-align:justify;
}

#content ul {
	width:600px;
}

#content a {
	color:#000000;
}

.services_title {
	color:#39949C;
	font-weight:bold;
}

.specials_title {
	color:#39949C;
	font-weight:bold;
	float:left;
}

.comments {
	font-style:italic;
}

.signature {
	float:right;
	font-weight:bold;
}

.prices {
	font-weight:bold;
	float:right;
}

#video {
	margin:0px 10px 10px 20px;
	float:right;
}

.packages{
	height:40px;
	background-color:#D7EAEB;
	text-indent:20px;
	font-weight:bold;
}

.column_1 {
	width:200px;
	height:40px;
	text-indent:20px;
}

.column_2 {
	width:400px;
	height:40px;
}

.column_3 {
	width:150px;
	height:40px;
	text-align:right;
	padding-right:20px;
}

.column_4 {
	height:40px;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	background-color:#D7EAEB;
}

.column_5 {
	height:40px;
	font-weight:bold;
}

#push {
	height:159px;
	clear:both;
}

.contact-info {
	width:400px;
	float:left;
}

.service-list {
	font-size:12px;
	line-height:18px;
}

.service-price {
	float:right;
	font-weight:bold;
	font-size:14px;
	color:#39949C;
	margin:0;
	padding:0;
}

.service-table {
	font-weight:bold;
}

.asterisk {
	font-style:italic;
	color:#666666;
}

.service-desc {
	font-size:11px;
	color:#666666;
	font-weight:normal;
	font-style:italic;
}



/* /////////////////  FEATURES ///////////////// */

.feature {
	width:225px;
	background-image:url(../images/background_feature.jpg);
	background-repeat:repeat-y;
	font-size:12px;
	line-height:18px;
	text-align:justify;
	float:left;
}

.feature_text {
	margin:5px 15px 0px 10px;
	
}

.feature_end {
	width:225px;
	font-size:12px;
	line-height:18px;
	text-align:justify;
	float:right;
}

.learn_more {
	float:right;
	margin:10px 20px 0px 0px;
}

.signup {
	width:800px;
	height:100px;
	margin:0 auto 10px;
	background:url(../images/background-sign_up.jpg) no-repeat top center;
}

.signup table {
	margin:17px 50px 0 0 ;
	float:right;
}

.signup_input {
	width:200px;
}

/* /////////////////  FOOTER ///////////////// */

#footer {
	height:159px;
	background-color:#39949c;
	width:100%;
	margin:auto;
}

#footer_content {
	width:900px;
	background-image:url(../images/background_footer.jpg);
	background-repeat:repeat-x;
	margin:0px auto;
	color:#CCCCCC;
	height:129px;
	padding-top:30px;
	text-align:center;
}

#footer_pic {
	margin-right:50px;
}