@charset "utf-8";

body, html { margin:0; padding:0}

body {
		font-family: Verdana;
		background-color: #fff;
		color: #444;
		text-decoration: none;
		word-spacing: normal;
		text-align: left;
		letter-spacing: 1px;
		line-height: 1.2em;
		font-size: 0.7em;
		width:100%;
	

}

a {
	text-decoration: none;
}

a:hover {
			color: red;
}

#wrapper {
	width:900px;
	margin:50px auto;
	background: url(images/slice.png);
	background-repeat: repeat;
	border: 1px solid #777777;
}

#header {
	
	width:381px;
	height: 310px;
	text-align:center;
	}

#header h1 { 
			margin:-50px 0 auto 220px;
}

h2 {
	font-size:1.2em;
	
}
h3 {
	font-size: 1em;
}
h4, h5, h6 {
	font-size: 0.9em;
	
}



#hand  { 	margin-left: 700px;
			margin-top: -200px;
			margin-bottom: -110px;
			height:333px;
			width:195px;
			background-image: url(images/hand.png);
			background-repeat:no-repeat;
			 z-index:0;			
}

#hand b {
			display:none;	
}

#container {
	width:700px;
	margin: 0 auto;
}

#nav {
width:18px;
float:left;
overflow:hidden;}

#nav ul {
	margin:0;
	padding:0;
	list-style-type: none;
}

#nav li {
	width:18px;
	margin-bottom:5px;
}


#home {
	display:block;
	height:91px;
	width:18px;
	background-image: url(images/paleh.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a#home{
	background-position: 0 0;
}

a#home:hover  {
	background-position: 0 0 ;
	background-image: url(images/navyh.png);
	background-repeat: no-repeat;
}

#pf {
	display:block;
	height:91px;
	width:18px;
	background-image: url(images/palep.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a#pf{
	background-position: 0 0;
}

a#pf:hover  {
	background-position: 0 0 ;
	background-image: url(images/navyp.png);
	background-repeat: no-repeat;
}

#clients {
	display:block;
	height:91px;
	width:18px;
	background-image: url(images/palecl.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a#clients{
	background-position: 0 0;
}

a#clients:hover  {
	background-position: 0 0 ;
	background-image: url(images/navycl.png);
	background-repeat: no-repeat;
}

#contact {
	display:block;
	height:91px;
	width:18px;
	background-image: url(images/palec.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a#contact{
	background-position: 0 0;
}

a#contact:hover  {
	background-position: 0 0 ;
	background-image: url(images/navyc.png);
	background-repeat: no-repeat;
}


#nav b { display:none;}


#content {
	border-right: solid 2px #aaa;
	border-bottom:solid 2px #aaa;
	width:650px;
	min-height:500px;
	background: #ccccff;
	position:relative;
	float:right;
	padding:15px;
	z-index: 1;
}


body.home #nav a#home {
							background: url(images/redh.png) ;
							background-repeat: no-repeat;
							background-position: 0 0 ;
	
}

body.pf #nav a#pf {
									
									background: url(images/redp.png) ;
									background-repeat: no-repeat;
									background-position: 0 0 ;
	
}

body.clients #nav a#clients {
								
								background: url(images/redcl.png) ;
								background-repeat: no-repeat;
								background-position: 0 0 ;
	
}
body.contact #nav a#contact {								
								background: url(images/redc.png) ;
								background-repeat: no-repeat;
								background-position: 0 0 ;	
}

.index img {
			margin:10px 0;
	
}
p.index {
			text-align: center;	
}

.pdf img {
			border:none;
			margin:0 20px;
	
}

p.pdf{
	margin:50px auto;
	text-align: center;
	
}

#adobe img {
			border:none;
			margin:0 ;
	
}

p#adobe {
			text-align:center;
}

#form {
		line-height:2em;	
}


#footer { 
	clear:both;
 	width:850px; 
 	text-align:center; 
 	padding: 30px 0;
 	}