@font-face {
	font-family: 'GillSans';
	src: url('fonts/GillSans.eot');
	src: local('GillSans'), local('GillSans MT'), 
    		url('GillSans.otf') format('opentype');
}

html {
	min-height: 100%;
	height: auto;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	background: url(images/backgrounds/body-background.gif) bottom left no-repeat #fff;
}

a {
	color: #128eb1;
	text-decoration: none;
}

div#top {
	height: 530px;
	background: url(images/backgrounds/top-drops.jpg) top left no-repeat;
	border-bottom: 1px #38a0ad solid;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

div#top.subpage {
	height: 152px;
	background-position: left bottom;
}

div#bottom {
	border-top: 1px #fff solid;
	background: url(images/backgrounds/bottom-tiler.gif) top left repeat-x;
	min-height: 468px;
	position: relative;
	z-index: 1;
}

div.wrapper {
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}

/* Top */
div#top div.wrapper {
	padding-top: 40px;
}

div#navigation {
	position: absolute;
	right: 10px;
	top: 72px;
}

div#navigation ul li {
	float: left;
	margin-left: 28px;
}

div#navigation ul li a {
	font-size: 1.5em;
	padding-bottom: 4px;
	font-weight: bold;
	color: #43657a;
}

div#navigation ul li a:hover {
	color: #404040;
}

div#navigation ul li.current a {
	color: #404040;
	border-bottom: 2px #404040 solid;
}

div#tabs {
	padding-top: 70px;
	position: relative;
}

div#tabs ul {
	position: absolute;
	top: 70px;
	left: 0;
}

div#tabs ul li {
	float: left;
	margin-right: 2px;
	text-align: center;
}

div#tabs ul li a {
	display: block;
	line-height: 26px;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.137em;
	font-weight: bold;
	background: #7fa7b5;
	padding: 0 18px;
}

div#tabs ul li.ui-state-active a {
	background: #404040;
}

div#tabs ul li.ui-state-active span {
	display: block;
	height: 7px;
	background: url(images/backgrounds/tabs-arrow.png) top center no-repeat;
}

div#tabs div.panel {
	height: 338px;
}

div#tabs div.ui-tabs-hide {
	display: none;
}

div#tabs div.panel h1 {
	margin-top: 52px;
	font-size: 3.833em;
	font-family: 'GillSans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

div#tabs div.panel p {
	width: 410px;
	font-size: 1.25em;
	line-height: 22px;
	color: #404040;
	margin-top: 12px;
	margin-bottom: 22px;
}

div#tabs div.panel a.catalog {
	display: block;
	float: left;
	background: url(images/backgrounds/catalog-tiler.gif) top left repeat-x;
	line-height: 33px;
	padding: 0 16px;
	color: #fff;
	font-size: 1.25em;
	text-transform: uppercase;
	text-shadow: #000 1px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.37) 0px 0px 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.37) 0px 0px 5px;
	box-shadow: rgba(0, 0, 0, 0.37) 0px 0px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div#tabs div.panel a.password {
	line-height: 33px;
	font-size: 1.25em;
	display: block;
	float: left;
	margin-left: 14px;
}

div#tabs div.images {
	position: absolute;
	right: 40px;
	top: 70px;
}

div#tabs div#project div.images {
	display: none;
}

div#tabs div.images img.catalog {
	-webkit-box-shadow: rgba(10, 85, 94, 0.4) 0px 0px 30px;
	-moz-box-shadow: rgba(10, 85, 94, 0.4) 0px 0px 30px;
	box-shadow: rgba(10, 85, 94, 0.4) 0px 0px 30px;
}

div#tabs div.images img.seeOnline {
	position: absolute;
	top: -3px;
	right: -3px;
}

/* Sub navigation */
div#subNavigation {
	height: 59px;
	border-bottom: 1px #c8c8c8 solid;
	background: url(images/backgrounds/sub-navigation-tiler.gif) top left repeat-x #e6e6e6;
}

div#subNavigation ul {
	float: right;
	padding-top: 14px;
}

div#subNavigation ul li {
	float: left;
	font-size: 1.33em;
	line-height: 31px;
	margin-left: 30px;
}

div#subNavigation ul li a {
	color: #5d899b;
}

div#subNavigation ul li.current a {
	display: block;
	background: url(images/backgrounds/sub-navigation-left.gif) left no-repeat;
	padding-left: 13px;
	color: #404040;
}

div#subNavigation ul li.current a span {
	display: block;
	background: url(images/backgrounds/sub-navigation-right.gif) right no-repeat;
	padding-left: 2px;
	padding-right: 15px;
}

/* Content */
div.content {
	width: auto;
	overflow: hidden;
	padding-top: 29px;
	font-size: 1.167em;
}

div.content div.left {
	float: left;
	width: 622px;
	height: 400px;
}

html>body div.content div.left {
	height: auto;
	min-height: 400px;
}

div.content div.right {
	float: right;
	width: 300px;
}

div.content h1 {
	font-size: 1.57em;
	color: #fff;
	text-transform: uppercase;
	line-height: 30px;
	background-color: #404040;
	padding: 0 7px;
	float: left;
	clear: both;
	margin-bottom: 30px;
}

div.content h2 {
	font-size: 1.43em;
	color: #43657a;
	clear: both;
	line-height: 22px;
	margin: 19px 0 10px 0;
}

div.content h3 {
	font-size: 1.33em;
	color: #404040;
	clear: both;
	line-height: 20px;
	margin-bottom: 4px;
}

div.content p {
	clear: both;
	line-height: 20px;
	margin-bottom: 20px;
	padding-right: 10px;
}

div.content div.right p {
	font-size: 0.93em;
}

div.content div.right ul {
	clear: both;
	font-size: 0.93em;
	line-height: 16px;
	margin-bottom: 20px;
}

div.content a {
	color: #43657a;
}

div.content ul.resellers {
	width: 622px;
	overflow: hidden;
	clear: both;
}

div.content ul.resellers li {
	float: left;
	width: 311px;
	margin-bottom: 0px;
}

div.content ul.designers {
	clear: both;
	margin-left: -20px;
	padding-bottom: 20px;
	width: 960px;
	overflow: hidden;
}

div.content ul.designers li {
	float: left;
	width: 300px;
	margin-left: 20px;
}

div.content ul.designers li p {
	font-size: 0.93em;
}

div.content a.map {
	display: block;
	margin-bottom: 4px;
}

/* Bottom */
div#bottom div.boxes {
	width: 940px;
	overflow: hidden;
	padding-bottom: 60px;
}

div#bottom div.boxes div.box {
	width: 220px;
	float: left;
	margin-right: 20px;
	font-size: 1.083em;
	line-height: 22px;
	color: #4d4d4d;
}

div#bottom div.boxes div.box.last {
	margin-right: 0;
}

div#bottom div.boxes div.box h1 {
	font-size: 1.667em;
	font-weight: normal;
	line-height: 23px;
	color: #353535;
	margin: 18px 0;
	text-shadow: #fff 0 0 0;
}

div#bottom div.boxes div.box ol {
	width: 220px;
	overflow: hidden;
}

div#bottom div.boxes div.box ol li img {
	float: left;
	border: 3px #eaeaea solid;
	margin-right: 13px;
	margin-bottom: 12px;
}

div#bottom div.boxes a:hover {
	text-decoration: underline;
}

/* Footer */
div#bottom div.footer {
	border-top: 1px #e3e3e3 solid;
	color: #353535;
	padding-bottom: 13px;
	width: auto;
	overflow: hidden;
}

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

div#bottom div.footer div.left {
	float: left;
	width: 456px;
}

div#bottom div.footer div.right {
	float: right;
	width: 464px;
}

div#bottom div.footer div.left strong {
	font-size: 1.167em;
	margin-right: 6px;
}

div#bottom div.footer div.left em {
	font-style: normal;
	display: block;
	margin-top: 13px;
	margin-bottom: 4px;
}

div#bottom div.footer div.right {
	font-size: 1em;
}

div#bottom div.footer div.right ul {
	margin: 13px 0;
}

div#bottom div.footer div.right ul li {
	float: left;
	width: 153px;
	line-height: 18px;
}

div#bottom div.footer div.right ul li.left {
	width: 206px;
}

div#bottom div.footer div.right ul li.middle {
	width: 146px;
}

div#bottom div.footer div.right ul li.right {
	width: 112px;
}

div#bottom div.footer div.right em {
	color: #166671;
	font-style: normal;	
}