/*Noviaks*/


/*-------------------------------------------------------*/
/*GENERAL*/
/*-------------------------------------------------------*/

* {

	margin: 0 auto;
	padding: 0;

}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	background-color: #ffffed;

}

a:link,  a:visited{

	font-weight: bold;
	color: #669900;
	text-decoration: none;	
}

a:hover, a:active {

	font-weight: bold;
	color: #669900;
	text-decoration: underline;	
}

ul {

	text-indent: 50px;
	list-style: disc inside;

}



h2 {
	font-size: 12px;
	font-weight: bold;
	/*padding-bottom:10px;*/
}

div#wrapper {

	width: 910px;
	margin:auto;

}

div#buffer {
	clear:both;
	height:30px;

}

/*---TOP NAV SECTION---*/

div#tntop {

	clear:both;
	background:url(images/topnav-top.gif) no-repeat;
	width: 910px;
	height: 30px;

}

div#topnavleft {

	clear:both;
	float:left;
	background:url(images/tn-top.jpg) no-repeat;
	display:inline;
	width: 587px;
	height: 40px;

}

div#topnavhome {

	float:left;
	display:inline;
	width: 64px;
	height: 40px;

}

div#topnavgallery {

	float:left;
	display:inline;
	width: 65px;
	height: 40px;

}

div#topnavservice {

	float:left;
	display:inline;
	width: 73px;
	height: 40px;

}

div#topnavcontact {

	float:left;
	display:inline;
	width: 121px;
	height: 40px;

}

/*---BODY SECTION---*/

div#logo {

	clear:both;
	float:left;
	width: 910px;
	height:83px;

}


div#flash {

	clear:both;
	float:left;
	width: 503px;
	height:456px;

}

div#flashgallery {

	clear:both;
	float:left;
	width: 910px;
	height:456px;

}

div#contenthome {

	float:left;
	width: 364px;
	height:456px;
	background:url(images/home-content.jpg) no-repeat;
	padding: 0 43px 0 0;

}
div#contentservice {

	float:left;
	width: 364px;
	height:568px;
	background:url(images/service-content.jpg) no-repeat;
	padding: 0 43px 0 0;

}


div#service {

	clear:both;
	float:left;
	width: 503px;
	height:568px;

}

div#contact {

	clear:both;
	float:left;
	width: 503px;
	height:568px;

}

div#testimonialsfaqleft {

	clear:both;
	float:left;
	width: 376px;
	height:370px;
	color:#669900;
	background:url(images/text-tile.gif) repeat-y;
	background-position:left;
	padding: 0 66px 0 61px;



}

div#testimonialsfaqright {

	float:right;
	width: 364px;
	height:370px;
	color:#669900;
	background:url(images/text-tile.gif) repeat-y;
	background-position:right;
	padding: 0 43px 0 0 ;

}





/*---FOOTER SECTION---*/

div#footerhg {

	clear:both;
	float:left;
	width: 885px;
	height: 36px;
	background:url(images/footer.gif) no-repeat;
	padding: 28px 25px 0 0 ;
	font-size: 11px;
	color: #669900;
	text-align:right;

}

div#footer {

	clear:both;
	float:left;
	width: 885px;
	height: 36px;
	background:url(images/footer-plain.gif) no-repeat;
	padding: 28px 25px 0 0 ;
	font-size: 11px;
	color: #669900;
	text-align:right;

}


