
body {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited {
	color: #F5DD17;
	text-decoration: underline;
}

a:hover {
	color: #07ECFA;
	text-decoration: underline;;
}

/************** text styles **************/

h1 {
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}

#footer {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 15px;
}

#footerindex {
    position:absolute;
	top: 580px;
	left: 225px;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
}

/********* layout styles *********/

#master {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: left;
}

#logohome{
	position: absolute;
	top: 0px;
	left: 225px;
}

#imagehomeroni {
	position: absolute;
	top: 125px;
	left: 261px;
	z-index: 2;
}

#name {
	position: absolute;
	left: 125px;
	top: 530px;
}

#dividerhome {
	position: absolute;
	left: 0px;
	top: 310px;
	z-index: 1;
}

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}

#content {
	position:absolute;
	left: 120px;
	top: 130px;
	width: 660px;
	padding-right: 0px;
	padding-left: 0px;
}

#contentcenter {
	position:absolute;
	left: 100px;
	top: 130px;
	width: 560px;
	padding-right: 0px;
	padding-left: 0px;
} 

#contentslideshow {
	position:absolute;
	left: 220px;
	top: 130px;
	width: 560px;
	padding-right: 0px;
	padding-left: 0px;
}

#sidebarclients {
	position:absolute;
	left: 680px;
	top: 120px;
} 

/********* navigation home page *********/

#abouthome {
	position: absolute;
	left: 90px;
	top: 170px;
}

#videohome {
	position: absolute;
	left: 632px;
	top: 170px;
}

#clientshome {
	position: absolute;
	left: 83px;
	top: 400px;
}

#contacthome {
	position: absolute;
	left: 623px;
	top: 400px;
}

/********* navigation sub page *********/

#homesub {
	position: absolute;
	left: 10px;
	top: 130px;
}

#linenavhome {
	position: absolute;
	left: 15px;
	top: 200px;
}

#aboutsub {
	position: absolute;
	left: 10px;
	top: 223px;
}

#linenavabout {
	position: absolute;
	left: 15px;
	top: 293px;
}

#clientssub {
	position: absolute;
	left: 0px;
	top: 316px;
}

#linenavclients {
	position: absolute;
	left: 15px;
	top: 386px;
}

#videosub {
	position: absolute;
	left: 10px;
	top: 409px;
}

#linenavvideo {
	position: absolute;
	left: 15px;
	top: 479px;
}

#contactsub {
	position: absolute;
	left: 0px;
	top: 502px;
}