﻿@charset "utf-8";

/* CSS Document */

/*style sheet for Website.com

version 1.0 last modified on 00/00/11

© 2011 Website.com Designed by Proaxxs Advanced Technologies / Coloringz Creative Agensy.com

*/

/* to jump to a specific section search for the unique character pair at the front of each Table Of Contents section 
	<<<tip, highlight the special character and use the shortcut for Find Selection Cntr/Cmd + Shift + G >> */

/* ----- Style sheet Table Of Contents ----------------
      ^1 Global constants
	  ^2 CSS reset
	  ^3 Global classes
	  ^4 Layout Styles
			  ^5a Header
			  ^5b Navigation
			  ^5c Banner
			  ^5d Main Content
			  ^5e Footer
			  behavior: url(ie-css3.htc);
*/

/* ^1 ------------------ global constants --------------------------- */
@font-face
{
	font-family: 'QuattrocentoRomanRegular';
	src: url('../_fonts/Quattrocento-Regular-webfont.eot');
	src: url('../_fonts/Quattrocento-Regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../_fonts/Quattrocento-Regular-webfont.woff') format('woff'),  url('../_fonts/Quattrocento-Regular-webfont.ttf') format('truetype'),  url('../_fonts/Quattrocento-Regular-webfont.svg#QuattrocentoRomanRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

body, html
{
	margin: 0px;
	padding: 0px;
}

body
{
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
}

/* ^2 ------------------ limited-scale reset --------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
}

header, section, footer, aside, nav, article, figure
{
	display: block;
}

#wrapper
{
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 940px;
	background: #fff;
	clear: both;
}

p
{
	line-height: 1.8;
	margin-bottom: 1em;
	color: #4D4D4D;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

h1
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #333;
	margin-bottom: 0.4em;
}

h2
{
	font-family: QuattrocentoRomanRegular, Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	color: #40787D;
	font-weight: normal;
	margin: 1.2em 0px 1em;
}

h3
{
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
	font-size: 0.8em;
	margin-bottom: 0.3em;
}

h4
{
	font-family: "Times New Roman", Times, Georgia, serif;
	color: #CCC;
	font-size: 1em;
	margin-bottom: 0.3em;
	font-weight: bold;
}

h1, h2, h3
{
	clear: both;
}

/* ^3 ------------------ global classes --------------------------- */

.floatRight
{
	float: right;
}

.floatLeft
{
	float: left;
}

.clearRight
{
	clear: right;
}

.clearLeft
{
	clear: left;
}

.clearBoth
{
	clear: both;
}

br.clearBoth
{
	height:0px;
	clear:both;
	font-size: 1px;
	line-height: 0px;
}

.noMarginLeft
{
	margin-left: 0px;
}

.noMarginRight
{
	margin-right: 0px;
}

.noMarginTop
{
	margin-top: 0px;
}

.noMarginBottom
{
	margin-bottom: 0px;
}

.noBorderLeft
{
	border-left: none;
}

.noBorderRight
{
	border-right: none;
}

.noBorderTop
{
	border-top: none;
}

.noBorderBottom
{
	border-bottom: none;
}
.border
{
	background: url(../_images/border.png) no-repeat left top;
	height: 7px;
}


header
{
	background: #fff url(../_images/header-bg.png) repeat-x left top;
	height: 535px;
	text-align: left;
	min-width: 1000px;
}
#sub
{
	height: 130px;
	background: url(../_images/header-sub.png) repeat-x left top;
}


.content
{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#logo
{
	position: absolute;
	margin: 20px;
}

nav ul
{
	position: absolute;
	right: 10px;
	top: 45px;
	list-style: none;
}

nav li
{
	float: left;
}

nav li a:link, nav li a:visited
{
	text-decoration: none;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-shadow: 0px 1px 0px #110701;
	padding: 0px 10px;
	margin: 0px 10px;
	-webkit-transition: all ease-in 0.2s;
	-moz-transition:all ease-in 0.2s;
	-o-transition:all ease-in 0.2s;
	transition:all ease-in 0.2s;
}

nav li a:hover, nav li a:active
{
	background: #154C4B;
	padding: 5px 10px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-webkit-transition: all ease-in 0.3s;
	-moz-transition:all ease-in 0.2s;
	-o-transition:all ease-in 0.2s;
	transition:all ease-in 0.2s;
}

nav li a.current, nav li a.current:hover, nav li a.current:active
{
	background: #154C4B;
	padding: 5px 10px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	cursor: default;
}

#bannerShadow
{
	background: url(../_images/shadow.png) no-repeat left top;
	height: 210px;
	width: 970px;
	position: absolute;
	top: 106px;
	left: -15px;
	z-index: 25;
}

#banner
{
	position: absolute;
	top: 120px;
	background: url(../_images/banner-bg.png) no-repeat left top;
	height: 350px;
	width: 940px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding-top: 30px;
	z-index: 26;
}

#banner h2, #banner h3
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 46px;
	font-weight: bold;
	color: #fff;
	margin: 0px;
	line-height: 1.3;
	background: #396c5f;
	display: inline;
	padding: 0 20px 5px 45px;
}

#banner h3
{
	margin-bottom: 10px;
	clear: both;
	margin-top: 10px;
}

#banner p
{
	width: 350px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #266666;
	line-height: 1.4;
	text-align: left;
	margin: 20px 0px 20px 50px;
	letter-spacing: .1em;
}

#banner .btn
{
	text-align: left;
	margin-top: 0px;
	left: 0px;
	line-height: none;
	width: 0px;
}

a, a:visited
{
	text-decoration: none;
	color: #fff;
}

a.btn, a.btn:visited
{
	background: url(../_images/btn.png) repeat-x left top;
	display: inline;
	height: 28px;
	line-height: 28px;
	text-decoration: none;
	padding: 5px 10px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #004c3b;
	margin-bottom: 0px;
	font-weight: bold;
}

a.btn:hover, a.btn:active
{
	background: url(../_images/btn.png) repeat-x left bottom;
	color: #CEF4E9;
}

#services
{
	width: 940px;
	-moz-box-shadow: inset 0px 0px 5px #999;
	-webkit-box-shadow: inset 0px 0px 5px #999;
	-o-box-shadow: inset 0px 0px 5px #999;
	box-shadow: inset 0px 0px 5px #999;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #f7f7f7;
}
.serve
{
	width: 940px;
	-moz-box-shadow: inset 0px 0px 5px #999;
	-webkit-box-shadow: inset 0px 0px 5px #999;
	-o-box-shadow: inset 0px 0px 5px #999;
	box-shadow: inset 0px 0px 5px #999;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #f7f7f7;
	margin-top: 20px;
}
.serve h2
{
	font-family: QuattrocentoRomanRegular, Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #40787d;
	padding: 40px 0px 0px 25px;
	clear: none;
	text-align: left;
}

.serve img
{
	float: left;
	padding: 20px 5px 0px 20px;
}
.serve p
{
	text-indent: 50px;
	padding-bottom: 10px;
	color: #4D4D4D;
	margin: 0px 20px;
}

#services div
{
	width: 283px;
	float: left;
	padding: 20px 15px;
}


#services div img
{
	float: left;
	padding-top: 5px;
	padding-left: 5px;
}

#services div h2
{
	font-size: 20px;
	color: #40787D;
	margin: 0px 0px 0px 75px;
	clear: none;
}

#services div h3
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #cc1c4d;
	clear: none;
	padding: 5px 0px 5px 80px;
}

#services div p
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #4d4d4d;
	clear: both;
	padding: 0px 15px 0px 10px;
}
.text
{
	width: 910px;
	padding: 20px 10px 0px 15px;
}
.text img
{
	float: left;
}

.text h2
{
	font-size: 20px;
	color: #40787D;
	margin: 5px 0px 5px 70px;
	clear: none;
	padding-top: 10px;
}

.text h3
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #cc1c4d;
	clear: none;
	padding: 5px 0px 5px 70px;
}
.text p
{
	color: #4d4d4d;
	text-indent: 50px;
	padding-top: 10px;
	font-size: 14px;
}
.about
{
	width: 910px;
	padding: 5px 10px 0px 15px;
}
.about p
{
	color: #4d4d4d;
}






#testimonial
{
	float: left;
	width: 425px;
	padding-left: 25px;
}

#testimonial img
{
	float: left;
}

#testimonial p
{
	clear: none;
}

#testimonial .testimonials
{
	background: url(../_images/test.png) no-repeat left top;
	text-indent: 40px;
	font-style: italic;
}

#testimonial .client
{
	text-align: right;
	font-family: QuattrocentoRomanRegular, Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 21px;
	line-height: 1.2;
}

#testimonial .client .website
{
	font-size: 18px;
}

#testimonial h3
{
}

#testimonial a
{
	color: #000;
}

#testimonial a:hover, #testimonial a:active
{
	color: #396c5f;
	border-bottom: 1px dashed #396c5f;
}

#about
{
	float: right;
	width: 450px;
}

footer
{
	background: url(../_images/footer.png) repeat-x left top;
	height: 64px;
	padding-top: 64px;
	min-width: 1000px;
}

footer table
{
	border-spacing: 0;
	color: #000;
	width: 940px;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
}

footer td
{
	text-align: left;
	padding: 0 10px;
}

footer td.alignRight
{
	text-align: right;
}

footer a:link, footer a:visited
{
	color: #000;
	text-decoration: underline;
}

footer a:hover, footer a:active
{
	color: #CEF4E9;
	text-decoration: underline;
}
form
{
	padding-left: 25px;
	color: #075B45;
}




form table
{
	border-spacing: 0px;
	margin: 0;
	padding: 0px 0px 0px 25px;
	width: 650px;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
}

form table td
{
	padding-bottom: 20px;
	color: #075B45;
}
form  td.alignTop
{
	vertical-align: top;
}

form .textInput
{
	height: 18px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #075B45;
	width: 300px;
	border: none;
	outline: none;
	background: #B6DBD4;
	padding: 3px 10px 3px 10px;
	-moz-border-radius: 13px;
	-o-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	-moz-box-shadow: inset 0px 1px 3px #999, 0px 1px 3px #fff;
	-o-box-shadow: inset 0px 1px 3px #999, 0px 1px 3px #fff;
	-webkit-box-shadow: inset 0px 1px 3px #999, 0px 1px 3px #fff;
	box-shadow: inset 0px 1px 3px #999, 0px 1px 3px #fff;
	
}

form .textCaptcha
{
	height: 18px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #075B45;
	width: 100px;
	border: none;
	outline: none;
	background: #B6DBD4;
	padding: 3px 10px 3px 10px;
	-moz-border-radius: 13px;
	-o-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	-moz-box-shadow: inset 0px 1px 3px #999, 0px 1px 3px #fff;
	-o-box-shadow: inset 0px 1px 3px #999, 0px 1px 3px #fff;
	-webkit-box-shadow: inset 0px 1px 3px #999, 0px 1px 3px #fff;
	box-shadow: inset 0px 1px 3px #999, 0px 1px 3px #fff;
	
}

form .textArea
{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #075B45;
	width: 300px;
	height: 100px;
	border: none;
	outline: none;
	background: #B6DBD4;
	padding: 10px;
	-moz-border-radius: 13px;
	-o-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	-moz-box-shadow: inset 0px 1px 3px #999, 0px 1px 3px #fff;
	-o-box-shadow: inset 0px 1px 3px #999, 0px 1px 3px #fff;
	-webkit-box-shadow: inset 0px 1px 3px #999, 0px 1px 3px #fff;
	box-shadow: inset 0px 1px 3px #999, 0px 1px 3px #fff;
	
}

form .submit
{
	background: url(../_images/btn.png) repeat-x left top;
	display: inline;
	height: 29px;
	line-height: 29px;
	text-decoration: none;
	border-radius: 7px;
	margin-bottom: 0px;
	font-weight: bold;
	color:#FFFFFF;
	font-size:14px;
	border:none;
	cursor: pointer;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-webkit-border-radius: 7px;
	
}
