* {
	margin: 0;
	padding: 0;
	border: 0px;
}

html, body {
	height: 100%; /* Required */
}

body {
	color: #000;
	font-family: Helvetica, Arial, Sans-Serif;
	text-align: left;
	font-size: 15px;
	line-height: 30px;
	/*background-image: url(/images/ui_10/bg_sqr.png);
	background-position: 0px 0px;*/
	background: #fff;
	padding-left: 90px;
}
body
{ font-family:"Urbano Condensed Light", 'Arial Narrow', 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight:200; font-style:normal; }

/*general html tag styles*/
h1,h2,h3,h4
{
	font-weight: normal;
}

h1
{
	font-size: 82px;
	margin: 0;
	color: #fff;
	/*text-shadow: -1px -1px #999;*/
}
h2
{
	font-size: 26px;
	padding-top: 7px;
	color: #000;
}
h3
{
	font-size: 21px;
}
p
{
	line-height: 1.4em;
	margin-bottom: 1em;
}
a
{
	color: #000;
	text-decoration: underline;
}
a:hover
{
	text-decoration: underline;
	color: #fd05ef;
}
ul
{
	list-style: none none;
	float: none;
}
table
{
	width: 100%;
	border-collapse: collapse;
}
blockquote
{
	display: block;
	clear: both;
	font-size: 1.2em;
	line-height: 1.4em;
}
/*generic classes*/
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.hidden,
#sfData
{
	display: none;
	visibility: hidden;
}
.small
{
	font-size: 90%;
}

/*-------------------*/

/*UI styles*/

#wrapper
{
    margin: 0px;
	width: 960px;
	position: relative;
    height: 100%;
	background: url(/images/ui_10/colours.png) right -90px repeat-y;
}
html>body #wrapper
{
    min-height: 100%; 
    height: auto !important;
}

#topBox
{
	width: 960px;
	height: 90px;
	position: relative;
	z-index: 10;
	/*background: url(/images/ui_10/colours.png) right -60px repeat-y;*/
}
#accessBox
{
	width: 900px;
	height: 21px;
	position: relative;
	padding: 9px 0px 0px 0px;
	text-align: right;
	font-size: 12px;
}
#logoBox
{
	width: 930px;
	height: 60px;
	position: relative;
	float: left;
	background: url(/images/ui_10/logo_half.png) no-repeat;
}
#middle
{
	margin: 0 0 0 0;
	padding-bottom: 80px;
}
#middle:after
{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}
#middleBox
{
	width: 960px;
	height: 390px;
	position: relative;
	z-index: 4;
	background: url(/images/ui_10/pix_black_10.png);
}
#navBox
{
	width: 240px;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 420px;
	z-index: 5;
}
#showBox
{
	width: 960px;
	height: 390px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}
.banner
{
	display: none;
}
#showBox .holder
{
	position: absolute;
	background-repeat: no-repeat;
	width: 960px;
	height: 390px;
}
#showBox h1
{
	position: absolute;
	top: 330px;
	left: 0px;
	background: url(/images/ui_10/pix_black_50.png);
	height: 30px;
	width: 440px;
	padding: 15px 0px 15px 10px;
	font-size: 39px;
}

	
#contentBox
{
	width: 870px;
	padding: 35px 60px 30px 30px;
	height: auto;
	position: relative;
	/*background: url(/images/ui_10/colours.png) right top repeat-y;*/
	z-index: 3;
}
	#contentLeft
	{
		float: left;
		width: 420px;
	}
	#contentRight
	{
		float: right;
		width: 240px;
	}
#contentBox h2
{
	padding-top: 0px;
	margin-bottom: 33px;
}
#contentBox h3
{
	padding-top: 0px;
	margin-bottom: 9px;
}
.colLeft
{
	width: 420px;
	float: left;
}
.colRight
{
	width: 420px;
	float: right;
}
#contentBox p
{
	font-size: 1.2em;
}
#contentBox li
{
	background: url(/images/ui_10/bullet.png) no-repeat 3px 6px;
	padding: 0px 0px 0px 30px;
	line-height: 1.5em;
	font-size: 1.1em;
}
#contentBox li.odd
{
	background: url(/images/ui_10/bullet_odd.png) no-repeat 3px 6px;
}
#contentBox li.extLink a
{
	color: #666;
}
#contentBox li.extLink a:hover
{
	color: #000;
}
#contentBox li.extLink a span
{
	background: url(/images/ui_10/extlink.png) no-repeat;
	width: 9px;
	height: 9px;
	display: inline-block;
	cursor: pointer;
}
#clientsBox
{
	width: 220px;
	padding: 0px 10px;
	height: auto;
	padding-bottom: 30px;
	position: absolute;
	left: 0px;
	top: 480px;
	background: url(/images/ui_10/pix_black_70.png);
	color: #fff;
	z-index: 100;
}
#footer
{
	height: 83px;
	width: 870px;
	padding: 0px 60px 0px 30px;
	position: relative;
	/*margin: -37px 0px;*/
	overflow: hidden;
	background: none;
	font-size: 1em;
	background: url(/images/ui_10/bg_footer_lines.png) no-repeat;
}
#footer p,
#footer a
{
	margin: 0;
}
#footer p.floatleft
{
	padding-top: 6px;
}
#footer p.floatright
{
	padding-top: 2px;
}

.smIcon
{
	padding: 13px;
	display: inline-block;
	margin-left: 1px;
	cursor: pointer;
}

.st_twitter_custom
{
	background: url(/images/ui_10/sm_icons.png) no-repeat 0px 0px;
	margin: 0px;
}
.st_facebook_custom
{
	background: url(/images/ui_10/sm_icons.png) no-repeat -28px 0px;
}
.st_gbuzz_custom
{
	background: url(/images/ui_10/sm_icons.png) no-repeat -56px 0px;
}
.st_email_custom
{
	background: url(/images/ui_10/sm_icons.png) no-repeat -86px 0px;
}
.st_sharethis_custom
{
	background: url(/images/ui_10/sm_icons.png) no-repeat -116px 0px;
}

/*navigation*/
#navBox li
{
	height: 30px;
	width: 240px;
}
#navBox li a
{
	background: url(/images/ui_10/pix_black_50.png);
	width: 220px;
	height: 29px;
	padding: 0px 10px;
	font-size: 20px;
	font-weight: lighter;
	color: #fff;
	display: block;
	text-decoration: none;
}
#navBox li a:hover
{
	background: url(/images/ui_10/pix_black_70.png);
	color: #fff;
}
#navBox li.sel a
{
	background: #000;
}
/*client list*/
#clientsBox h2
{
	color: #fff;
	font-size: 19px;
	margin-bottom: 10px;
	font-weight: lighter;
}
#clientsBox li
{
	line-height: .5em;
	margin-bottom: 12px;
	font-size: .8em;
}
#clientsBox a
{
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
#clientsBox a:hover
{
	background: none;
}
.cufont
{
	display: none;
}
