* {
	margin: 0;
	padding: 0;
	font-family: 'Nunito', sans-serif;
	letter-spacing: -0.05em;
	text-decoration: none;	
}
body {
	background: url(images/background.png) top left repeat;
	color: #666666;
}
a {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a[name] {
	text-decoration: none;
}
.container {
	background: url(images/background.jpg) center 0 repeat-x;
}
.frame {
	width: 978px;
	margin: 0 auto;
}
.header {
	height: 140px;
}
.logo {
	position: relative;
	top: 0;
	left: 0px;
	height: 85px;
	width: 440px;
	float: left;
	background: #F5F5F5;
	padding: 5px 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	
	background: #EDD513;  
    background: -moz-linear-gradient(right, #EDD513, #FFFFFF);  
    background: -webkit-gradient(linear, left top, right top, from(#EDD513), to(#FFFFFF)); 
}
.logo img {
	width: 440px;	
}
.invitation {
	margin-top: 100px;
	height: 40px;
	width: 450px;
	float: right;
	text-align: right;
	padding-right: 10px;
	color: #D6DEF0;
	font-size: 14px;
}
.invitation a {
	color: #D6DEF0;
	text-decoration: underline;
}
.invitation a:hover {
	color: #D6DEF0;
	text-decoration: underline;
}
.navigation {
	height: 60px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: url(images/navigation-background.png) 0 0 repeat-x;
	box-shadow: 0 3px 3px #777777;
	position: relative;
	top: 5px;
	z-index: 1;
}
.navigation ul {
	position: relative;  
    float: left; 
	margin: 0 20px;
}
.navigation ul li {  
    float: left;  
    list-style: none;   
}
.navigation ul li a {  
    position: relative;  
    z-index: 2;  
    float: left;  
    font-size: 18px;   
    text-decoration: none;
    padding: 0 25px; 
	color: #222222; 
	line-height: 65px;
	font-weight: 300;
}
.navigation ul li.selected a{  
    color: #FFFFFF;
}
.navigation ul li.highlight {  
    position: absolute;  
    top: 0;
    z-index: 1;
    background: #FFC03E;  
    background: -moz-linear-gradient(top, #FFC03E, #D59604);  
    background: -webkit-gradient(linear, left top, left bottom, from(#FFC03E), to(#D59604));  
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
    box-shadow: 0px 2px 4px #666666;  
}
.hero {
	clear: both;
	height: 408px;
	width: 978px;
	position: relative;
	overflow: hidden;
	border-bottom: #D4D4D4 5px solid;
}
.hero .slideshow {
	overflow: hidden;
}
.hero .slideshow .slide {
	height: 450px; 
	width: 978px;
	float: left;
}
.pitch {
	background: #D4D4D4;
	padding: 10px 20px;
	font-size: 16px;
	color: #222222;
}
.pitch h1 {
	color: #E36C00;
	font-weight: bold;
	font-size: 22px;
	text-shadow: none;
}
.pitch a.button {
	float: right;
	padding: 5px;
	margin: 5px;
	color: #FFFFFF;
	font-size: 16px;
	text-transform: uppercase;
	background: #ADADAD;
    background: -moz-linear-gradient(top, #BEBEBE, #969696);  
    background: -webkit-gradient(linear, left top, left bottom, from(#BEBEBE), to(#969696));
	border-radius: 3px;
	text-shadow: none;
	width: 160px;
	text-align: center;
	border: #959595 1px solid;
	text-decoration: none;
}
.pitch a.button:hover {
	background: #969696;
    background: -moz-linear-gradient(top, #969696, #BEBEBE);  
    background: -webkit-gradient(linear, left top, left bottom, from(#969696), to(#BEBEBE));
	text-decoration: none;
}
.grid2 .col1 {
	float: left;
	width: 489px;
}
.grid3 .col1 {
	float: left;
	width: 326px;
}
.grid3 .col2 {
	float: left;
	width: 652px;
}

.main {
	width: 100%;
	color: #666666;
}
.main .headline {
	padding: 20px 20px 0 20px;
}
.main .headline h1 {
	color: #E36C00;
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 10px;
}
.main .headline h1 span {
	color: #666666;
	font-size: 16px;
	display: block;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-weight: normal;
}
.main h2 {
	color: #666666;
	font-weight: bold;
	font-size: 18px;
}
.main h3 {
	color: #E36C00;
	font-weight: normal;
	font-size: 16px;
}
.main p {
	padding-bottom: 10px;
}
.main ul {
	margin: 0 0 10px 25px;
}
.main .content {
	background: #FFFFFF;
	padding-bottom: 10px;
}
.main .gallery {
	margin: 0 20px;
	text-align: center;
}
.main .gallery .image {
	/*float: left;*/
	width: 380px;
	margin: 20px 15px;
	border: #666666 1px solid;
	border-radius: 3px;
	background: #FFFFFF;
	display: inline-block;
}
.main .gallery .image .img {
	margin: 10px;
	width: 360px;
	height: 200px;
	background: #CCCCCC;
}
.main .gallery .image img {
	width: 360px;
	height: 200px;
}
.main .continuous-text {
	padding: 20px;
}
.main .menu {
	padding-top: 20px;
}
.main .menu ul {
	margin: 0;
	list-style-type: none;
	border-bottom: #D4D4D4 4px solid;
	line-height: 31px;
}
.main .menu ul li {
	display: inline;
	margin: 0 10px 0 0;
}
.main .menu ul li a {
	color: #888888;
	padding: 10px 15px 5px 15px;
	border-bottom: #D4D4D4 4px solid;
	font-weight: 600;
	text-decoration: none;
}
.main .menu ul li.selected a, .main .menu ul li a:hover {
	color: #222222;
	background: #FFFFFF;
	border-bottom: #FFFFFF 4px solid;
	text-decoration: none;
}
.main .clearer {
	clear: both;
}
.main .teaser {
	padding: 110px 20px 20px 20px;
	color: #666666;
	background: url(images/icon_shield.png) center 20px no-repeat;
}
.main .teaser .more {
	display: block;
	text-align: right;
}
.main .teaser a, .main .teaser a:hover {
	text-decoration: none;
}
.main .teaser h2, .main .inquiry-form h2 , .main .legal-note h2 {
	color: #E36C00;
}
.main .legal-note {
	padding: 110px 20px 20px 20px;
	color: #666666;
	background: url(images/icon_shield.png) center 20px no-repeat;
}
.main .inquiry-form {
	padding: 110px 20px 20px 20px;
	background: url(images/icon_contact.png) center 20px no-repeat;
	color: #666666;
}
.main .inquiry-form form {
	text-align: center;
	margin-top: 10px;
}
.main .inquiry-form input, .main .inquiry-form textarea {
	color: #999999;
	background: #E6E6E7;
	border: #959495 1px solid;
	width: 90%;
	padding: 5px;
	margin: 5px;
	font-size: 16px;
	border-radius: 3px;
}
.main .inquiry-form input:hover, .main .inquiry-form textarea:hover {
	border: #666666 1px solid;
	color: #333333;
}
.main .inquiry-form input[type="submit"] {
	padding: 5px;
	color: #FFFFFF;
	font-size: 16px;
	background: #ADADAD;
    background: -moz-linear-gradient(top, #BEBEBE, #969696);  
    background: -webkit-gradient(linear, left top, left bottom, from(#BEBEBE), to(#969696));
	border-radius: 3px;
	width: 90%;
	text-align: center;
	border: #959595 1px solid;
}
.main .inquiry-form input[type="submit"]:hover {
	background: #969696;
    background: -moz-linear-gradient(top, #969696, #BEBEBE);  
    background: -webkit-gradient(linear, left top, left bottom, from(#969696), to(#BEBEBE));
	cursor: pointer;
}
.main .inquiry-form .success {
	color: #390;
	font-weight: bold;
}
.main .inquiry-form .error {
	border: #C00 1px solid;
	background-color: #FFD5D5;
	color: #333333;
}
.main .inquiry-form .error-text {
	color: #C00;
	font-size: 85%;
}


.footer {
	clear: both;
	border-top: #D4D4D4 4px solid;
	color: #666666;
	min-height: 140px;
	padding: 10px 20px;
	font-size: 14px;
}
.footer a {
	text-decoration: none;
}
.footer a:hover {
	color: #666666;
	text-decoration: underline;
}
.footer .column {
	float: left;
	width: 187px;
}
.footer .column.double {
	width: 374px;
}
.footer .headline {
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 5px 0;
	background: none;
	border: none;
}
.footer .column li {
	list-style: none;
}
