@charset "utf-8";
/* CSS Document */
/* 1-World Language */

/********************************************************* Layout ***************************************************/
body {
	background:url(../images/main_bg.png) #D4E5F2;
	background-repeat:repeat-x;
	margin:0 0 0 0;
	padding:0 0 0 0;
	z-index:-9999;
}

h1 {
	font-family: 'TeXGyreAdventorRegular', sans-serif;
	font-size:21px;
	font-weight:100;
	margin:0;
	padding:0;
	color:#5A5B5B;
	cursor:default;
}

h2 {
	font-family: 'TeXGyreAdventorRegular', sans-serif;
	font-size:20px;
	font-weight:100;
	cursor:default;
}

h4 {
	font-family:'ArialRegular', arial, sans-serif;
	font-weight:100;
	font-size:17px;
	margin:0;
}

h5 {
	margin:0;
}

h6 {
	margin:0;
}

p {
	font-family:'ArialRegular', arial, sans-serif;
	font-weight:100;
	font-size:13px;
	color:#9ca3ab;
	text-align:justify;
	text-justify:inter-word;
	cursor:default;
	line-height:18px;
}

span a {
	text-decoration:none;
}

.grid-wrapper {
	width:960px;
	min-height:900px;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	background:#FFFFFF;
	position:relative;
	z-index:0;
}

.footer-bg {
	width:100%;
	height:120px;
	margin-top:-80px;
	background:#565858;
	position:relative;
	z-index:-9000;
}

.header-left {
	width:240px;
	height:100px;
	float:left;
	position:relative;
	z-index:0;
}

.header-middle {
	width:580px;
	height:100px;
	float:left;
	background:#FFFFFF;
	position:relative;
	z-index:0;
}

.slogan-text {
	display:block;
	bottom:0px;
	position:absolute;
	z-index:1;
}

.slogan-text h2 {
	font-family: 'TeXGyreAdventorItalic', sans-serif;
	color:#68B57F;
	margin:0 0 0 10px;
}

.header-right {
	width:140px;
	height:100px;
	background:url(../images/header_right_bg.png);
	float:right;
	position:relative;
	z-index:0;
}

.login-button {
	display:block;
	width:140px;
	height:22px;
	left:13px;
	bottom:6px;
	position:absolute;
}

.login-button a h5 {
	font-family: 'TeXGyreAdventorRegular', sans-serif;
	color:#555757;
	font-weight:100;
	font-size:20px;
	text-decoration:none;
}

.login-button a {
	text-decoration:none;
}

.login-button a:link h5 {
	color:#555757;
	text-decoration:none;
}

.login-button a:active h5 {
	color:#555757;
	text-decoration:none;
}

.login-button a:visited h5 {
	text-decoration:none;
}

.login-button a:hover h5 {
	color:#FFFFFF;
	text-decoration:none;
}

.login-button a h6 {
	font-family: 'TeXGyreAdventorRegular', sans-serif;
	color:#e3ebf4;
	font-weight:100;
	font-size:21px;
}

.login-button h5 {
	display:inline;
}

.login-button h6 {
	display:inline;
}

.header-bottom {
	width:960px;
	height:14px;
	background:url(../images/header_bottom_bg.png);
	z-index:0;
}

.clear {
	clear:both;
}

#logo-rollover {
	display:block;
	width:240px;
	height:100px;
	background:url(../images/logo.png) no-repeat 0 0;
	z-index:1;
}

#logo-rollover:hover {
	background-position:0 -100px;
}

#logo-rollover span {
	position:absolute;
	top:-999em;
}

.nav-container {
	width:960px;
	height:42px;
	border-top-width:2px;
	border-bottom-width:2px;
	border-top-style:solid;
	border-bottom-style:solid;
	border-color:#F1F1F1;
	background:#6A95CB;
	z-index:0;
}

.nav {
	z-index:100;
}

.nav-text {
	z-index:200;
}

span.nav-text h3 {
	font-family: 'TeXGyreAdventorRegular', sans-serif;
	font-size:16px;
	font-weight:100;
	margin:0 0 0 0;
	padding:0 0 0 0;
	z-index:300;
}

span.nav-text ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
	z-index:300;
}

span.nav-text li {
	display:inline;
	z-index:300;
}

.slider-container {
	width:960px;
	height:227px;
}

.flags-border {
	width:960px;
	height:33px;
	background:url(../images/flags.png);
}

.content-container {
	width:620px;
	height:400px;
	padding:20px 0 20px 20px;
	float:left;
	position:relative;
	z-index:0;
}

.index-upper-content {
	width:620px;
	height:160px;
	padding:0 0 20px 0;
	position:relative;
	z-index:1;
	overflow:hidden;
}

.index-content-heading h1 {
	line-height:20px;
}

.index-lower-content {
	width:620px;
	height:220px;
	position:relative;
	z-index:1;
}

.lower-content-left-col {
	width:300px;
	height:220px;
	padding:0 20px 0 0;
	float:left;
	position:relative;
	z-index:2;
}

.left-col-heading {
	width:300px;
	height:35px;
	border-bottom:solid;
	border-bottom-width:2px;
	border-bottom-color:#D7E6F2;
}

.left-col-form {
	padding-top:16px;
}

.left-col-form form fieldset {
	border:none;
	margin:0;
	padding:0;
}

label.left {
	font-family:'ArialRegular', arial, sans-serif;
	font-weight:100;
	font-size:13px;
	color:#9ca3ab;
}

input.field {
	border:solid;
	border-width:1px;
	border-color:#c9d5df;
	width:300px;
}

input.button {
	font-family: 'TeXGyreAdventorRegular', sans-serif;
	font-size:16px;
	font-weight:100;
	color:#565858;
	background:none;
	border:none;
	right:8px;
	top:186px;
	padding-top:8px;
	position:absolute;
	cursor: pointer;
	cursor: hand;
	clear:both;
}

.lower-content-right-col {
	width:300px;
	height:220px;
	padding:0;
	float:right;
	position:relative;
	z-index:2;
}

.right-col-heading {
	width:300px;
	height:35px;
	border-bottom:solid;
	border-bottom-width:2px;
	border-bottom-color:#D7E6F2;
	text-align:center;
}

.right-col-text {
	text-align:center;
}

.right-col-text a {
	color:#5e88b9;
	font-family:'ArialRegular', arial, sans-serif;
	font-weight:100;
	font-size:13px;
}

.right-col-text a:hover {
	color:#3B4F66;
}

.right-col-text h4 {
	margin-top:16px;
	color:#68b580;
}

.right-col-text p {
	margin-top:0px;
	text-align:center;
}

.buttons-container {
	width:280px;
	height:400px;
	padding:20px 20px 20px 20px;
	float:right;
	position:relative;
	z-index:0;
}

.button-a {
	width:280px;
	height:120px;
	padding:0 0 20px 0;
	position:relative;
	z-index:1;
}

.button-b {
	width:280px;
	height:120px;
	padding:0 0 20px 0;
	position:relative;
	z-index:1;
}

.button-c {
	width:280px;
	height:120px;
	padding:0;
	position:relative;
	z-index:1;
}

#translator-rollover {
	display:block;
	width:280px;
	height:120px;
	background:url(../images/translate_button.jpg) no-repeat 0 0;
	z-index:1;
}

#translator-rollover:hover {
	background-position:0 -120px;
}

#translator-rollover span {
	position:absolute;
	top:-999em;
}

#video-int-rollover {
	display:block;
	width:280px;
	height:120px;
	background:url(../images/video_int_button.jpg) no-repeat 0 0;
	z-index:1;
}

#video-int-rollover:hover {
	background-position:0 -120px;
}

#video-int-rollover span {
	position:absolute;
	top:-999em;
}

#equipment-rollover {
	display:block;
	width:280px;
	height:120px;
	background:url(../images/rentals_button.jpg) no-repeat 0 0;
	z-index:1;
}

#equipment-rollover:hover {
	background-position:0 -120px;
}

#equipment-rollover span {
	position:absolute;
	top:-999em;
}

.blue-banner {
	width:960px;
	height:40px;
	background:#6A95CB;
	text-align:center;
}

.blue-banner h1 {
	color:#FFFFFF;
	line-height:22px;
	padding-top:7px;
	font-size:16px;
}

.footer {
	padding-top:20px;
	text-align:center;
	color:#FFFFFF;
	background:#565858;
}

.footer h4 {
	margin:0;
	font-size:12px;
	line-height:20px;
}

.footer a {
	color:#FFFFFF;
	text-decoration:none;
}

.footer a:hover {
	color:#E8EEF7;
	text-decoration:none;
}


.footer-nav {
	margin-top:0;
	margin-bottom:0;
	padding:0 0 0 0;
}

ul.footer-nav li {
	display:inline;
}

ul.footer-nav a:link {
	color:#FFFFFF;
	text-decoration:none;
}

ul.footer-nav a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

ul.footer-nav a:active {
	color:#FFFFFF;
	text-decoration:none;
}

ul.footer-nav a:hover {
	color:#E8EEF7;
	text-decoration:none;
}
/**************************************** subpage-template ********************************************/

.content-container-subpage {
	min-height:598px;
	width:620px;
	padding:20px 0 20px 20px;
	float:left;
	position:relative;
	z-index:0;
}

.subpage-content {
	width:620px;
	padding:0 0 20px 0;
	position:relative;
	z-index:1;
}

.subpage-content-heading h1 {
	line-height:20px;
}

.page-content {
	padding-top:20px;
	text-align:justify;
	text-justify:inter-word;
}

.page-content ul {
	line-height:16px;
	color:#9ca3ab;
}

.page-content li {
	line-height:20px;
}

.sitemap-content ul {
	line-height:16px;
	color:#9ca3ab;
	font-family: Arial, 'ArialRegular', Helvetica, sans-serif;
	list-style:none;
	margin:0;
	padding:0;
}

.sitemap-content li {
	line-height:20px;
}

.sitemap-content li ul {
	margin-left:20px;
}

.sitemap-content li a {
	color:#6A95CB;
}

.sitemap-content li a:hover {
	color:#5A5B5B;
}

.sitemap-desc {
	font-size:13px;
	margin-top:5px;
	margin-left:20px;
}

/**************************************** quote.php ********************************************/

.quote-form form fieldset {
	border:none;
}

.quote-form {
	width:411px;
	margin-top:30px;
	margin-bottom:50px;
	background:#E8EEF7;
	position:relative;
	border:solid;
	border-width:2px;
	border-color:#69B584;
}

.quote-form form fieldset label {
	color:#80A0C7;
}

.quote-page-button {
	font-family: 'TeXGyreAdventorBold', sans-serif;
	font-size:16px;
	font-weight:100;
	color:#565858;
	background:none;
	border:none;
	right:0px;
	padding-top:8px;
	position:absolute;
	cursor: pointer;
	cursor: hand;
	margin-top:10px;
}

#message {
	border:solid;
	border-width:1px;
	border-color:#c9d5df;
}

input#index-captcha-input {
	width:100px;
	background:#FFFFFF;
	border:solid #C9D0D0;
	border-width:1px 1px 1px 1px;
	padding:1px 0 1px 0;
	margin:4px 0 4px 0;
}

.captcha-left-box {
	float:left;
	padding-top:10px;
}

.captcha-right-box {
	float:right;
}