/*************DOC*************/
html 
	{
	height: 100%; /* fix height to 100% for IE */
	max-height: 100%; /* fix height for other browsers */
	padding: 0;
	margin: 0;
	border: 0;
	}
	
body 
	{	
	text-align: center;
	margin: 10px auto 0 auto;
	background: #e5ebcc;
	}
	
ul, ol, li, p, h1, h2, h3, h4, h5, h6, div, img {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333;
}

.border{ border: 1px solid #CCC; }

p 	{	
	margin: 11px 0 0 0;
	padding: 5px;
	line-height: 15px;
	text-align: justify;
	} 

a img {border: 0;}
	

/* Main Holder
_________________________*/

#main
	{
	margin: 0 auto 0 auto;
	padding: 0; 
	text-align: left;
	position: relative;
	width: 780px;
	background: url(../images/antscapes_top.jpg) no-repeat center top;
	}	
	
#main_repeat
	{
	margin: 0 auto 0 auto; 
	text-align: left;
	position: relative;
	width: 780px;
	background: url(../images/antscapes_repeat.jpg) repeat center top;
	}
	
/* Header
________________________*/

#main #logo
{
	position: absolute;
	top: 41px;
	left: 185px;
	height: 55px; 
	width: 270px;
}

#main #logo_text
{
	position: absolute;
	top: 98px;
	left: 187px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 9px;
	color: #FFF;
	height: 20px; 
	width: 500px;
}

#main #logo_text h1
{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 9px;
	color: #FFF;
}

/* Headings
________________________*/

#main #heading
{
	position: absolute;
	top: 130px;
	left: 170px;
	height: 30px; 
	width: 300px;
}
	
/* information */

#main #info
{
	z-index: 1;
	padding: 0 5px 0 0;
	margin: 0 0 0 170px;
	padding: 170px 0 0 0;
	width: 420px;
	position: relative;
}

#main #serviceGallery
{
	z-index: 1;
	margin: 0 0 0 60px;
	padding: 0 0 0 0;
	width: 700px;
	position: relative;
}

#main #info a, a:link, a:visited, a:active{color: #FFF;}
#main #info a:hover{color: #666;}

/* navigation */

#main #navigation
{
	position: absolute;
	top: 140px;
	z-index: 1;
	right: 36px;
	text-align: right;
	height: 200px; 
	padding: 0 5px 0 0;
	width: 160px;
}

#main #navigation ul
{

	list-style: none;
}

#main #navigation ul li
{
	line-height: 20px;
}

#main #navigation ul li a:hover
{
	list-style-image: url(../images/arrow.gif);
}

/* valid */

#main #valid
{
	position: absolute;
	top: 340px;
	z-index: 1;
	right: 36px;
	text-align: right;
	height: 15px; 
	padding: 0 5px 0 0;
	width: 80px;
}

/* Page Links
________________________*/

#main #navigation a, a:link, a:visited, a:hover, a:active {color: #FFF; text-decoration:none; font-size:11px;}		        	
#main #navigation a:hover {color: #666;}

/* Bottom
____________________________*/	

#bottom
	{
	margin: 0 auto 0 auto;
	text-align: left;
	height: 26px; /* fix height to 100% for IE */
	max-height: 26px; /* fix height for other browsers */
	width: 780px;
	background: url(../images/antscapes_bottom.jpg) no-repeat center top;
	}

/* Copyright
____________________________*/	

#copyright
	{
	width: 690px;
	text-align: left;
	line-height: 15px;
	padding: 0 0 0 70px;
	margin: 0 auto 0 auto;
	color: #c0cc8c;
	}
	
#copyright a, a:link, a:visited, a:active{color: #CCC;}
#copyright a:hover{color: #c0cc8c;}

#copyright span
	{
	margin: 0 0 0 340px;
	}	
