body {
	/*background-image:url(images/background.gif);*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #000000;
}
* {margin: 0px;padding: 0px;}
p {
	padding: 10px 10px 10px 16px;
	display:block;
	color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height:140%
}
p strong {
	color:#CCCCCC;
}
.orange {
	color:#DB951B !important;
}
a {
	color:#DB951B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 860px;
}
#header{
	height:240px;
	width:920px;
	background-image:url(images/ablebanner1.jpg);
	background-repeat: no-repeat;
	margin: 10px 0 0 -62px;
}
#content{
}
#left{
	width:192px;
	float:left;
}
#middle{
	margin-left:206px;
	margin-right:196px;
	width:450px;
}
#right{
	width:192px;
	float:right;
}
#full{
	margin-left:206px;
	margin-right:0px;
	width:653px;
}
/********************* menu ****************************/
.menuheader{
	width:192px;
	height:33px;
	background-image:url(images/menutop.gif);
	display:block;
}
.menucontent{
	width:192px;
	background-image:url(images/menumiddle.gif);
	padding-top:10px;
	background-repeat: repeat-y;
}.menuheader h3{
	padding: 7px 0px 0px 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.menuheader h4{
	padding: 9px 0px 0px 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.menufooter{
	width:192px;
	height:15px;
	margin-bottom:10px;
	background-image:url(images/menubottom.gif);
	display:block;
}
.postheader,.menuheader,.fullheader{
	color:#CCCCCC;
	text-transform: uppercase;
}
/********************* post ****************************/
.post{
	margin-bottom:15px;
}
.postheader{
	background-image:url(images/posttop.gif);
	display:block;
	width:450px;
	height:33px;
}
.postheader h1{
	padding: 7px 0px 0px 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.postcontent{
	background-image:url(images/postmiddle.gif);
	background-repeat: repeat-y;
	padding: 6px 0px;
}
.postfooter{
	background-image:url(images/postbottom.gif);
	background-repeat: no-repeat;
	display:block;
	width:450px;
	height:15px;
}
/********************* header ****************************/
#header{
	position:relative;
}
#header ul{
	position:absolute;
	top:250px;
	display:block;
	left:62px;
}
#header ul li{
	display:inline;
	text-align:center;
	margin:auto;
	width:auto;
	border-right: 1px solid #6b7272;	
}
.last{
	border-right: 0px none #6b7272 !important;
}
#header ul li a{
	display:inline;
	text-align:center;
	text-decoration:none;
	padding: 0px 6px;
	text-transform: uppercase;
}
#header ul li a:hover{
	text-decoration:underline;
}
/********************* footer ****************************/
#footer{
	width:850px;
	margin-top:20px;
}
#footer ul{
	display:block;
	margin-left:0px;
	text-align:center	
}
#footer ul li{
	display:inline;
	text-align:center;
	margin:0;
	width:auto;
	border-right: 1px solid #6b7272;	
}

#footer ul li a{
	display:inline;
	text-align:center;
	text-decoration:none;
	padding: 0px 1px 0px 4px;
	text-transform: uppercase;
	font-size:10px
}
#footer ul li a:hover{
	text-decoration:underline;
}
/*#footer span{
	color:#525757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	width:850px;
	display:block;
	padding: 15px 0px;
}*/
/********************* menu ****************************/
.menu ul{
	list-style-position: inside;
	list-style-type: disc;
	padding: 0px 0px 0px 16px;
	color:#DB951B;
}
.menu ul li{
	padding-top: 5px;
	color:#999999;
}
.menu ul li:hover{
	padding-top: 5px;
	color:#c84920;
}
.menu ul li a{
	text-decoration:none;
	padding: 0px;
	text-transform: uppercase;
}
.menu ul li a:hover{
	text-decoration:underline;
	text-transform: uppercase;
}
.taster{
	display:inline;
	float:left;
	margin-left:18px;
}
.taster span{
	display:block;
	text-align:center;
	padding: 2px 0px 13px 0px;
	text-transform: uppercase;

}
.taster img{
	width:150px;
	/*height:70px;*/
	border: solid 2px #999999;	

}
.clear{
	clear:both;
}

/********************* full ****************************/
.full{
	margin-bottom:15px;
}
.fullheader{
	background-image:url(images/fulltop.gif);
	display:block;
	width:653px;
	height:33px;
}
.fullheader h1{
	padding: 7px 0px 0px 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.fullcontent{
	background-image:url(images/fullmiddle.gif);
	background-repeat: repeat-y;
	padding: 6px 0px;
}
.fullfooter{
	background-image:url(images/fullbottom.gif);
	background-repeat: no-repeat;
	display:block;
	width:653px;
	height:15px;
}
.post .postcontent img {
	float:right;
	margin:0px 0px 5px 5px;
	border:1px solid #666666;
}