@charset "utf-8";
body {
	background-color: #000;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font: 14px 'Merienda One', cursive;
	color: #706253;
	margin: 0;
	position: relative;
}

h1{
	color: #b48936;	
	font-size: 22px;
}

h3{
	margin: 8px;
	color: #251701;	
}

#wrapper{
	min-height: 100%;
	position: relative;	
}

.container{
	margin: 40px auto 0 auto;
	width: 1280px;
}

.content {
	width: 36%;
	float: left;
	padding: 10px 10px 10px 30px;
	line-height: 18px;	
	text-shadow: 0 0 5px black;
}

.content2{
	margin: 5px 0 5px 70px;
	width: 636px;
}

.paper{
	background: url(../images/paper_bg.png) no-repeat;
	width: 775px;
	height: 706px;
	float: right;
}

.logowindward{
	background-image: url(../images/logo_windward.png);
	width: 449px;
	height: 142px;
}

.video{
	/*box-shadow: 0 0 20px black;
	width: 636px;
	height: 357px;*/
	margin: 70px 0 5px 70px;
}

.videobg{
	width: 635px;
height: 358px;
box-shadow: 0 0 20px black;
position: absolute;
float: left;
display: block;
margin: 75px 0 5px 71px;	
}

.buttonwin{
	position: relative;
	float: left;
	display: block; 
	border-radius: 4px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	background-image: url(../images/btn_win.png);
	background-position: top;
	width: 220px;
	height: 80px;	
	margin-right: 5px;
}

.buttonmac{
	position: relative;
	float: left;
	display: block; 
	border-radius: 4px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	background-image: url(../images/btn_mac.png);
	background-position: top;
	width: 220px;
	height: 80px;
	margin-right: 5px;	
}

.buttonwin:hover, .buttonmac:hover{
	background-position: center; 
	box-shadow: 0 0 10px #F00, 0 0 20px #F00, 0 0 30px #F00;
}

.buttonweb{
	position: relative;
	float: left;
	display: block; 
	border-radius: 4px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	background-image: url(../images/btn_web.png);
	background-position: top;
	width: 182px;
	height: 80px;
}

.buttonweb:hover{
	background-position: center; 
	box-shadow: 0 0 10px #396cc5, 0 0 20px #396cc5, 0 0 30px #396cc5;
}

#footer{
	text-align: center;
	color: #81793F;
	text-shadow: 0 0 5px black;
	width: 1280px;
	clear: both;
	position: relative;
	top: 20px;
}

#footer a{	
	text-decoration: none;
	color: #CCC;
}

#footer img{	
	vertical-align:middle
}

#footer a:hover{
	color: #F60;
}

#footer-line1{
	clear: both;
	position: relative;
}

#footer-line2{
	clear: both;
	position: relative;
	text-align: left;
}

li{
	display: block;
	background: url(../images/tick.png) no-repeat left top;
	padding-left: 25px;
	margin-left: -25px;
	padding-bottom: 10px;
	list-style-type: none;
	color: #A89674;
	/*font-style: italic;*/*
}

#modalBG{
	opacity: 0.7;
width: 100%;
height: 110%;
position: absolute;
background-color: black;
z-index: 5;
margin: -50px;
padding: 0px;	
}
