/*CSS document Layout for home page
-----------------------------------------------
escorialdesign.com/marcom:interactive.com
Stylesheet:  basic.css
Author:   Luis Escorial
Version:  01 March 2006
----------------------------------------------- */

* { 
	margin: 0; padding: 0;
}

body {
	background: url(../images/back_image_home.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #f38102;
	font-family: Trebuchet MS,"Myriad Pro","Myriad Web","Lucida Grande","Trebuchet MS","Tahoma",Verdana,Geneva,Arial,Sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #000;
}

#bodyhome {
	width: 940px;
	background: url(../images/home_image_doted_eye.gif) no-repeat 575px 410px;
}

#logo {
	height: 102px;
	background: url(../images/home_logo.gif) no-repeat;
	margin-left: 585px;
}

#burst {
	display: block;
	position: absolute;
	height: 37px;
	width: 114px;
	clip: rect(auto,auto,auto,auto);
	left: 575px;
	top: 95px;
}

#content {
	height: 305px;
	margin-left: 585px;
	width: 280px;
	background: url(../images/home_bigarrow.gif) no-repeat left 30px;
}

.sphere {
	margin-left: 123px;
}

.sphere p {
	margin-top: 10px;
}

.text {
	width: 100%;
	margin-top: 20px;
}
.text p {
	margin-bottom: 10px;
}

.text .white {
	color: #fff;
}


#mainnavhome {
	width: 815px;
	margin-left: 50px;
}

.homenavtop {
	height: 42px;
	width: 530px;
	float: left;
	background-color: #f38102;
}

.homenavbottom {
	height: 42px;
	width: 556px;
	float: right;
	background-color: #1a1111;
}

.sitemap {
	margin-top: 10px;
	margin-left: 585px;
	text-align: right;
}

#address {
	height: 100px;
	margin-top: 180px;
	margin-left: 585px;
	background: url(../images/home_address.gif) no-repeat;
}

a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover, a:active {
	color: #fff;
	text-decoration: none;
}

h1 {
	font-size: 160%;
	margin: 5px 0 10px;
}
h2 {
	font-size: 150%;
	margin: 5px 0;
}
h3 {
	font-size: 140%;
	margin: 5px 0;
}
h4 {
	font-size: 130%;
	margin: 5px 0;
}
h5 {
	font-size: 120%;
	margin: 5px 0;
}
h6 {
	font-size: 110%;
	margin-top: 16px;
	margin-bottom: 4px;
}

h1, h2, h3, h4, h5, h6 {
	color: #fff;
}

#mainnav a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	border-bottom: none;
}

.bold {
	font-weight: bold;
}

.boldwhite {
	color: #fff;
	font-weight: bold;
}

/*IMAGES STYLES*/

img {
	border: none;
}
/*-------ADD ONS FOR HIGHLIGHTS-----------*/

.highlight {
	margin-top: 10px;
}
.highlightdoted {
	margin-top: 10px;
	border-bottom: 1px dotted #FFFFFF;
	padding-bottom: 5px;
}

.highlightstar {
	margin-bottom: -30px;
	margin-left: 160px;	
}

