/* IMPORTS ------------------------------------------------------------*/

@import url('reset.css');

/* HACKS ------------------------------------------------------------*/

.clear {
	clear:both;
	height:1px;
}

.inv {
	display:none;
}

.alignleft {
	float: left;
	margin: 5px 10px 5px 0px;
}

/* GENERAL ------------------------------------------------------------*/

html {
	overflow-y: scroll;
}

body {
	line-height: 1;
	color: #51565b;
	background: #f1f1f1 url(../images/noise.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size:  100%;
}

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

#header {
	height: 117px;
	position: relative;
	z-index: 10;
	background: #2a2d30 url(../images/header-glow.png) top center no-repeat;
}


#main {
	width: 100%;
}

#logo {
	position: absolute;
	top: 35px;
	left: -5px;
}

#content {
	min-height: 400px;
	overflow: hidden;
	margin-bottom: 40px;
	font-size: 14px;
	color: MidnightBlue;
	line-height: 1.5em;
}

/* HEADLINE ------------------------------------------------------------*/

#headline {
	position: relative;
	width: 1000px;
	margin: 20px auto 20px auto;
}

#headline p {
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	font-family: 'Ubuntu', arial, serif;
	font-size: 14px;
	color: MidnightBlue;
	line-height: 1.5em;
}

#headline h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	font-family: 'Ubuntu', arial, serif;
	font-size: 18px;
	font-weight: normal;
	color: MidnightBlue;
	line-height: 1.5em;
}

/* MENU ------------------------------------------------------------*/

#menu {
	width: 100%;
	padding-top: 1px;
	margin-bottom: 0px;
	background: #f858ef; 
	background: -webkit-gradient(linear, left top, right bottom, from(#f858ef), to(#ffe413)); 
	background: -moz-linear-gradient(left,  #f858ef,  #ffe413);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f858ef', endColorstr='#ffe413', GradientType=1);
}

#menu-holder {
	width: 100%;
	height: 79px;
	background:  url(../images/menu-bg.png) repeat-x;
}

/* NAVIGATION --------------------------------------------------------*/

#nav {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 79px;
	width: 906px;
}

#nav>li {
	display: block;
	float: left;
	height: 100%;
	margin-right: 32px;
}

#nav>li>a {
	display: block;
	font-size: 16px;
	color: #bac0c9;
	text-decoration: none;
	margin-top: 20px;
	text-shadow: 0px -2px rgba(0, 0, 0, .8);
}

#nav>li>a>span.subheader {
	display: block;
	font-size: 11px;
	color: #656b74;
	font-style: italic;
	margin-top: 10px;
}

#nav>li.current-menu-item {
	background: url(../images/menu-arrow.png) no-repeat center bottom;
}


#nav>li:hover>a {
	color: #fff;
}

#nav>li ul {
	display: block;
	margin-top: 33px;
	background: #1d2023;
	border-radius: 0px 10px 0px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	
	-webkit-box-shadow: 0px 3px 2px rgba(0,0,0,0.4); 
	-moz-box-shadow: 0px 3px 2px rgba(0,0,0,0.4); 
	box-shadow: 0px 3px 2px rgba(0,0,0,0.4); 
}

#nav>li>ul ul {
	margin-top: 0px;
	border-radius: 0px 10px 10px 10px;
	-moz-border-radius: 0px 10px 10px 10px;
	-webkit-border-radius: 0px 10px 10px 10px;
}

#nav>li ul li a {
	display: block;
	padding: 10px 15px;
	display: block;
	font-size: 11px;
	color: #bac0c9;
	text-decoration: none;
}

#nav>li ul li a span {
	display: block;
}

#nav>li ul li a:hover {
	background: #000;
	color: #fff;
}

#nav>li ul li:last-child a:hover {
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
}

/* SUBMENU --------------------------------------------------------*/

#submenu {
	font-family: 'Ubuntu', arial, serif;
	font-size: 14px;
}

#submenu li {
	list-style: inside circle;
}

#submenu li a {
	color: MidnightBlue;
	text-decoration: none;
	line-height: 1.5em;
}

#submenu li a:hover {
	color: Blue;
}

#submenu li a:visited {
	color: MidnightBlue;
}

/* CONTACT --------------------------------------------------------*/

.one-column {
	float: left;
	margin-left: 0px;
}

#contactForm {
	margin-bottom: 18px;
}

#contactForm input,
#contactForm textarea {
	padding: 10px 15px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#contactForm input {
	width: 282px;
}

#contactForm textarea {
	width: 380px;
}

#contactForm #submit {
	width: 76px;
	margin: 21px 0px;
	padding: 5px 0px;
	color: #f1f1f1;
	background: #515558;
	background: -webkit-gradient(linear, left top, left bottom, from(#515558), to(#131313)); 
	background: -moz-linear-gradient(top,  #515558,  #131313);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#515558', endColorstr='#131313', GradientType=0);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
	box-shadow: 0px 1px 2px rgba(0,0,0,.5);
	border: 1px solid transparent;
}

#contactForm #submit:hover {
	background: #515558;
	background: -webkit-gradient(linear, left top, left bottom, from(#131313), to(#515558)); 
	background: -moz-linear-gradient(top,  #131313,  #515558);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#131313', endColorstr='#515558', GradientType=0);
}

#contactForm input,
#contactForm textarea {
	color: #606060;
	font-size: 14px;
}

#contactForm label {
	display: block;
	font-size: 14px;
	line-height: 2.5em;
	font-weight: light;
}
