@charset "utf-8";
/* CSS Document */
html, body, .container {
	height: 100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #8c8c8c;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #D66B01;
}
body, td, th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
span.codedirection {
	unicode-bidi:bidi-override; direction: rtl;
}
#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
}
#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}
#dropmenudiv a:hover{
	background-color: orange;
}
/*Layout*/
.container, .wrapper {
	margin-left: auto;
	margin-right: auto;
}
.container {
	width: 950px;
}
.wrapper {
	width: 900px;
	padding-top:  5%;
	padding-bottom: 5%;
}
#banner {
	background-image: url(../images/banner.jpg);
	height: 100px;
}
#menubar, #footer {
	background-image: url(../images/menubg.jpg);
	height: 25px;
}
#body {
	background-image: url(../images/bodybg.jpg);
	background-repeat: no-repeat;
	background-color: #999;
	min-height: 79%;
}
/*Content*/
.cont {
	width: 900px;
	height: 30px;
	position: relative;
	background: url(../images/orange.png);
	margin: 0;
	padding: 0;
}
.top, .bottom {
	height: 15px;
}
.top {
	background-position: 0 0px;
}
.bottom {
	background-position: 0 -15px;
}
.middle {
	background-image: url(../images/orangebg.png);
	margin: -21px 0 -16px 0;
}
.middletext {
	width: 870px;
	margin-left: 15px;
	margin-right: 15px;
}
#cell {
	width: 80px;
	height: auto;
	position: relative;
	list-style-type: none;
	text-align: center;
}
/*Nav*/
#nav {
	width: 760px;
	height: 25px;
	position: relative;
	background: url(../images/menu.png);
	margin: auto;
	padding: 0;
	list-style-type: none;
}
#nav li {
	float: left;
	width: 760px;
}
#nav li a {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 25px;
	background: url(../images/menu.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
/*up state*/
li#nav_about a {
	left: 0;
	width: 190px;
	background-position: 0 0;
}
li#nav_services a {
	left: 190px;
	width: 190px;
	background-position: -190px 0;
}
li#nav_portfolio a {
	left: 380px;
	width: 190px;
	background-position: -380px 0;
}
li#nav_contact a {
	left: 570px;
	width: 190px;
	background-position: -570px 0;
}
/*hover state*/
li#nav_about a:hover {
	background-position: 0 -25px;
}
li#nav_services a:hover {
	background-position: -190px -25px;
}
li#nav_portfolio a:hover {
	background-position: -380px -25px;
}
li#nav_contact a:hover {
	background-position: -570px -25px;
}