/* ------------------------------------------------------------------
 * GLOBAL
 * ------------------------------------------------------------------ */
html, body {
	height: 100%;
}
body {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: left;
}
h1 {
	color: #355469;
	font-family: "Berkeley", Georgia, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	margin: 10px 0 10px;
	padding: 0;
	text-transform: uppercase;
}
h2 {
	color: #355469;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0;
	text-transform: uppercase;
}
h3 {
	color: #355469;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0;
}
p {
	margin-top: 0;
	padding-top: 0;
}
hr {
	border: 0;
	border-top: 1px solid #C8C8C8;
	height: 1px;
	margin: 0;
	margin-top: 5px;
	padding: 0;
}
form {
	display: inline;
}
sup {
	font-size: 50%;
}
a {
	background: transparent;
	color: #53848C;
	text-decoration: underline;
}
a:hover, a:active {
	background: transparent;
	color: #8D7853;
	text-decoration: underline;
}
a:visited {
	background: transparent;
	color: #612757;
	text-decoration: underline;
}
a:visited:hover {
	background: transparent;
	color: #8D7853;
	text-decoration: none;
}
a:focus {
	outline-style: none;
}
.label {}
.label_required {
	color: #F00;
	font-weight: bold;
}
.bigger {
	font-size: 14px;
}
.smaller {
	font-size: 11px;
}
.fine_print {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}
.bold {
	font-weight: bold;
}
.white {
	color: #FFF;
}
.black {
	color: #333;
}
.red {
	color: #F00;
}
.teal {
	color: #355469;	
}
.zero {
	border: none;
	margin: 0;
	padding: 0;
}
.paginator {
	border-bottom: 1px dotted #DDD;
	border-top: 1px dotted #DDD;
	margin: 10px 0 20px 0;
}
.paginator table tr td {
	line-height: 2.25em;
}
.clear_float {
	clear: left;
}
.transparency {
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}
.hidden {
	display:none;
}
.shown {
	display:block;
}
.center {
	margin: 0 auto;
	text-align: center;
}

/* ------------------------------------------------------------------
 * LAYOUT SKELETON
 * ------------------------------------------------------------------ */
#shadow {
	background: #FFF url(/images/misc/bkgd_body.jpg) repeat-y top center;
	min-height: 100%;
	margin: 0 auto;
	width: 980px;
}
#wrapper {
	margin-left: 10px;
	width: 960px;
}
#header {
	xbackground: #fff url(/images/misc/bkgd_header.jpg) no-repeat bottom center;
	xheight: 136px;
	position: relative;
	z-index: 899;
}
#fanimation_logo {
	padding: 32px 21px 18px;
}
#utility_bar {
	xborder-top: 1px solid #c8c8c8;
	background: url(/images/misc/bkgd_utility_nav-rev1.gif) no-repeat top right;
	height: 48px;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	width: 384px;
}
#utility_bar ul {
	list-style-type: none;
	margin: 0 16px 0 0;
	overflow: hidden;
	padding: 0;
}
#utility_bar ul li {
	float: right;
	font-size: 9px;
	font-weight: bold;
	line-height: 1em;
	margin: 0;
	padding: 14px 0;
	text-align: center;
	width: 102px;
}
#utility_bar ul li a {
	padding: 8px 0;
	text-decoration: none;
}
#navbar {
	background: #e5e5e5 url(/images/misc/bkgd_navbar.jpg) repeat-x top left;
	border-bottom: 1px solid white;
	padding-left: 20px;
	position: relative;
	height: 32px;
}
#navbar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navbar ul li {
	float: left;
}
#navbar ul li a {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffffff;
	filter: dropshadow(color=#ffffff, offx=1, offy=1);
	padding: 12px 12px 8px 12px;
	display: block;
}
#navbar ul li a.active {
	color: #5999a3;
}
#navbar ul li a:hover {
	color: #a28d5e;
}
#navbar ul li a.topnav:hover {
	background: #fff8e5 url(/images/misc/bkgd_tab.gif) repeat-x top left;
}
#navbar ul li a.current {
	background: #fff8e5 url(/images/misc/bkgd_tab.gif) repeat-x top left;
	color: #a28d5e;
}
#navbar ul li img {
	behavior: url(/scripts/iepngfix-preview5.htc);
}
#navbar li .sub {
	position: absolute; /*--Important--*/
	left: 0;
	z-index: 99999;
	background: #fff8e5 url(/images/misc/bkgd_menu.gif) repeat-x bottom left;
	padding: 20px 10px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
	width: 98%;
}
#navbar li .sub .close_sub {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#navbar li .sub .close_sub a {
	padding:0;
}
#navbar li .sub .subnav_node {
	margin: 0;
	float: left;
	border-right: 1pt solid #F2E5C2;
	padding: 0 40px 0 40px;
	min-width: 150px;
	min-height: 130px;
}
#navbar li .sub .first {
	padding-left: 22px;
}
#navbar li .sub .last {
	border-right: none;
	padding-right: 0;
}
#navbar li .sub .blurb {
	width: 340px;
}
#navbar li .sub .blurb a {
	color: #53848C;
	display: inline;
	padding: 0;
}
#navbar li .sub .blurb a:hover {
	color: #a28d5e;
}
#navbar li .sub .subnav_node select, #navbar li .sub .subnav_node .subnav_textfield {
	width: 150px;
	margin: 5px 0;
}	
#navbar li .sub .subnav_node h2 {
	border-bottom: 1pt solid #F2E5C2;
}
#navbar li .sub .subnav_node h2 a { /*--Sub nav heading style--*/
	font-size:18px;
	line-height:20px;
	font-family: "Berkeley",Georgia,Arial,Helvetica,sans-serif;
	padding: 0;
	margin: 0;
	font-weight: normal;
	color: #58204C;
	padding-bottom:10px;
	display: table;
	cursor: pointer;
}
#navbar li .sub .subnav_node h2 .sub_head_text {
	float:left;
	padding-top: 6px;
}
#navbar li .sub .subnav_node h2 img { /*--Sub nav heading style--*/
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	border: none;
	float: left;
}
#navbar li .sub .subnav_node h3 { 
	width:135px;
}
#navbar .sub .subnav_node ul {
	padding-top:10px;
	margin:0;
	float: left;
	width: 200px;
}
#navbar .sub .subnav_node li {
	list-style:none;
	color: #fff;
	float:none;
	padding:0;
	margin:0;
	width: 200px;
}
#navbar .sub .subnav_node ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	display: block;
	text-decoration: none;
	color: #5999a3;
	margin: 0;
	padding: 0 0 10px 0;
	font-weight: normal;
}
#navbar .sub .subnav_node ul li a:hover {
	color: #a28d5e;
	background-position: 5px 12px ;/*--Override background position--*/
}
#navbar form.search {
	color: #666666;
	font-size: 10px;
	position: absolute;
	top: 6px;
	right: 29px;
}
#nav {
	position: absolute;
	top: 114px;
	left: 50px;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
#nav ul li {
	float: left;
	height: 27px;
	margin: 0;
	padding: 0;
}
#nav ul li img {
	behavior: url(/scripts/iepngfix-preview5.htc);
}
#left_sidebar {
	background: url(/images/misc/bkgd_sidebar.jpg) no-repeat top left;
	float: left;
	padding: 47px 0 24px 60px;
	width: 174px;
}
#left_sidebar div.nameplate {
	padding-bottom: 24px;
}
#left_sidebar div.group {
	margin: 0 24px 24px 0;
}
#left_sidebar div.group img {
	padding: 0 0 12px 0;
}
#left_sidebar select.select_box {
	width: 150px;
	margin-bottom: 4px;
}
#categories, #subnavigation {
	border-top: 1px solid #C8C8C8;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 150px;
}
#categories li, #subnavigation li {
	border-bottom: 1px solid #C8C8C8;
	padding: 6px 0;
}
#categories li a, #subnavigation li a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
#categories li a:hover, #subnavigation li a:hover {
	background: transparent;
	color: #8D7853;
	text-decoration: underline;
}
#sitemap {
	background: #e5e5e5 url(/images/misc/bkgd_gray_blend-2010.jpg) repeat-x top left;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #c8c8c8;
	height: 1%;
	margin: 0;
	overflow: auto;
	padding: 24px 0 24px 24px;
}
#email_signup {
	float: left;
	width: 200px;
}
#email_signup h3 {
	color: #58204d;
	font-family: "Berkeley", Georgia, Times, serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}
#sitemap_columns {
	margin-left: 221px;
}
#sitemap_columns ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sitemap_columns li.section {
	xbackground-color: yellow;
	float: left;
	margin-right: 22px;
	width: 94px;
}
#sitemap_columns li.section h4 {
	border-bottom: 1px solid #bfbfbf;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 .5em;
}
#sitemap_columns li.section h4 a {
	color: #686868;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffffff;
	filter: dropshadow(color=#ffffff, offx=1, offy=1)
}
#sitemap_columns li.section h4 a:hover {
	text-decoration: underline;
}
#sitemap_columns li.section ul.subsection {
	border-top: 1px solid #e7e7e7;
	padding-top: .5em;
}
#sitemap_columns li.section ul.subsection li {
	font-size: 11px;
	line-height: 1.1em;
	margin-top: .75em;
}
#sitemap_columns li.section ul.subsection li a {
	text-decoration: none;
}
#sitemap_columns li.section ul.subsection li a:hover {
	text-decoration: underline;
}
#sharing {
	xborder: 1px solid red;
	float: right;
	min-height: 65px;
	margin: 1.5em 36px 0 0;
	width: 328px;
	position: relative;
}
#sharing .bird {
	height: 65px;
	position: absolute;
	top: 0;
	left: 0;
	width: 87px;
}
#sharing a {
	text-decoration: none;
}
#sharing .container {
	padding-left: 86px;
}
#sharing .container .bubble {
	background: #FFF url(/images/misc/bkgd_bubble.gif) repeat-y top left;
	font-size: 11px;
	height: 1%;
}
#sharing .container .bubble_top {
	background: url(/images/misc/bkgd_bubble_top-2010.gif) no-repeat top left;
	height: 1%;
}
#sharing .container .bubble_bottom {
	background: url(/images/misc/bkgd_bubble_bottom-2010.gif) no-repeat bottom left;
	min-height: 2em;
	padding: 10px;	
}
#sharing .container p {
	margin-bottom: 0;
}
#sharing .container .post_info {
	font-size: 10px;
	margin: .25em 0 1em;
}
#footer {
	padding: 0;	
}
#copyright {
	xborder-top: 1px solid #CCC;
	xclear: both;
	padding: 24px 0;
}
#footer_icons {
	xpadding: 24px 0;
	font : 8pt arial, helvetica, sans-serif;
	color : #686868;
	text-align: center;
}
#featureSplashArea {
margin : 0;
padding : 0;
position: relative;
width : 960px;
height : 390px;
background: #97a277 url(/images/misc/bkgd_splash_area.jpg) top left no-repeat;
xbackground : #97a277 url(/images/splash/rotate.php) top left repeat-x;
}


/* ------------------------------------------------------------------
 * HOME
 * ------------------------------------------------------------------ */
#middle {
	background: #ffffff url(/images/misc/bkgd_middle.jpg) repeat-x bottom left;
}
/* ------------------------------------------------------------------
 * PRODUCTS
 * ------------------------------------------------------------------ */
#families div.family {
	border: 1px solid #DDD;
	height: 155px;
	margin: 0 4px 8px 4px;
	position: relative;
	text-align: left;
	width: 155px;
	background-color:#9FA986;
}
#families div.family div.positioner {
	top: 0px;
	left: 0px;
	position: absolute;
	width: 155px;
}
#families div.family div.positioner a {
	cursor:pointer;
	text-decoration:none;
}
#families div.family div.positioner div.thumb_text {
	color:#FFFFFF;
	bottom:10px;
	display:none;
	left:10px;
	padding:0 5px;
	position:absolute;
	width:auto;
	text-transform: uppercase;
}
#families div.family div.positioner div.thumb_text a {
	color:#FFFFFF;
}
#families div.family div.positioner div.thumb_text a:hover {
	color:#FFFFFF;
	text-decoration: none;
}
#families table.badges td {
	padding-right: 15px;
}
.search_results_top {
	width: 100%;
	overflow: hidden;
}
.search_results_top .title {
	float: left;
	width: 70%;
	margin-bottom: 0px;
}
.search_results_top .product_search_filter {
	float: right;
	margin-top: 16px;
}
#group_results {
	overflow: auto;
	width: 100%;
}
#group_results div.rule {
	clear: left;
	height: 10px;
}
#group_results div.family {}
#group_results div.family div.description {}
#group_results div.family div.description h3 {
	display: inline;
	padding-right: 5px;
}
#group_results div.family div.group_container {
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%
	
}
#group_results div.family div.group {
	border: 1px solid #DDD;
	float: left;
	height: 90px;
	margin: 10px 10px 0 0;
	position: relative;
	text-align: center;
	width: 90px;
}
#group_results div.family div.group div.positioner {
	bottom: 0px;
	left: 0px;
	position: absolute;
	width: 90px;
}
#family {
	overflow: auto;
	width: 666px;
}
#family div.header {
	margin-bottom: 10px;
	overflow: auto;
	width: 100%;
}
#family div.header div.nameplate {
	float: left;
}
#family div.header div.options {}
#family div.header div.options div.label {
	font-size: 11px;
	padding-bottom: 3px;
}
#family div.header div.options div.icons {}
#family div.header div.options div.icons img {
	margin-right: 10px;
}
#group_iframe {
	border: none;
	margin: 0 0 10px 0;
	padding: 0;
}
#group_wrapper {
	overflow: auto;
	width: 666px;
}
#group_wrapper div.parts {
	float: left;
	width: 214px;
}
#group_wrapper div.parts p.smaller {
	margin: 20px 0;
}
#group_wrapper div.parts table.part_list {
	font-size: 11px;
	margin-bottom: 12px;
}
#group_wrapper div.parts table.part_list span.description ul {
	margin: 0;
	padding: 0 0 0 20px;
}
#group_wrapper div.parts table.part_list span.description ul li {
	margin: 0;
	padding: 0 0 4px 0;
}
#group_wrapper div.badges {
	/* border-top: 1px solid #ccc; */
	/* border-bottom: 1px solid #ccc; */
	clear: both;
}
#group_wrapper div.image {
	float: right;
	text-align: center;
	width: 452px;
}
#group_wrapper div.where_to_buy {
	margin: 12px 0;
	clear: both;
}
#group_results {
	overflow: auto;
	width: 100%;
}
#part_results .part_row {
	overflow:hidden;
	width:100%;
	margin-bottom: 10px;
}
#part_results .part_row .part_container {
	float:left;
	width:200px;
	min-height: 200px;
	margin-right: 10px;
	padding: 5px;
	text-align: center;
	border: 1pt solid #ddd;
}
#part_results .part_row .part_container .part_image {
	margin-bottom: 15px;
}
#part_results .part_row .part_container .part_info {
	text-align: left;
}
#part_results .part_row .part_container .part_info .sku {
	margin-bottom: 12px;
	text-align: center;
}
#part_results .part_row .part_container .part_info li {
	margin-left: 20px;
}
#part_results .part_row .part_container .part_info ul {
	margin-left: 0px;
	padding-left: 20px;
}
#part_results .part_row .part_container .part_info ul li{
	margin-left: 0px;
}
#part_results div.family div.description h3 {
	display: inline;
	padding-right: 5px;
}
#part_results .part_row .last {
	margin-right: 0;
}
#panels {
	margin-bottom: 20px;
}
#tabs {
	background: url(/images/misc/tabs-background.gif) repeat-x bottom;
	float: left;
	position: relative;
	width: 666px;
}
#tabs ul {
	list-style: none;
	margin: 0;
	padding: 0 15px;
}
#tabs ul li {
	background: url(/images/misc/tabs-right.gif) no-repeat right top;
	float: left;
	margin: 0;
	padding: 0;
}
#tabs ul li a {
	background: url(/images/misc/tabs-left.gif) no-repeat left top;
	color: #666;
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 9px 18px 8px;
	text-decoration: none;
}
#tabs ul li a:hover {
	color: #355469;
}
#tabs ul li.active {
	background-image: url(/images/misc/tabs-right_active.gif);
}
#tabs ul li.active a {
	background-image: url(/images/misc/tabs-left_active.gif);
	color: #612757;
	font-weight: bold;
	padding-bottom: 9px;
}
#tabs ul li.active a:hover {
	color: #612757;
}
#tabs div.utility {
	position: absolute;
	bottom: 4px;
	right: 0px;
	overflow: hidden;
}
#tabs div.utility img {
	margin-left: 10px;
	float: right;
}
#tabs div.utility #share_this {
	display: inline;
}
#tabs div.social {
	margin: 7px 0 0 290px;
}
#cPanel {
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	clear: left;
	padding-bottom: 10px;
	width: 664px;
}
#group_listing {
	margin: 10px 0 0 10px;
	overflow: auto;
	position: relative;
	width: 624px;
}
#group_listing div.group {
	border: 1px solid #DDD;
	float: left;
	height: 90px;
	margin: 0 10px 10px 0;
	position: relative;
	text-align: center;
	width: 90px;
	h: expression(onmouseover=new Function("this.style.borderColor='#8D7853';"),
	              onmouseout=new Function("this.style.borderColor='#DDD';"));
}
#group_listing div.group:hover {
	border: 1px solid #8D7853;
}
#group_listing div.group div.positioner {
/*	bottom: 0px;
	left: 0px;
	position: absolute;
	width: 90px;
*/
}
#sPanel {
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	clear: left;
	display: none;
	width: 664px;
}
#specs_wrapper {
	overflow: auto;
	width: 664px;
}
#specs_wrapper div.description {
	float: left;
	padding: 15px;
	width: 424px;
}
#specs_wrapper div.description ul {
	margin: 0;
	padding: 0 0 0 20px;
}
#specs_wrapper div.description ul li {
	margin: 0;
	padding: 2px 0;
}
#specs_wrapper div#specs_sidebar {
	float: right;
	width: 190px;
}
#specs_wrapper div.pdfs {
	padding: 10px 10px 0 10px;
}
#specs_wrapper div.pdfs ul {
	border-bottom: 1px solid #CCC;
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 0;
}
#specs_wrapper div.pdfs ul li {
	font-size: 11px;
	margin: 0;
	padding: 2px 0;
}
#specs_wrapper div.badges {
	padding: 10px;
	text-align: center;
}
#specs_wrapper div.badges img {
	margin: 5px 0;
}
#specs_wrapper div.photo {
	padding: 0 0 10px 0;
	text-align: center;
}
#gallery_teaser {
	margin: 0;
	padding: 0;
	width: 177px;
}
#gallery_teaser div.frame {
	background: url(/images/misc/bkgd_gallery_teaser.gif) top left no-repeat;
	height: 134px;
	position: relative;
	text-align: center;
	width: 177px;
}
#gallery_teaser div.frame div.positioner {
	left: 10px;
	position: absolute;
	top: 7px;
	width: 158px;
}
#oPanel {
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	clear: left;
	display: none;
	width: 664px;
}
#oPanel table tr td.icons {
	padding: 15px 15px 5px 15px;
}
#oPanel table tr td.icons img {
	padding-bottom: 10px;
}
#oPanel table tr td.part_list {
	padding: 15px 0;
}
#oPanel table tr td.part_detail {
	padding: 15px;
}
#mPanel {
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	clear: left;
	display: none;
	width: 664px;
	overflow: auto;
}
#mPanel div.marketing_copy {
	float: left;
	padding: 15px;
	width: 634px;
}
#part_listing table.parts, #part {
	font-size: 11px;
}
#part_listing table.parts tr td {
	padding: 1px 0;
}
#part_listing table.parts tr td h3 {
	margin: 0;
	padding: 15px 0 5px 0;
}
#part div.image {
	margin-bottom: 5px;
	text-align: center;
}
#part table.part_list tr td {
	margin: 0;
	padding: 0;
}
#part table.part_list tr td span.sku {
	padding-right: 10px;
}
#part div.description ul {
	margin-left: 1.5em;
	padding-left: 0;
}
#part div.description ul li {
	margin: 0;
	padding: 0;
}
#static {
	overflow: auto;
}
#static .image {
	float: left;
	margin-right: 25px;
	padding-bottom: 25px;
}
#static .copy {
	margin-left: 186px;
}
#gallery_banner {
	width: 152px;
	height: 27px;
	position: absolute;
	top: 19px;
	right: 41px;
}

/* ------------------------------------------------------------------
 * ABOUT US
 * ------------------------------------------------------------------ */

/* ------------------------------------------------------------------
 * DEALER LOCATOR
 * ------------------------------------------------------------------ */
#map {
	border: 1px solid #CCC;
	margin: 20px 0 0 0;
}
#dealer_results {
	border-top: none;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
#dealer_results tr.odd {
	background-color: #FFF;
}
#dealer_results tr.even {
	background-color: #EEE;
}
#dealer_list {}
#dealer_list table {
	margin-top: 2em;
}
#dealer_list table tr th {
	xborder-top: 1px solid #ccc;
	background-color: #efefef;
	color: #355469;
	font-size: 14px;
	padding: 4px 8px;
}
#dealer_list table tr td {
	border-top: 1px solid #eee;
	font-size: 11px;
	padding: 8px 0 8px 8px;
}
#dealer_list table tr td h3 {
	margin: 0;
	padding: 0;
}
#starter_map {
	border: 1px solid #CCC;
}
#preload { 
	display: none; 
}

/* ------------------------------------------------------------------
 * WHERE IS TOM?
 * ------------------------------------------------------------------ */
.thumbnailGroup {
	border-bottom: 1px solid #DDD;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
.thumbnail img {
	padding: 0 4px 4px 0;
}
.photoDisplay p {
	margin: 1em 0 2em;
}

/* ------------------------------------------------------------------
 * SUPPORT
 * ------------------------------------------------------------------ */
#support ol li {
	margin-bottom: 1em;
}
#support dl {
	margin: 0;
	padding: 0;
}
#support dl dt {
	font-weight: bold;
	padding-top: 9px;
}
#support dl dd {
	padding: 3px 0;
}
.answers {
	border-top: 1px solid #DDD;
	padding: 1em 0;
}
.answers h4 {
	color: #355469;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 .3em;
	padding: 0;
}

/* ------------------------------------------------------------------
 * CONTACT US
 * ------------------------------------------------------------------ */

/* ------------------------------------------------------------------
 * ALERT
 * ------------------------------------------------------------------ */
#alert {
	background: url(/images/misc/icon-alert.gif) 15px 50% no-repeat;
	background-color: #FFC;
	border-top: 3px solid orange;
	border-bottom: 3px solid orange;
	margin: 15px 0;
	padding: 15px 15px 15px 75px;
}
#alert h2 {
	font-size: 16px;
	margin: 0;
	padding: 0;
}
#alert p {
	margin: 10px 0 0 0;
	padding: 0;
}

/* ------------------------------------------------------------------
 * POPUP
 * ------------------------------------------------------------------ */
#popup_wrapper {
	background: url(/images/misc/bkgd_popup.jpg) top left no-repeat;
	height: 500px;
	position: relative;
}
#image_wrapper {
	position: absolute;
	left: 34px;
	top: 34px;
	z-index: 996;
}
#image_wrapper div.image {}
#image_wrapper div.description {
	margin-top: 5px;
	text-align: center;
}
#popup_wrapper div.previous {
	position: absolute;
	left: 34px;
	top: 34px;
	z-index: 997;
}
#popup_wrapper div.next {
	position: absolute;
	left: 60px;
	top: 34px;
	z-index: 998;
}
#popup_wrapper div.close {
	position: absolute;
	left: 682px;
	top: 32px;
	z-index: 999;
}

/* ------------------------------------------------------------------
 * EMAIL MODAL
 * ------------------------------------------------------------------ */
#modalMask {
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=40);
	background-color: #333;
	display: none;
}
#modalContainer {
	position: absolute;
	z-index: 1001;
	top: 0px;
	left: 0px;
	display: none;
	padding: 0;
}
#modalInner {
	background-color: #FFF;
	padding: 15px;
}
#modalInnerInner {
	border: 1px solid #999;
	background-color: #FFF;
	padding: 15px 20px 20px;
}
#modalFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1002;
}
#modalTitleBar {
	background-color: #FFF;
	color: #000;
	font-weight: bold;
	height: 1px;
	padding: 0;
	position: relative;
	z-index: 1003;
}
#modalTitle {
	float: left;
	font-size: 1.1em;
}
#modalControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}
#modalCloseBox {
	position: absolute;
	top: 0px;
	right: -5px;
}


/* ------------------------------------------------------------------
 * PRINT VERSION
 * ------------------------------------------------------------------ */
#print_wrapper {
	margin: 0 auto;
	text-align: left;
	width: 700px;
}
#print_wrapper div.header {
	position: relative;
}
#print_wrapper div.nameplate {}
#print_wrapper div.logo {
	position: absolute;
	right: 26px;
	top: 10px;
}
#print_wrapper div.footer {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	text-align: center;
}
#print_wrapper div.footer span.bigger {
	font-size: 18px;
	font-weight: bold;
}
#print_wrapper div.footer span.smaller {
	font-size: 12px;
	font-weight: normal;
}
#print_wrapper div.footer {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#print_group_wrapper {
	margin-top: 10px;
	overflow: auto;
	width: 700px;
}
#print_group_wrapper div.parts {
	float: left;
	width: 248px;
}
#print_group_wrapper div.parts table.part_list {
	font-size: 12px;
	margin: 20px 0;
}
#print_group_wrapper div.parts table.part_list span.sku,
#print_group_wrapper div.parts table.part_list span.qty,
#print_group_wrapper div.parts table.part_list span.finish,
#print_group_wrapper div.parts table.part_list span.description {
	font-size: 12px;
}
#print_group_wrapper div.parts table.part_list span.description ul {
	margin: 0;
	padding: 0 0 0 20px;
}
#print_group_wrapper div.parts table.part_list span.description ul li {
	margin: 0;
	padding: 0 0 4px 0;
}
#print_group_wrapper div.parts div.badges {}
#print_group_wrapper div.image {
	float: right;
	text-align: center;
	width: 452px;
}
#print_specs_wrapper {
	margin-top: 10px;
	overflow: auto;
	width: 100%;
}
#print_specs_wrapper div.description {
	float: left;
	padding: 15px;
	width: 470px;
}
#print_specs_wrapper div.description ul {
	margin: 0;
	padding: 0 0 0 20px;
}
#print_specs_wrapper div.description ul li {
	margin: 0;
	padding: 2px 0;
}
#print_specs_wrapper div.badges {
	float: right;
	padding: 10px;
	text-align: center;
	width: 180px;
}
#print_specs_wrapper div.badges img {
	margin: 5px 0;
}

/* ------------------------------------------------------------------
 * PHOTO GALLERY
 * ------------------------------------------------------------------ */
#gallery {
	overflow: auto;
	width: 100%;
}
#gallery div.small {
	border: 1px solid #DDD;
	float: left;
	height: 90px;
	margin: 10px 10px 0 0;
	position: relative;
	text-align: center;
	width: 90px;
	h: expression(onmouseover=new Function("this.style.borderColor='#8D7853';"),
	              onmouseout=new Function("this.style.borderColor='#DDD';"));
}
#gallery div.small:hover {
	border: 1px solid #8D7853;
}
#gallery div.small div.position {
	bottom: 0px;
	left: 0px;
	position: absolute;
	width: 90px;
}
#gallery div.caption, #gallery div.controls {
	margin-bottom: 10px;
}
#gallery .large {}

/* ------------------------------------------------------------------
 * VIDEO
 * ------------------------------------------------------------------ */
#video_wrapper {
	overflow: auto;
	width: 666px;
}
#video_wrapper div.nav {
	float: left;
	padding-top: 16px;
	width: 256px;
}
#video_wrapper div.nav ul {
	list-style-type: none;
	margin: 0 0 0 30px;
	padding: 0;
}
#video_wrapper div.nav li {
	list-style-type: none;
	padding: 3px 0;
}
#video_wrapper div.nav li a {
	color: #612757;
	font-weight: normal;
	text-decoration: none;
}
#video_wrapper div.nav li a:hover {
	color: #8D7853;
	text-decoration: none;
}
#video_wrapper div.player {
	float: right;
	text-align: center;
	width: 410px;
}

/* ------------------------------------------------------------------
 * sIFR
 * ------------------------------------------------------------------ */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}
.sIFR-hasFlash h1.berkeley {
	visibility: hidden;
}

/* ------------------------------------------------------------------
 * email sign-up module
 * ------------------------------------------------------------------ */
.module .ui-dialog-titlebar{
	display: none;
}

.module a{
	cursor: pointer;
}

.ui-widget-overlay {
	background: black;
	opacity: .4;
	filter: alpha(opacity=40);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#interstitial{
	background-color: white;
	padding: 12px;
}

#module {
 	background-color: white;
	border: 1px solid #c9c7c8;
	padding: 12px;
	width: 300px;
}

#modulefirst {
 	background-color: white;
	border: 1px solid #c9c7c8;
	padding: 12px;
	width: 313px;
	text-align: center;
}

#module h1 {
	color: #355469;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	margin: 5px 0 10px;
	padding: 0;
}

/* ------------------------------------------------------------------
 * press room
 * ------------------------------------------------------------------ */
#releases_list {
	border-top: 1px solid #ddd;
	padding-top: 8px; 
}
#releases_list .release {
	border-bottom: 1px solid #ddd; 
	margin-bottom: 8px;
	padding-bottom: 8px; 
}
.release h4.dateline {
	color: #999999; 
	font-size: 11px;
	font-style: italic;
 }
.release h5.dateline {
	color: #999999; 
	font-size: 11px;
	font-style: italic;
	margin: 0;
}
.release h2.title {
	margin: 0;
}
.release h3.title {
	font-size: 14px;
	margin: 0;
}
.release h3.title a {
	text-decoration: none;
}
.release p.summary {
	margin: 0;
}

.release_sidebar {
	float: right; 
	width: 200px; 
	/* padding: 16px; */
	/* border: 1px solid #ccc; */
	margin: 0 0 24px 24px;
}

.release_sidebar .recent_articles {
	border: 1px solid #ccc;
	padding: 16px;
}
.release_sidebar .recent_articles h2 {
	border-bottom: 1px solid #ddd;
	margin-bottom: 0;
	padding-bottom: 10px;
}
.release_sidebar .recent_articles p.title {
	border-bottom: 1px solid #ddd;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 6px 0;
}
.release_sidebar .recent_articles p.title a {
	text-decoration: none;
}
.release_sidebar .recent_articles p.smaller {
	margin: 16px 0 0;
}

/* ------------------------------------------------------------------
 * hi res photos
 * ------------------------------------------------------------------ */
#hires_photos {
	overflow: auto;
	width: 100%;
}
#hires_photos div.rule {
	border-top: 1px solid #eee;
	clear: left;
	height: 16px;
}
#hires_photos div.family {
	overflow: auto;
	padding-bottom: 16px;
}
#hires_photos div.family div.description {}
#hires_photos div.family div.description h3 {
	display: inline;
	padding-right: 5px;
}
#hires_photos div.family div.group {
	float: left;
	margin: 10px 10px 0 0;
}
#hires_photos div.family div.group img {
	border: 1px solid #ddd;
}
/*
#hires_photos div.family div.group div.positioner {
	bottom: 0px;
	left: 0px;
	position: absolute;
	width: 90px;
}
*/

/* ------------------------------------------------------------------
 * landing page
 * ------------------------------------------------------------------ */

div.landing_page .bottom_overlap {
	height: 31px; 
	position: absolute; 
	bottom: 0; 
	left: 0; 
	width: 960px;
}
div.landing_page #left_sidebar {
	background: url(/images/misc/bkgd_sidebar_landing_page.jpg) no-repeat left top; 
	padding-top: 24px;
}
div.landing_page #main_wrapper {
	background: url(/images/misc/bkgd_two_main_landing_page.jpg) no-repeat top right; 
	xpadding-top: 24px;	
}
div.landing_page #main {
	padding-top: 27px;
}
div.landing_page .room_shot {
	background: url(/images/misc/bkgd_room_shot.jpg) no-repeat top left; 
	float: left; 
	padding-left: 33px; 
	height: 390px; 
	width: 408px;
}
div.landing_page .intro {
	margin-left: 455px; 
	padding-top: 40px;
	position: relative;
}
div.landing_page .intro h1 {
	color: #ffffff; 
	font-size: 36px; 
	margin-top: 0;
	padding: 0 72px 0 36px;
}
div.landing_page .intro p {
	padding: 0 72px 0 36px;
}
div.landing_page div.carousel {
	background: url(/images/misc/bkgd_carousel.png) no-repeat center; 
	xfloat: right; 
	overflow: auto;
	width: 468px; 
	position: absolute;
	top: 205px;
}

div.landing_page div.carousel div.carouselLabel {
font-family: arial,helvetica,sans-serif;
font-size: 0.9em;
margin-top: 0;
margin-left: 35px;
}

div.landing_page div.carousel div.carouselContainer {
}

div.landing_page div.carousel div.carouselContainer .leftButton, #homeProducts div.carousel div.carouselContainer .rightButton {
width: 24px; 
}

div.landing_page div.carousel div.carouselContainer td.slideBox {
width: 420px; 
}

div.landing_page div.carousel div.carouselContainer td.slideBox td.slide {
text-align: center;
}

div.landing_page div.carousel div.carouselContainer td.slideBox td.slide div.slideImage {
border: 1px solid #ccc;
margin-bottom: 5px;
}

div.landing_page div.carousel div.carouselContainer td.slideBox td.slide div.slideTitle {
font-size: 11px;
}

div.landing_page div.carousel div.carouselContainer td.slideBox td.slide div.slideTitle a {
color: #5999a3;
text-decoration: none;
}

div.landing_page div.carousel div.carouselContainer td.slideBox td.slide div.slideTitle a:hover {
color: #5999a3;
text-decoration: underline;
}


.searchresult_parts {
    color: #58204D; 
    font-size: 20px; 
    font-family: "Berkeley", Georgia, Arial, Helvetica, sans-serif; 
    font-weight: normal;
}
