
.left_col { width: 659px; }
.right_col { width: 341px; }
.floatRight { float: right; }

#main_column { padding: 0px; width: 1000px;}
#main_column a { color: #cccccc; font-size: 11px;}
#main_column li { line-height: 1.3em; font-size: 12px;}
#footnotes p { font-size:11px; }
h2.section_header { padding: 40px 0 0 290px;}
h2.section_header_rt { padding: 40px 0 0 20px;}
ul.bullets { padding: 0 20px 0 290px; margin-left: 20px; color:#b2b2b2;}
ul.bullets li { padding: 10px 0 0 0; }
ul.bullets-div { padding: 0 25px 0 290px; margin-left: 20px; color:#b2b2b2; }
ul.bullets-div li { padding: 10px 0 10px 0; border-bottom:1px solid #4b4b4b; line-height: 10px;}
h3.section_header {font-size:10px; padding: 20px 0 10px 30px; color:#b2b2b2;}
.rc_left { padding: 0 10px 0 30px; color:#cccccc; width: 160px;}
.rc_left1 { padding: 0 10px 0 30px; color:#cccccc; }
.rc_right { padding: 0 10px 0 100px; color:#cccccc;}
#share_section { position: absolute; top: 430px; left: 35px; z-index: 5; }
#notify { position: absolute; top: 370px; left: 115px; z-index: 5; }
ul.info_list { padding-left: 20px; }
ul.info_list li { border-bottom: none; }

.gallery {
margin: 0 0 0px;
width: 1000px;
position: relative;
overflow: hidden;
}
.gallery .gal-holder {
width: 100%;
position: relative;
overflow: hidden;
z-index: 2;
}
.gallery .gal-holder ul {
margin: 0;
padding: 0;
list-style: none;
width: 5000px;
}
.gallery .gal-holder ul li {
float: left;
width: 1000px;
padding: 0 0px 0px 0;
}
.gallery .gal-holder ul li img { display: block; }


.gallery .thumbs {
margin: 0;
padding: 0;
list-style: none;
float: left;
width: 400px;
position: absolute;
top: 416px;
left: 405px;
z-index:3;
}
.gallery .thumbs li { padding: 0 2px 0 0px; width: 37px; float:left;}
.gallery .thumbs li a {
position: relative;
overflow: hidden;
display: block;
}
.gallery .thumbs li span {
position: absolute;
top: 0px;
left: 0px;
background: none; 
width: 36px;
height: 36px;
text-indent: -9999px;
cursor: pointer;
}

/*
.gallery .thumbs li a span:hover {
	background: url("../images/fader.png");
	opacity: 0.25;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
	filter: alpha(opacity=25);	 
}

*/
.gallery .thumbs li .active span { 
	background: url(../images/fader.png);
	border: 1px solid #0F0;
	padding: 0px 0px;
	margin: 0px 0px;
	top: 0px;
	left: 0px;
	height: 34px;
	width: 35px;
}
	
.gallery .thumbs img { vertical-align: top; width:36px; height:36px;}

.gallery-fade { width: 1000px; }
.gallery-fade .gal-holder ul {
	width: 100%;
	height: 475px;
}
.gallery-fade .gal-holder ul li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 475px;
	padding: 0;
}


a.primary_button_24px {
	background: url(../i/buttons_sprite_24px.png) no-repeat scroll left 0 transparent;
	display: block;
	height: 24px;
	margin: 10px 0;
	overflow: visible;
	position: relative;
	text-decoration: none;
	width: 3px;
}
a.primary_button_24px:hover {
	background-position: left -24px;	
}
a.primary_button_24px span {
	background: url(../i/buttons_sprite_24px.png) no-repeat scroll right 0 transparent;
	color: #ffffff;
	cursor: pointer;
	display: inline;
	float: left;
	font-size: 11px;
	font-weight: bold;
	height: 13px;
	margin-left:3px;
	padding: 6px 14px 5px 11px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	width: auto !important;
}
a.primary_button_24px:hover span {
	background-position: right -24px;	
}