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

html, body{
	margin: 0;
}
body{
	background: #0a0a0a url(/images/bg_html.gif) center center repeat;
}
/*------------------------------------------------------------------------------------------CORE*/
.core{
	width: 100%;
	background: url(/images/bg_core.gif) center top repeat-x;
}
/*------------------------------------------------------------------------------------------PLATFORM*/
.platform{
	width: 920px;
}
/*------------------------------------------------------------------------------------------HEADER*/
.header{
	height: 100px;
}
	.tollFree{
		color: #6d6d6d;
		font: bold italic 26px "Trebuchet MS";
		letter-spacing: -1px;
		line-height: 1.2em;
		position: absolute;
		z-index: 23;
		top: 5px;
		left:50%;
		margin-left: 250px;
	}
/*------------------------------------------------------------------------------------------SIDE PANEL*/
.sidePanel{
	width: 270px;
	padding-top: 40px;
	background: url(/images/bg_honey.gif) right 185px no-repeat;
}
/*------------------------------------------------------------------------------------------BODY*/
.mainPanel{
	width: 650px;
	color: #d5d5d5; /*a1a1a1*/
	font: 14px "Trebuchet MS";
	line-height:24px;
}
.container{
	background: black;
	border: 1px solid #0e0e0e;
	padding: 5px;
}
.content{
	background: #0d0d0d;
	border: 1px solid #171717;	
}
.featured{
	background: black;
	border: 1px solid #171717;
	padding: 10px;
	width: 578px;
	height: 260px;
	display: block;
	position: relative;
}
	.featured div{
		position: absolute;
		z-index: 100;
		top: 140px;
		left: 35px;
		width: 230px;
		line-height: 1.3em;
		color: #999999;
	}
	.content .wrapper{
		border-top: 1px solid black;
		padding: 40px;
	}
	
	
	.gallery img{
		border:2px solid #999999;
		/*width:70px;
		height:70px;*/
		margin-bottom:8px;
	}
	.gallery img:hover{
		border:2px solid #de7d00;
	}
/*------------------------------------------------------------------------------------------FOOTER*/
.footer{
	color: #2C2C2C;
	font: 10px "Trebuchet MS";
	text-transform: uppercase;
	line-height: 1.2em;
	height: 70px;
	padding-top: 20px;
	text-align: center;
}
	.footer a{
		color: #2C2C2C;
		text-decoration: none;
	}
	.footer a:hover{
		color: #CC6600;
	}
/*------------------------------------------------------------------------------------------TEXT*/
h1{
	color: #de7d00;
	font: bold normal 25px "Trebuchet MS";
	letter-spacing: -1px;
	line-height: 1.2em;
	margin: 0 0 30px 0;
}
	h1 span{
		color: #454545;
		font: italic normal 14px "Trebuchet MS";
		letter-spacing: normal;
		line-height: 1.1em;
	}
h2{
	color: #de7d00;
	font: bold italic 16px "Trebuchet MS";
	line-height: 1.2em;
	margin: 0 0 10px 0;
}
a{
	color: #666666;
	text-decoration: none;
}
a:hover{
	color: #de7d00;
}


.table01 th{
	background-color:#de7d00;
	color:#333333;
	font: bold italic 14px "Trebuchet MS";
	text-align:left;
	padding-left:5px;
}
.table01 td{
	background-color:#232323;
	color:#ccc;
	font: normal italic 12px "Trebuchet MS";
	text-align:left;
	padding-left:5px;
}
	.table01 a{
		color: #CCCCCC;
	}


/*------------------------------------------------------------------------------------------NAVIGATION*/
#Nav{
	width: 360px;
	height: 100px;
}
#Nav a{
	display: block;
	float: left;
	width: 90px;
	height: 30px;
	color: #333333;
	font: bold 12px "Trebuchet MS";
	text-transform: uppercase;
	line-height: 1.2em;
	text-decoration: none;
	padding-top: 70px;
}
#Nav a:hover{
	background: url(/images/bg_nav.gif) center top no-repeat;
}