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

/*==================================================================================== SKIN HOME */
#header{ 
	background: #010101 url(/images/bg_home.jpg) center top no-repeat;
	padding: 25px 0 5px 0;
}
.logo{
	display: block;
}
.logoSmall{
	display: none;
}
#Nav{
	margin: 25px auto 0 auto;
}
.featured{
	background: #010101 url(/images/bg_home.jpg) center -180px no-repeat;
}
.flashWrapper{
	width: 850px;
	margin: 0 auto;		
}
/*==================================================================================== HOME CONTENT */
.hotBtn{
	margin-left: -2px;
	font-size: 11px;
}
	.hotBtn div{
		display: block;
		width: 282px;
		height: 135px;
		float: left;
		margin-left: 2px;
		position: relative;
	}
	.hotBtn div img{ position: absolute;}
	.hotBtn div a{ display:block; color: #fff; line-height: 1.3em; padding: 20px;}
	.hotBtn div a span{ font: 18px Georgia, "Times New Roman", Times, serif; text-transform: uppercase; line-height: 1em;}

/*=================================================================================== BUTTONS*/

	.hotBtn .btn1{ background: url(/images/home/bg_btn1.gif) left center repeat-y;}
	.hotBtn .btn1:hover{ background: #9d1210;}
	.hotBtn .btn1 img{ top: -37px; left: -60px;}
	.hotBtn .btn1 a{ text-align: right;}
	
	
	.hotBtn .btn2{ background: url(/images/home/bg_btn2.gif) left center repeat-y;}
	.hotBtn .btn2:hover{ background: #c54200;}
	.hotBtn .btn2 img{ top: 7px; right: 7px;}
	.hotBtn .btn2 a{ text-align: left;}
	
	.hotBtn .btn3{ background: url(/images/home/bg_btn3.gif) left center repeat-y;}
	.hotBtn .btn3:hover{ background: #276a82;}
	.hotBtn .btn3 img{ bottom: 0px; right: -43px;}
	.hotBtn .btn3 a{ text-align: left;}