img {
	border:0;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #fa0;
}
.ishome a.home, .iscompany a.company, .isservices a.services, .iscontact a.contact {
	text-decoration: none;
	color: #fa0;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
html {
	background:#CCC url(img/htmlbg.png) repeat-x center top;
}
body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	background:url(img/bodybg.png) no-repeat center top;
	text-align:center;
}
.wrapper {
	clear:both;
	margin:0 auto;
	background: url(img/wrapperbg.png) repeat-y center top
}
.logo {
	background:Transparent;
	height: 112px;
	width: 768px;
	margin:0 auto;
	clear:both;
}
.menu {
	width:768px;
	height:32px;
	margin:0 auto;
	text-align:center;
	font: italic bold normal 24px/24px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	clear:both;
}
.menu a {
	font: italic bold normal 24px/24px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
}
.menu a:hover {
	color: #fa0;
	text-decoration: none;
}
.header {
	background: url(img/headerbg.png) no-repeat center top;
	height: 112px;
	width:768px;
	position:relative;
	left:-1px;
	margin:0 auto;
	padding:0;
	text-align:right;
	clear:both;
}
.ishome .header {
	background:url(img/header_home_bg.png) no-repeat center top;
}
.iscompany .header {
	background:url(img/header_company_bg.png) no-repeat center top;
	position:relative;
	left:0px;
}
.isservices .header {
	background:url(img/header_services_bg.png) no-repeat center top;
}
.iscontact .header {
	position:relative;
	left:0px;
}

.header h1 {
	font-size:24px;
	padding:24px;
	color:#000;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align:left;
	color: #FFF;
	margin: 0px auto;
	clear: both;
	width:768px;
	padding-top:4px;
}
.lrpad16 {
	padding-left:16px;
	padding-right:16px;
}
.footer {
	background:#000 url(img/footerbg.png) top center no-repeat;
	margin:0 auto;
	width:768px;
	padding-top:24px;
	padding-bottom:32px;
	clear:both;
}
.footer .left {
	float:left;
	margin-left:8px;
	text-align:left;
}
.footer .left, .footer .right, .footer .left a, .footer .right a {
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:9px;
	text-decoration:none;
}
.footer .left a:hover {
	color:#F90;
	text-decoration:none;
}
.footer .left a:hover sup {
	color:#fff;
	text-decoration:none;
}
.footer .right {
	float:right;
	margin-right:8px;
	text-align:right;
	font-size:12px;
}
.footer .right a {
	font-size:12px;
}
.footer .right a:hover {
	color:#fa0;
}