* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */

body { 
	text-align: center;
	background-color: #88A8C7;
	min-width: 920px;/* for good browsers*/
}

#svContainer{
	height:100%;
	width:100%;
}

#mainLogo {
	position:absolute;
	width:272px;
	height:71px;
	z-index:2;
	left: 74px;
	top: 75px;
}




/* Navigation */

#navDot1 {
	position:absolute;
	width:13px;
	height:13px;
	left: 462px;
	top: 87px;
	z-index:2;
}

#navDot2 {
	position:absolute;
	width:13px;
	height:13px;
	left: 462px;
	top: 104px;
	z-index:2;
}

#navDot3 {
	position:absolute;
	width:13px;
	height:13px;
	left: 479px;
	top: 87px;
	z-index:2;
}

#navDot4 {
	position:absolute;
	width:13px;
	height:13px;
	left: 479px;
	top: 104px;
	z-index:2;
}


#navHome {
	position:absolute;
	width:57px;
	height:13px;
	left: 384px;
	top: 51px;
	z-index:1;
}

#navServices {
	position:absolute;
	width:57px;
	height:13px;
	left: 384px;
	top: 69px;
	z-index:2;
}

#navGallery {
	position:absolute;
	width:57px;
	height:15px;
	left: 384px;
	top: 86px;
	z-index:1;
}

#navNews {
	position:absolute;
	width:57px;
	height:13px;
	left: 384px;
	top: 87px;
	z-index:1;
}

#navContact {
	position:absolute;
	width:57px;
	height:13px;
	left: 384px;
	top: 104px;
	z-index:1;
}

/* Text Styles */

.titles {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 26px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #88A8C7;
}

.titlesRed {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 26px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #EC2227;
}

.subTitles {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #8B9298;
}

.copy {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #8B9298;
}

