body {
	background: #EEE;	
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.6;
	margin-top:0px;
}

#content {
	width: 801px;
	margin: 10px auto;
	padding: 0px;
	background: #FFF;	
	border: 1px solid #CCC;
	overflow:auto;
}

h1 {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	color: #666666;
	padding: 5px 0px 0px 15px;
	}
	h2 {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	color: #666666;
	padding: 5px 0px 0px 15px;
	}

hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #CCC;	
	margin-bottom: 20px;
	padding: 0;
}

p {
	margin: 0;	
	padding: 7px 0px 0px 15px;
	color: #666666;
	line-height:100%;
}

.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

a { 
	outline-color: #888;	
}
h3 {
			margin: 0;	
			padding: 7px 0 0 0;
			font-size: 16px;
			text-transform: uppercase;
		}

		div#feature_list {
			width: 801px;
			height: 385px;
			overflow: hidden;
			position: relative;
		}

		div#feature_list ul {
	position: absolute;
	top: 4px;
	list-style: none;
	padding: 0;
	margin: 0;
		}

		ul#tabs {
	left: 0px;
	z-index: 2;
	width: 246px;
		}

		ul#tabs li {
			font-size: 11px;
			font-family: Arial, Helvetica, sans-serif;
			background:url(backmenu.jpg);
			background-repeat:no-repeat;
			background-position:left;
			
		}
		
		ul#tabs li img {
/*			padding: 4px;*/
			border: none;
			float: left;
			margin: 0px 10px 0 0;
		}

		ul#tabs li a {
			color: #222;
			text-decoration: none;	
			display: block;
			padding: 5px 35px 5px 5px;
			height: 52px;
			outline: none;
		}

		ul#tabs li a:hover {
			text-decoration: underline;
		}

		ul#tabs li a.current {
			background:  url('feature-tab-current.png');
			color: #FFF;
			background-repeat:no-repeat;
		}

		ul#tabs li a.current:hover {
			text-decoration: none;
			cursor: default;
		}

		ul#output {
			right: 0;
			width: 579px;
			height: 385px;
			position: relative;
			background:#66;
			left: 223px;
		}

		ul#output li {
	position: absolute;
	width: 579px;
	height: 385px;
	
		}

		ul#output li a {
			position: absolute;
			bottom: 10px;
			right: 10px;
			padding: 8px 12px;
			text-decoration: none;
			font-size: 11px;
			color: #FFF;
			background: #000;
			-moz-border-radius: 5px;
		}
		#destour p {font-size:12px;}
		
		ul#output li a:hover {
			background: #D33431;
		}
.red{color:#FF3300;}
.redbold{color:#FF3300;
font-weight:bold}