

html,body,div,span,applet,button,input,textarea,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}:focus{}body{line-height:1;color:black;background:white;}ol,ul{list-style:none;}table{border-collapse:separate;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}



body {
	font: 14px 'Trebuchet MS';
	background: #106a37;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #333;
}
a img {
	border:0;
}
strong { font-weight: bold; }
em { font-style: italic; }
sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}
sup {	bottom: 1ex; }
sub { top: .5ex; }
td { vertical-align: top; }
.spacer-5  { height: 5px; }
.spacer-10 { height: 10px; }
.spacer-15 { height: 15px; }
.spacer-25 { height: 25px; }
.spacer-50 { height: 50px; }
.spacer-5, .spacer-10, .spacer-15, 
.spacer-25, .spacer-50 { clear: both; display: block; 	font-size: 0px; line-height: 0px;}
.padding_5 { padding: 5px; }
.padding_10 { padding: 10px; }
.padding_15 { padding: 15px; }
.padding_20 { padding: 20px; }
.padding_25 { padding: 25px; }






.widget {
	margin-bottom: 25px;
	line-height: 200%;
	color: #292929;
}
.widget h3 {
	color: #444;	
}
.widget a {
	color: #000;
	text-decoration: none;
}
.widget a:hover {
	color: #333;
}




#header {
	background: #fff url(../style_images/header_bg.jpg) repeat-x;
	height: 114px;
	overflow: hidden;
}
#top_header {
	width: 960px;
}
#logo,
#tag {
	display: block;
	float: left;
	height: 114px;
}
#logo {
	width:307px;
}
#tag {
	width: 653px;
	background: url(../img/tag.jpg) no-repeat;
	position: relative;
}
#tag a {
	position: absolute;
	width: 155px;
	height: 90px;
	right: 0px;
	top: 10px;
}	
#navigation {
	background: #12522f url(../style_images/navigation_bg.jpg) repeat-x;
	height: 29px;
	z-index: 50;
	position: relative;
}

#navigation ul {
 list-style: none; list-style-type: none;
 margin: 0px;
 padding: 0px;
}  
#navigation li {
	display: block;
	float: left;
}
#navigation li a {
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.25pt;
	padding: 0 10px;
	height: 29px;
	float: left;
	background: url(../style_images/navigation_sep.jpg) no-repeat right;
}
#navigation li a div {
	display: block;
	height: 20px;
	padding: 9px 0 0 0;
}
#navigation li.first {
	background: url(../style_images/navigation_sep.jpg) no-repeat left;
}
#navigation li.first a {
	
}
#navigation li a:hover,
#navigation li.current_page_parent a,
#navigation li.current_page_item a,
#navigation li li.current_page_item a {
	color: #efefef;
}
#navigation li a:hover div {

	background: url(../style_images/navigation_hover.jpg) no-repeat center;
}
#navigation li.current_page_parent a,
#navigation li.current_page_item a,
#navigation li.current_page_parent a:hover div,
#navigation li.current_page_item a:hover div,
#navigation li li.current_page_item a {
	background: #fff;
	color: #666;
}

#navigation li li {
	background: #fff;
	
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
}
#navigation li li a {
	background: transparent;
	display: block;
	color: #666;
}
#navigation li li a div {
	width: 160px !important;
}

#navigation li li a:hover,
#navigation li li.current_page_item a  {
	background: transparent;
	color:	#666;
}
#navigation li li a:hover div {
	background: #fff;
}



#above_content {
	background: #fff url(../style_images/above_content.jpg) repeat-x;
	position: relative;
	z-index: 5;
	overflow: hidden;
}
#widget_scroll {
	display: block;
	height: 250px;
	width: 960px;
	overflow: hidden;
	background: #fff;
}
.carousel_img {
	float: left;
	height: 250px;
	width: 132px;
}
.carousel_content {
	
	float: left;
	height: 250px;
	width: 564px;
	position: relative;
}
.carousel_content_padding {
	padding-top: 125px;
}
.carousel_content {
	color: #fff;
}
.carousel_content h2 {
	color: #fff;
	font-size: 22px;
	border-bottom: 1px solid #efefef;
	padding-bottom: 4px;
	margin: 0 0 10px 0;
}
.carousel_content p {
	margin-bottom: 8px;
}
.carousel_content ul {
	list-style: disc !important;
	list-style-type: disc !important;
	padding-left: 15px;
	font-size: 14px;
	line-height: normal;
	margin: 5px 0 5px 15px;
}
.carousel_content li {
	color: #ddd;
}
.carousel_content a {
	color: #ccc;
	text-decoration: underline;
}





#content {
	background: #106a37;
	z-index: 5;
	position: relative;
}
#content .container_12 {
	background: #fff;
}


.feature {
}


.alignleft { float: left; margin: 0 15px 15px 0; }
.alignright { float: right; margin: 0 0 15px 15px; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}
img.alignright {float:right; margin:0 0 15px 15px}
img.alignleft {float:left; margin:0 15px 15px 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 15px 15px}
a img.alignleft {float:left; margin:0 15px 15px 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


.feature h2, .feature h1  {
	font: bold 28px 'Trebuchet MS';
	margin: 10px 0 15px 0;
	color: #106a37;
}
.feature h2 a, .feature h1 a {
	color: #106a37 !important;
	text-decoration: none;
}


.feature td, .feature p {
	font: 14px 'Trebuchet MS';
	color: #333;
	line-height: 150%;
	
	margin-bottom: 15px;
}
.feature a {
	color: #4b986e;
	text-decoration: underline;
}
.feature a:hover {
	color: #999;
}

.feature ul, .feature ul li {
	list-style:none !important;
	list-style-type:none !important;
	color: #565656;
}
.feature ul { margin: 0 0 20px 10px; }
.feature ul li {
	padding: 2px 0 2px 14px !important;
	background: url(../style_images/bot_bull_sm_white.gif) no-repeat 0px 7px;
}
.feature ol { margin: 0 0 20px 25px; }
.feature ol, .feature ol li {	list-style: decimal; list-style-type: decimal; }
.feature ul li, .feature ol li { margin-bottom: 5px; float: none; width: auto !important; height: auto !important; }


a.more-link {
	clear: both;

	display: block;
	margin: 10px 0 0 0;
	text-decoration: none;
	color: #787878;
}


#home h1 {line-height:80%;margin-bottom:5px;}
#home h2 {font-size:16px; color:#4b986e;padding-left:2px;margin:0 0 5px 0;}
#is_home.container_12 {
	background: #fff url(../img/calltoday.jpg) 641px bottom no-repeat !important;
	}


.bot_box, .bot_icon, .bot_icon a, .bot_content {
	height: 115px;
	display: block;
	float: left;
}
.bot_box { width: 319px; }
.bot_icon, .bot_icon a { width: 105px; }
#bot_home a { background: url(../img/bot_home.jpg) no-repeat; }
#bot_gallery a { background: url(../img/bot_gallery.jpg) no-repeat; }
#bot_tools a { background: url(../img/bot_tools.jpg) no-repeat; }
.bot_content {
	position: relative;
	width: 214px;
	background: url(../style_images/bot_box.jpg) no-repeat;
	color: #fff;
}
.bot_content ul {
	font-size: 12px;
}
.bot_content ul li {
	margin-bottom: 4px;
	letter-spacing: 0.75pt;
}
.bot_content ul li.title {
	font-weight: bold;
	text-decoration: underline;
	padding-bottom: 2px;
}
a.bot_arrow {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 25px;
	height: 18px;
}
.bot_content_padding {
	padding: 15px 0 0 15px;
}

#footer_bottom {
	display: block;
	height: 100px;
	background: #106a37;
	padding-top: 6px;
	color: #ccc;
	font-size: 11px;
	text-align: center;
}
#footer_bottom a {
	color: #999;
}




#cformsform {
	width: 195px !important;
	}
#cformsform ol.cf-ol {
	border: none !important;
	padding: 0px !important;
}
#label--1{
	display: block !important;
}
#cf_field_1 {
 width: 185px !important;
 height: 20px !important;
}

.widget2 {
	margin-bottom: 20px;
}

#search {
	display: block;
	width: 236px;
	height: 29px;
}
#search #s {
	border: none !important;
	width: 166px;
	height: 27px;
	padding: 8px 10px 0 6px;
	background: url(../style_images/srch_left.gif) no-repeat;
	float: left;
	font-size: 12px;
}
#search button {
	display: block;
	border: none !important;
	width: 30px;
	height: 29px;
	padding: 0px; margin: 0px;
	background: url(../style_images/srch_btn.gif) no-repeat;
	float: left;
}

#tooltip{
	position:absolute;
	border:1px solid #999;
	background:#fff;
	margin: 20px 0 0 -5px;
	padding:2px 5px;
	color:#666;
	display:none;
	}
	


#faq h3 {
	font-size: 14px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	display: block;
}
#faq div {
	padding: 10px 20px;
}
#faq a {
	color: #222;
	text-decoration: none;
}


#sitemap ul li,
#sitemap ul {
	margin-bottom: 0px;
	padding-bottom: 0px;
}


.snav ul {
	list-style: none;
	list-style-type: none;
}
.snav ul li {
	display: inline;
	padding: 2px 5px;
}


#our-sales-team table,
#superintendents table { margin-bottom: 15px; border-bottom: 1px solid #CCC; }
#our-sales-team table td,
#superintendents table td { line-height: 150%; padding-bottom: 5px; }


.ngg-galleryoverview {
	margin-bottom: 35px;
}



span#disclaimer { clear: both; display: block; margin-bottom: 5px; }
input#firstname, input#lastname, input#pass1, input#pass2,
input#first_name, input#last_name, input#pass1, input#pass2,
input.single, input.secinput, .widget input#s, input#captcha,
.widget input.MailPressFormEmail, input.input  {
	padding: 4px;
	margin-bottom: 5px;
	height: 16px;
	width: 150px;
	border: 1px solid #333;
}
input#captcha {
	width: 80px;
	position: relative;
	top: -25px;
	text-align: center;
}
textarea {
	border: 1px solid #333;
	padding: 4px;
}


#blog .feature h2,
#blog_archive .feature h2,
#search_results .feature h2,
#archive .feature h2 {
	font-size: 20px;
}


.sidebar_list ul {
	font-size: 11px;
	line-height: normal;
}
#right-divisions-menu,
.sidebar_list ul ul {
	margin-left: 20px;
}
.sidebar_list ul li a {
	display: block;
	padding: 5px 0 5px 8px;
	border-bottom: 1px solid #eee;
	color: #666;
	background: url(../style_images/bot_bull_sm_white.gif) no-repeat 0px 9px;
	text-decoration: none;
	font-weight: normal;
}
.sidebar_list ul li a:hover {
	color: #999;
}
.sidebar_list .current_page_ancestor.current_page_parent a {
	padding-left: 20px;
	background: #fcfcfc url(../style_images/bot_bull_sm_white_down.gif) no-repeat 10px 9px;
	font-weight: normal;
	border-bottom: 1px solid #999;
}
.sidebar_list .current_page_ancestor.current_page_parent .page_item a {
	padding: 5px 0 5px 8px;
	background: url(../style_images/bot_bull_sm_white.gif) no-repeat 0px 9px;
	background-color: transparent;
	border-bottom: 1px solid #eee;
}
.sidebar_list .current_page_ancestor.current_page_parent .page_item.current_page_item a,
.sidebar_list .page_item.current_page_item a {
	font-weight: bold;
	background: #f0f0f0 url(../style_images/bot_bull_sm_white.gif) no-repeat 5px 9px;
	padding: 5px 0 5px 13px;
	border-bottom: 1px solid #999;
	color: #333;
}
.sidebar_list .current_page_item .page_item a {
	padding: 5px 0 5px 8px;
	background: url(../style_images/bot_bull_sm_white.gif) no-repeat 0px 9px;
	background-color: transparent;
	border-bottom: 1px solid #eee;
	color: #666;
	font-weight: normal;
}





.widget.widget_socialMediaSites ul,
.widget.widget_socialMediaSitesIcons ul {
	clear: both;
	list-style: none;
	margin-bottom: 10px;
}
.widget.widget_socialMediaSites li,
.widget.widget_socialMediaSitesIcons li {
	float: left;
	display: block;
	margin-right: 6px;
}
.widget.widget_socialMediaSites li img,
.widget.widget_socialMediaSitesIcons li img {
	border: none; border: 0px;
}
.widget.widget_socialMediaSitesIcons ul {
	width: 180px;
}
.widget.widget_socialMediaSitesIcons li {
	margin: 0px;
	padding: 2px;
}
.widget.widget_socialMediaSitesIcons li a {
	padding: 0px;
	background: none;
	border: none;
}




button, input.button, input#wp-submit,
input #submit, input.sendbutton {
	background: #C9C9C9 url(../style_images/button_bg.png) repeat-x;
	height: 26px;
	padding: 4px 5px 4px 5px;
	color: #4a4a4a;
	border: 1px solid #787878;
	line-height: 100%;
}

.linklove { display: none; visibility: hidden; }



#faq div,
.feature blockquote {
	font-family: 'Trebuchet MS' !important;
	margin: 0 0 20px 6%;
	border: 1px dotted #ccc;
	display: block;
	padding: 2% 2% 0 2%;
	width: 88%;
}



.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			180px; 
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; 
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			32px; 
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			180px; 
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			180px; 
	top:			0;
}


.sf-menu {
	float:			left;
	margin-bottom:	1em;
}.container_12,.container_16{width:960px; margin: 0 auto;}.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12,.grid_13,.grid_14,.grid_15,.grid_16{display:inline;float:left;margin-left:10px;margin-right:10px}.container_12 .grid_3,.container_16 .grid_4{width:220px}.container_12 .grid_6,.container_16 .grid_8{width:460px}.container_12 .grid_9,.container_16 .grid_12{width:700px}.container_12 .grid_12,.container_16 .grid_16{width:940px}.alpha{margin-left:0}.omega{margin-right:0}.container_12 .grid_1{width:60px}.container_12 .grid_2{width:140px}.container_12 .grid_4{width:300px}.container_12 .grid_5{width:380px}.container_12 .grid_7{width:540px}.container_12 .grid_8{width:620px}.container_12 .grid_10{width:780px}.container_12 .grid_11{width:860px}.container_16 .grid_1{width:40px}.container_16 .grid_2{width:100px}.container_16 .grid_3{width:160px}.container_16 .grid_5{width:280px}.container_16 .grid_6{width:340px}.container_16 .grid_7{width:400px}.container_16 .grid_9{width:520px}.container_16 .grid_10{width:580px}.container_16 .grid_11{width:640px}.container_16 .grid_13{width:760px}.container_16 .grid_14{width:820px}.container_16 .grid_15{width:880px}.container_12 .prefix_3,.container_16 .prefix_4{padding-left:240px}.container_12 .prefix_6,.container_16 .prefix_8{padding-left:480px}.container_12 .prefix_9,.container_16 .prefix_12{padding-left:720px}.container_12 .prefix_1{padding-left:80px}.container_12 .prefix_2{padding-left:160px}.container_12 .prefix_4{padding-left:320px}.container_12 .prefix_5{padding-left:400px}.container_12 .prefix_7{padding-left:560px}.container_12 .prefix_8{padding-left:640px}.container_12 .prefix_10{padding-left:800px}.container_12 .prefix_11{padding-left:880px}.container_16 .prefix_1{padding-left:60px}.container_16 .prefix_2{padding-left:120px}.container_16 .prefix_3{padding-left:180px}.container_16 .prefix_5{padding-left:300px}.container_16 .prefix_6{padding-left:360px}.container_16 .prefix_7{padding-left:420px}.container_16 .prefix_9{padding-left:540px}.container_16 .prefix_10{padding-left:600px}.container_16 .prefix_11{padding-left:660px}.container_16 .prefix_13{padding-left:780px}.container_16 .prefix_14{padding-left:840px}.container_16 .prefix_15{padding-left:900px}.container_12 .suffix_3,.container_16 .suffix_4{padding-right:240px}.container_12 .suffix_6,.container_16 .suffix_8{padding-right:480px}.container_12 .suffix_9,.container_16 .suffix_12{padding-right:720px}.container_12 .suffix_1{padding-right:80px}.container_12 .suffix_2{padding-right:160px}.container_12 .suffix_4{padding-right:320px}.container_12 .suffix_5{padding-right:400px}.container_12 .suffix_7{padding-right:560px}.container_12 .suffix_8{padding-right:640px}.container_12 .suffix_10{padding-right:800px}.container_12 .suffix_11{padding-right:880px}.container_16 .suffix_1{padding-right:60px}.container_16 .suffix_2{padding-right:120px}.container_16 .suffix_3{padding-right:180px}.container_16 .suffix_5{padding-right:300px}.container_16 .suffix_6{padding-right:360px}.container_16 .suffix_7{padding-right:420px}.container_16 .suffix_9{padding-right:540px}.container_16 .suffix_10{padding-right:600px}.container_16 .suffix_11{padding-right:660px}.container_16 .suffix_13{padding-right:780px}.container_16 .suffix_14{padding-right:840px}.container_16 .suffix_15{padding-right:900px}.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;font-size:0px;line-height: 0px;}.clearfix:after{clear:both;content:'.';display:block;visibility:hidden;height:0}.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}div.light_rounded .pp_top .pp_left{background:url(../img/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}div.light_rounded .pp_top .pp_middle{background:#fff}div.light_rounded .pp_top .pp_right{background:url(../img/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}div.light_rounded .pp_content{background-color:#fff}div.light_rounded .pp_content a.pp_next:hover{background:url(../img/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.light_rounded .pp_content a.pp_previous:hover{background:url(../img/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_rounded .pp_content a.pp_expand{background:url(../img/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_rounded .pp_content a.pp_expand:hover{background:url(../img/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_rounded .pp_content a.pp_contract{background:url(../img/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_rounded .pp_content a.pp_contract:hover{background:url(../img/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_rounded .pp_content a.pp_close{width:75px;height:22px;background:url(../img/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_rounded .pp_content .pp_details .pp_nav a.pp_arrow_previous{background:url(../img/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}div.light_rounded .pp_content .pp_details .pp_nav a.pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_rounded .pp_content .pp_details .pp_nav a.pp_arrow_next{background:url(../img/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}div.light_rounded .pp_content .pp_details .pp_nav a.pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_rounded .pp_bottom .pp_left{background:url(../img/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}div.light_rounded .pp_bottom .pp_middle{background:#fff}div.light_rounded .pp_bottom .pp_right{background:url(../img/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}div.light_rounded .pp_loaderIcon{background:url(../img/prettyPhoto/light_rounded/loader.gif) center center no-repeat}div.dark_rounded .pp_top .pp_left{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}div.dark_rounded .pp_top .pp_middle{background:url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .pp_top .pp_right{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}div.dark_rounded .pp_content{background:url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .pp_content a.pp_next:hover{background:url(../img/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.dark_rounded .pp_content a.pp_previous:hover{background:url(../img/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.dark_rounded .pp_content a.pp_expand{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_rounded .pp_content a.pp_expand:hover{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_rounded .pp_content a.pp_contract{background:url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_rounded .pp_content a.pp_contract:hover{background:url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_rounded .pp_content a.pp_close{width:75px;height:22px;background:url(../img/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_rounded .currentTextHolder{color:#c4c4c4}div.dark_rounded  p.pp_description{color:#fff}div.dark_rounded .pp_content .pp_details .pp_nav a.pp_arrow_previous{background:url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}div.dark_rounded .pp_content .pp_details .pp_nav a.pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.dark_rounded .pp_content .pp_details .pp_nav a.pp_arrow_next{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}div.dark_rounded .pp_content .pp_details .pp_nav a.pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.dark_rounded .pp_bottom .pp_left{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}div.dark_rounded .pp_bottom .pp_middle{background:url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .pp_bottom .pp_right{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_loaderIcon{background:url(../img/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}div.dark_square .pp_top .pp_left,div.dark_square .pp_top .pp_middle,div.dark_square .pp_top .pp_right,div.dark_square .pp_bottom .pp_left,div.dark_square .pp_bottom .pp_middle,div.dark_square .pp_bottom .pp_right,div.dark_square .pp_content{background:url(../img/prettyPhoto/dark_square/contentPattern.png) top left repeat}div.dark_square .currentTextHolder{color:#c4c4c4}div.dark_square  p.pp_description{color:#fff}div.dark_square .pp_loaderIcon{background:url(../img/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}div.dark_square .pp_content a.pp_expand{background:url(../img/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_square .pp_content a.pp_expand:hover{background:url(../img/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_square .pp_content a.pp_contract{background:url(../img/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_square .pp_content a.pp_contract:hover{background:url(../img/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_square .pp_content a.pp_close{width:75px;height:22px;background:url(../img/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_square .pp_content .pp_details .pp_nav a.pp_arrow_previous{background:url(../img/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}div.dark_square .pp_content .pp_details .pp_nav a.pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.dark_square .pp_content .pp_details .pp_nav a.pp_arrow_next{background:url(../img/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}div.dark_square .pp_content .pp_details .pp_nav a.pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.dark_square .pp_content a.pp_next:hover{background:url(../img/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}div.dark_square .pp_content a.pp_previous:hover{background:url(../img/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_square .pp_top .pp_left,div.light_square .pp_top .pp_middle,div.light_square .pp_top .pp_right,div.light_square .pp_bottom .pp_left,div.light_square .pp_bottom .pp_middle,div.light_square .pp_bottom .pp_right,div.light_square .pp_content{background:#fff}div.light_square .pp_content a.pp_expand{background:url(../img/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_square .pp_content a.pp_expand:hover{background:url(../img/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_square .pp_content a.pp_contract{background:url(../img/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_square .pp_content a.pp_contract:hover{background:url(../img/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_square .pp_content a.pp_close{width:75px;height:22px;background:url(../img/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_square .pp_content .pp_details .pp_nav a.pp_arrow_previous{background:url(../img/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}div.light_square .pp_content .pp_details .pp_nav a.pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_square .pp_content .pp_details .pp_nav a.pp_arrow_next{background:url(../img/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}div.light_square .pp_content .pp_details .pp_nav a.pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_square .pp_content a.pp_next:hover{background:url(../img/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}div.light_square .pp_content a.pp_previous:hover{background:url(../img/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.pp_pic_holder a:focus{outline:none}div.pp_overlay{background:#000;position:absolute;top:0;left:0;z-index:9500;width:100%}div.pp_pic_holder{position:absolute;z-index:10000;width:100px}div.pp_pic_holder .pp_top{position:relative;height:20px}* html div.pp_pic_holder .pp_top{padding:0 20px}div.pp_pic_holder .pp_top .pp_left{position:absolute;left:0;width:20px;height:20px}div.pp_pic_holder .pp_top .pp_middle{position:absolute;left:20px;right:20px;height:20px}* html div.pp_pic_holder .pp_top .pp_middle{position:static;left:0}div.pp_pic_holder .pp_top .pp_right{position:absolute;top:0;left:auto;right:0;width:20px;height:20px}div.pp_pic_holder .pp_content{position:relative;text-align:left;width:100%;height:40px}div.pp_pic_holder .pp_content .pp_details{display:none;margin:10px 15px 2px 20px}div.pp_pic_holder .pp_content .pp_details p.pp_description{display:none;float:left;margin:0}div.pp_pic_holder .pp_content .pp_details .pp_nav{float:left;margin:3px 0 0 0}div.pp_pic_holder .pp_content .pp_details .pp_nav p{float:left;margin:2px 4px}div.pp_pic_holder .pp_content .pp_details .pp_nav a.pp_arrow_previous,div.pp_pic_holder .pp_content .pp_details .pp_nav a.pp_arrow_next{float:left;display:block;width:14px;height:15px;overflow:hidden;text-indent:-10000px;margin-top:3px}div.pp_pic_holder .pp_content div.pp_hoverContainer{position:absolute;z-index:2000;top:0;left:0;width:100%}div.pp_pic_holder .pp_content a.pp_next{display:block;float:right;text-indent:-10000px;width:49%;height:100%;background:url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat}div.pp_pic_holder .pp_content a.pp_previous{display:block;float:left;text-indent:-10000px;width:49%;height:100%;background:url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat}div.pp_pic_holder .pp_content a.pp_expand,div.pp_pic_holder .pp_content a.pp_contract{position:absolute;z-index:20000;top:10px;right:30px;cursor:pointer;display:none;text-indent:-10000px;width:20px;height:20px}div.pp_pic_holder .pp_content a.pp_close{float:right;display:block;text-indent:-10000px}div.pp_pic_holder .pp_bottom{position:relative;height:20px}* html div.pp_pic_holder .pp_bottom{padding:0 20px}div.pp_pic_holder .pp_bottom .pp_left{position:absolute;left:0;width:20px;height:20px}div.pp_pic_holder .pp_bottom .pp_middle{position:absolute;left:20px;right:20px;height:20px}* html div.pp_pic_holder .pp_bottom .pp_middle{position:static;left:0}div.pp_pic_holder .pp_bottom .pp_right{position:absolute;top:0;left:auto;right:0;width:20px;height:20px}div.pp_pic_holder .pp_loaderIcon{display:none;position:absolute;top:50%;left:50%;margin:-12px 0 0 -12px;width:24px;height:24px}div.pp_pic_holder #pp_full_res{display:block;margin:0 auto;width:100%;text-align:center}div.pp_pic_holder #pp_full_res object,div.pp_pic_holder #pp_full_res embed{visibility:hidden}div.ppt{display:none;position:absolute;top:0;left:0;z-index:9999;color:#fff;font-size:17px}



	.clearfix:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

	.clearfix {display: inline-block;}

	
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	
