﻿/* Applies to All */
* { margin: 0; padding: 0; }
h1 { font-size: 14px !important; font-weight: bold; color: #003c55; }
h2 { font-size: 12px !important; font-weight: bold; color: #003c55; }
hr	{ border: 1px solid #b6ebff; margin: 5px 0 5px 0; }

a { color: #003c55; text-decoration: none; }
a:hover { color: #003c55; text-decoration: underline; }
img { border: none; }

body { overflow-x: hidden; }

/* Curved Corners HACK for IE */
.curved {
-moz-border-radius:5px;
-webkit-border-radius:5px;
behaviour:url(border-radius.htc);
}

/* Generic Body Styles */
body { font-family: Arial; font-size: 12px; width: 100%; margin: 0 auto; }
.clear { clear: both; }
.insideWrap { width: 950px; margin: 0 auto; position: relative; }

/* Header Styles */
#header { background: url('../../images/headerBG3fade.png') no-repeat; background-position: center; width: 100%; height: 212px; margin: 0 auto; overflow: hidden; margin-bottom: 10px; }
.icon { width: 53px; float: left; text-align: center; font-size: 11px !important; }
.icon a { color: White; text-decoration: none; }
.icon a:hover { color: White; text-decoration: underline; }
.topLinks { float: right; padding: 12px 0 0 0; }

/* Breadcrumb */
#breadcrumb { display: none; }

/* Logo Wrap */
#header .logoWrap { padding: 12px 0 0 0; float: left; }
#header .headerbtm { position: absolute; top:94px; background: url(../../images/headerBTM3fade.png) no-repeat bottom; background-position: center; width: 100%; height: 95px; margin-top:35px; overflow: hidden; float: left; }
.headerbtm .insidewrap { }

/* RSS */
.rss p { width: 180px; }

/* Search Bar */
.search { position: absolute; bottom:0; top:60px; }
.searchInput { background: url(../../images/searchBar.png) no-repeat; width: 152px; height: 14px; border: none; padding: 5px; float: left; margin-right: 8px; }

/* Container Styles */
#container { width: 950px; margin: 0 auto; }
#content { width: 950px; float: left; }
#content .left { width: 252px; float: left; margin-right: 9px; }
#content .right { width: 689px; float: left; }
.banner { width: 950px; margin-bottom: 7px; }

#content .right h1 { background: url(../../images/h1BG.png) no-repeat; width: 680px; height: 20px; padding-left: 10px; padding-top: 4px; margin-bottom: 9px; }
#content li { list-style-type: square; margin: 0 0 0 30px; line-height: 18px; }
#content input[type="text"], textarea, select { border: 1px solid #0076a8; background-color: #dbf4fe; padding: 2px; width: 200px; color: #025191; }
#content input[type="password"] { border: 1px solid #0076a8; background-color: #dbf4fe; padding: 2px; width: 200px; color: #025191; }
#content select { width: 110px !important;}
#content input[type="submit"] { border: 1px solid #0076a8; background-color: #0f3d4f; color: White; padding: 2px; text-transform: uppercase; width: 80px; }
#content .label { width: 90px; text-align: right; color: #003c55; padding-right: 10px; }

/* Inside Wrap */
.contentWrap { border: 1px solid #0076a8; -moz-border-radius:5px; -webkit-border-radius:5px; min-height: 500px; padding: 15px; color: #003c55; width:657px; float: left; }
.contentWrap h2 { background: url(../../images/insideHeaders.png) no-repeat; width:100%; height: 20px; color: #003c55; padding: 6px 0 0 10px; margin-bottom: 13px; }

/* History */
.historyItem { width: 639px; float: left; clear: both; margin: 10px 0 0 0; }
.historyText img { margin-right: 10px; float: left; }
.historyText { width: 639px; float: left; margin-left: 10px; clear: both; }

/* Press Releases */
.pressItem { width: 689px; float: left; clear: both; margin: 10px 0 0 0; }
.contentWrap .releases { margin: 10px 0 0 0; }


/* Inside Panel */
.contentWrap .postalAdd { float: left; }
.contentWrap .panelleftBG { width: 258px; min-height: 177px; padding: 10px; background: url(../../images/panelBG.png) no-repeat; }
.contentWrap .panelrightBG { width: 258px; min-height: 177px; padding: 10px; background: url(../../images/panelBG2.png) no-repeat; }
.contentWrap .panelleft, .panelright { width: 279px !important; clear: both; float: left; margin-bottom: 10px; }
.contentWrap .panelleft { margin-right:31px; }

/* News Tables */
.contentWrap .newsTBL td { width: 689px !important; }
.contentWrap .newsTBL td p { width: 679px !important; padding-bottom: 10px; margin-left: 10px;  }
.contentWrap .newsTBL a { text-decoration: none; color: #cc3021; font-weight: bold; }
.contentWrap .newsTBL a:hover { text-decoration: underline; color: #cc3021; font-weight: bold; }

/* News Styles */
#news_feed { background: url('../../images/newsIMG.png') no-repeat bottom #00acee; border: 1px solid #0076a8; width: 206px; padding: 22px 22px; height: 410px; }
#news_feed h1 { margin-bottom: 10px; }
#news_feed h2 { font-weight: bold; color: #003c55; text-decoration: underline; }
#news_feed p  { color: White; }
#news_feed a { font-weight: bold; color: #003c55; text-decoration: none; }
#news_feed a:hover { font-weight: bold; color: #003c55; text-decoration: underline; }
#news_feed img { float: left; margin-right: 3px; }
.newsArea { height: 150px; position: relative; overflow: hidden;  }
.newsItems { list-style-type: none; position: absolute; top: 0; left: 0;  }
.newsItems li { list-style-type: none !important; margin: 0 !important; height: 150px;   }

.csrButton { margin-top: 15px; }

/* Welcome Message */
#welcome { background: #00acee; border: 1px solid #0076a8; padding: 22px 22px; margin-bottom: 8px; position: relative; z-index: 1; }
#welcome h1 { margin: 0 0 10px 0 !important; padding: 0 !Important; }
#welcome p { color: White; width: 552px; }
.giovann { background:url("../../images/dongiovann.png") no-repeat scroll 0 0 transparent; height:308px; margin-right:-38px; margin-top:-277px; position:absolute; right:0; width:234px; z-index:2; }

/* snippets */
.snippets { width: 689px; float: left; }
.snippets .register { float: left; margin-right:6px; }
.snippets .funpark { float: left; margin-right:6px; }
.snippets .playmobil { float: left; margin:0 6px 8px 0; }
.snippets .lechuza { float: left; margin-right:6px; }
.snippets .facebook { float: left; margin: 0 0 8px 0; }
.snippets .twitter {  }

/* Contact Form */
.address { clear: both; }
.address img { float: left; clear: both; margin-right: 10px; }
.addressTBL { margin-bottom: 10px; }
.addressTBL td { padding: 5px 0; }

.contactForm { }
.contactForm .dongiovann { background: url(../../images/contactdongiovann.png) no-repeat bottom; width:260px; height:528px; }

/* Login Table */
.loginTBL { }

/* Job Opportunities */
.noJobs { background: url('../../images/jobsbanner.png') no-repeat; width: 636px; height: 128px; padding: 10px; }
.noJobs p { width: 450px; }

/* Mission and Vision Statement */
.missionBanner { background: url('../../images/jobsbanner.png') no-repeat; width: 631px; height: 117px; padding:21px 10px 10px 16px; }
#lblWho { font-size: 70px; font-weight: bold; color: #fff; }
#lblWe { font-size: 70px; font-weight: bold; color: #01538b; }
#lblAre { font-size: 70px; font-weight: bold; color: #fff; }
.missionBanner hr { border: 1px solid #01538b; margin: 5px 0 5px 0; width: 431px; }
.mission td { vertical-align: top; }

/* Company Certification */
.certification table { margin: 0 auto; text-align: center; }
.certification img { border: 2px solid #0076a8; }

/* Job Opportunity Section */
.tblOpportunity th { text-align: left; padding: 5px 5px; } 
.tblOpportunity td { padding: 5px 5px; }
.tblOpportunity h2 { background: url(../../images/insideHeaders.png) no-repeat; width:100%; height: 20px; color: #003c55; padding: 6px 0 0 10px; margin-bottom: 0 !important;  }

/* Awards Table */
.tblAwards img { border:2px solid #0076A8; }

/* Footer Styles */
#footer { background: url('../../images/footerBG2fade.png') no-repeat; background-position: center; width: 100%; height: 153px; margin: 0 auto; font-size: 11px !important; }
#footer .logoWrap { width: 127px; padding: 10px 0 0 0; margin-bottom: 5px; }
#footer p { color: White; }
#footer p a { color: White; }
.developer { float: right; margin-top:-105px; }
.developer a { font-weight: bold; color: #003c55; text-decoration: none; }
.developer a:hover { font-weight: bold; color: #003c55; text-decoration: underline; }
