@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
	list-style: none;
}
body
{
	background:#fefbe6 url(images/body_bk.jpg) left top repeat-x;
	
}
#flowers
{
	width: 100%;
	background: url(images/top_bk.png) top center no-repeat !important;
	background: none;
}
#wrapper{
	width: 970px;
	height: 100%;
	margin: 0 auto;
	position:relative;
}
img 
{
	border:0;
}

#social_icons {position:absolute; top:43px; left:894px;}
#menuTop{
	padding:50px 172px 20px 173px;
}

	#menuTop ul { list-style: none; float: left; background: url("images/menu_main.png") top center no-repeat; margin: 0; padding: 0; width: 625px; height: 25px; }
	#menuTop ul li { background: none; float: left; text-indent: -999em; padding: 0; }
	#menuTop ul li a { outline: none; background: url("images/menu_main.png") top center no-repeat; border: none; display: block; height: 25px; text-decoration: none; overflow: hidden; }

	#menuTop ul li.home a { background-position: 0px 0px; width: 68px; }
	#menuTop ul li.home a:hover { background-position: 0px -25px; }
	#menuTop ul li.home a.selected { background-position: 0px -50px; }
	
	#menuTop ul li.about a { background-position: -68px 0px; width: 128px; }
	#menuTop ul li.about a:hover { background-position: -68px -25px; }
	#menuTop ul li.about a.selected { background-position: -68px -50px; }
	
	#menuTop ul li.services a { background-position: -196px 0px; width: 214px; }
	#menuTop ul li.services a:hover { background-position: -196px -25px; }
	#menuTop ul li.services a.selected { background-position: -196px -50px; }
	
	#menuTop ul li.products a { background-position: -410px 0px; width: 105px; }
	#menuTop ul li.products a:hover { background-position: -410px -25px; }
	#menuTop ul li.products a.selected { background-position: -410px -50px; }
	
	#menuTop ul li.contact a { background-position: -515px 0px; width: 110px; }
	#menuTop ul li.contact a:hover { background-position: -515px -25px; }
	#menuTop ul li.contact a.selected { background-position: -515px -50px; }
	
#divider{
	padding-left:0px;
	padding-top:15px;
	padding-bottom:10px;
}	
#header{
	padding-top:5px;
	padding-bottom:15px;
}

#contentMain{
	padding-top:20px;
	font-size:14px; letter-spacing:0.2em; color:#555555; line-height:1.5em;
}

#columnI a:link, #columnI a:visited, #columnI a:focus, #columnI a:active, 
#columnII a:link, #columnII a:visited, #columnII a:focus, #columnII a:active, 
#columnRight a:link, #columnRight a:visited, #columnRight a:focus, #columnRight a:active 
{
	border-bottom: dotted 1px #603913;
	color: #603913;
	font-style: italic;
	font-size:12px;
	text-decoration: none;
}

#menuSub { 
	background: #fefbe6 url("/images/sub_menu_bk.jpg") top center no-repeat; float: left; width: 300px; height:400px; padding: 0px 0px 0px 0px;
	font-family:"Century Gothic"; font-size:12px; color:#603913; line-height:2em; font-weight:bold; letter-spacing:0.1em;
	
}

#columnI{
	font-family:Georgia, "Times New Roman", Times, serif; 
	width:375px;
	padding-left:20px;
	float:left; 
}

#welcome{
	background:url(images/welcome_bk.png) top center no-repeat; width:345px; height:250px; padding:15px 15px;
}

#special{
	background:url(images/special.png) center top no-repeat;
	height:125px;
	width:375px;
	text-align:center;
	padding:60px 0px 5px 0px;
}

#columnII{
	font-family:Georgia, "Times New Roman", Times, serif; 
	width:225px;
	height:409px;
	margin-left:20px;
	float:left; 
	clear:right;
	background:url(images/service_bk.png) top center no-repeat; padding:15px 15px;
}

#columnII_title{
	font-family:"Century Gothic"; font-size:1.3em; color:#603913; font-stretch:expanded; font-weight:bold; padding-bottom:15px;
}

#call{
	padding-top:90px;
	padding-left:20px;
}

#columnRight{
	padding-left:40px; float:left; clear:right;
	width: 630px;
	padding-top:15px;
}

#rightContents{
	padding-top:15px;
	padding-bottom:30px;
	
}

.bullet { text-align:center;}



/*Setting for the submenu area*/

#title{
	padding-top:20px;
	text-align:center;
}

#submenu{
	text-align:right;
	padding-top:70px;
	padding-right:20px;
}

#submenu a:link, #submenu a:visited 
{
	text-decoration: none;
	color:#603913;
}

#submenu a:hover, #submenu a:active
{
	text-decoration: none;
	background-color:#603913;
	color:#eeeeee;
}

#footer{
	/*position: fixed;
	bottom: 0;*/
	font-family: "Century Gothic";
	font-size:11px;
	color:#555555;
	text-align: center;
	line-height: 14px;
	width: 100%;
	height: 120px;
	padding-top: 15px;
	background: url(images/footer_bk.jpg) top center repeat-x;
	clear:both;
}

#footer a:link, #footer a:visited, #footer a:focus, #footer a:active {
	border-bottom: dotted 1px #603913;
	color: #603913;
	text-decoration: none;
}

/*Classes*/
.service_title
{
	background:url(images/title_bk.png) repeat-x;
	text-align:center;
	color:#FFFFFF;
	font-family:"Century Gothic";
	font-size:15px;
	font-weight:bold;
	height:30px;
}
.services_item
{
	padding:5px;
	width:370px;
	border-top-color:#bfc79b;
	border-top-style: dotted;
	
}
.certificate
{
	width:250px;
	color:#603913;
}

