@charset "utf-8";
/* CSS Document */
body{
	background: url(images/bg.jpg) center repeat-y #000;
}
div#content{
	margin: 0;
	top: 0px;
	position: absolute;
	left: 0px;
	right: 0px;
	text-align: center;
}
	div#header{
		width: 990px;
		height: 190px;
		background: url(images/header.jpg) no-repeat center;
		margin: 0 auto;
		text-align: left;
	}
	div#menu{
		width: 990px;
		height:48px;
		margin: 0 auto;
		background:url(images/menu.png) repeat-x center;
	}
		div#menu ul{
			list-style: none;
			margin: 0;
			padding-left: 150px;
		}
			div#menu ul li{		
				float: left;
				width: 170px;
				height: 48px;
				margin: 0;
				padding: 0;
				text-indent: -1000em;
			}
			div#menu ul li:hover{
				background:url(images/menu_hover.jpg) repeat-x;
			}	
			div#menu ul li.divider{	
				width: 4px !important;
				background: url(images/menu_r.jpg) no-repeat center;
			}
				div#menu ul li a{
					width: 170px;
					height: 48px;
					line-height: 40px;
					display: block;
					outline: none;
				}
					div#menu ul li a.btn_home{
						background:url(images/home.png) no-repeat center;
					}
					div#menu ul li a.btn_home:hover{
						background:url(images/home2.png) no-repeat center;
					}					
					div#menu ul li a.btn_company{
						background:url(images/company.png) no-repeat center;
					}
					div#menu ul li a.btn_company:hover{
						background:url(images/company2.png) no-repeat center;
					}					
					div#menu ul li a.btn_clients{
						background:url(images/clients.png) no-repeat center;
					}
					div#menu ul li a.btn_clients:hover{
						background:url(images/clients2.png) no-repeat center;
					}					
					div#menu ul li a.btn_contact{
						background:url(images/contact.png) no-repeat center;
					}
					div#menu ul li a.btn_contact:hover{
						background:url(images/contact2.png) no-repeat center;
					}										
	div#page{
		width: 989px;
		background: #2a2a2a;
		margin: 0 auto;
		padding: 0;
		min-height: 250px;
	}
		div#page ul{
			list-style: disc;
			color: #FFF;
			margin-left: 15px;		
			width: 90%;
		}
		div#page p, div#page li{
			color: #dcdcdc;
			font-family: Tahoma, Geneva, sans-serif;
			font-size: 0.9em;
			line-height: 1.3em;
			text-align: justify;
			padding-left: 10px;
			padding-right: 10px;
		}
		div#page h1{
			color: #fff;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: 1.5em;
			text-align: left;
			padding-left: 8px;
		}
	div#footer{
		width: 987px;
		height: 200px;
		background: url(images/footer.jpg) no-repeat center #2a2a2a;
		margin: 0 auto;
		padding: 0;
		border: 1px solid #2a2a2a;
	}	
		div#footer p{
			color: #666;
			font-size: 0.7em;
			font-family: Tahoma, Geneva, sans-serif;
		}
			p a, li a{
				color: #ec8d00;
				text-decoration: none;
			}
			p a:hover, li a:hover{
				text-decoration: underline;
			}