/* CSS Document */
/* Media:Screen */

* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0px;
	margin:0px;
}

body {
	padding:10px;
}
#mainContainer {
	width:760px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #999999;
}
#headerContainer {
	width:100%;
	height:150px;
}				
#headerLogoBanner {
	width:100%;
	height:103px;
	background:url(../images/bg_headfull.png);
	background-repeat:no-repeat;
}				

#headerNavigationBanner {
	width:100%;
	height:47px;
	background:url(../images/bgnavslice.png);
	background-repeat:repeat-x;
}
#contentContainer {
	width:760px;
	background:url(../images/bgcontentfull.png);
	background-repeat:repeat-x;
	padding-top:40px;
	text-align:justify;
}
#footerContainer {
	float:none;
	clear:both;
	width:100%;
	height:39px;
	background:url(../images/bgfooterslice.png);
	background-repeat:repeat-x;
	line-height:42px;
	text-align:center;
	color:#333333;
	margin-top:20px;
}

#logo {
	position:relative;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	width:333px;
	height:37px;
	top:33px;
	left:10px;
	line-height:300px;
	overflow:hidden;
	display:block;
}

#headerNavigationBannerLeft {
	float:left;
	color:#666666;
	line-height:12px;
	height:39px;
	overflow:hidden;
	font-weight:bold;
	padding-left:5px;
	padding-top:10px;
	font-size:14px;
}
#headerNavigationBannerRight {
	position:relative;
	float:right;
	height:47px;
	top:0px;
	
}
h1 {
	padding:0px;
	margin:0px;
}


#headerNavigationBannerRight ul li {
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
	height:47px;
	list-style:none;
	}
#headerNavigationBannerRight li a{
	display:block;
	position:relative;
	line-height:60px;
	height:47px;
	width:80px;
	text-decoration:none;
	font-weight:500; 
	color:#000000;
	text-indent:5px;
	overflow:hidden;
	background-image:url(../images/bgNavButtonUp.gif);

}
#headerNavigationBannerRight li a:hover{
	background-image:url(../images/bgNavButtonOver.gif);
	
}
#sectionone #headerNavigationBannerRight li#one a, 
#sectiontwo #headerNavigationBannerRight li#two a,
#sectionthree #headerNavigationBannerRight li#three a,
#sectionfour #headerNavigationBannerRight li#four a,
#sectionfive #headerNavigationBannerRight li#five a{
	background-image:url(../images/bgNavButtonSelected.gif);
}
#sideTitle {
	float:left;
	width:55px;
	text-align:right;
	margin-right:5px;
}
#sectiononeSideTitle {
	float:right;
	overflow:hidden;
	text-indent:100px;
	line-height:400px;
	width:44px;
	display:block;
	background-image:url(../images/titleWelcome.gif);
	height:158px;
}
#sectiontwoSideTitle {
	float:right;
	overflow:hidden;
	text-indent:45px;
	width:44px;
	line-height:400px;
	display:block;
	background-image:url(../images/titleAboutUs.gif);
	height:155px;
}
#sectionthreeSideTitle {
	float:right;
	overflow:hidden;
	text-indent:45px;
	width:44px;
	line-height:400px;
	display:block;
	background-image:url(../images/titleServices.gif);
	height:149px;
}
#sectionfourSideTitle {
	float:right;
	overflow:hidden;
	text-indent:45px;
	line-height:400px;
	width:44px;
	display:block;
	background-image:url(../images/titleGallery.gif);
	height:128px;
}
#sectionfiveSideTitle {
	float:right;
	overflow:hidden;
	text-indent:45px;
	line-height:400px;
	width:44px;
	display:block;
	background-image:url(../images/titleContactUs.gif);
	height:184px;
}

#Content {
	float:left;
	width:670px;
	border-left:1px solid #999999;
	padding-right:10px;
	padding-left:10px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
}

#Content ul {
	padding-left:20px
}
#footerWebtags {
	text-align:center;
	color:#999999;
	padding-top:5px;
	font-weight:normal;
}
#footerWebtags a{
	color:#999999;
	text-decoration:none;
}