/* Homepage CSS */

/* -------------------------------------------------------- */
/* Generic                                                  */
/* -------------------------------------------------------- */

#bg-wrapper {
	background: url(img/homepageBG.jpg) no-repeat 50% 0;
	_position: relative;
}

ul, li, p, h2, h3 {
    color: #FFF;
    font-size: 11px;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
    list-style: none;
}

image { border:0; }

a, a:active, a:link, a:visited, a:hover {
    color: #F00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.red {
	color: #F00;
}

ul#promos li h3, div#fep ul li h3, ul#ulLinks li.t1 ul li h3 {
    color: #FFC;
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0 0 0;
}

#homepage .content {
    width: 975px;
    text-align: left;
    padding: 15px 0 0 0;
    margin: 0 auto;
    position: relative;
}

.clearBoth {
    font-size: 0;
    width: 0;
    height: 0;
    line-height: 0;
    clear: both;
}

/* -------------------------------------------------------- */
/* slideshow                                                */
/* -------------------------------------------------------- */
div#slideshow {
    width: 396px;
    height: 355px;
	background: #212121 url(img/sliderBG.jpg) repeat-x 0 0;
    border: 1px solid #333;
    padding: 8px;
    margin: 0 0 10px 0;
    float: left;
    overflow: hidden;
	position: relative;
    /**** to delete */background-color: #212121;
}

div#slideshow a {
	text-decoration: none;
}

div#slideshow div.image {
    width: 394px;
    height: 227px;
    border: 1px solid #010101;
    position: relative;
	overflow: hidden;
}

div#slideshow div.image a {
    position: absolute;
    left: 0;
    top: 0;
}

div#slideshow div.copy {
    width: 394px;
    height: 126px;
    border: 1px solid #010101;
    border-top: 0;
    background-color: #333;
    overflow: hidden;
}

div#slideshow div.copy .button {
    padding: 6px 8px 18px 8px;
}

div#slideshow div.copy .button a {
    width: 15px;
    height: 15px;
    display: block;
    float: left;
    cursor: pointer;
	cursor: hand;    
}

div#slideshow div.copy .button a.left {
    width: 18px;
    background: transparent url(img/sliderArrowPrev_off.gif) no-repeat 0 50%;
}
div#slideshow div.copy .button a:hover.left {
    background: transparent url(img/sliderArrowPrev_on.gif) no-repeat 0 50%;
}

div#slideshow div.copy .button a.num {
    background: transparent url(img/sliderCircle_off.gif) no-repeat 0 50%;
}
div#slideshow div.copy .button a:hover.num {
    background: transparent url(img/sliderCircle_on.gif) no-repeat 0 50%;
}
div#slideshow div.copy .button a.on {
    background: transparent url(img/sliderCircle_on.gif) no-repeat 0 50%;
}

div#slideshow div.copy .button a.right {
    background: transparent url(img/sliderArrowNext_off.gif) no-repeat 100% 50%;
}
div#slideshow div.copy .button a:hover.right {
    background: transparent url(img/sliderArrowNext_on.gif) no-repeat 100% 50%;
}

div#slideshow div.copy p {
    padding: 5px 10px 15px 8px;
}

div#slideshow div.copy p.text {
	font-size: 12px;
}

div#slideshow div.copy p.watch {
    padding: 5px 10px 10px 8px;
	position: absolute;
	bottom: 8px;
}

div#slideshow div.copy p.watch a {
	width: 128px;
	height: 23px;
    background: transparent url(img/sliderFEP_off.jpg) no-repeat 0;
	display: block;
}

div#slideshow div.copy p.watch a:hover {
    background: transparent url(img/sliderFEP_on.jpg) no-repeat 0;
}

div#slideshow div.copy p span {
    color: #FFC;
    font-size: 13px;
    font-weight: bold;
}

/* -------------------------------------------------------- */
/* video                                                    */
/* -------------------------------------------------------- */
div#video {
    width: 526px;
    height: 355px;
    border: 1px solid #333;
    background-color: #000;
    padding: 8px;
    margin: 0 0 10px 0;
    float: right;
}

/* -------------------------------------------------------- */
/* callouts                                                 */
/* -------------------------------------------------------- */
div#callouts {
    width: 934px;
	background: url(img/calloutsBG.jpg) repeat-x 0 0;
    padding: 10px 20px 0 20px;
    margin: 0 0 20px 0;
    float: left;
}

div#callouts ul#promos li {
    width: 218px;
    padding: 0 0 0 15px;
    float: left;
}

div#callouts ul#promos li div img {
	width: 200px;
	height: 125px;
	border: 3px none #FFF;
}

/* -------------------------------------------------------- */
/* fep                                                      */
/* -------------------------------------------------------- */
div#fep {
    width: 975px;
    margin: 0;
    float: left;
    position: relative;
}

div#fep .across .opt,
div#fep .widget #widget {
    display: block;
}

div#fep .widget .opt,
div#fep .across #widget {
    display: none;
}

div#fep .widget {
    width: 600px;
    float: left;
}

div#fep h2 {
    width: 235px;
    height: 28px;
    margin: 0 0 0 28px;
    clear: both;
}

div#fep ul li {
    width: 162px;
    padding: 15px 0 15px 28px;
    float: left;
}

div#fep ul li img {
	width: 160px;
	height: 90px;
    border: 1px solid #CCC;
}

div#fep div.poll {
    width: 320px;
    height: 285px;
	background: url(img/pollBG.jpg);
    margin: 41px 0 0 0;
	padding: 15px 0 5px 45px;
    float: left;
}

div#fep div.skinnablePoll {
    width: 320px;
    height: 285px;
		background: url(img/pollBG.jpg) no-repeat;
    margin: 41px 0 0 0;
		padding: 0 0 22px 35px;
    float: left;
}

div#fep div.poll h3.title {
	color: #000;
}

/* -------------------------------------------------------- */
/* links                                                    */
/* -------------------------------------------------------- */
div#links {
    width: 975px;
	background: url(img/linksBG.jpg) repeat-x center bottom;
    padding: 0 0 22px 0;
    float: left;
}

ul#ulLinks li.t1 {
    width: 280px;
    padding: 30px 0 15px 35px;
    float: left;
}

ul#ulLinks li.t1 h2 {
    padding: 0 0 15px 0;
}

ul#ulLinks li.t1 ul li {
    padding: 0 0 15px 0;
}

ul#ulLinks li.t1 ul li h3 {
    margin: 0;
}

ul#ulLinks li.t1 ul li h3 a {
	color: #FFC;
}
