/*@font-face {
	font-family: 'ITCAvantGardeGothicStdBook';
	src: url('ITCAvantGardeStd-Bk.eot');
	src: local('ITC Avant Garde Gothic Std Book'), local('ITCAvantGardeStd-Bk'), url('ITCAvantGardeStd-Bk.ttf') format('truetype'), url('ITCAvantGardeStd-Bk.svg#ITCAvantGardeStd-Bk') format('svg');
}

@font-face {
	font-family: 'ITCAvantGardeGothicStdBold';
	src: url('ITCAvantGardeStd-Bold.eot');
	src: local('ITC Avant Garde Gothic Std Bold'), local('ITCAvantGardeStd-Bold'), url('ITCAvantGardeStd-Bold.ttf') format('truetype'), url('ITCAvantGardeStd-Bold.svg#ITCAvantGardeStd-Bold') format('svg');
}

@font-face {
	font-family: 'ITCAvantGardeGothicStdMedium';
	src: url('ITCAvantGardeStd-Md.eot');
	src: local('ITC Avant Garde Gothic Std Medium'), local('ITCAvantGardeStd-Md'), url('ITCAvantGardeStd-Md.ttf') format('truetype'), url('ITCAvantGardeStd-Md.svg#ITCAvantGardeStd-Md') format('svg');
}*/


/*
 * ClearSS
 * 
 * Use this as a starter CSS file. It will save time and headaches if you provide sensible defaults for your styles.
 * 
 * Author: Andrei Eftimie
 * Contact: andrei@eftimie.com
 * 
 * Creative Commons License http://creativecommons.org/licenses/by/3.0/
 * 
 */

/*
 * Reset
 * Loosely based on Eric Meyer's CSS Reset http://meyerweb.com/eric/tools/css/reset/ 
 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0; padding: 0; }
fieldset, img { border: none; vertical-align: middle; }

/*
 * Margins
 */
p, ul, ol, dl, table, address, pre, fieldset { margin: 0 0 20px 0; }

/*
 * Hyperlinks
 */
a { color: #e95e0f; text-decoration: none; }
a:hover, a:focus { text-decoration: none; }

/*
 * General Document Settings
 */
html { height: 100%; }
body { font: 13px/18px Arial, Helvetica, sans-serif; color: #999999; height: 100%; }
#wrap { width: 970px; margin: 0 auto; position: relative; min-height: 100%; _height: 100%; }
#wrap-inner { padding-bottom: 76px; }

/*
 * Headings & More
 */
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 1em; margin: 0 0 15px 0; color:#e95e0f; }

h1 { font-size: 22px;   margin: 0; }
h2 { font-size: 18px; color:#707173; }
h2 a { color:#707173; }
h3 { font-size :15px;  color:#e95e0f; margin-bottom: 0; }
h4 { font-size :12px; }

/*
 * Lists
 */
ul { margin-left: 19px; }
li ul, li ol { margin-top: 0; margin-bottom: 0; }
ol { margin-left: 2.2em; }
ol ul li { list-style: disc !important; }
ol li { list-style-type: decimal; }
ol li ol li { list-style-type: lower-alpha; }
ol li ol li ol li { list-style-type: upper-roman; }

/*
 * Definition List
 */
dt { font-weight: bold; }
dd { margin-bottom: .5em; }

/*
 * Table
 */
table { border-collapse: collapse; border: 0; width: 100%; }
caption, th, td { text-align: left; padding: 9px; vertical-align: top; }
th, td { border: 0; }
caption, th { font-weight: bold; }

/*
 * Quotes
 */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/*
 * Code
 */
pre { border: 1px solid #999; }
code, pre { font-size: 1em; }

/*
 * Forms
 */
input, select, textarea, button { font-size: 1em; font-family: inherit; padding: .3em; }
fieldset { border: 1px solid #999; padding: 1em 2em; }

form ol { margin: 0; }  
form li { list-style: none; }  
form li label { display: block; }  

/*
 * Content Zones
 */
#content { display: inline-block; padding-bottom: 20px; }
#content { display: block; }
#content:after { content: '.';clear: both; height: 0; display: block; visibility: hidden; }

#main {width: 655px; margin-right: 15px; float: left; display: inline; _overflow: hidden; }
#side {width: 300px; float: right; }
#side h3 { font-size: 13px; }

.wide #main { width: 670px; overflow: visible; }
.wide #side { width: 235px; }

.team p.bodytext, #caseStudy p.bodytext { width: 650px; }

#homepage #header { margin: 0; }

/*
 * Header
 */
#header { margin-bottom: 25px; }
#logo { background: url(../images/logo.gif) no-repeat 0 0; width: 267px; height: 71px; float: right; }
#logo a { display: block; height: 71px; text-indent: -9999em; outline: none; }

#lang { margin-bottom: 6px; }
#lang a { color:#c6c6c7; font-size: 12px; margin-right: 7px; }
#lang a:hover, #lang a:focus, #lang a.active { color:#707173; }

/*
 * Navigation
 */
#nav { background: url(../images/nav.png) no-repeat 0 0; width: 128px; height: 109px; list-style: none; margin: 0; padding: 12px 16px; line-height: 15px; }
#nav li { position: relative; display: inline-block; *margin-top:-1px; }
#nav li { display: block; }
#nav li a { color:#919191; font-weight: bold; display: inline-block; font-size: 15px; }
#nav li a { display: inline; }
#nav li a:hover, #nav li a:focus, #nav li.active a { color: #e95e0f; }
#nav li:last-child a, #nav li.last-child a { color:#666666; }

#nav ul { list-style: none; margin: 0; position: absolute; left: -500px; top: 0; width: 500px; }
#nav ul li { float: left; clear: none; }
#nav ul li a { padding: 0 5px; border-left: 1px solid #969798; font-size: 13px; }
#nav ul li:first-child a, #nav ul li.first-child a { border: 0; }
#nav ul li:last-child a, #nav ul li.last-child a { color:#919191; }
#nav li.active ul li a:hover, #nav li.active ul li a:focus, #nav li.active ul li.active a { color: #e95e0f; }
#nav li.active ul li a { color:#919191; }

.submenu-wrap { position: absolute; top: 0; left: 140px; height: 15px; overflow: hidden; width: 500px; }
#nav li.active ul { left: 0; }

/*
 * Boxes
 */
.box { background: url(../images/box-repeat.png) repeat-y 0 0; margin-bottom: 12px; position: relative; left: -5px; }
.box-top { background: url(../images/box-top.png) no-repeat 0 0; }
.box-bottom { background: url(../images/box-bottom.png) no-repeat 0 bottom; padding: 8px; display: inline-block; }
.box-bottom { display: block; }

#homepage .box { background: url(../images/box-home-repeat.png) repeat-y 0 0; }
#homepage .box-top { background: url(../images/box-home-top.png) no-repeat 0 0; }
#homepage .box-bottom { background: url(../images/box-home-bottom.png) no-repeat 0 bottom; padding: 5px; }

.box-orange { background: #e95e0f; position: relative; padding: 17px 25px 17px 18px; display: inline-block; margin-bottom: 15px; color:#fff; }
.box-orange { display: block; }
.box-orange ul, .box-orange p { margin-bottom: 0; }
.box-tl { background: url(../images/orange-tl.gif) no-repeat 0 0; width: 26px; height: 26px; position: absolute; left: 0; top: 0; }
.box-br { background: url(../images/orange-br.gif) no-repeat 0 0; width: 18px; height: 20px; position: absolute; right: 0; bottom: 0; }

.title-wrap { background: url(../images/title-wrap.png) no-repeat 0 0; height: 58px; line-height: 58px; padding: 0 25px 0 18px; }

/* Side box */
#side .box { background-image: url(../images/box-repeat-small.png); left: 0; }
#side .box-top { background-image: url(../images/box-top-small.png); }
#side .box-bottom { background-image: url(../images/box-bottom-small.png); }

/*
 * Gallery
 */
#photos { background: url(../images/gallery-bg.png) no-repeat 0 bottom !important; border: 0 !important; }
#pointer { border-color: #e95e0f !important}
#homephotos {background: url(../images/home-gallery-bg.png) no-repeat 0 bottom !important; border: 0 !important; }
#homephotos .overlay { background: #fff !important; opacity: 0.6; filter:Alpha(opacity=06); }

.panel-overlay { padding: 13px 24px !important; height: 44px !important }
.panel-overlay h1 { margin-bottom: 5px; font-weight: bold; }
.panel-overlay h1 a { text-decoration: none !important; color: #E95E0F !important; } 
.panel-overlay h2 { margin: 0; }
.panel-overlay h2 a { text-decoration: none !important; color: #707173 !important; }

.gallery-inner { margin-left: -10px; }
.gallery ul { display: inline-block; }
.gallery ul { display: block; overflow: hidden; list-style: none; margin:0; }
.gallery li { float: left; width: 62px; height: 62px;margin-left: 10px; }
.gallery li a { display: block; }
.filmstrip { background: none !important }

/*
 * Pdf
 */
.pdf { list-style: none; margin: 0 0 38px 0; }
.pdf a { background: url(../images/pdf.gif) no-repeat 0 0; padding-left: 48px; line-height: 38px; display: block; } 
.pdf a:hover, .pdf a:focus { text-decoration: underline; }

/*
 * List
 */
.list { margin: 0 0 8px -4px; display: inline-block; overflow: hidden; font-size: 12px; width: 970px !important; height: 93px; }
.list { display: block; }
.list .item { margin: 0 0 8px 8px; float: left; display: inline; width: 234px; height: 88px; }
.list a { background: #e6e6e6; float: left; color:#000; }
.list a:hover, .list a:focus { background: #d5d5d5; color:#e95e0f; } 
.list span { display: block;  padding: 1px 5px; }

/*
 * Long Button
 */
.box-long { width: 608px; height: 74px; position: relative; margin-bottom: 15px; }
.box-long p { margin: 0; width: auto; }
.box-long h3 { font-size: 14px; }
.box-long a {  position: absolute;  width: 680px; height: 74px; z-index: 15; background:#fff; filter:Alpha(opacity=01); opacity: 0; }
.box-content { position: relative; z-index: 10; padding: 18px; }

.background { background: url(../images/box-long.png) no-repeat 0 0; position: absolute; left: 0; top: 0; width: 608px; height: 74px; z-index: 5; _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fileadmin/classic/images/box-long.png', sizingMethod='crop'); }
.button { width: 74px; height: 74px; left: 604px; z-index: 3; position: absolute; overflow: hidden; }
.button div { background: url(../images/button.png) no-repeat 0 -74px; width: 74px; height: 74px; position: absolute; left: -39px; }

.box-long:hover .button div, .box-long#over .button div  { background-position: 0 0; }

/*
 * ShortBox
 */
.box-wrap { margin-left: -55px; position: relative; display: inline-block; _margin-left: -57px; }
.box-wrap { display: block; overflow: hidden; }
.shortbox { width: 190px; float: left; margin-left: 55px; display: inline; }
.shortbox .background { background: url(../images/box-long2.png) no-repeat 0 0; width: 190px; _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fileadmin/classic/images/box-long2.png', sizingMethod='crop'); }
.shortbox .button { width: 59px; left: 185px; }
.shortbox .button div {  background: url(../images/button2.png) no-repeat 0 -74px; left: -23px; }
.shortbox .box-content { padding: 11px 10px; font-size: 12px; line-height: 15px; display: inline-block; }
.shortbox .box-content { display: block; overflow: hidden; }
.shortbox a { width: 249px; }
.shortbox .email { position: static; width: auto; height: auto; }

.shortbox .image { float: left; margin-right: 5px; }
.shortbox .text { overflow: hidden; line-height: 17px; width: 115px; _float: right; }

/*
 * Pager
 */
.pager { float: right; }
.pager span { color:#666; font-weight: bold; }
.pager a { margin: 0 3px; }
.pager .activeSlide { color: #666; }
.pager a:hover, .pager a:focus { color:#666; }

.newsWrapPager .pager { float: none; }
.newsWrapPager .browseLinksWrap span { float: left; padding: 0; line-height: 15px; }
.newsWrapPager .browseLinksWrap span.prev { background: url(../images/prev-h.gif) no-repeat 0 0; width: 15px; height: 14px; display: block; margin-right: 5px; }
.newsWrapPager .browseLinksWrap span.prev a { background: url(../images/prev.gif) no-repeat 0 0; width: 15px; height: 14px; display: block; margin: 0; }
.newsWrapPager .browseLinksWrap span.next { background: url(../images/next-h.gif) no-repeat 0 0; width: 15px; height: 14px; display: block; margin-left: 5px;}
.newsWrapPager .browseLinksWrap span.next a { background: url(../images/next.gif) no-repeat 0 0; width: 15px; height: 14px; display: block; margin: 0; }

.title-wrap .pager { position: relative; }

.showResults { color:#999999 !important; font-weight: normal !important; width: 65px; position: absolute; right:152px; top: 0 }

.title-wrap .browseLinksWrap { _position: relative; _top: 20px; }
.browseLinksWrap { margin-left: 40px; display: inline; font-weight: bold; }
.browseLinksWrap .next { background: url(../images/next.gif) no-repeat 0 0; padding: 0 8px; margin-left: 10px; display: inline-block; }
.browseLinksWrap .next { display: inline; }
.browseLinksWrap .next:hover, .browseLinksWrap .next:focus { background: url(../images/next-h.gif) no-repeat 0 0; }
.browseLinksWrap .prev { background: url(../images/prev.gif) no-repeat 0 0; padding: 0 8px; margin-right: 10px; display: inline-block; }
.browseLinksWrap .prev { display: inline; }
.browseLinksWrap .prev:hover, .browseLinksWrap .prev:focus { background: url(../images/prev-h.gif) no-repeat 0 0; }


/*
 * Latest News Cycle
 */
.newsbox { background: url(../images/news-box.png) no-repeat 0 0; padding: 7px 10px 10px 15px; width: 242px; height: 56px; position: absolute; right: 0; top: 87px; }
.newsbox h3 { color:#707173; font-size: 15px; font-weight: bold; padding-bottom: 5px; border-bottom: 1px solid #e2e3e3; }
.newsbox ul { list-style: none; margin: 0; height: 40px; overflow: hidden; position: relative; }
.newsbox ul a { color:#999999; }
.newsbox ul a:hover, .newsbox ul a:focus { color:#E95E0F; }
.newsbox ul li { margin-bottom: 5px; }
.newsbox span { color:#cccccc; }
.newsbox .browseLinksWrap { margin: 0; float: right; }
.newsbox .browseLinksWrap a { margin: 0; }
.newsbox .browseLinksWrap .next { margin-left: 9px; }
.newsbox .more { position: absolute; right: 0; bottom: -18px; }

/*
 * News
 */
#news-single h1, #news-single p { margin: 0; }
#news-single .image { background: url(../images/img-wrap.gif) no-repeat 0 0; padding: 7px 9px 9px 7px; width: 160px; height: 204px; overflow: hidden; float: right; margin: 10px 25px 0 70px; clear: both; display: inline; }

#news-list .box-content { height: 52px; padding: 10px 11px 12px;  overflow: hidden; }
#news-list .box-content p { display: inline; }
#news-list .image { float: left; width: 52px; height: 52px; overflow: hidden; display: inline; margin-right: 9px; }
#news-list .content { top: 8px; height: 36px; overflow: hidden; position: relative; }

.news-pager { float: none; display: inline-block; overflow: hidden; margin: 18px 0; }
.news-pager { display: block; }
.news-pager .browseLinksWrap { float: left; }
.news-pager .showResults { float: left; position: static; width: auto; }

#news #main { width: 545px; }
#news #side { width: 385px; }

.news-single-date p { margin: 0; }
.single-title { margin-bottom: 3px; }
.subheader { font-weight: bold; }

.video { margin: 0 0 18px 0; }
.csc-textpic { margin: 18px 0; }

#news-photos { background: url(../images/gallery-bg.png) no-repeat 50% bottom !important; border: 0 !important; }

/*
 * Homepage
 */
#homepage .csc-frame-frame1 { color: #999; font-size: 26px; font-family: ITCAvantGardeGothicStdMedium; }
#homepage .csc-frame-frame1 h1 { font-size: 50px; font-family: ITCAvantGardeGothicStdBold; line-height: 1em; color: #707173; margin: 0; font-weight: bold; }
#homepage .csc-frame-frame1 h1 b { color: #e95e0f; }
#homepage .csc-frame-frame1 h2 { font-size: 34px; font-family: ITCAvantGardeGothicStdBook; line-height: 1em; margin: 0; }

/*
 * Footer
 */
#footer { background: url(../images/footer.png) no-repeat 0 0; width: 980px; margin: 0 auto; height: 73px; color:#707173; font-size: 11px; position: relative; margin-top: -76px; overflow: hidden; padding-top:3px;}
#footer p { margin: 0; }
#footer a { color:#707173; text-decoration: underline; } 
#footer a:hover, #footer a:focus { text-decoration: none; }
#footer a.redkiwi { text-decoration: none; }
#footer-left { padding: 27px 0 16px 145px ; float: left }
#footer-right { font-family: ITCAvantGardeGothicStdMedium; position: absolute; top: 0; right: 14px; }
#footer-right ul { list-style: none; margin:0 ; font-size: 12px; }
#footer-right ul { overflow: hidden; }
#footer-right ul li { float: left; display: inline; text-align: center; overflow: hidden; position: relative; height: 76px; }
#footer-right ul li .img { width: 48px; height: 48px; _height: 50px; overflow: hidden; position: absolute; margin: 0 auto; z-index: 5; top: 0; left: 50%; margin-left: -24px; }
#footer-right ul li .img img { margin-top:-1px; }
#footer-right ul li .overlay { background: url(../images/footer-overlay.png) no-repeat 0 0; width: 48px; height: 48px; display: block; position: absolute; left: 0; top: 0; _top: 1px; _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fileadmin/classic/images/footer-overlay.png', sizingMethod='crop'); }
#footer-right ul li a { display: block; text-decoration: none; height: 21px; z-index: 10; padding-top: 55px; width: 68px; position: relative; text-transform: lowercase; }
#footer-right ul li a:hover, #footer-right ul li a:focus { color: #e95e0f; }


.footer-links { position: absolute; left: 8px; top: 32px; width: 130px; height: 28px; overflow: hidden; }
.footer-links a { margin-left: 5px; }

.rgmediaimages-player { display: block; margin-bottom: 18px; }
.rgmediaimages-player * { display: block; }
.box .rgmediaimages-player { margin: 0; }

/*
 * Tooltips
 */
#clients { display: inline-block; margin: 0; }
#clients { display: block; }
#clients:after { display: 'block'; clear: both; height: 0; visibility: hidden; content: '.'; }
#clients li { float: left; width: 131px; height: 40px; list-style: none; text-align: center; line-height: 40px; }
#clients .content { display: none; }

/*********** SITEMAP ****************/
.csc-sitemap { padding: 10px 0 10px 0; }
.csc-sitemap ul { margin: 0; 	padding:0px 0 0px 0;}
.csc-sitemap ul li {list-style:none; margin-bottom: 2px;}
.csc-sitemap li { margin: 0; padding: 0; }
.csc-sitemap a { display: block; padding: 0 8px; font-weight:bold; line-height: 2em; color: #000; text-decoration: none; background: #e9e9e9; border-bottom: 1px solid #dedfde }
.csc-sitemap ul li ul {	margin-top:10px;	margin-left:20px;	margin-bottom:10px; }
.csc-sitemap ul ul a { padding-left: 28px; font-weight:normal; background-color: #fafafa; border-bottom: 1px solid #dedfde; }
.csc-sitemap ul ul ul a { padding-left: 58px; color: #999; }
.csc-sitemap a:hover, .csc-sitemap a:focus { color: #fff; background-color: #dfdfdf; font-weight: bold;  }


/********* POWERMAIL *************/
.tx-powermail-pi1_fieldset { border: 0px; padding: 0px; margin: 0px; }
.tx-powermail-pi1 { border:0; }
.tx-powermail-pi1_fieldset legend{display:none;}
.tx_powermail_pi1_fieldwrap_html {display:block; width:650px; margin-top:10px; }
.tx_powermail_pi1_fieldwrap_html label { width:120px; float:left;font-weight:bold; margin-top:4px;}
.tx_powermail_pi1_fieldwrap_html label .powermail_mandatory{color:#eb0000}
.tx_powermail_pi1_fieldwrap_html .powermail_mandatory_js{font-style:italic; color:#a8a8a8;margin-left:120px; color:#e95e0f;}
.tx_powermail_pi1_fieldwrap_html .powermail_mandatory {padding:0 3px;}
.tx_powermail_pi1_fieldwrap_html input.powermail_text{width:350px; border:1px solid #999999;}
.tx_powermail_pi1_fieldwrap_html textarea {width:350px; border:1px solid #999999;}
.tx_powermail_pi1_fieldwrap_html .powermail_submit { text-align:center; float:left; background:#999; border:none; color:#FFF; font-size:12px; font-weight:bold; padding:3px 7px 3px 7px; margin:5px 0 7px 120px;}
.tx-powermail-pi1_thx .contenttable p { margin: 0; }
.tx-powermail-pi1_thx .contenttable td { padding: 0; }

/********* LOGIN *************/
.box-left h2, .box-right h2 {color:#fff;padding-left:60px;}
.box-left label, .box-right label {font-weight:normal;}
.box-left p, .box-right p {clear:both;padding-left:0px;margin:0!important;}
.box-left {width:48%;float:left;margin:0px; border-right:1px solid #fff;}
.box-right {width:45%;float:left;margin:0px 0;}
.box-orange .clear {clear:both!important;}
.box-orange dt {clear:left;float:left;width:100px;padding-left:60px;}
.box-orange dd {float:left;width:200px;margin:0!important;}
.box-orange dd input {width:150px;}
.box-orange dd input.submitbutton { border: 0px; background-color: #fff; color: #707173; font-weight: bold; width: 160px!important; }
.box-orange dd { padding: 2px; } 
.box-orange a { color: #fff; font-style: italic; }

.clientBox {float: left; background: url(../images/clientbox_back.png) 0 0 no-repeat; width: 313px; padding: 9px 7px 13px 7px; overflow: hidden; line-height: 15px; position: relative; margin-bottom: 5px;}
.clientBoxBot {background: url(../images/clientbox_bot_back.png) 0 0 no-repeat; width: 327px; height: 11px; line-height: 0; font-size: 11px; left: 0; bottom: 0; position: absolute;}
.clientImage {float: left; padding-right: 7px;}
.clientImage img {display: block;}
.clientText {font-size: 11px;}
.clientText h2 {font-weight: normal; color: #e95e0f; margin-bottom: 0; font-size: 14px; padding-bottom: 3px;}
.clientText p {margin-bottom: 0;}