html{
	background:#ffffff;
	overflow-y: scroll;
}

img{
	/*behavior: url('./themes/site_themes/sudigital/htc/iepngfix.htc');*/
	margin:0;
	padding:0;
}

/* box container */

#container{
	width:100%;
	margin:10px auto;
}

/* making center */

.wrap{
	width:780px;
	margin:0 auto;
	overflow:hidden;
	cursor:default;
}

/* box header */

.header{
	width:100%;
}

/* box content */

.outer{
	float:left;
	width:100%;
	padding:0;
	margin:0;
}

/* box main */

.main{
	float:left;
	width:780px;
	height:380px;
	background:#01903d;
	padding:0;
	margin:0;
}

.mainphotos{
	float:left;
	width:780px;
	height:380px;
	background:#01903d;
	padding:10px;
	margin:0;
}

/* box main */

.boxmain{
	float:left;
	width:500px;
}

/* box sidebox */

.sidebox{
	float:left;
	width:240px;
	height:350px;
	padding:10px 10px 0 10px;
	text-align:left;
	font-size:12px;
}

/* fullbox for services */

.fullbox{
	float:left;
	width:750px;
}

.fullform{
	float:left;
	width:750px;
	padding:10px;
}

.halfform{
	float:left;
	width:500px;
	padding:10px;
}

.detailphotos{
	float:left;
	width:500px;
}

.addressform{
	float:right;
	width:225px;
	padding:10px;
}

.hiddenGalleryPage{
	display:block;
	float:left;
	width:160px;
	height:145px;
	overflow:hidden;
}

/* gallery for services */

.gallerybox{
	float:left;
	width:750px;
	height:355px;
}

/* box sideboxtext */

#sideboxtext{
	float:right;
	/* IE overflow fix, position must be relative or absolute*/
	position:relative;
	width:230px;
	height:300px;
	margin-top:10px;
	padding:0 10px 0 0;
	overflow: auto;
}

#faqboxtext{
	float:right;
	/* IE overflow fix, position must be relative or absolute*/
	position:relative;
	width:475px;
	height:325px;
	margin-top:10px;
	padding:0 10px 0 0;
	overflow: auto;
}

/* mainbox text */

#mainbox{
	float:left;
	/* IE overflow fix, position must be relative or absolute*/
	position:relative;
	width:730px;
	height:270px;
	margin-top:10px;
	padding:0 10px 0 10px;	
	overflow: auto;
}

#faqBox{
	padding:10px;
}
/* box submenu */

.submenu{
	float:left;
	width:100%;
	margin-bottom:5px;
}

/* box footer */

.footer{
	clear:both;
	width:100%;
	height:50px;
	padding:25px 0 0 0;
	text-align:center;
	background:url(./themes/site_themes/sudigital/images/bg_footer.png) top center no-repeat;
}