*	{
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	list-style: none;
	font-weight: normal;
	line-height: inherit;
	font-family: inherit;
	text-decoration: none;
}
body	{
	background: #366c52 url(../images/bg_body.jpg) repeat-x left top;
	font: normal normal 62.5%/1 Georgia, 'Times New Roman', Times, serif;
}

/*						PAGE LAYOUT							*/

#wrap	{
	width: 950px;
	margin: 0 auto;
}
#header	{
	height: 120px;
	padding-right: 80px;
}
#nav	{
	height: 40px;
	margin: 10px 0;
	background: url(../images/bg_nav.jpg) repeat-x left top;
}
.content	{
	height: 1%;
	padding: 0 25px;
	background: #fff url(../images/bg_content.jpg) repeat-y left top;
}
#footer	{
	padding: 20px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*						GLOBAL STYLES						*/

h2	{
	color: #3E6B36;
	font-size: 2.2em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
h3	{
	color: #6B6B6B;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.25em;
}
p	{
	color: #000;
	font: 1.2em/1.5em Verdana, Arial, Helvetica, sans-serif;
}
acronym	{
	cursor: help;
	border-bottom: dashed 1px #000;
}
.clear	{
	height: 0;
	clear: both;
	display: block;
	overflow: hidden;
}
.hidden	{
	display: none;
}

/*						HEADER STYLES						*/

#header span#price	{
	float: right;
	width: 220px;
	height: 120px;
	display: block;
	background: url(../images/img_pricetag.jpg) no-repeat left top;
}
#header h1	{
	color: #fff;
	width: 555px;
	height: 120px;
	font-size: 3em;
	line-height: 1.8;
	text-align: center;
	position: relative;
}
#header h1 br	{
	display: none;
}
#header h1 small	{
	display: block;
	font-size: 0.5em;
}
#header h1 a, #header h1 a:visited	{
	top: 0;
	left: 0;
	width: 555px;
	height: 120px;
	display: block;
	position: absolute;
	background: url(../images/bg_logo.jpg) no-repeat left top;
}

/*						NAV STYLES						*/

#nav ul	{
	height: 40px;
	background: url(../images/bg_nav_right.jpg) no-repeat right top;
}
#nav li	{
	float: left;
	padding-right: 2px;
}
#nav a, #nav a:visited	{
	color: #fff;
	float: left;
	height: 26px;
	display: block;
	position: relative;
	text-transform: uppercase;
	padding: 14px 20px 0 20px;
	font: bold 1.1em Arial, Helvetica, sans-serif;
	background: url(../images/bg_nav.jpg) repeat-x left top;
}
#nav a:hover	{
	background: #6c6c6c url(../images/bg_nav.jpg) repeat-x left bottom;
}
#nav a.active, #nav a.active:visited	{
	background: #6c6c6c url(../images/bg_nav.jpg) repeat-x left bottom;
}
#nav a span, #nav a:visited span	{
	top: 0;
	left: 0;
	width: 10px;
	height: 40px;
	display: block;
	cursor: pointer;
	position: absolute;
	background: url(../images/bg_nav_a_span.jpg) no-repeat left top;
}
#nav a:hover span	{
	background: url(../images/bg_nav_a_span.jpg) no-repeat left bottom;
}
#nav a.active span, #nav a.active:visited span	{
	background: url(../images/bg_nav_a_span.jpg) no-repeat left bottom;
}

/*						CONTENT STYLES						*/

.content span.top, .content span.bottom	{
	clear: both;
	height: 25px;
	display: block;
	margin: 0 -25px;
	background: url(../images/bg_content_top.jpg) no-repeat left top;
}
.content span.bottom	{
	background: url(../images/bg_content_bottom.jpg) no-repeat left top;
}
.content h3	{
	margin-bottom: 10px;
}
.content p	{
	margin-bottom: 25px;
	text-align: justify;
}
.content ul	{
	padding-left: 30px;
	margin-bottom: 25px;
}
.content li	{
	color: #000;
	list-style: disc;
	margin-bottom: 5px;
	font: 1.2em/1.5em Verdana, Arial, Helvetica, sans-serif;
}
.content p strong, .content li strong	{
	font-weight: bold;
}
.content strong *	{
	font-weight: bold;
}

/*						FOOTER STYLES						*/

#footer ul	{
	padding: 10px 0;
	text-align: center;
}
#footer li	{
	padding: 0 10px;
	display: inline;
	border-right: solid 1px #fff;
}
#footer li.last	{
	border: 0;
}
#footer small	{
	color: #fff;
	display: block;
	line-height: 2.3em;
	text-align: center;
}
#footer a, #footer a:visited	{
	color: #fff;
}
#footer small a, #footer small a:visited	{
	margin: 0 5px;
	letter-spacing: 1px;
}
#stat	{
	height: 0px;
	overflow: hidden;
}

/****************************************************************/
/*                  TESTIMONIALS PAGE STYLES                    */
/****************************************************************/

#testimonials cite	{
	color: #6AB85C;
	display: block;
	text-align: right;
	font-weight: bold;
	padding: 5px 0 10px 0;
}
#testimonials a, #testimonials a:visited	{
	color: #6AB85C;
}
#testimonials a:hover	{
	color: #6B6B6B;
}

/****************************************************************/
/*                    PORTFOLIO PAGE STYLES                     */
/****************************************************************/

#portfolio	{
	text-align: center;
}
#portfolio img	{
	margin: 0 10px 10px 0;
	border: solid 5px #888;
}
#portfolio img:hover	{
	border: solid 5px #80ffc2;
}
#portfolio br	{
	display: none;
}

/****************************************************************/
/*                    CONTACTUS PAGE STYLES                     */
/****************************************************************/

#contact p	{
	text-align: center;
}
#contact p strong	{
	color: #FF0000;
}
#contact form	{
	width: 600px;
	margin: 0 auto;
	display: block;
}
#contact form br	{
	display: none;
}
#contact form legend	{
	top: 0;
	left: 0;
	position: absolute;
	margin-top: -2000px;
}
#contact label	{
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 15px 0 5px 0;
}
#contact form strong	{
	color: #FF0000;
	padding-left: 5px;
}
#contact label.top	{
	padding-top: 0;
}
#contact input.txt	{
	width: 586px;
	padding: 5px;
	border: solid 2px #ccc;
	font: 1.2em Arial, Helvetica, sans-serif;
}
#contact input.txt:focus	{
	padding: 5px;
	background: #fff;
	border: solid 2px #b8ffdb;
}
#contact input#attachment	{
	padding: 5px;
	font-size: 1.2em;
	background: #fff;
	border: solid 2px #ccc;
}
#contact textarea	{
	padding: 5px;
	width: 586px;
	height: 200px;
	overflow: auto;
	margin-bottom: 15px;
	border: solid 2px #ccc;
	font: 1.2em/1.5em Arial, Helvetica, sans-serif;
}
#contact textarea:focus	{
	padding: 5px;
	border: solid 2px #b8ffdb;
}
#contact button	{
	width: 74px;
	color: #fff;
	height: 32px;
	padding: 7px 0;
	cursor: pointer;
	overflow: hidden;
	text-align: center;
	font: bold 1.2em/1.6em Arial, Helvetica, sans-serif;
	background: #366c52 url(../images/bg_button.jpg) no-repeat left top;
}
#contact form span.button	{
	height: 32px;
	display: block;
	overflow: hidden;
}
#contact button:active	{
	color: #366c52;
	background: url(../images/bg_button.jpg) no-repeat 1px 1px;
}
#form_result	{
	padding: 100px 0;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}
