@charset "utf-8";
/* CSS Document */

body { 
	font-family: Arial;
}
p { margin: 0 }

/*div { border: 1px solid red }*/

#container {
	margin-left: auto;
	margin-right: auto;
	width: 765px;
	background: #ccc;
}
.wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 763px;
	position: relative;
	background: #fff;
}
#header {
	width: 763px;
}
#header_left {
	float: left;
	width: 382px;
}
#header_right {
	float: left;
	text-align: right;
	width: 360px;
	font-size: 10px;
	padding-top: 40px;
}
#header_right a {
	color: #666;
	text-decoration: none;
}
#header_right a:hover {
	text-decoration: underline;
}
#shadow_top {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	width: 765px;
	height: 5px;
	background-image: url(../images/03.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
#shadow_bottom {
	margin-left: auto;
	margin-right: auto;
	width: 765px;
	height: 5px;
	background-image: url(../images/45.gif);
	background-position: top;
	background-repeat: repeat-x;
}
#footer {
	clear: both;
	border-top: 1px solid #ccc;
	height: 57px;
}
#footer p {
	font-size: 10px;
	color: #666;
	padding-left: 38px;
	padding-top: 22px;
}
#footer img {
	float: right;
	padding-right: 28px;
}


/* navigation */
#menunav {
	overflow: hidden;
	clear: both;
}

#menunav a {
	float: left;
	text-indent: -9999em;
}

a.About {
	width: 190px;
	height: 169px;
	background-image: url(../images/b1.jpg);
	margin-left: 0px;
	margin-top: 0px;
}
a.About:hover {
	background-position: 0 -169px;
}

a.Solutions {
	width: 190px;
	height: 169px;
	background-image: url(../images/b3.jpg);
	margin-left: 0px;
	margin-top: 0px;
}
a.Solutions:hover {
	background-position: 0 -169px;
}

a.Services {
	width: 190px;
	height: 168px;
	background-image: url(../images/b2.jpg);
	margin-left: 0px;
	margin-top: 1px;
}
a.Services:hover {
	background-position: 0 -168px;
}

a.Contact {
	width: 190px;
	height: 168px;
	background-image: url(../images/b4.jpg);
	margin-left: 0px;
	margin-top: 1px;
}
a.Contact:hover {
	background-position: 0 -168px;
}

#content {

}
#content p {

	font: 12px Arial;
	color: #333;
	line-height: 19px;
}