﻿/*****************/

/* FEATURES PANE */

/*****************/



#puma_features{

	width: 100%;

	height: 550px;

}



#puma_features h2{

	display: none;

}



#features_panes_container{

	overflow:hidden;

	position:relative;

	width: 968px;

}



#feature_panes_wrapper{

	height:362px;

	width: 19000px;

	overflow:hidden;

	position:relative;

}



#feature_panes{

	background-color: #fff;

	list-style-type: none;

	display:block;

	width: 19000px;

	height: 502px;

	xmargin-left: 12px;

	padding-left: 0px;

	text-indent: 0px;

}



.ie6 #feature_panes{

	margin-left: 0;

}



#feature_panes li {

	float: left;

	width: 970px;

	height: 362px;

	margin-right: 10px;

	text-indent: 0px;

	padding-left: 0px;

}



.ie6 #feature_panes li a {

	background: none;

}



#feature_panes li.hover a {

	background: url('Rollover.png') no-repeat 0 0;

}



.ie6 #feature_panes li.hover a {

	background: none;

}



#feature_panes li a {

	width: 970px;

	height: 362px;

	display: block;

	overflow: hidden;

	text-indent: -999em;

	

}









.feature_item_00_pane{

	background-image: url('../ads/ad_01.jpg');

}

.feature_item_01_pane{

	background-image: url('../ads/ad_02.jpg');

}

.feature_item_02_pane{

	background-image: url('../ads/ad_03.jpg');

}

.feature_item_03_pane{
	
	background-image: url('../ads/ad_04.jpg');
	
}







/*****************/

/* FEATURES LIST */

/*****************/



#static_feature {

	height:153px;

	width:320px;

	float:left;		

	background: url('../ads/feature1_sm.png') no-repeat;

	margin:5px 2px 0 2px;

	

	

}







#features_list_container{

	float:left;

	overflow:hidden; 

	width: 643px; 

	position:relative;

	margin:0;

}



#features_list_wrapper{

	height: 157px;

	overflow:hidden;

	position:relative;

	width: 8000px;

}



#features_list{

	background-color: #fff;

	list-style-type: none;

	display:block;

	width: 20000px;

	height: 157px;

	margin: 0px;

	padding: 0px;

	text-indent: 0px;

}



#features_list li{

	float: left;

	width: 322px;

	height: 157px;

	margin: 5px 1px 0 0;

	text-indent: 0;

	padding: 0px;

	cursor: pointer;

	background-repeat:no-repeat;

	position: relative;

}





#features_list .blurb {

	float:right;

	font-weight:normal;

	color:#666;

	font-size: 10px;

	position: absolute;

	right: 27px;

	bottom: 13px;

}

#features_list li.hover .blurb {

	color:#fff;

}

.ie #features_list .blurb {

	font-size: 0.7em;

}





#features_list li h3 {

	/*margin-top: 138px;*/

	display: block;

	width: 322px;

	height: 157px;

	xbackground: url(../img/home_mask_featurette.png) left top;

}



.ie6 #features_list li h3 {

	xbackground: url(../img/home_mask_featurette.gif) left top;

}



#features_list li h3 a {

	/*margin-top: 138px;*/

	font-size: 12px;

	display: block;

	color:#666;

	position: absolute;

	bottom: 13px;

	left: 10px;

	padding: 0;

	text-transform:uppercase;

}



.ie #features_list li h3 a {

	font-size: 0.7em;

}





#features_list li.hover a, #features_list li.selected_feature a, #features_list li.hover div {

	color: #fff;

}

#features_list li.hover {

	background-position: 0 -153px;

}



#features_list li.selected_feature  {

	xbackground-position: 0 -314px;

}





.feature_item_00{

	background-image: url('../ads/feature1_sm.png');

}

.feature_item_01{

	background-image: url('../ads/feature2_sm.png');

}

.feature_item_02{

	background-image: url('../ads/feature3_sm.png');

}

.feature_item_03{
	
	background-image: url('../ads/feature4_sm.png');
	
}



.arrows_wrapper{

	margin: 3px 4px 0 0;

}



.news_arrows_sp { 

	margin-right:0;

}



.ie6 .arrows_wrapper{

	margin:4px 2px;

}



.ie .news_arrows_sp { 

	margin-left:-2px;

}

	

/*Menu Color Classes

.green{background:#6AA63B url('../images/green-item-bg.jpg') top left no-repeat;}

.yellow{background:#FBC700 url('../images/yellow-item-bg.jpg') top left no-repeat;}

.red{background:#D52100 url('../images/red-item-bg.jpg') top left no-repeat;}

.purple{background:#5122B4 url('../images/purple-item-bg.jpg') top left no-repeat;}

.blue{background:#0292C0 url('../images/blue-item-bg.jpg') top left no-repeat;}





table {

border-collapse:separate;

border-spacing:0pt;

}

caption, th, td {

font-weight:normal;

text-align:left;

}



*/

blockquote:before, blockquote:after, q:before, q:after {

content:"";

}

blockquote, q {

quotes:"" "";

}

a{

cursor: pointer;

text-decoration:none;

}

br.both{

clear:both;

}

*/



#backgroundPopup{

display:none;

position:fixed;

_position:absolute; /* hack for internet explorer 6*/

height:100%;

width:100%;

top:0;

left:0;

background:#000000;

border:1px solid #cecece;

z-index:1;

}

#popupContact{

display:none;

position:fixed;

_position:absolute; /* hack for internet explorer 6*/

height:384px;

width:500px;

background:#FFFFFF;

border:2px solid #cecece;

z-index:2;

padding:12px;

font-size:13px;

}



#popupContact h1{

text-align:left;

color:#6FA5FD;

font-size:22px;

font-weight:700;

border-bottom:1px dotted #D3D3D3;

padding-bottom:2px;

margin-bottom:20px;

}

#popupContactClose{

font-size:14px;

line-height:14px;

right:6px;

top:4px;

position:absolute;

color:#6fa5fd;

font-weight:700;

display:block;

}

#button{

text-align:center;

}

