/*************************
Feature Page CSS
For Fenton

By
Vincent Lu
2008-10-06 10:52
*************************/

/*
--------------------------
THICKBOX REWRITE
--------------------------
*/

#TB_title {
	line-height: 13px;
	height: 20px;
	background: #262626;
}

#TB_ajaxContent {
	position: relative;
	overflow: hidden;
}

#TB_closeAjaxWindow {
	display: none;
}

/*
--------------------------
MAIN ELEMENTS
--------------------------
*/

#feature_wrapper {
	position: absolute;
	width: 830px;
	height: 515px;
	left: 0px;
	top: 0px;
	background: red;
}

#content_wrapper {
	clear:both;
	height:465px;
}

.side_border {
	width:20px;
	height:465px;
	background:#262626;
	float:left;
}

#feature_content {
	width:768px;
	height:443px;
	background:white;
	color:black;
	float:left;
	padding: 10px;
	border: 1px solid #c2c2c2;
}

#content_bottom {
	width:830px;
	height:47px;
	background:#262626;
}

#feature_close {
	float: right;
	padding-right: 20px;
	padding-top: 4px;
}

* html #featurepage {
	margin-left: -10px;
}

/*
--------------------------
PAGE TAGS
--------------------------
*/

#featurepage {
	width: 100%;
	padding: 20px
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	background: white;
}

* html #featurepage {
	padding-left: 10px;
}

#featurepage #column_1of2 {
	padding-right: 20px;
}

#featurepage #column_2of2 {

}

#featurepage b, strong {
	font-weight: bold;
}

#featurepage i {
	font-style: italic;
}

#featurepage u {
	text-decoration: underline;
}

#featurepage strike {
	text-decoration: line-through;
}

#featurepage sub {
	vertical-align: sub;
}

#featurepage sup {
	vertical-align: super;
}

#featurepage ol {
	padding: 5px 0px;
}

#featurepage ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 15px;
}

#featurepage ul {
	padding: 5px 0px 5px 2px;
}

#featurepage ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
}

#featurepage blockquote {
	padding: 5px 0px 5px 15px;
}

#featurepage p {
	font: normal 12px/18px arial;
	padding: 3px 0px;
}

#featurepage a,
#featurepage a:visited,
#featurepage a:link,
#featurepage a:hover,
#featurepage p a,
#featurepage p a:visited,
#featurepage p a:link,
#featurepage p a:hover {
	font: 12px/20px;
	color: #cccc00;
	text-decoration: none;
}

#featurepage table {
	margin: 5px;
}

#featurepage tr {

}

#featurepage td {
	padding: 5px 3px;
}

#featurepage hr {
	background-color: #999999;
	color: #999999;
	height: 1px;
}

#featurepage font {

}

#featurepage div {

}

#featurepage pre {

}

#featurepage address {
	font-size: 12px;
}

#featurepage h1 {
	font-size: 19px;
	color: #cccc00;
	padding-bottom: 5px;
}

#featurepage h2 {
	font-size: 16px;
	color: #cccc00;
	padding-bottom: 3px;
}

#featurepage h3 {
	font-size: 19px;
	color: #003366;
}

#featurepage h4 {
	font-size: 16px;
	color: #003366;
}

#featurepage h5 {

}

#featurepage h6 {

}
