/* CSS Document */

body, h1, h2, h3, h4, img, li, ol, ul, p, a, div, form, table {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background: #353435 url(images/bg-tile.gif) top left repeat-y;
	font-family: arial;
	font-size: 70%;
	text-align: left;
}

a, object {
	outline: 0;
}

img {
	display: block;
}

.clear {
	clear: both;
}

#wrap {
	width: 1019px;
	max-width: inherit;
	background: #1e1d1e url(images/main-bg.jpg) fixed no-repeat;
	line-height: 13pt;
}

#left {
	float: left;
	width: 713px;
	background: url(images/left-bg.png) top left repeat-y;
}

.ie6 #left {
	background: url(images/left-bg.gif) top left repeat-y;
}

#page {
	width: 647px;
	margin-left: 47px;
	color: #e5e1de;
}

#page a {
	color: #ef772d;
	text-decoration: none;
}

#page a:hover {
	text-decoration: underline;
}

#header {
	height: 112px;
}

#header_left {
	float: left;
	width: 267px;
}

#header_right {
	float: right;
	width: 104px;
	margin-top: 60px;
	color: #999;
}

a.uk {
	display: block;
	width: 26px;
	height: 26px;
	text-indent: -9999px;
	background: url(images/uk.gif) top left no-repeat;
}

a.ita {
	display: block;
	width: 26px;
	height: 26px;
	text-indent: -9999px;
	background: url(images/italy.gif) top left no-repeat;
}

#header_right a:hover {
	background-position: top right !important;
}


#nav {
	height: 42px;
}

ul.navlist {
	list-style: none;
}

ul.navlist li {
	float: left;
}

ul.navlist li a {
	display: block;
	float: left;
	height: 42px;
	text-indent: -9999px;
}

ul.navlist li a.home {
	width: 73px;
	background: url(images/nav/home.gif) top left no-repeat;
}

ul.navlist li a.about {
	width: 95px;
	background: url(images/nav/about.gif) top left no-repeat;
}

ul.navlist li a.business {
	width: 165px;
	background: url(images/nav/business.gif) top left no-repeat;
}

ul.navlist li a.clients {
	width: 84px;
	background: url(images/nav/clients.gif) top left no-repeat;
}

ul.navlist li a.downloads {
	width: 112px;
	background: url(images/nav/downloads.gif) top left no-repeat;
}

ul.navlist li a.contact {
	width: 118px;
	background: url(images/nav/contact.gif) top left no-repeat;
}

ul.navlist li a.active, ul.navlist li a:hover {
	background-position: right !important;
}

#main_img {
	border-bottom: 2px solid #ef772d;
}

#content_full {
	background-color: #1b1b1b;
	padding: 29px 50px 35px 24px;
}

h1 {
	margin-bottom: 25px;
}

h2 {
	margin: 25px 0px 15px 0px;
	font-weight: bold;
	font-size: 1.2em;
}

ul.pagelist {
	float: left;
	width: 270px;
	list-style-image: url(images/list-img.gif);
	margin-right: 10px;
	line-height: 11pt;
}

ul.pagelist li {
	margin: 0px 0px 7px 17px;
	padding-left: 3px;
}

.orange_text {
	color: #ef772d;
}

#content_wrap {
	background-color: #1b1b1b;
	padding: 25px 35px 35px 0px;
	height: 500px;
	min-height: 500px;
}

html>body #content_wrap {
	height: auto;
}

#subnav {
	float: left;
	width: 162px;
	text-align: right;
	border-bottom: 1px solid #434242;
}

.subtitle {
	width: 162px;
	font-weight: bold;
	font-size: 1.2em;
	color: #ef772d;
	padding-bottom: 9px;
	border-bottom: 1px solid #ee772d;
}

#content_half {
	float: right;
	width: 415px;
	margin-top: 3px;
}

ul.subnavlist {
	list-style: none;
	margin: 8px 0px;
}

ul.subnavlist li a {
	display: block;
	width: 162px;
	padding: 3px 0px;
	text-decoration: none !important;
	color: #e5e1de !important;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 9pt;
}

ul.subnavlist li a.subactive, ul.subnavlist li a:hover {
	color: #ef772d !important;
}

#footer {
	height: 47px;
	background: url(images/footer-bg.gif) top left no-repeat;
	font-size: 0.8em;
	padding: 35px 20px 0px 20px;
}

#footer a {
	color: #e5e1de;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer_left {
	float: left;
	width: 250px;
}

#footer_right {
	float: right;
	width: 250px;
	text-align: right;
}

#right {
	float: right;
	width: 233px;
	padding: 0px 7px 0px 10px;
	margin-top: 85px;
	background: url(images/right-bg.png) top left repeat-y;
	color: #ef772d;
}

.ie6 #right {
	background: url(images/right-bg.gif) top left repeat-y;
}

#right p {
	margin: 0px 20px;
	font-size: 1em;
	line-height: 11pt;
}

h3 {
	margin: 20px 20px 5px 20px;
	font-size: 1.2em;
	font-weight: normal;
}

.divider {
	margin-top: 15px;
}

a.right_link {
	color: #201f20;
	padding-left: 13px;
	background: url(images/arrows.gif) top left no-repeat;
	text-decoration: none;
}

#hgc {
	height: 37px;
	background: url(images/hgc-bg.gif) bottom right no-repeat;
	text-align: center;
	padding-top: 135px;
	font-size: 0.8em;
}

#hgc a {
	color: #201f20;
	text-decoration: none;
}

.nomargin {
	margin: 0px !important;
}

.download {
	margin-top: 20px;
	background: url(images/download-bg.gif) bottom right repeat-x;
}

.download_img {
	float: left;
	width: 56px;
}

.download_text {
	float: right;
	width: 330px;
	margin-top: 6px;
}

.office {
	margin-top: 40px;
}

.address {
	float: left;
	width: 180px;
}

.map {
	float: right;
	width: 217px;
}

.edge {
	padding-right: 0px !important;
}

.clientpage {
	width: 452px !important;
}

.client_wrap {
	border-bottom: 1px solid #434242;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.client_text {
	float: left;
	width: 290px;
}

.client_img {
	float: right;
	width: 147px;
	margin-top: 30px;
}

.large_text {
	font-size: 1.2em;
}

.widelist {
	width: 380px !important;
}

.website_btn {
	float: left;
}