/* Reset styles */
@import url(reset.css);

/* Element styles */
body {
	font-size: 0.7em;
	line-height: 1.4;
	color: #2C2C2C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #F0F0F0 url(../images/bg-page.jpg) repeat-x left top;
}
a { color: #20A2CC; }

/* Classes */
img.left {
	float: left;
	margin: 0.2em 1em 1em 0;
}

/* Overall containers */
#outercontainer {
	width: 836px;
	background: #E9E9E9 url(../images/bg-outercontainer.png) no-repeat left top;
	margin: auto;
	padding-left: 4px;
}

#container {
	width: 798px;
	background-color: #FFF;
	padding: 0 15px 0 17px;
}

#header {
	background: url(../images/bg-header.jpg) no-repeat left top;
	margin: 0 -2px;
	position: relative;
	height: 121px;
}

#header h1 {
	position: absolute;
	left: 20px;
	top: 19px;
}

#header h2 {
	position: absolute;
	top: 46px;
	right: 23px;
}

#header ul {
	position: absolute;
	top: 91px;
	left: 0px;
	background: url(../images/bg-menu.png) no-repeat left top;
	height: 30px;
	width: 798px;
	padding: 0 3px;
}
#header ul li { float: left; }

#header ul li a {
	color: #FFF;
	display: block;
	height: 22px;
	padding: 5px 13px 0 13px;
	text-decoration: none;
}
#header ul li.contact, #header ul li.glossary { float: right; }

/* Active sections */
body.home #header ul li.home, body.technology #header ul li.technology, body.polygonica #header ul li.polygonica, body.solutions #header ul li.solutions,
body.partners #header ul li.partners, body.company #header ul li.company { background: url(../images/bg-menuitem.png) repeat-x left top; }
#header ul li.contact a, #header ul li.glossary a { background: url(../images/bullet-menuitem.png) no-repeat left center; }

/* Breadcrumb (Where am I?) */
#breadcrumb {
	background: url(../images/bg-breadcrumb.png) repeat-x left bottom;
	height: 34px;
	margin-top: 6px;
	padding-left: 10px;
}

#breadcrumb li {
	float: left;
	margin-left: 4px;
}
#breadcrumb span { color: #4980C2; }
#breadcrumb .last a { background-image: none; }

#breadcrumb a {
	color: #2C2C2C;
	background: url(../images/arrow-breadcrumb.png) no-repeat right center;
	padding-right: 8px;
	text-decoration: none;
}

/* Footer section */
#footer {
	background: url(../images/bg-footer.png) repeat-x 0 21px;
	clear: both;
	font-size: 0.9em;
	padding-top: 41px;
	color: #6E6E6E;
	padding-bottom: 20px;
	width:400px;
}

#footer .right {
	float: right;
	margin-top: 1.4em;
}

/* Main content area */
#main { margin-top: 2px; }

/* Left sidebar (menu and features) */
#sidebar-left {
	float: left;
	width: 195px;
}

/* Sidebar features */
#sidebar-left .seeforyourself, #sidebar-left .orderacd {
	height: 86px;
	width: 195px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFF;
	margin-bottom: 9px;
	text-decoration: none;
}
#sidebar-left .seeforyourself { background-image: url(../images/bg-seeforyourself.jpg); }

#sidebar-left .orderacd {
	background:#5CBFE6 url(../images/bg-orderacd.jpg) bottom left no-repeat;
	height:auto;
	padding-bottom:10px;
}
	#sidebar-left .orderacd a {
		color:#fff;
		text-decoration:none;
	}
	
#sidebar-left .seeforyourself p, #sidebar-left .orderacd p {
	display: block;
	color: #FFF;
	margin-left: 56px;
	margin-right: 1em;
	line-height: 1.2;
}
#sidebar-left .seeforyourself p img, #sidebar-left .orderacd p img { vertical-align: text-bottom; }

#sidebar-left h5 {
	color: #FFF;
	background: url(../images/bg-sidebarleft-h5.jpg) no-repeat left top;
	height: 22px;
	padding: 4px 0 0 12px;
	border-bottom: 1px solid #FFF;
}

#sidebar-left h6 {
	font-size: 1.55em;
	font-weight: normal;
	margin: 0 0 0.15em 10px;
	padding-top: 10px;
}

#sidebar-left ul li a {
	background: #272727 url(../images/bullet-leftmenuitem.png) no-repeat 12px 1.1em;
	display: block;
	border-bottom: 1px solid #0F0F0F;
	border-top: 1px solid #525252;
	color: #FFF;
	padding: 0.6em 0 0.5em 23px;
	text-decoration: none;
}

#sidebar-left ul { margin-bottom: 9px; }
#sidebar-left ul li a:hover { background-image: url(../images/bullet-menuitem.png); }

#sidebar-left ul li.active a {
	background-image: url(../images/bullet-leftmenuitem-active.png);
	background-color: transparent;
}

#sidebar-left ul li.active { background: #6A6A6A url(../images/bg-leftmenu-active.png) repeat-x left top; }

/* Body content area */
#content {
	margin-left: 203px;
	background: url(../images/bg-content.png) repeat-y left top;
	padding-left: 14px;
	overflow: visible;
}
#content strong.blue { color: #227BBA; }

#content h3 { padding-top: 9px; }
#content h3.sub, #content h4.sub { margin-bottom: 35px; }

#content h4 { margin-bottom: 5px; }
#content h5 {
	margin-bottom: 2px;
	font-size: 1.4em;
	font-weight: normal;
}
#content h5 img { margin-bottom: 8px; }

#content .more { text-align: right; }
#content p { margin-bottom: 1.5em; }

#content hr {
	background-color: #D4D4D4;
	overflow: hidden;
	height: 1px;
	margin-bottom: 1.5em;
	border-top: 1px solid #D4D4D4;
}

#content ul {
	margin-bottom: 1em;
	padding: 0 2em;
}

#content ul li {
	background: url(../images/bullet-bluesquare.png) no-repeat 0 6px;
	padding-left: 12px;
}

#content ul.news { margin-left: 0; padding: 0; }
#content ul.news li {
	background: url(../images/bullet-arrow.png) no-repeat 0 2px;
	margin-bottom: 10px;
	padding-left: 20px;
	width: 80%;
}

/* Intro curveout */
#intro {
	padding-left: 16px;
	height: 175px;
	width: 565px;
	position: relative;
	margin-bottom: 23px;
}

#intro p { margin-right: 320px; }

#intro .tab {
	position: absolute;
	left: 21px;
	bottom: 3px;
	margin: 0px;
}

#content #intro h3 {
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 0.2em;
	padding-top: 18px;
}

body.technology #intro {
	background: url(../images/bg-technology.jpg) no-repeat left top;
	color: #FFF;
}

body.solutions #intro {
	background: url(../images/bg-solutions.jpg) no-repeat left top;
	color: #FFF;
}

body.polygonica #intro {
	background: url(../images/bg-polygonica.jpg) no-repeat left top;
	color: #FFF;
}

body.company #intro {
	background: url(../images/bg-company.jpg) no-repeat left top;
	color: #FFF;
}

/* Two column content */
#content div.left {
	float: left;
	width: 48%;
}

#content div.right {
	float: right;
	width: 48%;
}

#content img.right { float: right; margin: 0 0 0 20px; }



span.left {
	font-style: italic;
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
span.left img {
	margin-bottom: 0.3em;
}

/* Pretty pretty forms */
#content fieldset {
	background: #FFF;
	border: 1px solid #D7D7D7;
	margin-top: 45px;
	padding: 5px 10px;
}
#content fieldset legend { color: #227BBA; font-weight: bold; background: #FFF; padding: 0 5px; }
#content form#contact label {
	clear: left;
	display: block;
	float: left;
	margin: 10px 0 0 7px;
}
#content form#contact label span { float: left; width: 158px; }
#content form#contact label span em, #content form#contact p span { color: #227BBA; }
#content form#contact p { clear: both; margin-left: 5px; }
#content form#contact label input {
	background: #F8F8F8;
	border: 1px solid #D7D7D7;
	float: right;
	margin-right: 70px;
	width: 320px;
}
#content form#contact label input.checkbox { background: none; border: none; margin-right: 377px; width: 13px; }
#content form#contact input#submit {
	float: right;
	margin: 10px 68px 0 0;
}
#content form#contact label textarea {
	background: #F8F8F8;
	border: 1px solid #D7D7D7;
	float: right;
	height: 90px;
	margin-right: 70px;
	width: 320px;
}

/* Messages */
.error {
	border: 3px solid red;
	padding: 0.7em;
	color: red;
	margin-bottom: 1em;
}

.success {
	border: 3px solid #35C2EC;
	padding: 0.7em;
	margin-bottom: 1em;
}

/* Partner logos page */
#partnerLogos li a {
	display: block;
	border: 1px solid #FFF;
	padding: 24px 6px 23px 6px;
}
#partnerLogos li a:hover { border: 1px solid #56BEE4; }
#partnerLogos ul {
	clear: right;
	padding: 0;
}
#partnerLogos ul li {
	float: left;
	background-image: none;
	padding: 0;
}
#partnerLogos {
	position: relative;
}

#partnerLogosBackground {
	position: fixed;
	top: 0; left: 0;
	background: #333;
	opacity: 0.8;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=80);
}

#partnerLogosPopup {
	border: 1px solid #57BFE4;
	position: absolute;
	top: 50%; left: 50%;
	width: 224px; height: 224px;
	padding: 0.5em; margin: -112px 0 0 -112px;
	background-color: #FFF;
	font-size: 1.4em;
	color: #53BCE4;
	overflow: hidden;
}

#partnerLogosPopup .close {
	position: absolute;
	top: 5px; right: 5px;
}

#partnerLogosPopup .partnerLink {
	position: absolute;
	bottom: 10px;
	text-align: center;
	display: block;
	width: 214px;
}

#partnerLogosPopup .partnerLogo {
	position: absolute;
	top: 25px;
}

/* Upcoming events table */
table.events, table.news { margin-top: 15px; }
table.events img { vertical-align: text-top; }
table.events th, table.news th {
	color: #2F83BE;
	font-weight: bold;
	text-align: left;
	padding-bottom: 5px;
}
table.events tr { border-bottom: 1px solid #D7D7D7; }
table.events tr td { padding: 7px 0; }
table.news tr td { padding: 5px 0; }
table.news th { border-bottom: 1px solid #D7D7D7; margin-bottom: 3px; }

/* lanauges additions */
#languages ul {
	padding:10px 0;
}
#languageFooter li,
#languages li {
	display:inline;
}
	#languageFooter li img,
	#languages li img {
		padding:2px 8px;
	}
#sidebar-left .orderacd #languages {
	background:url(../images/bg-orderacd-languages.gif) top left no-repeat;
	height:72px;
	margin:16px 0 0 46px;
	width:140px;
}
	#sidebar-left .orderacd #languages ul {
		padding:0;
	}
			#sidebar-left .orderacd #languages ul li a {
				background:none;
				border:none;
				display:inline;
				padding:0;
			}
	#sidebar-left .orderacd #languages p {
		padding:8px;
		margin:0;
	}
#languageFooter {
	background:url(../images/bg-translation-footer.gif) top left no-repeat;
	position:absolute;
	top:520px;
	right:0;
	padding:0 0 0 50px;
	width:300px;
}
	#languageFooter p {
		float:left;
		width:150px;
	}
	
/*-- Videos Page --*/

/* Partner logos page */
#videos li a {
	display: block;
	border: 1px solid #FFF;
	padding: 24px 11px 24px 11px;
	height: 130px;
}
/*#partnerLogos li a:hover { border: 1px solid #56BEE4; }*/


#videos ul {
	clear: right;
	padding: 0;
}
#videos ul li {
	float: left;
	background-image: none;
	padding: 0;
}
#videos {
	position: relative;
}

#videos p {
	text-align: center;
	width: 120px;
	margin-top: 10px;
}
