@charset "UTF-8";
/* CSS Document 

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



Title : eLOCALhosting.com Main Style Sheet

Author : Michael Acevedo	

Email : michael.acevedo@elocalhosting.com

We Are : eLOCAL Hosting - (eLocalhosting.com)

Description: This controls all the styles for the entire site

Created :  01/13/09

Modified : 02/04/09



- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 The Reset ---------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,table,th,td {
margin:0;
padding:0;
}

fieldset,img,abbr {
border:0;
}

/*-  BODY STYLES and MAIN CONTENT STYLES AND CONTAINER..... ALL MAIN POAGE FONT STYLES ARE IN HERE--------------------------- */
body {
min-height:100%;
width:100%;
overflow:visible;
}

html {
height:100%;
margin:0 auto;
padding:0;

}

#Main_Wrap {
	clear:both;
	width:900px;
	min-height:100%;
	margin:0 auto;
	padding:0;
	background:#fff;
	font-size:0.72em;
	margin-top:0px;
	color:#666666;
	font-family:"Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	text-align:justify;
	letter-spacing:-0.001em;
}

/*-  MAIN MENU STYLES-------------------------------------------------------------- */
.menu {
width:900px;
height:47px;
background:url("../images/menu.gif") no-repeat scroll;
}

.menu a {
clear:both;
display:block;
height:47px;
text-decoration:none;
color:none;
}

.menu_home {
left:0;
width:101px;
height:47px;
display:block;
float:left;
}

.menu_about {
left:101px;
width:122px;
height:47px;
display:block;
float:left;
}

.menu_policies {
left:223px;
width:94px;
height:47px;
display:block;
float:left;
}

.menu_support {
left:317px;
width:147px;
height:47px;
display:block;
float:left;
}

.menu_producer {
left:464px;
width:142px;
height:47px;
display:block;
float:left;
}

.menu_career {
left:606px;
width:154px;
height:47px;
display:block;
float:left;
}

.menu_contactUs {
left:760px;
width:140px;
height:47px;
display:block;
float:right;
}

.menu_home a:hover,.menu_home #home {
background:url("../images/menu.gif") no-repeat scroll 0 -47px;
text-decoration:none;
}

.menu_about a:hover,.menu_about #about {
background:url("../images/menu.gif") no-repeat scroll -101px -47px;
text-decoration:none;
}

.menu_policies a:hover,.menu_policies #policies {
background:url("../images/menu.gif") no-repeat scroll -223px -47px;
text-decoration:none;
}

.menu_support a:hover,.menu_support #support {
background:url("../images/menu.gif") no-repeat scroll -317px -47px;
text-decoration:none;
}

.menu_producer a:hover,.menu_producer #producer {
background:url("../images/menu.gif") no-repeat scroll -464px -47px;
text-decoration:none;
}

.menu_career a:hover,.menu_career #career {
background:url("../images/menu.gif") no-repeat scroll -606px -47px;
text-decoration:none;
}

.menu_contactUs a:hover,.menu_contactUs #contactUs {
background:url("../images/menu.gif") no-repeat scroll -760px -47px;
text-decoration:none;
}

#header {
	background:url("../images/header.gif") no-repeat;
	width:895px;
	height:142px;
	text-align:right;
	padding:0 5px 0 0;
	margin:0 0 5px 0;
}
#Main_Wrap #header a {
color:#66cc2f;
}

#left_side {
	background:none;
	display:block;
	float:left;
	height:100%;
	width:550px;
	font-size: 12px;
	line-height: 15px;
}

#left_side li {
	margin:0 0 0 20px;
	}
	
#right_side li {
	margin:0 0 0 15px;
	}


#right_side {
	background:none;
	float:right;
	height:100%;
	text-align:left;
	width:310px;	
}

#right_side li {
	margin:0 0 0 15px;
	}
	
.features {
	background:none;
	border-left:#ccc 1px solid;
	border-right:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
	height:100%;
	padding:0px 5px 5px 5px;
	text-align:right;
	width:288px;
}		
	
#footer {
	background:none;
	clear:both;
	float:left;
	height:50px;
	margin:0 0 0 0;
	padding:20px 0 5px 0;
	text-align:center;
	width:900px;
}

img.left {
float:left;
margin:0 10px 10px 2px;
}

.paper {
	background-image:url(../images/paper.gif);
	height:410px;
	padding:31px 15px 10px 20px;
	width:515px;
}

p {
margin: 10px 0 10px 0;
}

.contactUsButton, .contactUsButton a {
background:url(../images/contactButton.gif) no-repeat;
width:100px;
display:block;
height:25px;
text-decoration:none;
}

.contactUsButton a:hover {
background-position:0 -25px;
}

