/* universal
------------------------------------------- */
*
{
	margin: 0;
	padding: 0;
}

html
{
	-webkit-text-size-adjust: none;
}

html, body
{
	height: 100%;
	border: none;
}

body
{
	font-family: "MonacoRegular", Monaco, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
	letter-spacing: 1px;
	background: #686868 repeat-y center url(../images/general/background.jpg);
}

/* fonts
------------------------------------------- */
@font-face
{
	font-family: "MonacoRegular";
	src: url("../fonts/monaco-webfont.eot");
	src: url("../fonts/monaco-webfont.eot?#iefix") format("embedded-opentype"),
		 url("../fonts/monaco-webfont.woff") format("woff"),
		 url("../fonts/monaco-webfont.ttf") format("truetype"),
		 url("../fonts/monaco-webfont.svg#MonacoRegular") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* layout
------------------------------------------- */
#wrapper
{
	float: left;
	clear: both;
	width: 100%;
	min-width: 1200px;
}

.inner
{
	position: relative;
	margin: 0 auto;
	width: 1000px;
}

#header, #footer
{
	width: 100%;
	height: 43px;
	line-height: 43px;
	background: #464646;
}

/* header
------------------------------------------- */
#header
{
	float: left;
	clear: both;
	font-size: 13px;
	-moz-box-shadow: 0px 0px 4px #000000;
    -webkit-box-shadow: 0px 0px 4px #000000;
    box-shadow: 0px 0px 4px #000000;
}

#header #logo
{
	position: absolute;
	left: -90px;
}

#header #title, #footer #footerCenter
{
	position: absolute;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	z-index: 0;
}

#header #title h2
{
	font-size: 13px;
}

/* language switch
------------------------------------------- */
#options, #footer #footerRight
{
	position: absolute;
	right: 47px;
	font-size: 9px;
	text-align: right;
	z-index: 1;
}

#options a, #footer a
{
	color: #FFFFFF;
}

#options a:hover, #footer a:hover
{
	color: #F7FF1D;
}

#options a#currLang
{
	color: #D51F26;
}

/* nav
------------------------------------------- */
#nav
{
	position: absolute;
	top: 14px;
	width: 100%;
	height: 83px;
}

#nav a, #content #pageTitle, #content #pageNmbr, #content #pageText, #submitBtn
{
	position: absolute;
	min-width: 98px;
	padding-left: 13px;
}

#nav a, #content #pageTitle, #submitBtn
{
	min-width: 85px;
	padding-right: 13px;
}

#nav a, #content #pageNav a, #content #pageTitle, #content #pageNmbr, #content .text, #submitBtn
{
	font-size: 12px;
	min-height: 23px;
	color: #FFFFFF;
	line-height: 23px;
	-moz-box-shadow: 0px 0px 4px #333;
    -webkit-box-shadow: 0px 0px 4px #333;
    box-shadow: 0px 0px 4px #333;
	text-transform: uppercase;
	background: #1D71B8;
}

#nav a:hover, #content #pageNav a:hover, #content #pageNav a.close:hover, #nav .navCurrent, #submitBtn
{
	color: #1D71B8;
	background: #FFFFFF;
}

#nav .nav-home { top: 28px; left: 57px; }
#nav .nav-about { left: 213px; }
#nav .nav-services { top: 56px; left: 312px; }
#nav .nav-added-value { top: 14px; left: 452px; max-width: 86px; }
#nav .nav-your-query { left: 621px; }
#nav .nav-contact { top: 58px; left: 677px; }
#nav .nav-blog { top: 13px; left: 816px; }
#nav .nav-variable-page { top: 60px; left: 887px; }
#nav .nav-variable-page:nth-child(9) { top: 90px; }
#nav .nav-variable-page:nth-child(10) { top: 120px; }
#nav .nav-variable-page:nth-child(11) { top: 150px; }
#nav .nav-variable-page:nth-child(12) { top: 180px; }
#nav .nav-variable-page:nth-child(13) { top: 210px; }
#nav .nav-variable-page:nth-child(14) { top: 240px; }
#nav .nav-variable-page:nth-child(15) { top: 270px; }
#nav .nav-variable-page:nth-child(16) { top: 300px; }
#nav .nav-variable-page:nth-child(17) { top: 330px; }
#nav .nav-variable-page:nth-child(18) { top: 360px; }
#nav .nav-variable-page:nth-child(19) { top: 390px; }
#nav .nav-variable-page:nth-child(20) { top: 420px; }
#nav .nav-variable-page:nth-child(21) { top: 450px; }
#nav .nav-variable-page:nth-child(22) { top: 480px; }
#nav .nav-variable-page:nth-child(23) { top: 510px; }
#nav .nav-variable-page:nth-child(24) { top: 540px; }
#nav .nav-variable-page:nth-child(25) { top: 570px; }

#nav .nav-line { position: absolute; }
#nav #line_1 { top: -1px; left: 167px; }
#nav #line_2 { top: 50px; left: 167px; }
#nav #line_3 { top: 36px; left: 422px; }
#nav #line_4 { left: 562px; }
#nav #line_5 { top: 36px; left: 563px; }
#nav #line_6 { top: 35px; left: 786px; }
#nav #line_7 { top: 80px; left: 785px; }

/* content
------------------------------------------- */
#content
{
	position: absolute;
	top: 181px;
	width: 100%;
	z-index: 2;
}

#content #pageNav
{
	position: absolute;
	top: 30px;
	left: 713px;
}

#content #pageNav a
{
	float: left;
	clear: both;
	width: 23px;
	font-size: 11px;
	margin-bottom: 7px;
}

#content #pageNav a.item
{
	width: auto;
	padding-left: 11px;
	padding-right: 17px;
}

#content #pageNav a.close
{
	background: #D51F26;
}

#content #pageNav a.close:hover
{
	color: #D51F26;
}

#content #pageTitle, #content #pageText, #submitBtn
{
	left: 311px;
}

#content #pageNmbr
{
	left: 595px;
	padding: 0;
	min-width: 111px;
	text-align: center;
}

#content #pageText
{
	top: 30px;
	padding-left: 0;
}

#content .pageTextQuery
{
	height: 878px;
	-moz-box-shadow: 0px 0px 4px #333;
    -webkit-box-shadow: 0px 0px 4px #333;
    box-shadow: 0px 0px 4px #333;
	background: #1D71B8;
}

#content div.pageTextQuery div.text
{
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#content #pageText .text
{
	float: left;
	width: 369px;
	height: auto;
	font-size: 11px;
	min-height: 63px;
	line-height: 14px;
	padding: 10px 13px;
	text-transform: none;
	overflow: hidden;
}

.box
{
	position: absolute;
	min-width: 383px;
	max-width: 383px;
	max-height: 600px;
	color: #D51F26;
	padding: 10px;
	overflow: auto;
	-moz-box-shadow: 0px 0px 10px #202020;
    -webkit-box-shadow: 0px 0px 10px #202020;
    box-shadow: 0px 0px 10px #202020;
	background: #FFFFFF;
}

.box a:hover
{
	color: #999999;
}

#home .box
{
	min-width: 10px;
}

a.boxLink
{
	color: #D51F26;
}

#current
{
	display: none;
}

/* slides
------------------------------------------- */
.slides { overflow: hidden; margin: 28px 0; text-align: center; }
.slides .js { overflow: hidden; zoom: 1; width: 369px; height: 260px; position: relative; }
.slides .js .carousel-wrap { display: inline-block; vertical-align: middle; width: 369px; }
.IE .slides .js .carousel-wrap { display: inline; }
.slides .js ul { list-style: none; zoom: 1; }
.slides .js ul li { position: relative; overflow: hidden; display: inline; float: left; width: 369px; height: 260px; text-align: center; zoom: 1; z-index: 0; }
.slides .carousel .carousel-control { overflow: hidden; position: absolute; vertical-align: middle; width: 184px; height: 260px; cursor: pointer; z-index: 1; }
.slides .carousel .carousel-next { background: no-repeat center right url(../images/carousel/next.png); left: 185px; }
.slides .carousel .carousel-previous { background: no-repeat center left url(../images/carousel/prev.png); width: 185px; }

.slides .carousel .carousel-control
{
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.slides .carousel .carousel-control:hover, #videoSlides.carousel .carousel-control:hover
{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.slides .carousel .disabled, .slides .carousel .disabled:hover
{
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	cursor: default;
}

.slides .photoWrap { display: table-cell; text-align: center; vertical-align: middle; width: 369px; height: 260px; }
.slides .photoWrap * { vertical-align: middle; }

/* footer
------------------------------------------- */
#footer
{
	float: left;
	bottom: 0;
	font-size: 9px;
	text-transform: uppercase;
}

/* tags
------------------------------------------- */
h1, h2
{
	font-size: 11px;
	font-weight: normal;
}

a
{
	color: #B8B8B8;
	text-decoration: none;
}

a:hover
{
	color: #F7FF1D;
}

img
{
	border: 0;
}

/* classes
------------------------------------------- */
.upperCase
{
	text-transform: uppercase;
}

.lowerCase
{
	text-transform: lowercase;
}

.bold
{
	font-weight: bold;
}

.row
{
	float: left;
	clear: both;
	width: 100%;
}

.line
{
	height: 1px;
	background: #FFFFFF;
}

.paddingTop
{
	padding-top: 14px;
}

.extraPaddingTop
{
	padding-top: 28px;
}

.paddingBottom
{
	padding-bottom: 14px;
}

.extraPaddingBottom
{
	padding-bottom: 28px;
}

/* mobile
------------------------------------------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px)
{
	#nav a, #content #pageTitle, #content #pageNmbr, #content #pageText, #content #pageNav
	{
		-webkit-transform: translate3d(0px,0px,0px);
	}
}

/* forms
------------------------------------------- */
form textarea
{
	resize: none;
}

form .field, form textarea, form select
{
	outline: none;
}

form select
{
	font-size: 11px;
	border: none;
	width: 173px;
	color: #D51F26;
	line-height: 14px;
	letter-spacing: 0;
}

form .selectHeight
{
	height: 74px;
}

form .file
{
	height: 55px;
}

form .textAreaSmall
{
	height: 68px;
}

form .fieldMultiple
{
	float: left;
	width: 173px;
}

form .firstMultiple
{
	width: 190px;
}

form .labelLeft
{
	float: left;
	clear: both;
	margin-left: 1px;
	margin-bottom: 4px;
	font-size: 10px;
	text-transform: uppercase;
}

form .fieldLeft
{
	float: left;
	clear: both;
	padding-bottom: 15px;
}

form #audienceOther
{
	height: 34px;
}

form .error
{
	color: #F7FF1D;
}

form #submitBtn
{
	top: 914px;
	width: 111px;
	border: none;
	cursor: pointer;
	padding-left: 10px;
	font-family: "MonacoRegular", Monaco, Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 12px;
	letter-spacing: 1px;
}

form #submitBtn:hover
{
	color: #FFFFFF;
	background: #1D71B8;
}

form .field
{
	font-family: "MonacoRegular", Monaco, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 359px;
	border: none;
	padding: 2px;
	line-height: 17px;
	background: #FFFFFF;
}