/* ============== ANCHORS ================   */

a, a:active, a:focus, a:hover {
	text-decoration: none;
	outline: none;
	outline:expression(hideFocus='true');/*for ie6 */
}
a {
	color: #008BB9;
}
/* ============== BLOCKQUOTES  ================   */

blockquote {
	padding-left: 30px;
	margin: 15px;
	background: url(../images/quotebg.png) 0px 0px no-repeat;
	font-style: italic;
	border-bottom: 1px dotted #eee;
	padding-bottom: 7px;
}
cite {
	color: #C1C1C1;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* ============== FEATURED SECTION  ================   */

.feat-section {
	overflow: hidden;
	height: 1%;/*for ie */
	background: #fff;
}
.feat-section-pad {
	padding: 0px 0px;
	overflow: hidden;
	height: 1%;/*for ie */
	border-top: none;
	border-bottom:none;
	position: relative;
	background : #fff;
}
.feat-section img {
	background: none;
	border: none;
	padding: 0;
}


/* ============== HEADINGS ================   */

.feat-section h1 {
	font-size: 25px;
}
.feat-sectionh2 {
	font-size: 18px;
}
.feat-sectionh3 {
	font-size: 16px;
}
.feat-sectionh4 {
	font-size: 14px;
}
.feat-section h1, h2, h3, h4 {
	text-transform: capitalize;
	font-weight: normal;
	font-family: "myriad pro", "trebuchet ms", "helvetica neue", helvetica, arial, sans-serif;
	margin: 0.4em 0 0 0.2em 0;
	padding-bottom: 1em;
	line-height: 130%;
	color:#111;
}
.feat-section p {
	margin-bottom: 15px;
}

/* ============== THE SLIDER   ================   */

div.slider {/* required settings */
	position: relative;
	overflow: hidden;
	float: left;/* vertical scrollers have typically larger height than width */
	height:500px;
	width: 700px;
	background: #111111;
}
/* root element for SLIDER  items */

div.slider div.items {
	position: absolute;/* this time we have very large space for height */
	height: 20000em;
}
.slid_content {
	position: relative;
}
.slid_desc {
  color: #eee;
	background: black;
	position:absolute;
	bottom:0;
	left:0;
	width: 700px;
	opacity: .80;
	filter:alpha(opacity=80);
}
.slid_desc_in {
	padding: 10px;
}
.slid_desc h2 {
	font-size: 20px;
	font-family: Verdana, New Roman, Tahoma;
	color: #fff;
	padding-bottom: 0em;
	text-transform: uppercase;
}
.slid_desc h3 {
	font-size: 16px;
	color: #008BB9;
	padding-bottom: 0em;
}
#tabs {
	float: right;
	width: 257px;
	background: transparent url(default/ff.jpg) repeat-y scroll left top;
	display: inline;
	color: #252525;
	position: absolute;
	z-index: 999;
	top: 0px;
	right: 1px;
}
#tabs li {
	padding: 0px 0px 0px 10px;
}
#tabs li .insid {
	border: 1px solid #090909;
	border-left: 1px solid #111;
	border-bottom: none;
	padding: 5px 5px 5px 5px;
	background: black;
}
#tabs li.firstChild {
	border-top: none;
}
#tabs li.lastChild {
	border-bottom: none;
}
#tabs li a:link, #tabs li a:visited {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-left: -1px;
	padding: 10px 0 10px 25px;
	text-decoration: none;
}
#tabs li.active {
	background: transparent url(../images/tab_ndc.png) scroll left center no-repeat ;
	cursor: pointer;
}
#tabs li.hover {
	cursor: pointer;
}
#tabs li.hover .insid {
	background:#151515;
	color: #AAAAAA;
}
#tabs li.active .insid {
	border: 1px solid #148CC7;
	background:#005E8A url(../images/feat_bg.png) no-repeat scroll left center;
	color: #666;
}
#tabs h3 {
	color: #fcfcfc;
	padding: 10px 0px 10px 0px;
	font-size: 17px;
	font-family: Verdana;
}

#tabs span {
	color: #799FB1;
	text-align: center;
}
#tabs li.hover h3, #tabs li.active h3 {
	color: #fff;
}
#tabs li.hover span, #tabs li.active span {
	color: #bbb;
}
div.slider div.items div.slid_content {
	height:500px;
	width: 700px;
}
div.slider div.items div.slid_content div.slid_content_in {
	padding: 20px;
}
