@charset "utf-8";
/* CSS Document */
body {
	background: url(../img/body-bkg.png) repeat scroll;
	margin: 0;
	padding: 0;
}
#wapper{
	margin: 0pt auto;
	width: 800px;
}
.container{
	margin: 0pt auto;
	width:800px;
}

#header{
	background: url(../img/hdr-bkg.png) repeat-x scroll;
	height:181px;
	position:absolute;
	z-index :100;
}
#top{ 
	height:150px;
	margin-top:20px;
	width:800px;
}
#top .flashleft{	width:562px;
			float:left;}
#top .flashright{	float:left;}

#navigation{
	height:60px;
}

#home, #home div, 
#about, #about div, 
#services , #services div, 
#solutions, #solutions div, 
#contact,  #contact div {
	height:80px;
	position:absolute;
	width:97px;
	float:left;
}

#home, #about, #services, #solutions, #contact{
	background-image: url(../img/nav.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	top:171px;
}

#home{
	background-position: 0px -25px;
	margin-left:6px;
}

#about{
	background-position: -98px -25px;
	margin-left:105px;
}

#services{
	background-position: -196px -25px;
	margin-left:204px;
}

#solutions{
	background-position: -294px -25px;
	margin-left:303px;
}

#contact{
	background-position: -392px -25px;
	margin-left:402px;
}

#home div, #about div, #services div, #solutions div, #contact div {
	background-image: url(../img/white.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px -60px;	
}	

.pri-nav a{
	display:block;
	text-decoration:none;
	text-indent:-30000px;
}
#content_img_top{
	height:14px;
	position:absolute;
}
#content{
	background: url(../img/content.png) repeat-y scroll;
	height:100%;
	margin-top:163px;
	padding-top:40px;
	padding-left:50px;
	padding-right:50px;
	padding-bottom:30px;
	color:#FFFFFF;
	font-size:14px;
}
#content_img_bottom{
	background: url(../img/content-img-bottom.png) no-repeat scroll;
	height:100px;
	width:100%
}
#main_content{
	margin-left: 50px;
	margin-right: 50px;
	color:#FFFFFF;
	font-size:14px;
}
#pic{
	float:right;
	width:260px;
	height:260px;
	text-align:center;
}
.title{
	font-size: 25px;
	font-weight:bold;
}
#footer{
	height:50px;
	color:#CCCCCC;
	text-align:center;
	font-weight:bold;
	position:absolute;
}
.line_content{
	height: 130px;
}
.text{
	float:left;
	width:450px;
	margin-right:20px;
}
.img{
	float:left;
	width:200px;
	text-align:center;
}
h1{
	color: #ef9d25;
}

.bg_profile{
	text-align:right;
	width:400px;
	height:80px;
	position:relative;
	z-index:2;
	top:-200px;
	left:300px;
}
.profile{
	z-index:1;
	position:relative;
}

a:link{
	color:#FF6600;
	text-decoration:none;
}

a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
a:visited{
	color:#993300;
	text-decoration:none;
}