@charset "utf-8";
/* Red Sky css */


#contrainer{
	color:#FFF;
	font-size:11px;
	width:1024;
	height:auto;
	font-family:Tahoma, Geneva, sans-serif;

	}
	
.top{
	height:634px;
	}


/*----------- img bottom -----------*/
.boxgrid{ 
				width: 220px; 
				height: 160px; 
				margin:10px; 
				float:left; 
				background:#161613; 
				border: solid 5px #ffffff; 
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}
				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #000; 
				height: 20px; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption {
 					top: 120;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 160;
 					left: 0;
 				}
/*----------- End img bottom -----------*/
.center
{
margin:auto;
width:1024px;
background-image:url(../images/bga1.jpg);
}

.toppic_text{
 width:1024px; height:15px; margin:5px; padding:10px 2px 2px 10px; font-family:Tahoma, Geneva, sans-serif; font-size:14px; font-weight:bold;
}

.photoredsky{
 width:1024px; margin-top:10px; padding-top:5px;"
 }

a.logo{
	margin:1px 0 0 0;
	height:161px;
	float:left;
}
a.logo:hover{
	filter:alpha(opacity=75); 
    opacity:.75;
}

a.icon{
	margin:1px 0 0 0;
	height:48px;
	float:left;
}
a.icon:hover{
	filter:alpha(opacity=75); 
    opacity:.75;
}

a.redsky{
	color:#e2001a;
	text-decoration:none;
	}
a.redsky:hover{
	color:#e2001a;
	text-decoration:underline;
	}
	
a.web{
	color:#ffffff;
	text-decoration:none;
	}
a.web:hover{
	color:#e2001a;
	text-decoration:underline;
	}
a.btn_reserve{
	margin:0 0 0 1px;
	}
	
a.btn_reserve:hover{
	filter:alpha(opacity=75); 
    opacity:.75;
}

.footer{
	margin:auto;
	width:1024px; 
	position:absolute;
	}
	
.clear{
	clear:both;
	}