@charset "UTF-8";
*{
	margin:0px;
	padding:0px;
}

/*html5 display rule */
address, article, aside, canvas, content, details, figcaption, figure, footer, header, hgroup, nav, menu, section, summary {
display:block;
}



body {
	background-color: #ede7e6;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-image: url(../images/mountain5.jpg);
	background-size: 100%;
	background-position:center;
	
}

img {
	max-width: 100%;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

content{
	width:940px;
	margin-top:20px;
	margin-right:auto;
	margin-bottom:20px;
	margin-left:auto;
	position:relative;
	background-image: url(../images/linen.png);
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-box-shadow: 1px 1px 8px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    1px 1px 8px rgba(50, 50, 50, 0.75);
box-shadow:         1px 1px 8px rgba(50, 50, 50, 0.75);
}

header {
	background-image: url(../images/linen.png);
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	width:100%;
	border-top-right-radius:25px;
	border-top-left-radius:25px;
	-moz-border-top-right-radius:25px;
	-moz-border-top-left-radius:25px;
}

header h1 {
	padding:20px 20px 20px 97px;
	color:#353535;
	font-size:42px;
	}
	

header p {
	color:#353535;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	position: absolute;
	right: 0px;
	top: 33px;
	background-color:#f2f3ed;
	padding:10px;
	
	/* rounded corners */
	border-radius:25px;
	-moz-border-radius:25px; /* Firefox 3.6 and earlier */
	
	/* 2d skew trasnform */
	transform:skew(-20deg,0deg);
	-ms-transform:skew(-20deg,0deg); /* IE 9 */
	-moz-transform:skew(-20deg,0deg); /* Firefox */
	-webkit-transform:skew(-20deg,0deg); /* Safari and Chrome */
	-o-transform:skew(-20deg,0deg); /* Opera */
	
	/* css3 transition */
	-webkit-transition:all .5s;
	-o-transition-property:all;
	-o-transition-duration:.5s;
	-moz-transition-property:all;
	-moz-transition-duration:.5s;
	transition-property:all;
	transition-duration:.5s;
	}
	
	
header p:hover {
	color:#f2f3ed;
	background-color:#353535;
	background-image: url(../images/dots.png);
	}
	

#logo { 
	background: url(../images/logo1.png) center center no-repeat;
	height: 135px;
		padding: 10px 10px auto;
		margin: 0 auto;
		display: block;
	text-indent:-9999px;
	
	/* css3 transition */
	-webkit-transition:all 1s;
	-o-transition-property:all;
	-o-transition-duration:1s;
	-moz-transition-property:all;
	-moz-transition-duration:1s;
	transition-property:all;
	transition-duration:1s;
	}
#logo:hover { 
	

	
	/*transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	-o-transform:rotate(360deg);*/
	}
.slider-wrapper { 
	width: 80%; 
	margin: 20px auto;
}

.theme-default #slider {
    margin:100px auto 0 auto;
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:150px;
}
header #anim {
	height:250px;
	}
	
	/* Menu */
	#menu {
		font-family: Arial, sans-serif;
		font-size: 12px;
		background-color: #fafafa;
		width: 900px;
		height: 40px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
		margin: 0px auto 0;
		padding: 0 20px;
		display: block;
		line-height: 1;
	}
	#menu h1, #menu ul, #menu p, #menu img {
		margin: 0;
		padding: 0;
		border: 0;
	}
	#menu h1 {
		font-weight: normal;
	}
	#menu ul {
		list-style: none;
	}
	#menu a {
		text-decoration: none;
		color: #5f5f5f;
	}
	#menu .menu-label {
		font-weight: bold;
		text-transform: uppercase;
	}
	
		/* Top buttons */
		#menu .menu-top > li {
			float: left;
			position: relative;
			text-align: center;
			-webkit-transition: background-color 0.2s;
			-moz-transition: background-color 0.2s;
			-ms-transition: background-color 0.2s;
			-o-transition: background-color 0.2s;
			transition: background-color 0.2s;
		}
		#menu .menu-top > li:hover {
			background-color: #00aaff;
			-webkit-transition: background-color 0.2s;
			-moz-transition: background-color 0.2s;
			-ms-transition: background-color 0.2s;
			-o-transition: background-color 0.2s;
			transition: background-color 0.2s;
		}
		#menu .menu-top .menu-right {
			float: right;
		}
		#menu .menu-button {
			display: block;
			line-height: 40px;
			padding: 0 20px;
			color: #5f5f5f;
			-webkit-transition: color 0.2s;
			-moz-transition: color 0.2s;
			-ms-transition: color 0.2s;
			-o-transition: color 0.2s;
			transition: color 0.2s;
		}
		#menu li:hover .menu-button {
			color: #fafafa;
			-webkit-transition: color 0.2s;
			-moz-transition: color 0.2s;
			-ms-transition: color 0.2s;
			-o-transition: color 0.2s;
			transition: color 0.2s;
		}
		#menu .menu-drop {
			padding-right: 15px;
		}
		#menu .menu-drop .menu-label {
			padding-right: 20px;
			background: url("../images/drop1.png") no-repeat right;
			-webkit-transition: background 0.2s;
			-moz-transition: background 0.2s;
			-ms-transition: background 0.2s;
			-o-transition: background 0.2s;
			transition: background 0.2s;
		}
		#menu li:hover .menu-drop .menu-label {
			background: url("../images/drop2.png") no-repeat right;
			-webkit-transition: background 0.2s;
			-moz-transition: background 0.2s;
			-ms-transition: background 0.2s;
			-o-transition: background 0.2s;
			transition: background 0.2s;
		}
		
		/* Dropdown */
		#menu .menu-dropdown {
			text-align: left;
			background-color: #00aaff;
			-webkit-border-radius: 0 0 5px 5px;
			-moz-border-radius: 0 0 5px 5px;
			-ms-border-radius: 0 0 5px 5px;
			-o-border-radius: 0 0 5px 5px;
			border-radius: 0 0 5px 5px;
			position: absolute;
			left: -5000px;
			opacity: 0;
			z-index: 100;
		}
		#menu li:hover .menu-dropdown {
			left: 0;
			opacity: 1;
			-webkit-transition: opacity 0.2s;
			-moz-transition: opacity 0.2s;
			-ms-transition: opacity 0.2s;
			-o-transition: opacity 0.2s;
			transition: opacity 0.2s;
		}
		#menu .menu-right:hover .menu-dropdown {
			left: auto;
			right: 0;
		}
		#menu .menu-sub {
			margin: 5px 0;
		}
		
			/* Dropdown content */
			#menu .menu-sub li {
				white-space: nowrap;
				-webkit-transition: background-color 0.1s;
				-moz-transition: background-color 0.1s;
				-ms-transition: background-color 0.1s;
				-o-transition: background-color 0.1s;
				transition: background-color 0.1s;
			}
			#menu .menu-sub li:hover {
				background: #fafafa url("../images/select.png") no-repeat 10px;
				-webkit-transition: background-color 0.2s;
				-moz-transition: background-color 0.2s;
				-ms-transition: background-color 0.2s;
				-o-transition: background-color 0.2s;
				transition: background-color 0.2s;
			}
			#menu .menu-subbutton {
				display: block;
				padding: 7px 20px;
				line-height: 1.3;
				color: #fafafa;
				-webkit-transition: color 0.2s;
				-moz-transition: color 0.2s;
				-ms-transition: color 0.2s;
				-o-transition: color 0.2s;
				transition: color 0.2s;
			}
			#menu .menu-sub li:hover .menu-subbutton {
				color: #5f5f5f;
				-webkit-transition: color 0.2s;
				-moz-transition: color 0.2s;
				-ms-transition: color 0.2s;
				-o-transition: color 0.2s;
				transition: color 0.2s;
			}
			#menu .menu-desc {
				font-style: italic;
				color: #eaeaea;
				-webkit-transition: color 0.2s;
				-moz-transition: color 0.2s;
				-ms-transition: color 0.2s;
				-o-transition: color 0.2s;
				transition: color 0.2s;
			}
			#menu .menu-sub li:hover .menu-desc {
				color: #707070;
				-webkit-transition: color 0.2s;
				-moz-transition: color 0.2s;
				-ms-transition: color 0.2s;
				-o-transition: color 0.2s;
				transition: color 0.2s;
			}
			#menu .menu-row {
				display: inline-block;
				zoom: 1;
				*display: inline;
			}
			#menu .menu-row .menu-sub {
				margin: 0;
			}
			#menu h1 {
				font-size: 2em;
				color: #f0f0f0;
			}
			#menu p {
				color: #f0f0f0;
			}
			#menu .emp {
				font-weight: bold;
			}
			#menu .quote {
				font-style: italic;
			}
			
			/* Dropdown 3 */
			#menu .menu-dropdown3 {
				padding-top: 5px;
				white-space: nowrap;
			}
			#menu .menu-dropdown3 h1 {
				margin: 0 0 5px 20px;
			}
			#menu .menu-dropdown3 .menu-row {
				border-right: 1px dotted #707070;
				margin: 5px 0;
			}
			#menu .menu-dropdown3 .menu-row:last-child {
				border-right: none;
			}
			
			/* Dropdown 4 */
			#menu .menu-dropdown4 {
				padding-top: 5px;
				white-space: nowrap;
			}
			#menu .menu-dropdown4 h1 {
				margin: 0 0 5px 20px;
			}
			#menu .menu-dropdown4 .menu-row div {
				border-right: 1px dotted #707070;
				margin: 5px 0 10px 0;
			}
			#menu .menu-dropdown4 .menu-row:last-child div {
				border-right: none;
			}
			#menu .menu-dropdown4 .menu-row div:last-child {
				margin-bottom: 5px;
			}
			
			/* Dropdown 6 */
			#menu .menu-dropdown6 img {
				margin-right: 5px;
				vertical-align: middle;
			}
			#menu .menu-dropdown6 .menu-label {
				vertical-align: middle;
			}
			#menu .menu-dropdown6 .menu-subbutton {
				padding: 5px 20px;
			}
			
			/* Dropdown 7 */
			#menu .menu-dropdown7 {
				padding: 10px;
				width: 210px;
			}
			#menu .menu-dropdown7 p {
				margin-top: 7px;
			}
			#menu .menu-dropdown7 h1 {
				color: #f0f0f0;
				padding-bottom: 3px;
				border-bottom: 1px solid #e0e0e0;
			}
	
/* nav { 
	background: #0d73a3; 
	font-family: 'YanoneKaffeesatzRegular';
	font-size: 1.4em; /*1.143em*/
	/* height: 40px; 
	line-height: 30px; 
	margin: 0 auto 2em auto; 
	padding: 0; 
	text-align: center; 
	width: 100%;   */
	/*border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; */
	
	
	}  
/*
nav ul {
	list-style: none; 
	margin: 0 auto; 
	width: 800px;
	} 
	
nav li {
	float: left; 
	display: inline; 
	margin: 0;
	}  
nav a:link, nav a:visited {
	color: #fff; 
	display: inline-block; 
	height: 30px; 
	padding: 5px 1.5em; 
	text-decoration: none; 
	/* css3 transition */
	/*-webkit-transition:all .5s;
	-o-transition-property:all;
	-o-transition-duration:.5s;
	-moz-transition-property:all;
	-moz-transition-duration:.5s;
	transition-property:all;
	transition-duration:.5s;
	} 
	
nav a:hover, nav a:active, nav .active a:link, nav .active a:visited { 
	background: #4bb575; 
	color: #fff; 
	text-shadow: none !important; 
	box-shadow: 0px 0px 5px #888;
	-webkit-box-shadow:0px 0px 5px #888; *//* safari */
	/*border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;*/ /*borders top and bottom*/
	}  
	
/*nav li:first-child a {
	border-top-left-radius: 5px; 
	-moz-border-radius-topleft: 5px; 
	-webkit-border-top-left-radius: 5px;  
	border-bottom-left-radius: 5px; 
	-moz-border-radius-bottomleft: 5px; 
	-webkit-border-bottom-left-radius: 5px; 
	} */

article {
	width:739px;
	float:left;
	padding-left:40px;
	/*border-left-color: #CCC;
	border-left-width: 1px;
	border-left-style: solid;
	box-shadow: 0px 0px 5px #888;
	-webkit-box-shadow:0px 0px 5px #888; /* safari */
	}
	
	
article h2, h3, p {
	margin-left:20px;
	margin-right:20px;
	padding-top:10px;
	
	}
	
article p {
	padding-top:4px;
	padding-bottom:20px;
	line-height:18px;
	}
		
article h2{
	color:#0d73a3;
	font-size:28px;
	text-transform: capitalize;
	font-family: 'YanoneKaffeesatzRegular';
	
}

article h3{
	color:#0d73a3;
	font-size:20px;
	text-transform: capitalize;
	font-family: 'YanoneKaffeesatzRegular';
	
}

article .leftfloat{
	width:50%;
	float:left;
	}
	
article .rightfloat{
	width:50%;
	float:right;
	}
	
ul.company{
	width:15%;
	height:220px;
	float:left;
	padding-top:30px;
	list-style:none;
	font-family: 'YanoneKaffeesatzRegular';
	font-size:1.2em;
	}

ul.company li a{
	text-decoration:none;
	background-color:fff;
	}		
	
ul.company li a:hover{
	color:fff;
	}	

.company {
background: url(../images/quote3.png) no-repeat;
height: 211px;
width:280px;
float:right;
margin: 3px;
border:none;
}	

.slider {
float:left;
width:800px;
height:260px;
position:relative;
padding-bottom:26px;
background:url(../gfx/bottom_shadow.png) no-repeat bottom center;
}

.sliderContent {
float:left;
width:800px;
height:350px;
clear:both;
position:relative;
overflow:hidden;
}

.sliderArrows a {
display:block;
text-indent:-9999px;
outline:none;
z-index:50;
background-image:url(../images/prev_next.png);
width:42px;
height:42px;
position:absolute;
top:50%;
margin-top:-34px;
}

.prev {
background-position:0 0;
left:15px;
}

.prev:hover {
background-position:0 -44px;
}

.next {
right:15px;
background-position:-44px 0;
}

.next:hover {
background-position:-44px -44px;
}

.sliderContent .item {
position:absolute;
width:800px;
height:260px;
background:#fff;
}

.sliderBullets {
position:absolute;
bottom:0;
left:50%;
z-index:50;
margin-left:-45px;
}

.sliderBullets a {
display:block;
float:left;
text-indent:-9999px;
outline:none;
margin-left:5px;
width:10px;
height:11px;
background:url(../images/bullets.png) no-repeat;
}

.sliderBullets .active {
background-position:0 -11px;
}

.sliderContent a {
outline:none;
}
	
#navcontainer ul
{
list-style-type: none;
text-align: left;
width:15%;
	height:220px;
	float:left;
	padding-top:30px;
	list-style:none;
	
}

#navcontainer ul li a
{
background: transparent url(../images/o2_blue.png) left center no-repeat;
padding-left: 20px;
text-align: left;
/*font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;*/
text-decoration: none;
color: #0d73a3;
font-family: 'YanoneKaffeesatzRegular';
	font-size:1.2em;
}

#navcontainer ul li a:hover
{
background: transparent url(../images/o2_green.png) left center no-repeat;
color: black;
}

#navcontainer ul li a#current
{
background: transparent url(../images/o2_dblue.png) left center no-repeat;
color: #5e739c;
}	
	
	
footer {
	border-top-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	clear:both;
	background-color: #407a01;
	/*background-image: url(../images/bg_gradient.png);*/
	background-image: url(../images/footer5.jpg);
	border-bottom-right-radius:25px;
	border-bottom-left-radius:25px;
	-moz-border-bottom-right-radius:25px;
	-moz-border-bottom-left-radius:25px;
	
	}
	
footer section.first {
	float:left;
	width:200px;
	padding-top:10px;
	padding-bottom:20px;
	}

footer section.first p {
	color:#f2f3ed;
	font-family: 'YanoneKaffeesatzRegular';
	font-size:16px;
	}	
	
footer section {
	float:left;
	width:246px;
	padding-top:10px;
	padding-bottom:20px;
	color:#96C;
	}

footer section h3 {
	font-family: 'YanoneKaffeesatzRegular';
	color:#f2f3ed;
	font-size:16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F2F3ED;
	padding-bottom: 0px;
	text-transform: capitalize;
	font-weight:normal;
	
	}
		
footer section p {
	color:#333;
	font-size:10px;
	line-height:16px;
	}

.clearing {
	clear:both;
}



@font-face {
    font-family: 'YanoneKaffeesatzRegular';
    src: url('../fonts/YanoneKaffeesatz-Regular-webfont.eot');
    src: url('../fonts/YanoneKaffeesatz-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/YanoneKaffeesatz-Regular-webfont.woff') format('woff'),
         url('../fonts/YanoneKaffeesatz-Regular-webfont.ttf') format('truetype'),
         url('../fonts/YanoneKaffeesatz-Regular-webfont.svg#YanoneKaffeesatzRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

