/* general reset */
html{
	height:100%;
	overflow-y: scroll;
	}
body{
	margin:0;
	height:100%;
	background:#f6f9fb url(../images/bg-body.gif) repeat-x;
	min-width:1002px;
	position:relative;
	font:16px "Trebuchet MS", Helvetica, sans-serif;
	color:#47484b;
}
a {
	color: #0E588C;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
q{quotes: none;}
q:before{content:"";}
q:after{content:"";}
/* wrapper */
.wrapper{
	width:100%;
	min-height:100%;
	overflow:hidden;
	position:relative;
}
* html .wrapper{
	height:100%;
	overflow:visible;
}
.wrapper .w1{width:100%;}
* html .wrapper .w1{overflow:hidden;}
.wrapper .w2{
	left:50%;
	width:1018px;
	position:relative;
}
.wrapper .w3{
	left:-50%;
	width:1018px;
	position:relative;
	padding:0 0 9999px;
	margin:0 0 -9999px;
}
.wrapper .w4 {
	width:1002px;
	padding:0 8px;
	height:1%;
	overflow:hidden;
	background:url(../images/bg-main.png) repeat-y;
}
/* header */
#header {
	height:1%;
	padding:10px 11px 9px;
	overflow:hidden;
	position:relative;
	margin-bottom:45px;
}
.email-button {
	margin-top:34px;
	float:right;
	line-height:22px;
	padding-right:12px;
	font-size:13px;
	color:#fff;
	width:140px;
	text-decoration:none;
	background: url(../images/bg-button.gif) no-repeat 100% -24px;
}
.email-button span {
	float:right;
	cursor:pointer;
	padding:0 6px 2px 24px;
	background: url(../images/bg-button.gif) no-repeat;
}
.email-button:hover {
	text-decoration:underline;
}
/* logotype */
.logo {
	width:172px;
	height:60px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
	float:left;
	background: url(../images/logo.gif) no-repeat;
}
.logo a {
	display:block;
	height:100%;
}
/* main navigation */
#nav {
	height:45px;
	z-index:2;
	position:absolute;
	left:8px;
	top:79px;
	list-style:none;
	margin:0;
	padding:0;
	width:1002px;
	background: url(../images/bg-nav.gif) repeat-x;
}
#nav:after{
	content:"";
	display:block;
	clear:both;
}
#nav li {
	position:relative;
	padding:1px 0;
	float:left;
	text-transform:uppercase;
	line-height:41px;
	font-size:15px;
	z-index:2;
}
#nav li a {
	color:#000;
	display:block;
	text-align:center;
	text-decoration:none;
}
#nav li a span {
	padding:0 0 2px 13px;
	margin-right:13px;
	display:block;
}
#nav li.hover a span,
#nav li:hover a span,
#nav li.active a span {
	background: url(../images/bg-nav-hover.gif) no-repeat;
}
#nav li.hover a,
#nav li:hover a,
#nav li.active a {
	color:#fff;
	background: url(../images/bg-nav-hover.gif) no-repeat 100% 0;
}
#nav li.hover .drop,
#nav li:hover .drop {
	top:45px;
}
/* drop menu */
#nav li .drop {
	top: -9999px;
	z-index: 999;
	position:absolute;
	left:0;
	width:250px;
}
#nav .drop .drop-inner {
	float: left;
	position: relative;
}
#nav li ul {
	width:100%;
	list-style:none;
	margin:0 0 -8px;
	padding:0;
	overflow:hidden;
	float:left;
	position:relative;
}
#nav li li {
	float: none;
	font-size: 0;
	line-height: 0;
	padding: 6px 0 6px;
	margin: -2px 0 -1px;
	background: url(../images/divider.gif) repeat-x;
}
#nav li:hover li a,
#nav li.hover li a{
	text-transform:none;
	font:12px "Trebuchet MS", Helvetica, sans-serif;
	color:#000;
	padding-left:7px;
	text-align:left;
	background: url(../images/none.gif);
}
#nav li.hover li a:hover,
#nav li:hover li a:hover {
	text-decoration:underline;
}
.left .frame {
	margin-left:2px;
	width:6px;
	height:45px;
	background: url(../images/bg-drop.gif) repeat-x;
}
.right .frame {
	height:45px;
	width:5px;
	overflow:hidden;
	margin-right:8px;
	background: url(../images/bg-drop.gif) repeat-x;
}
.table { display: table; }
.body { 
	display: table-row;
}
.left,
.right {
	background: url(../images/bg-drop-left.png) repeat-y;
	width: 8px;
	display: table-cell;
	vertical-align:top;
}
.right {
	background: url(../images/bg-drop-right.png) repeat-y;
	width:13px;
}
.content {
	height: 1%;
	padding:3px 1px 0 0;
	display: table-cell;
	background:#e9ecf0 url(../images/bg-drop.gif) repeat-x;
}
.bottom-left,
.bottom-right {
	height: 19px;
	width: 8px;
	font-size: 0;
	display: table-cell;
}
.bottom-left { background: url(../images/bg-bottom-left.png) no-repeat; }
.bottom-right {
	background: url(../images/bg-bottom-right.png) no-repeat;
	width:13px;
}
.bottom {
	background: url(../images/bg-bottom.png) repeat-x;
	height: 19px;
	display: table-cell;
	font-size: 0;
}
/* preview block */
.preview {
	z-index:1;
	position:relative;
	width:100%;
	overflow:hidden;
	margin-bottom:35px;
	background: url(../images/bg-preview.gif) repeat-x;
}
.preview-holder {
	padding:8px 10px 6px;
	height:1%;
	overflow:hidden;
	background: url(../images/bg-preview-holder.gif) repeat-x 0 100%;
}
.preview .gallery {
	width:982px;
	height:145px;
	overflow:hidden;
	margin-bottom:3px;
}
.preview .gallery ul {
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	width:99999px;
	position:relative;
}
.preview .gallery li {
	width:982px;
	height:145px;
	position:relative;
	float:left;
}
.preview .gallery li img {
	display:block;
}
.preview .gallery .text-holder {
	position:absolute;
	width:982px;
	overflow:hidden;
	left:0;
	bottom:23px;
}
.preview .gallery .text-frame {
	border:solid #ececec;
	border-width:1px 0;
	height:1%;
	overflow:hidden;
	padding:5px 10px 8px;
	font-size:24px;
	color:#404044;
	background: url(../images/bg-text-holder.png);
}
.preview .gallery .text-frame strong {
	display:block;
	text-align:center;
	font-weight:normal;
}
.preview .block-holder {
	padding-top:12px;
	height:1%;
	overflow:hidden;
}
.preview .block {
	font-size:16px;
	padding:11px 125px 5px 16px;
	width:175px;
	height:113px;
	float:left;
	margin-right:17px;
	letter-spacing:-1px;
	background: url(../images/bg-block1.jpg) no-repeat;
}
.preview .block h2 {
	font-weight:normal;
	font-size:16px;
	color:#084f80;
	margin:0;
}
.preview .block p {
	margin:0 0 11px;
}
.preview .second {
	background: url(../images/bg-block2.jpg) no-repeat;
}
.preview .third {
	margin:0;
	background: url(../images/bg-block3.jpg) no-repeat;
}
.btn-click {
	width:100%;
	overflow:hidden;
}
.btn-click  a {
	float:left;
	line-height:22px;
	padding-right:12px;
	font-size:13px;
	letter-spacing:0;
	color:#fff;
	text-decoration:none;
	margin-left:5px;
	background: url(../images/bg-button.gif) no-repeat 100% -24px;
}
.btn-click  span {
	float:left;
	cursor:pointer;
	padding:0 3px 2px 15px;
	background: url(../images/bg-button.gif) no-repeat;
}
.btn-click  a:hover {
	text-decoration:underline;
}
/* main */
#main {
	height:1%;
	overflow:hidden;
	position:relative;
	/*line-height:24px;*/
	padding:0 15px 10px 24px;
	margin-bottom:125px;
	background: url(../images/bg-main-holder.gif) repeat-y 100% 0;
}
.inner #main {
	background-position:256px 0;
}
#main h1 {
	position:relative;
	letter-spacing:-1px;
	color:#0e588c;
	margin:0 0 9px -11px;
	padding:0 0 9px 8px;
	font:26px "Trebuchet MS", Helvetica, sans-serif;
	border-bottom:2px solid #d9d9d9;
}
#main h2 {
	font: 21px/25px "Trebuchet MS", Helvetica, sans-serif;
	display:block;
	color:#5a5c62;
	margin-bottom:10px;
}
#main h3 {
	font:17px "Trebuchet MS", Helvetica, sans-serif;
	color:#0e588c;
	margin:0 0 9px;
}
#main p {
	margin:0 0 13px;
}
#main h4 {
	color:#5a5c62;
	font: 16px "Trebuchet MS", Helvetica, sans-serif;
	margin:0 0 16px;
}
/* content */
#content {
	width:618px;
	float:left;
}
.inner #content {
	float:right;
	width:700px;
}
.inner #sidebar {
	float:left;
	padding-right:10px;
	width:207px;
}
/* sidebar */
#sidebar {
	font-size:13px;
	float:right;
	width:300px;
	padding-left:10px;
}
#sidebar p {
	margin:0;
}
.news-list {
	line-height:16px;
	list-style:none;
	margin:0 0 11px;
	padding:9px 0 0;
	width:100%;
	overflow:hidden;
}
.news-list li {
	padding-bottom:14px;
}
.btn-grey {
	margin-bottom:17px;
	width:86px;
	line-height:20px;
	display:block;
	text-decoration:none;
	text-align:center;
	padding-bottom:4px;
	background: url(../images/btn-grey.gif) no-repeat;
}
.btn-grey:hover {
	text-decoration:underline;
}
#sidebar blockquote {
	padding-top:17px;
	margin:0 0 22px;
	font-size:15px;
}
#sidebar q {
	background: url(../images/bg-testimonials.gif) no-repeat;
	padding:6px 0 10px 46px;
	display:block;
	font-size:26px;
	color:#0e588c;
	margin-bottom:22px;
}
#sidebar cite {
	display:block;
	line-height:24px;
}
/* side navigation */
.sub-nav {
	list-style:none;
	margin:-5px 0 0 -9px;
	padding:0;
	width:216px;
	overflow:hidden;
}
.sub-nav li {
	border-top:1px solid #ededed;
	font-size:13px;
	margin:-1px 0 1px;
	padding:3px 0 7px;
}
.sub-nav li a {
	text-decoration:none;
}
.sub-nav li.active a,
.sub-nav li a:hover {
	color:#000;
} 
/* footer */
#footer{
	border-top:4px solid #3b3e40;
	height:56px;
	padding:36px 22px 0;
	margin:-96px auto 0;
	overflow:hidden;
	position:relative;
	z-index:999;
	width:937px;
	font-size:13px;
}
#footer p {
	float:left;
	margin:0 5px 0 0;
}
#footer ul {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
#footer li {
	margin:0 4px 0 -4px;
	padding:0 11px 0 13px;
	background: url(../images/bullet.gif) no-repeat 0 50%;
	float:left;
}
#footer li a {
	color:#e27d0d;
}
hr {
	border: 1px solid #efefef;
}

#web_contact label {
	display: block;
}

#social-media-icons {
	position: absolute;
	right: 14px;
	top: 6px;
}
#social-media-icons a {
	border: none;
}
#social-media-icons a img {
	border: none;
}
#client-logos {
	position: relative;
	height: 300px;
}
#client-logos .container {
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
#client-logos .logo {
	margin: 0;
	height: 110px;
	width: 110px;
	float: left;
	padding: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/**{padding: 0; margin: 0;}*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

a.thickbox {}

a img {
	border: none;
}

