@charset "UTF-8";
/* CSS Document */
/*
***************************************

	TYPOGRAPHY AND COLOR RULES

***************************************
*/

body {
	background: #06060a url(../images/background-main.jpg) repeat-x bottom left fixed;
	color: #828792;
	font-size: 76%;
	font-family: tahoma, geneva, arial, sans-serif; 
	font: 11px/1.4em "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	margin: 0 0 0px 0;
	padding: 0;
	min-width: 800px;
}
a:link {
	color: #68821d; 
	text-decoration: none; 
	font-weight: bold;
	
}
a:visited {
	color: #68821d; 
	text-decoration: none; 
	font-weight: bold;
	
}
a:hover {
	color: #4D4D40; 
	text-decoration: none; 

	
}
h1 {
	font-weight: bold;
	color: #596823;
	font-size: 12px;
}

h2 {
	font-weight: bold;
	color: #596823;
	font-size: 18px;
	text-transform:uppercase;
}
td {vertical-align: top;}

ul {list-style-image: url('../images/icons/bullet.gif'); margin: 2em 1.2em 1em 1.5em; list-style-position: outside; padding: 0px;}
li {margin: 1.1em 0 0 0em;}


/*

***************************************

	LAYOUT RULES

***************************************

*/


#wrap {
	width: 924px;
	margin: 0 auto 0px auto;

}


#contentleft {
		width:260px;
		padding:0px  ;
		float:left;
		margin: 40px 10px 0px 25px;
		background: transparent;
	
		}
	

	
#contentright {
		width:530px;
		margin: 80px 20px 30px 30px;
		text-align: left;
		padding:0px ;
		float:left;
			background:transparent;
		
}

#left {
		padding:0px 0px 0 0px ;
		background: transparent;
	
		}
	

#right {
		
		padding:0px 0px 0px 0px;
		background:transparent;
	}

	
#left img  {
	border: 8px solid #505661;
}	

#header {
	background: transparent;
	position: absolute;
	width: 924px;
	height: 111px;
	}


#footer {
	width: 924px;
	color: #999eaa;
	background-color: transparent;
	margin: 15px auto;
	padding-top: 25px;
	font-size: 9px;
	clear: both;
}

#footer a:link {
	color: #68821d;
}

#footer a:visited {
	color: #68821d;
}

#footer a:hover {
	color: #999eaa;
}




#logo {
	background: transparent;
	position: absolute;
	width: 316px;
	height: 111px;

	}


#bodywrap {
	width: 924px; 
	margin: 121px auto 0px auto; 
	background: #1c243e url(../images/back-all.jpg) no-repeat top left ;
	text-align: center;
	position: absolute;
	padding: 0px 0 30px 0;

}

#navigation {
	position: absolute;
	width: 613px;
	height: 50px;
	margin-top: 60px;
	right: 0px;
}



#navigation ul	{
	width: 613px;
	height: 50px;
	margin: 0;
	padding: 0;
	position: relative;
	background: transparent url(../images/navigation.gif) top left no-repeat;
	border: 0;
	}
	
	

#navigation ul li	{
	display: inline;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	position: absolute;
	top: 0px;
	}

#navigation ul li, #navigation a	{
	height: 50px;
	display: block;
	border:0;
	padding: 0;
	margin: 0;
	}
	
#navigation ul li a {
	text-decoration: none;
	text-indent: -9999px;
	}	

#n1 {	position: absolute; left: 0px ; width: 50px;}
#n2 {	position: absolute; left: 65px ; width: 85px;}
#n3 {	position: absolute; left: 150px ; width: 80px;}
#n4 {	position: absolute; left: 240px ; width: 80px;}
#n5 {	position: absolute; left: 330px ; width: 55px;}
#n6 {	position: absolute; left: 400px ; width: 60px;}
#n7 {	position: absolute; left: 480px ; width: 60px;}
#n8 {	position: absolute; left: 550px ; width: 50px;}



#n1 a:hover, #por #n1{background: transparent url(../images/navigation.gif) 0px -50px no-repeat;}
#n2 a:hover, #pro #n2{background: transparent url(../images/navigation.gif) -65px -50px no-repeat;}
#n3 a:hover, #res #n3{background: transparent url(../images/navigation.gif) -150px -50px no-repeat;}
#n4 a:hover,  #con #n4{background: transparent url(../images/navigation.gif) -240px -50px no-repeat;}
#n5 a:hover,  #hom #n5{background: transparent url(../images/navigation.gif) -330px -50px no-repeat;}
#n6 a:hover,  #hom #n6{background: transparent url(../images/navigation.gif) -400px -50px no-repeat;}
#n7 a:hover,  #hom #n7{background: transparent url(../images/navigation.gif) -480px -50px no-repeat;}
#n8 a:hover,  #hom #n8{background: transparent url(../images/navigation.gif) -550px -50px no-repeat;}





/*

***************************************

	CLASS RULES

***************************************

*/

.bold {font-weight: bold;}
.italic {font-style: italic;}
.uppercase {font-weight: bold; text-transform: uppercase; color: #860042;}
