/*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-color: #ffffff;
	font-family: Arial,Sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #000;
	letter-spacing: 3px;
 
}
#maintable {text-align:center; width: 100%; margin-top: 0px; background-image:url(../images/bghome.jpg);}

#bodyhome {
	width: 100%;
	margin-top: 0px;
	height: 400px;	
	background-color: #000000;
	z-index:1; left: 0px; top: 122px;
	max-width: 100%;
}

#logo {
	height: 83px;
	width: 181px;
	background: url(../images/logo.gif) no-repeat;
	margin-left: 55px;
	margin-top:8px;
	text-align:center;
	
}


#contenthome {
	height: 400px;
	width: 535px;
	background: url(../images/home_grid.jpg) no-repeat;
	position: absolute;
	left: 7px;
	z-index:1;
	left: 444px;
	top: 124px;
}


.text {
	margin-top: 0px;
}
p {	margin-bottom: 10px;
}


.white, a.white:link, a.white:visited, a.white:active {color: #000000; padding-left: 3px;}
.announce, a.announce:link, a:announce:visited {color:#ffffff; font-size:10px; font-weight:normal;}

#address {
	margin-top: -92px;
	margin-left: 0px;
	width: 800px;
	
}

.address {margin-top 5px; margin-left: 350px;font-family:Arial, Helvetica, sans-serif; font-weight: normal; font-size: 9.5px;}
.footer  {letter-spacing: 5px; color: #000000;	font-family:Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px;	margin-top: 5px; text-transform:uppercase; text-align:center;}

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 {
	text-decoration: none;
	background-color: #B1B1B3;
	background-image:url(../images/AFB1B4.gif)
	border-bottom: none;
	width: 100%;
	height: 18px;
	vertical-align: middle;
	margin-top: 10px;
	}
	
.homenav  {letter-spacing: 6px; background-color: #B1B1B3; color: #ffffff;	font-family:Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px;	margin-right: 95px; margin-top: 5px; margin-left:9px; white-space:nowrap;}
a.homenav:link, a.homenav:visited  {letter-spacing: 6px; background-color: #B1B1B3; color: #ffffff;	font-family:Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px;	margin-right: 95px; vertical-align:middle; margin-top: 5px;}
a.homenav:active  {letter-spacing: 6px; background-color: #B1B1B3; color: #000000;	font-family:Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px;	margin-right: 95px; vertical-align:middle; margin-top: 5px;}
a.homenav:hover  {letter-spacing: 6px; background-color: #B1B1B3; color: #000000;	font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px;	margin-right: 95px;}

ul {margin-left:25px;}

li {text-indent:0px;list-style-type:square; padding-bottom: 5px;}
.bodyli {text-indent:0px; list-style-type:square; padding-bottom: 5px;}


.bold {	font-weight: bold;}

.boldwhite {color: #000000;	font-weight: bold;text-transform:uppercase;}
 .textlc {text-transform:lowercase;}
  .texcap {text-transform:uppercase;}
  
.field { border : 1px solid #999999;background : #000000;font :10px, Verdana;color : #ffffff;}
a.field:active { border : 1px solid #999999;background : #000000;font :10px, Verdana;color : #ffffff;}
a.field:hover { border : 1px solid #999999;background : #ff0000;font :10px, Verdana;color : #ffffff;}
.filedlabel {font-size:11px; letter-spacing:2px; color:#000000;}

option { border : 1px solid #999999;background:#000000;font-size :10px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#ffffff;}
a.option:active { border : 1px solid #999999;background:#000000;font-size :10px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#ffffff;}
a.option:hover { border : 1px solid #999999;background:#000000;font-size :10px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#ffffff;}


  
.Sbtn  {color: #333333; font-family: Arial, Verdana, Helvetica, Sans-Serif; font-size: 10px; background: #ffffff; border-bottom: 1px solid #ff0000; border-right: 1px solid #ff0000; border-left: 1px solid #ff0000; border-top: 1px solid #ff0000; text-decoration:none; cursor: hand;padding:2px; }

/*IMAGES STYLES*/

img {
	border: none;
}
