/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"UBER" STANDARD CSS - NOT COMPATIBLE WITH SELECTEDIT SITES
//---------------------------------------------------------------------------------------------------------
//	CONTENT STYLES:  see tempaltes directory for navigation styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Body structure elements
//-------------------------------------------------------------------------------------------------------*/
*
{
	margin:					0;
	padding:				0;
}

ul,
ol
{
	padding:				0 0 0 12px;
	margin:					10px 0 10px 20px;
}
.bodytext ul, .bodytext ol {
}
.bodytext ul li, .bodytext ol li 
{
	padding:				5px;
}

body
{
	margin:					0px;
	
	background:				#08509c;

	/*	Default text styles	----------------------------*/
	color:					#666666;
	font-size:				11px;
	line-height:			17px;
	font-family:			"Lucida Grande","Lucida Sans Unicode",sans-serif;
}

/*---------------------------------------------------------------------------------------------------------
//	Default link colors
//-------------------------------------------------------------------------------------------------------*/
a
{
	color:					rgb(59,121,166);
	outline:				none;
}

a:hover
{
	color:					rgb(119,119,119);
	text-decoration:		underline;
}

/*---------------------------------------------------------------------------------------------------------
//	Site structure
//-------------------------------------------------------------------------------------------------------*/
/*	horizontal centering	*/
#center-x
{
	/*	Do not modify		----------------------------*/
	margin-right:			auto;
	margin-left:			auto;

	/*	Customize			----------------------------*/
	width:					1200px;
	overflow:				visible;
	position:				relative;
}

#center-x2
{
	margin-left:			-97px;
	background:				url(/site/images/bg.jpg) no-repeat scroll 0 0;
}

/*	Popup container	*/
#popup-box
{
	/*	Customize			----------------------------*/
	background-color:		white;
	border:					1px solid black;
	margin:					0px 20px 0px 20px;
	padding:				15px;
}

#header
{
	margin-left:			218px;
	width:					970px;
}

#logo
{
	height:					125px;
	line-height:			125px;
	margin:					0 0 3px;
	padding:				0;
}


table#body
{
	border-collapse:		collapse;
	width:					1170px;
	margin-top:				0px;
}

col#col-left
{
	width:					230px;
}

col#col-content
{
	width:					auto;
}

/*	See sectionnav CSS tempaltes for td#left	*/

/*	Optional sitebar	*/
td#right
{
}

td#content
{
	width:					auto;
	/*background:				#f2f2f2;*/
	background:				url('/site/images/content-bg.gif');
	font-size:				13px;
}
#content_div
{
	min-height:				650px;
	height:					auto !important;
	height:					700px;
	position:				relative;
	padding:				22px 30px 20px 30px;
}

/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:					both;
	margin:					0px 0px 50px 230px;
	padding:				15px 8px 100px;
	color:					#5f8ebe;
	font-size:				12px;

}
#footer a
{
	text-decoration:		underline;
}
#footer,
#footer a
{
	color:					#90b1d3;
}


#footer p
{
	clear:					both;
	display:				inline;
	margin:					0 30px 0 0;
}

#footer ul
{
	margin:					0 30px 0 0;
	padding:				0px;
	list-style-type:		none;
	display:				inline;
}

#footer li
{
	display:				inline;
	padding:				0px 8px;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Standard body styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
h1
{
	margin:					0px 0px 5px 0px;
	padding:				0px;
	font-weight:			normal;
	color:					#4e9402;
	line-height:			44px;
	font-size:				35px;
	color:					#f2f2f2;
}

h1 a,h1 a:hover
{
	color:					#888888;
}

#popup-box h1
{
	margin-top:				10px;
	text-align:				center
}

h2
{
	margin:					0px 0px 0.2em 0px;
	padding:				0px;
	
	font-weight:			bold;
	color:					#08509c;
	font-size:				17px;
	line-height:			18px;
	font-family:			arial;
}
h2 a
{
	color:					#08509c;
}
h3
{
	margin:					3px 0;
	font-weight:			bold;
	font-size:				14px;
	color:					#333;
	font-family:			arial;
}
#right h3
{
	font-size:				15px;
	line-height:			17px;
	/*font-family:			"Lucida Sans Unicode","Lucida Grande",sans-serif;*/
	font-family:			arial ,sans-serif;
	color:					#333;
}
#right h3 a
{
	color:					#08509c;
}

/*	Standard body style	*/
.bodytext
{
	margin:					0em 0em 15px 0px;
	padding:				0px;
}
.bodytext a
{
	color:					#4e9402;
}

blockquote
{
	margin:					1em 3em;
	padding:				0em;
	font-style:				italic;
}

/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
td#right
{
	width:					237px;
	padding:				0 0 0 3px;
	/*background:				url('/site/images/bg-right.png') repeat-y;*/
	background:				url('/site/images/bg-right.jpg') repeat-y;
	font-size:				11px;
}
#right-div
{
	position:				relative;
}


/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Table Data
//-------------------------------------------------------------------------------------------------------*/
table.data
{
	border:					1px solid rgb(204,215,238);
	border-collapse:		collapse;
	empty-cells:			show;
}

table.data caption
{
	margin:					0.5em 0em;
	text-align:				left;
	font-weight:			bold;
}

tr.r0
{
	background-color:		white;
}

tr.r1
{
	background-color:		rgb(238,245,255);
}

table.data th,
table.data td
{
	padding:				0.5em 1.0em;
	text-align:				left;
}

table.data th
{
	vertical-align:			bottom;
	background-color:		rgb(204,215,238);
	font-weight:			bold;
	color:					white;
}

table.data td
{
	vertical-align:			top;
	border-bottom:			1px solid rgb(204,215,238);
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Bread crumb
//-------------------------------------------------------------------------------------------------------*/
#breadcrumb
{
	clear:					both;
	display:				block;
	width:					auto;
	height:					26px;
	padding:				0em 1.0em;
	white-space:			nowrap;
	border-bottom:			1px solid rgb(238,238,238);
}

#breadcrumb a
{
}

#breadcrumb .static
{
	font-weight:			bold;
}

#breadcrumb .divider
{
	padding:				0em 0.25em;
}



/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Social networking tool links
//-------------------------------------------------------------------------------------------------------*/
table.links-bar td
{
	padding:				0px 10px 0px 0px;
}

.inline-digg
{
	float:					left;
	margin:					3px 10px 5px 0px;
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Video controls
//-------------------------------------------------------------------------------------------------------*/
#video-buttons a
{
	background-color:		#CCCCCC;
	color:					white;
	font-weight:			bold;
	padding:				4px 6px;
	margin-right:			5px;
	float:					left;
	margin-top:				5px;
}

#breadcrumb a
{
}

#breadcrumb .static
{
	font-weight:			bold;
}

#breadcrumb .divider
{
	padding:				0em 0.25em;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MISCELLANEOUS DEFAULTS
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*	Used so that non-CSS browsers deliniate footer block from body content	*/
hr
{
	display:				none;
}

/*	Hidden elements	*/
.hdn
{
	display:				none;
}

/*	because HTML should have this as the default	*/
td
{
	vertical-align:			top;
	padding:				0px;
}

/*	prevent ugly purple borders around linked images	*/
img
{
	border:					0px;
}

/*	do not underline links	*/
a
{
	text-decoration:		none;
}

/*	shortcomings of the formatter	*/
p
{
	margin:					0px 0 5px;
}

/*	IE will allocate space for these if there are not display:none -  POSJ	*/
map
{
	display:				none;
}

sup
{
	vertical-align:			super;
	font-size:				0.75em;
}
#product_categs
{
	width:					100%;
}
#product_categs h2
{
	font-size:				15px;
}
#product_categs h3
{
	font-size:				11px;
	line-height:			17px;
}
#product_categs strong a
{
	color:					#4e9402;
	text-decoration:		underline;
	font-size:				11px;
	line-height:			17px;
	display:				block;
}

#product_categs td
{
	width:					25%;
}
#product_categs .thumb
{
	width:					150px;
	height:					78px;
	margin-bottom:			15px;
}

#accessories_list
{
	margin:					22px 0 0;
	padding:				22px 0 0;
	border-top:				1px solid #ccc;
}

#accessories_list h3
{
	font-size:				12px;
}

#accessories_list h3 a
{
	color:					#4e9402;
	text-decoration:		underline;
	font-size:				12px;
}
 
#accessories_list h2
{
	font-family:			arial;
}
.retailer_link
{
	display:				block;
	float:					left;
	margin:					0 25px 25px 0;
}
.retailer_link img.thumb
{
	height:					50px;
}

#latest_newsletter
{
	border-bottom:			1px solid #ccc;
	padding:				0 0 10px;					
	margin:					0 0 20px;					
}

#latest_newsletter h2
{
	font-family:			arial;
}
#newsletter-nav-area
{
	border-top:				1px solid #ccc;
	border-bottom:			1px solid #ccc;
	text-align:				center;
	padding:				10px 0 0;
	margin:					10px 0;
}
#newsletter-nav
{
	width:					100%;
	margin:					15px 0;
	text-align:				left;
}

#newsletter-nav td
{
	padding:				0 10px;
	width:					50%;
}

#latest_newsletter img
{
	margin:					0 0 16px;
}

p.date
{
	margin:					0 0 7px;
	font-weight:			bold;
}
#content_column_1
{
	float:					left;
}
#content_column_2
{
	float:					right;
	width:					200px;
}
#nl_archive_current_link
{
}
.date_navs
{
	margin:					15px 0;
}
.date_nav
{
	width:					80px;
	border:					1px solid #7f9db9;
	margin:					0px 25px 0px 10px;
}


.sidebar1,
.sidebar2,
.widget-item
{
	padding:				15px 20px 20px 17px;
}
.sidebar1{
	border-bottom:			1px solid #0b5ca8;
}
.sidebar2
{
	border-top:				1px solid #0b5ca8;
}
.widget-item
{
	border-top:				1px solid #0b5ca8;
	margin:					0;
	overflow:				hide;
}

.widget-item .thumb
{
	margin:					0px 8px 5px 0;
}
.widget-item a
{
	color:					#4e9402;
}

.widget-item-1
{
	border-top:				none;
}
.widget_buy_online
{
	padding:				0;
}
.widget_buy_online p
{
	margin:					0;
}
#right .widget_newsletter_signup h3
{
	font-size:				12px;
}
#right .widget_newsletter_rss h3
{
	font-size:				12px;
	line-height:			18px;
}
.widget_newsletter_signup .thumb
{
	display:				none;
}
#social-media-links
{
	position:				absolute;
	background:				url('/site/images/share-bg.png') repeat-y;
	padding:				0px 10px 10px 1px;
	z-index:				1;
	display:				none;
	width:					137px;
	text-align:				left;
	top:					41px;
	left:					0 !important;
}
#social-media-links-bottom
{
	bottom:					0;
	position:				absolute;
}
#share-button
{
	z-index:				2;
	outline:				none;
	display:				block;
	text-align:				left;
}
#share-button-image0
{
	display:				block;
}
#share-button-image1
{
	display:				none;
}
.share-button-image
{
	position:				absolute;
}
#social-media-links .social-media 
{
	padding:				4px 9px;
}
#social-media-links .social-media:hover
{
	background:				#dce1e9;
}
#social-media-links .social-media img
{
	margin-right:			5px;
	vertical-align:			text-top;
}
#content-signin
{
	width:					400px;
}
fieldset
{
	padding:				10px;
}

.home_flash,
.home_banners
{
	position:				relative;
	padding:				0;
	float:					left;
	border:					1px solid #afcbf2;
	overflow:				hidden;
	margin-bottom:			10px;
}

.home_banner
{
	clear:					both;
}

.home_banner,
.home_banners,
.home_banners .banner_image
{
	height:					268px;
	width:					590px;
}

.banner_content
{
	width:					2px;
	color:					#ddd;
}

#thumb_navs
{
	position:				absolute;
	bottom:					0px;
	left:					0px;
	width:					590px;
	/*opacity:				0.7;
	filter:					alpha(opacity=70);*/
	background:				url('/site/images/slide-nav-bg.png');

	text-align:				center;
	height:					21px;
	line-height:			21px;
	padding:				3px 0 0px;
	vertical-align:			top;
}

.thumb_nav_div
{
	text-transform:			uppercase;
	font-weight:			bold;
	position:				relative;
	display:				inline;
	margin:					0 10px;
	line-height:			18px;
	/*font-size:				19px;*/
	font-size:				19px;
	vertical-align:			top;
}
.banner_nav_divider
{
	width:					1px;
	height:					21px;
	vertical-align:			top;
}
.thumb_nav_div,
.thumb_nav_div *
{
	/*z-index:				4000 !important;*/
	z-index:				4 !important;
}

.thumb_nav_div_active
{
	opacity:				1;
	filter:					alpha(opacity=100);
}


.thumb_nav_div a
{
	color:					#888;
	outline:				none;
}

.thumb_nav_div a:hover,
.thumb_nav_div_active a
{
	color:					#74c34b;
	text-decoration:		none;
}
#global-area
{
	float:					right;
	margin:					69px 25px 0 0;
	font-family:			"Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size:				12px;
	color:					#9fb1d2;
	width:					600px;
	text-align:				right;
}
#global-area p
{
	display:				inline;
}
#global-area #search_area
{
	display:				inline;
	margin-left:			40px;
}
#global-area #search_area form
{
	display:				inline;
}
#search_area #findtext
{
	border:					1px solid #5a9dd0;
	width:					133px;
	height:					16px;
	margin:					0 7px 0 0;
	background:				repeat;
	padding:				2px 8px;
}
#global-area #search_area input
{
	vertical-align:			middle;
	color:					#9cb9d7;
}
#newsletter-signup form
{
	display:				block;
	margin:					10px 0;
}

#store_locator_form
{
	display:				block;
	margin:					5px 0;
}

#store_locator_form .textfield,
#newsletter-signup .textfield
{
	float:					left;
}
#newsletter-signup .submit,
#store_locator_form .submit
{
	float:					left;
	margin-left:			4px;
}

#right .widget_store_locator 
{
	background:				#B1D68A url('/site/images/map-right.png') repeat-y ;
	padding-bottom:			10px;
	padding-top:			10px;
	padding-right:			16px;
}
table.list
{
	width:					100%;
}
table.list td.image
{
	padding-top:			4px;
	padding-right:			20px;
}
.tr_list td
{
	padding-bottom:			24px;
}
/*#prod_col_2_bottom_container
{
	margin:					0 auto;
	position:				relative;
}*/
#product_column_2_bottom
{	
	background:				#e4e4e4;
	padding:				10px;
	margin-bottom:			10px;
	position:				relative;
}
.product_rounded
{
	margin:					0 auto;
}
ol.faqs  li
{
	margin:					4px 0;
}
ol.faqs h3
{
	margin:					6px 0;
	line-height:			17px;
	font-size:				13px;
	font-weight:			bold;
}
ol.faqs .bodytext
{
	margin:					0 15px 20px;
}

div.msg
{
	margin:					10px 0;
	border:					1px solid #ccc;
	color:					red;
	padding:				10px;
}

.rounded-corners-1,
.rounded-corners-2,
.rounded-corners-3,
.rounded-corners-4
{
	position:				absolute;
}

.rounded-corners-1
{
	top:					0;
	left:					0;
}

.rounded-corners-2
{
	top:					0;
	right:					0;
}

.rounded-corners-3
{
	bottom:					0;
	right:					0;
}

.rounded-corners-4
{
	bottom:					0;
	left:					0;
}
#movie_container
{
	height:					100%;
	left:					0;
	padding-top:			50px;
	width:					auto;
	z-index:				1001;
	margin-left:			auto;
	margin-right:			auto;
	width:					100%;
	position:				fixed;
	top:					20%;	
	display:				none;
}
#site_dim
{
	background-color:		#000000;
	background-repeat:		repeat;
	height:					2076px;
	left:					0;
	opacity:				0.5;
	filter:					alpha(opacity=50); 
	position:				absolute;
	top:					0;
	width:					100%;
	z-index:				1000;
	display:				none;
}

#movie_container .movie_div
{
	margin:					0 auto;
	background-color:		white;
	z-index:				1003;
}
#popup_div_container
{
	padding:10px;
}

#movie_container .movie_div h2
{
	padding:				10px 0;
}

#movie_container .movie_div .close
{
	color:					black !important;
	float:					right;
	line-height:			22px;
	padding:				0 5px 0 0;
	position:				relative;
}

.video_link img
{
	border:					2px solid #dbe2ea;
}
.video_link:hover img
{
	border:					2px solid #08509C;
}