@CHARSET "ISO-8859-1";

body {
	font: 100%  Arial, Verdana, Helvetica, sans-serif;
  	background-color: black;
	margin: 0 auto;
	text-align: center;
	color: white;
	background-image: url('images/bg.png');
	background-repeat: repeat-x;
}

p {
	font: 80% Arial, Verdana, Helvetica, sans-serif;
	}
	
h3 {
	margin: 7px 0px 7px 0px;
	}

h4 {
	margin: 10px 0px 7px 0px;
	}

.vesica #head-wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.vesica #head-main {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	background-color: #000000;
	padding: 7px 20px 0px 20px;
}

.vesica #head-logo {
	float: left;
	width: 426px;
	margin: 0 auto;
	text-align: left;
}

.vesica #head-text {
	float: right;
	width: 574px;
	margin: 0 auto;
	text-align: left;
}

.vesica #head-login {
	float: right;
	width: 574px;
	margin: 0 auto;
	text-align: right;
	padding-top: 50px;
}
.vesica #loginform {
	width: 400px;
	float: right;
	}

.vesica #loginformtext {
	width: 320px;
	float: right;
	padding-right: 72px;
	padding-top: 3px;
	}
	
.vesica #loginfields {
	float: left;
	width: 330px;
	}
	
.vesica #button {
	padding-top: 2px;
	width: 70px;
	float: right;
	}

.vesica #clearer {
	clear: both;	
}

.vesica .clearer {
	clear: both;	
}

.vesica #menu {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	background-color: #000000;
	padding: 5px 20px 0px 20px;
}

.vesica #account-menu {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background-color: #890101;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px white solid;
}

.vesica #menu-left {
	float: left;
	width: 15px;
	}

.vesica #menu-main {
	float: left;
	width: 970px;
	height: 39px;
	background-color: #890101;
	text-align: center;
	}

.vesica #account-menu-1000 {
	width: 1000px;
	height: 39px;
	text-align: center;
	margin: 0 auto;
	}
	
.vesica #account-menu-main {
	width: 650px;
	height: 39px;
	text-align: center;
	margin: 0 auto;
	float: right;
	}

.vesica #account-menu-logo {
	width: 350x;
	height: 39px;
	text-align: left;
	margin: 0 auto;
	float: left;
	}


/* Main Menu */
.vesica #menu-main ul {
	padding: 0;
	margin: 0px 0px 0px 0px;
	list-style: none;
}

.vesica #menu-main a {
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-top: 9px;
	font-size: 90%;
}

.vesica #menu-main li {
	float: left;
	width: 136px;
	height: 31px;
	border: 1px #890101 solid;
	margin: 3px 0px 2px 0px;

}

.vesica #menu-main li:hover {
	background-color: black;
	border: 1px white solid;
}

.vesica #menu-main ul li ul{
	list-style:none;
	position:absolute;
	left:-9999px; 
	margin-top: 6px;
	z-index: 1000;
}

.vesica #menu-main li:hover ul { /* Display the dropdown on hover */
	left:auto; /* Bring back on-screen when needed */
}

.vesica #menu-main ul li:hover ul li{
	background-color:#000000;
	border: 1px white solid;
	float: none;
	margin: -1px 0px 0px -1px;
}

.vesica #menu-main ul li:hover ul li a {
	font: 90% Arial;
}

.vesica #menu-main ul li:hover ul li:hover{
	background-color: #890101; 
}

.vesica #menu-right {
	float: right;
	width: 15px;
	}	

.vesica .accountname {
	font: 100% Arial;
	font-weight: bold;
	margin: 0;
	padding: 10px 0px 0px 5px;
	}

/* Account Menu */
.vesica #account-menu-main ul {
	padding: 0;
	margin: 0px 0px 0px 0px;
	list-style: none;
}

.vesica #account-menu-main a {
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-top: 9px;
	font-size: 80%;
}

.vesica #account-menu-main li {
	float: left;
	width: 90px;
	height: 31px;
	border: 1px #890101 solid;
	margin: 3px 0px 2px 0px;

}

.vesica #account-menu-main li:hover {
	background-color: black;
	border: 1px white solid;
}

.vesica #account-menu-main ul li ul{
	list-style:none;
	position:absolute;
	left:-9999px; 
	margin-top: 6px;
	z-index: 1000;
}

.vesica #account-menu-main li:hover ul { /* Display the dropdown on hover */
	left:auto; /* Bring back on-screen when needed */
}

.vesica #account-menu-main ul li:hover ul li{
	background-color:#000000;
	border: 1px white solid;
	float: none;
	margin: -1px 0px 0px -1px;
}

.vesica #account-menu-main ul li:hover ul li a {
	font: 75% Arial;
}

.vesica #account-menu-main ul li:hover ul li:hover{
	background-color: #890101; 
}

/* Menu Ends */
.vesica #main-wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.vesica #formsectiontitlewrapper {
	width: 1000px; margin-bottom: 10px; margin-top: 10px;  border-bottom: 1px white solid;
	}

.vesica #formsectiontitle {
	display: inline-block; padding-right: 10px; background-color: #890101; padding-left: 10px;
	}

.vesica #main-main {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding: 10px 20px 10px 20px; 
	background-color: #000000;
}

.vesica .main-main {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding: 10px 20px 10px 20px; 
	background-color: #000000;
}

.vesica #main-left {
	width: 460px;
	float: left;
	padding-right: 20px;
	padding-left: 0px;
	padding-top: 50px;
	text-align: center;
}

.vesica #main-left-features {
	width: 460px;
	float: left;
	padding-right: 20px;
	padding-left: 0px;
	padding-top: 0px;
	text-align: left;
}

.vesica #main-left-about {
	width: 560px;
	float: left;
	padding-right: 20px;
	padding-left: 0px;
	padding-top: 0px;
	text-align: justify;
}

.vesica #main-right-about {
	width: 405px;
	float: right;
	padding-right: 5px;
	padding-top: 40px;
	}

.vesica #main-right {
	width: 510px;
	float: right;
	padding-right: 5px;
	}

.vesica #main-left-short {
	width: 510px;
	float: left;
	padding-right: 10px;
	padding-left: 0px;
	padding-top: 0px;
	text-align: left;
}

.vesica #main-right-short {
	width: 460px;
	float: right;
	padding-right: 5px;
	text-align: left;
	}

.vesica .main-courses-left{
	width: 590px;
	float: left;
	padding-right: 10px;
	padding-left: 0px;
	padding-top: 0px;
	text-align: left;
}

.vesica .main-courses-right {
	width: 375px;
	float: right;
	padding-left: 20px;
	padding-right: 5px;
	text-align: left;
	}
.vesica #col-pieces-available {
	width: 450px;
	float: left;
	}
	
.vesica #col-pieces-col {
	width: 450px;
	float: right;
	}
	
.vesica .area1 {
	width: 319px;
	float: left;
	clear: right;
	text-align: justify;
	padding-right: 10px;
}

.vesica .area2 {
	width: 319px;
	float: left;
	clear: right;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px white solid;
	border-right: 1px white solid;
}

.vesica .area3 {
	width: 319px;
	float: left;
	text-align: justify;
	padding-left: 10px;
}

.vesica #trail {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding: 5px 0px 5px px; 
}

.vesica #trail a {
	font-weight: bold;
	text-decoration: none;
	color: white;
}

.vesica #trail a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: white;
}

.vesica #settings-left {
	width: 60%;
	float: left;
	}

.vesica #settings-right {
	width: 40%;
	float: right;
	}
	
.vesica #foot-wrapper {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}

.vesica #foot-line {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid white;
	height: 1px;
	background-color: #000000;
	padding: 0px 0px 10px 0px;
}

.vesica #foot-menu {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding: 15px 20px 0px 20px; 
	font: 70%  Arial, Trebuchet MS, Verdana, sans-serif;
	background-color: #000000;
}
.vesica #foot-icons {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	background-color: #000000;
	padding: 7px 20px 10px 20px;
}

.vesica #foot-copyright {
	width: 500px;
	float: left;
	margin: 0 auto;
	text-align: left;
	padding: 0px 0px 0px 0px; 
	font: 75%  Arial, Trebuchet MS, Verdana, sans-serif;
	background-color: #000000;
}

.vesica #foot-poweredby {
	width: 500px;
	float: right;
	margin: 0 auto;
	text-align: right;
	padding: 0px 0px 5px 0px; 
	font: 75%  Arial, Trebuchet MS, Verdana, sans-serif;
	background-color: #000000;
}

.vesica #foot-livechat {
	width: 200px;
	float: left;
	margin: 0 auto;
	text-align: left;
	padding: 0px 0px 5px 0px; 
	font: 75%  Arial, Trebuchet MS, Verdana, sans-serif;
	display: none;
	background-color: #000000;
}

.vesica #m {
	width: 96%;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 1px;
	margin-right: 1px;
	background-color: #FFFFFF;
	color: #990000;
	border-style: solid;
	font-weight: bold;
	text-align: center;
  }
 
.vesica #update_errors {
	width: 725px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 1px;
	margin-right: 1px;
	background-color: #FFFFFF;
	color: #990000;
	border-style: solid;
	font-weight: bold;
	text-align: left;
	float: left;
  }
 
.vesica #piece-saver {
	width: 200px;
	padding-left: 16px;
	padding-right: 16px;
	margin-bottom: 6px;
	text-align: right;
	float: right;
  }    

.vesica #chooser-left {
	width: 590px; 
	float: left; 
	clear: right;
}

.vesica #chooser-right {
	padding: 11px 15px 14px 15px; 
	idth: 370px; 
	float: left; 
	background-color: #890101; 
	text-align: left; 
	border-top: 1px white solid; 
	border-right: 1px white solid; 
	border-bottom: 1px white solid;
	border-left: 1px white solid;
}
	
.vesica h1 { 
	
}

.vesica h4 { 
	margin-bottom: 3px;
}

.vesica legend { 
	color: white;
}

.vesica legend .signin { 
	text-align: center;
}


.vesica .formcomment { 
	font: 80% Arial, Verdana, Helvetica, sans-serif;
	font-style: italic;
}

.vesica .minilinks { 
	font: 70% Arial, Verdana, Helvetica, sans-serif;
}

.vesica .choosertext { 
	font: 80% Arial, Verdana, Helvetica, sans-serif;
}

/* Divs specific to the index page */
.vesica #latest-news {
	float: left;
	width: 480px;
	padding: 7px 7px 7px 7px;
	text-align: left;
	border: 1px white solid;
	min-height: 280px;
	}

.vesica #user-info {
	float: right;
	width: 480px;
	padding: 7px 7px 7px 7px;
	text-align: left;
	border: 1px white solid;
	min-height: 280px;
	}

.vesica #piece-chart {
	width: 980px;
	padding: 7px 7px 7px 7px;
	border: 1px white solid;
	min-height: 380px;
	text-align: center;
	}

.vesica #advanced-search {
	float: right;
	width: 480px;
	padding: 7px 7px 7px 7px;
	text-align: left;
	border: 1px white solid;
	min-height: 380px;
	}

.vesica table.piece {
	width: 100%;
	}
.vesica table.piece th {
	border-bottom: 2px solid white;
	padding: 3px 10px 3px 10px;
	}

/* AJAX UPDATE RESPONSE */
.vesica #about_response {
	width: 96%;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 1px;
	margin-right: 1px;
	background-color: #FFFFFF;
	color: #990000;
	border-style: solid;
	font-weight: bold;
	text-align: center;
}

.vesica #errorsDiv {
	color: red;
	}

.vesica .error {
	color: red;
	background: url(images/error.png) no-repeat;
	padding-left: 18px;
	font-size: 85%;
	}

.vesica .error_jqvalidate {
	color: red;
	padding-left: 18px;
	font-size: 85%;
	}

.vesica .errorField {
	color: red;
	}
.vesica .question {
	font-weight: bold;
	}

.vesica .labels {
	font-weight: bold;
	}

.vesica table tr td {
	font: 80% arial;
	}

a:link {color: #ffffff; text-decoration: none; font-weight: bold; }
a:visited {color: #ffffff; text-decoration: none; font-weight: bold; }
a:hover {color: #ffffff; text-decoration: underline; font-weight: bold; }
a:active {color: #ffffff; font-weight: bold; }

a.toggle { font: 70% Arial, Verdana, Helvetica, sans-serif; }

.headings {
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.headingsleft {
	text-align: left;
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.whiteborder {
	border: 1px white solid;
}

.redlight {
background-color: #890101;
border-left: 1px white solid;
border-top: 1px white solid;
border-bottom: 1px white solid;
border-right: 1px white solid;
}

.blacklight {
background-color: black;
}
.bold {
font-weight: bold;
	}

/* lightbox css */
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/*lightbox ends */

/*Piece Search CSS */
#search-display {
border: 1px white solid;
padding: 3px 5px 3px 5px;
width: 460px;
background-color: black;
z-index: 1000;
font-size: 10px;
max-height: 220px;
overflow: auto;
}

#search-display a {
color: white;
font-weight: bold;
font-size: 12px;
}

#search-display a:hover {
color: #b16868;
font-weight: bold;
text-decoration: none;
}

/*Piece Search CSS Ends */


.vesica .support-tickets {
	width: 990px; 
	border: 1px white solid; 
	padding: 5px;
	}

.vesica .support-tickets:hover {
	background-color: #890101;
	}


/* Colorpicket CSS */
div.colorpicker {z-index:9999}
.colorpicker {
	width: 356px;
	height: 176px;
	overflow: hidden;
	position: absolute;
	background: url(images/colorpicker/colorpicker_background.png);
	font-family: Arial, Helvetica, sans-serif;
	display: none;
}
.colorpicker_color {
	width: 150px;
	height: 150px;
	left: 14px;
	top: 13px;
	position: absolute;
	background: #f00;
	overflow: hidden;
	cursor: crosshair;
}
.colorpicker_color div {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	background: url(images/colorpicker/colorpicker_overlay.png);
}
.colorpicker_color div div {
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: url(images/colorpicker/colorpicker_select.gif);
	margin: -5px 0 0 -5px;
}
.colorpicker_hue {
	position: absolute;
	top: 13px;
	left: 171px;
	width: 35px;
	height: 150px;
	cursor: n-resize;
}
.colorpicker_hue div {
	position: absolute;
	width: 35px;
	height: 9px;
	overflow: hidden;
	background: url(images/colorpicker/colorpicker_indic.gif) left top;
	margin: -4px 0 0 0;
	left: 0px;
}
.colorpicker_new_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 213px;
	top: 13px;
	background: #f00;
}
.colorpicker_current_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 283px;
	top: 13px;
	background: #f00;
}
.colorpicker input {
	background-color: transparent;
	border: 1px solid transparent;
	position: absolute;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #898989;
	top: 4px;
	right: 11px;
	text-align: right;
	margin: 0;
	padding: 0;
	height: 11px;
}
.colorpicker_hex {
	position: absolute;
	width: 72px;
	height: 22px;
	background: url(images/colorpicker/colorpicker_hex.png) top;
	left: 212px;
	top: 142px;
}
.colorpicker_hex input {
	right: 6px;
}
.colorpicker_field {
	height: 22px;
	width: 62px;
	background-position: top;
	position: absolute;
}
.colorpicker_field span {
	position: absolute;
	width: 12px;
	height: 22px;
	overflow: hidden;
	top: 0;
	right: 0;
	cursor: n-resize;
}
.colorpicker_rgb_r {
	background-image: url(images/colorpicker/colorpicker_rgb_r.png);
	top: 52px;
	left: 212px;
}
.colorpicker_rgb_g {
	background-image: url(images/colorpicker/colorpicker_rgb_g.png);
	top: 82px;
	left: 212px;
}
.colorpicker_rgb_b {
	background-image: url(images/colorpicker/colorpicker_rgb_b.png);
	top: 112px;
	left: 212px;
}
.colorpicker_hsb_h {
	background-image: url(images/colorpicker/colorpicker_hsb_h.png);
	top: 52px;
	left: 282px;
}
.colorpicker_hsb_s {
	background-image: url(images/colorpicker/colorpicker_hsb_s.png);
	top: 82px;
	left: 282px;
}
.colorpicker_hsb_b {
	background-image: url(images/colorpicker/colorpicker_hsb_b.png);
	top: 112px;
	left: 282px;
}
.colorpicker_submit {
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(images/colorpicker/colorpicker_submit.png) top;
	left: 322px;
	top: 142px;
	overflow: hidden;
}
.colorpicker_focus {
	background-position: center;
}
.colorpicker_hex.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_slider {
	background-position: bottom;
}
/* Color Picker CSS Ends */

/* Gallery CSS */
.gal-stats {
	font-size: 11px;
	height: 20px;
	}
	
/*** FILEUPLOADER CSS ***/
#px_display {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #000000;
}
.uploadData {
	padding: 5px;
	width: 420px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #000000;
	position: relative;
}
.uploadData .fname {
	padding-right: 10px;
	width: 400px;
	background-color: #000000;
}
.uploadData .loader {
	width: 140px;
	text-align: center;
	border-bottom-width: 1px;
	background-color: #000000;
}

.uploadData .status {
	background-color: #000000;
}

.uploadData .result {
	background-color: #000000;
	display: block;
	float: left;
	width: 130px;
	padding-left: 10px;
}
.uploadData .close {
	background-image: url(images/close.gif);
	background-color: #000000;
	height: 16px;
	width: 16px;
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}
.uploadData .close:hover {
	background-position: 16px 0px;
}
#px_button input{
	margin-right: 6px;
	padding: 5px;
	background-color: #000000;
}
/*** FILEUPLOADER ENDS ***/


/*** HOMEPAGE SLIDESHLOW CSS ***/
#featured{
	width:740px;
	padding-right:250px;
	position:relative;
	height:350px;
	background:#000000;
}

#featured ul.ui-tabs-nav{
	position:absolute;
	top:0; 
	left:740px;
	list-style:none;
	padding:0; 
	margin:0;
	width:250px;
	border: 0px;
}


#featured ul.ui-tabs-nav li{
	padding:1px 0; 
	padding-left:13px;
	font-size:12px;
	color:#666;
	background-color: #000;
}


#featured ul.ui-tabs-nav li span{
	font-size:12px;
	line-height:18px;
	padding-left: 0px;
	margin-left: -7px;
	margin-right: 3px;
}

#featured .ui-tabs-panel{
	width:740px; height:350px;
	background:#000; 
	position:relative;
    overflow:hidden;
    padding: 0px;
}
#featured .ui-tabs-hide{
	display:none;
}

#featured li.ui-tabs-nav-item {
	background: #000000;
	}
	

#featured li.ui-tabs-nav-item a{/*On Hover Style*/
	display:block;
	height:70px;
	color:#fff;  
	background:#000;
	outline:none;
	width: 210px;
	max-width: 210px;
	}
#featured li.ui-tabs-nav-item a:hover{
	background:#890101;
}

#featured li.ui-tabs-selected { /*Selected tab style*/
	background:url('images/selected-feature-item.png') no-repeat;
}


#featured ul.ui-tabs-nav li.ui-tabs-selected a{
	background:#890101;
}


#featured .ui-tabs-panel .info{
	position:absolute;
	top:250px; 
	left:0;
	height:100px; 
	width: 740px;
	background: url('images/transparent-bg.png');
	border-top: 1px white solid;
}
#featured .info h2{
	font-size:18px;
	color:#fff; padding:5px; margin:0;
	overflow:hidden;
}
#featured .info p{
	margin:0 5px;
 font-size:12px;
	line-height:15px; color:#f0f0f0;
}
#featured .info a{
	text-decoration:none;
	color:#fff;
}
#featured .info a:hover{
	text-decoration:underline;
}
/*** HOMEPAGE SLIDESHLOW CSS ENDS ***/


/*** FEATURES PAGE CSS ***/

.featurecanvas {
	width: 1000px;
	padding-top: 20px;
	}
.featurenav {
	width: 300px;
	float: left;
	text-align: left;
	}
	
.featurenav ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}	

.featurenav ul li {
	color: white;
	}
	
.featurenav ul li a {
	display: block;
	color: white;
	height: 34px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 7px;
	padding-top: 8px;
	padding-bottom: 8px;
	}

.featurenav ul li a .l2 {
	font: 80% Arial;
	text-decoration: none;
	}
	
.featurenav ul li a:hover {
	text-decoration: none;
	color: #890101;
	}
	
.featurenav ul li a:hover .l2 {
	color: white;
	text-decoration: none;
	}
	
.featurenav ul li a.active {
	background-image: url(images/feat-hover.png);
	}	

.featurenav ul li a.active:hover {
	color: white;
	}	

.featuredet {
	width: 680px;
	padding-left: 10px;
	float: right;
	text-align: left;
	}

.featuredet li {
	font: 80% Arial, Verdana, Helvetica, sans-serif;
	padding-bottom: 8px;
	}

.featuredet-left {
	width: 330px;
	padding-right: 10px;
	float: left;
	text-align: left;
	}

.featuredet-right {
	width: 330px;
	padding-left: 10px;
	float: right;
	text-align: left;
	}

/*** FEATURES PAGE CSS ENDS ***/
