﻿.media_bar {
	padding: 10px;
	margin: 0;
	vertical-align: top;
}
#wrapp {
	padding: 0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0px;
	height: auto;
	position: relative;
}
.swatch {
	/*box-shadow: inset 1px 1px 0px #f4f4f4;*/
}
.swatch:active {
	/*box-shadow: none;*/
	position:relative;
	top:1px;
}


.an {
	background: #fff;
	margin-top: 10px;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px #666 solid;
	-moz-box-shadow: 0px 0px 3px #999;
	-webkit-box-shadow: 0px 0px 3px #999;
	box-shadow: 0px 0px 3px #999;
}
body {
	background-color: #0066CC;
}
.main {
	margin: 0 auto;
	padding: 0px;
	width: 879px;
	height: auto;
	box-shadow: 6px 0 3px -5px #222 ,-6px 0 3px -5px #222;
	background: #fff;
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	background: #ffffff;
}
.banner {
	margin: 0px;
	height: 200px;
	background: #fff;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	background-image:url(http://www.falconsails.com/pictures/picturefiles/banner/9.jpg);
}
.menu_wrapper {
	padding: 0;
	margin: 0;
	height: 28px;
}
.main_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
}
.bannerbutton {
	display: inline-block;
	padding: 5px;
	border-radius: 5px;
	border: 1px #c0c0c0 solid;
	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	text-decoration: none;
	color: #666;
	margin: 1px;
}
.bannerbutton:hover {
	background-color: #c0c0c0;
	color: #222;
}
.bannerbutton:active {
	box-shadow: inset 1px 1px 2px #666;
}
.as1 img {
	height: 168px;
	width: 200px;
	border: 1px #fff solid;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	background-size: cover;
}
/* 

	Resets defualt browser settings

	reset.css

*/
/*

	Page style

*/
#container {
	width: 879px;
	height: 202px;
	margin: 0;
	position: relative;
	z-index: 0;
}
.formStyle {
	padding: 5px 10px 5px 10px;
}
.formStyle button {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	border: thin silver solid;
}
.formStyle input, .formStyle textarea {
	border: 1px #999 solid;
	border-radius: 3px;
	padding: 3px;
}
#example {
	width: 600px;
	height: 350px;
	position: relative;
}
#ribbon {
	position: absolute;
	top: -3px;
	left: -15px;
	z-index: 500;
}
#frame {
	position: absolute;
	z-index: 0;
	width: 739px;
	height: 341px;
	top: -3px;
	left: -80px;
}
/*

	Slideshow

*/
#slides {
	z-index: 100;
}
/*

	Slides container

	Important:

	Set the width of your slides container

	Set to display none, prevents content flash

*/
.slides_container {
	width: 879px;
	height: 200px;
	overflow: hidden;
	position: relative;
	display: none;
}
/*

	Each slide

	Important:

	Set the width of your slides

	If height not specified height will be set by the slide content

	Set to display block

*/
.slides_container a {
	width: 879px;
	height: 202px;
	display: block;
	border-style: none;
}
/*

	Next/prev buttons

*/
#slides .next, #slides .prev {
	position: absolute;
	top: 206px;
	left: 785px;
	width: auto;
	padding: 0px 4px 0px 4px;
	height: auto;
	display: block;
	z-index: 101;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-family: Calibri;
}
#slides .next {
	left: 830px;
}
#slides .next:hover, #slides .prev:hover {
	background: #000;
}
/*

	Pagination

*/
.pagination {
	margin: 0 auto;
	width: 100px;
}
.pagination li {
	float: left;
	margin: 0 1px;
	list-style: none;
}
.pagination li a {
	display: block;
	width: 12px;
	height: 0;
	background-position: 0 0;
	float: left;
	overflow: hidden;
}
.pagination li.current a {
	background-position: 0 -12px;
}

.fb-like{
	float:left;
	clear:both;
	padding:5px 5px 5px 10px; 
	
	width:100%;
	text-align:left;
}

#footer {
	text-align: center;
	height: auto;
	overflow:hidden;
	background: #000;
	color: #fff;
	margin: 0;
	padding-bottom:5px;
	font-size: 14px;
}
#footer table {
	width: auto;
	float: right;
	padding: 5px 10px 0px 0px;
}
#footer table td a {
	color: #999;
	white-space: nowrap;
	border-right: 1px #fff solid;
	padding: 0px 10px 0px 10px;
	display: block;
	text-decoration: underline;
}
#footer table td a:hover {
	/*color:#adff2f;*/

	color: orange;
}
/*

	Anchors

*/
