@charset "utf-8";
/* CSS Document */


html { 
	background: url(../images/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin: 0px 20px 0px 20px; 
}

.header {
	width: 420px;
	height: 65px;
	background: url(../images/flutedude-banner.png) no-repeat;
	margin: 20px 0 0 0;
}
.upper_links {
	width: 1180px;
	height: 19px;
		margin: -17px 0px 0px 5px;
	}
/* Upper Menu*/
ul.nav {
	list-style-type: none;
	/*position:absolute;*/

}
ul.nav li {
	float: left;
}
ul.nav a {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 220px;
	text-align: left;
}
ul.nav a:link {
	color: #FFF;
}
ul.nav a:visited {
	color:#b1bed1;
}
ul.nav a:hover {
	color:#75a4e8;
}

.video_window { 
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
color:#4b547d;
position:fixed; right:45px; top:130px;
background-color:#aebbc3;
border-radius:5px;
padding: 5px 5px 0px 5px;
clear:both;
float:right;
max-width:470px;
}

#video_text { 
	margin: 7px 7px 7px 7px;
	text-align:center;
}

.contact_div { 
position:fixed; right:115px; top:111x;
max-width:450px;
}
.about { 
font-family: Arial, Helvetica, sans-serif;
font-size:16px;
color:#4b547d;
background-color:#aebbc3;
border-radius:5px;
padding: 15px 15px 15px 15px;
max-width:450px;
position:fixed; right:45px; top:130px;
}


.footer {
	width: 1000px;
	height: auto;
margin-left:auto;
margin-right:auto;
		clear: both;
}

/*Lower Menu*/
ul.lower_nav {
	list-style-type: none;
	position:fixed; bottom:40px;
	
}
ul.lower_nav li {
	float: left;
}
ul.lower_nav a {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	padding: 3px 0 0 0;
	display: block;
	width: 190px;
	text-align: left;
}
ul.lower_nav a:link {
	color: #FFF;
}
ul.lower_nav a:visited {
	color:#b1bed1;
}
ul.lower_nav a:hover {
	color:#75a4e8;
}
#copyright_notice {
	text-align: center;
	font-size: x-small;
	color: #FFF;
	width: 1000px;
	height:auto;
	position:fixed; bottom:10px; 
	margin-left: auto;
    margin-right: auto;
}
/*.footer {
	width: 1200px;
	height: 200px;
	background-color: #BEDFC4;
	background: url(../images/Six_jpgs_05_02_footer.jpg) no-repeat center;
	margin: 20px 20px 0px 20px;
	position: relative;
	clear: both;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
*/

	
.contact_area {
color: #fff;
	width: auto;
	margin-left: 5px;
	margin-right: auto;

	}


form.email p {
font-size: 15px;
color:#FFFFFF;
padding: 0 0 10px 0;
margin: 0;
}

form.email input, form.email textarea {
font-family: Arial;
font-size: 15px;
margin: 0 0 20px 0;
}

form.email input {
background: #f5f5f5;
padding: 5px;
border: 1px solid #bbb;
border-radius: 5px;
}

form.email textarea {
background: #f5f5f5;
padding: 5px;
border: 1px solid #bbb;
border-radius: 5px;
width: 400px;
height: 180px;
}

form.email input.send {
color: #fff;
background: #222;
border: #000;
padding: 10px 25px 10px 25px;
cursor: pointer;
}


