/*---------------------------------------------------------------------------------------------*/
/*---General Template--------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/

	body
	{
		margin: 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #656565;
		background: #656565;
	}
	
	.cb
	{
		clear: both;
	}
	
	.fl
	{
		float: left;
	}
	
	.fr
	{
		float: right;
	}
	
	.p
	{
		padding: 0;
		margin: 0;
	}
	
	a
	{
		color: #656565;
	}
	
	a:hover
	{
		color: #0032a6;
	}

	.image_strip_td
	{
		padding: 6px;
		border: 1px solid #cccccc;
		background: #CCC;
	}
	
	.image_strip_td:hover
	{
		background: #284a7a;
	}
	
	.search.fr
	{
		margin-right: 18px;
	}
	
	h2
	{
		margin: 0px;				
		color: #2c2c2c;
	}
	
	h1
	{
		margin-top: 0px;				
		color: #2c2c2c;
	}
	
/*---------------------------------------------------------------------------------------------*/
/*---END General Template----------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------*/
/*---Site Content------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/

	.admin_content .body_content_wrapper
	{
		margin: 52px auto;
	}

	.body_content_wrapper
	{
		width: 890px;
		padding: 0 30px 14px 30px;
		margin: 10px auto;
		background: #FFF;
	}
	
	/*---------------------------------------------------------------------------------------------*/
	/*---Header------------------------------------------------------------------------------------*/
	/*---------------------------------------------------------------------------------------------*/
		
		.header, header2
		{
			width: 890px;
		}
		
		.header .spacer, header2
		{
			margin: 30px 0 0 0;
		}
		
		.header .spacer:last-child, .header2 .spacer:last-child
		{
			margin: 0;
		}
		
		.header h1, .header2 h1
		{
			font-size:24px;
			color: #284a7a;
			margin: 0 0 2px 0;
		}
		
		.header h2, .header2 h2
		{
			margin: 0;
		}
		
		.header .heading_bottom_spacer_2
		{
			margin-bottom: 14px;
		}
		
		.admin_content .header
		{
			min-height: 30px;
		}
		
		.header ._image_, .right_column ._image_, .footer_column_center ._image_
		{
			text-align: center;
		}
	
	/*---------------------------------------------------------------------------------------------*/
	/*---END Header--------------------------------------------------------------------------------*/
	/*---------------------------------------------------------------------------------------------*/
	
	/*---------------------------------------------------------------------------------------------*/
	/*---Menu--------------------------------------------------------------------------------------*/
	/*---------------------------------------------------------------------------------------------*/
	
		.main_menu_wrapper
		{
			width: 890px;
			border-bottom: #CCC solid 3px;
			margin-bottom: 14px;
		}

		.main_menu
		{
			margin: 0 auto;
			padding: 3px 0 3px 0;
			float: right;
		}
		
		.main_menu a, .menu.ui-sortable a
		{
			text-decoration: none;
			font-size: 12px;
			display: block;
			padding: 6px 10px 5px 10px;
			color: #656565;
			border-left: 1px solid #FFF;
			border-right: 1px solid #FFF;
			border-bottom: 1px solid #FFF;
			z-index: 2;
		}
		
		.main_menu a:hover, .main_menu a.hover
		{
			background: #284a7a;
			color: #a1d2ff;
			border-left: 1px solid #a3a3a3;
			border-right: 1px solid #a3a3a3;
			border-bottom: 1px solid #a3a3a3;
		}
	
	/*---------------------------------------------------------------------------------------------*/
	/*---END Menu----------------------------------------------------------------------------------*/
	/*---------------------------------------------------------------------------------------------*/
	
	/*---------------------------------------------------------------------------------------------*/
	/*---Site Content------------------------------------------------------------------------------*/
	/*---------------------------------------------------------------------------------------------*/
	
		/*---------------------------------------------------------------------------------------------*/
		/*---Columns Wrapper---------------------------------------------------------------------------*/
		/*---------------------------------------------------------------------------------------------*/
		
			.left_column
			{
				width: 230px;
				float: left;
				color: #003292;
			}
			
			.left_column h1
			{
				font-size: 18px;
				margin-top: 0px;				
				color: #003292;
			}
			
			.left_column h2
			{
				margin: 0px;				
				font-size: 16px;				
				color: #003292;
			}
			
			.left_column .__content_block__
			{
				background: #cccccc;
				padding: 9px;
				margin-bottom: 2px;
			}
			
			.right_column
			{
				width: 634px;
				float: right;
			}
			
			.right_column .spacer
			{
				height: 30px;
			}
			
			.right_column .__content_heading__ h1, .right_column .__content_heading__ h2
			{
				font-size: 13px;
				margin: 0;
			}
			.right_column .__content_heading__ h2
			{
				font-weight: normal;
			}
			
			.right_column .__content_heading__ .heading_bottom_spacer_2
			{
				height: 15px;
			}
			
		/*---------------------------------------------------------------------------------------------*/
		/*---END Columns Wrapper-----------------------------------------------------------------------*/
		/*---------------------------------------------------------------------------------------------*/
	
		/*---------------------------------------------------------------------------------------------*/
		/*---Footer Column-----------------------------------------------------------------------------*/
		/*---------------------------------------------------------------------------------------------*/
			
			.footer_column_left
			{
				width: 230px;
				color: #003292;
			}
			.footer_column_center
			{
				padding: 0 9px 0 9px;
				margin: 0 18px 0 18px;
				width: 376px;				
			}
			.footer_column_right
			{
				width: 230px;
				color: #003292;
			}
			
			.footer_column_left h1, .footer_column_right h1
			{
				font-size: 18px;
				margin-top: 0px;				
				color: #003292;
			}
			
			.footer_column_left h12, .footer_column_right h2
			{
				margin: 0px;				
				font-size: 16px;				
				color: #003292;
			}
			
			.footer_column_left .__content_block__, .footer_column_right .__content_block__
			{
				background: #cccccc;
				padding: 9px;
				margin-bottom: 2px;
			}
			
			.copyright
			{
				border-top: #CCC solid 3px;
				margin: 14px auto 0 auto;
				padding: 14px 0;
				text-align:center;
				clear: both;
			}
			
		/*---------------------------------------------------------------------------------------------*/
		/*---END Footer Column-------------------------------------------------------------------------*/
		/*---------------------------------------------------------------------------------------------*/
	
	/*---------------------------------------------------------------------------------------------*/
	/*---END Site Content--------------------------------------------------------------------------*/
	/*---------------------------------------------------------------------------------------------*/
	
/*---------------------------------------------------------------------------------------------*/
/*---END Site Content--------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------*/
/*---News--------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/

	.news_article_date
	{
		font-size: 11px;
		color: #999;
		font-weight: normal;
	}

/*---------------------------------------------------------------------------------------------*/
/*---END News----------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/

.product_gallery_images div.fl
{
	padding: 6px;
	background: #c0c0c0;
	width: 200px;
	height: 150px;
	text-align: center;
	margin: 0 10px 10px 0;
}
.product_gallery_images div.fl:hover
{
	background: #284a7a;
}

#more_information_3
{
	height: 162px;
}

.gallery_button
{
	float: right;
}

.gallery_button a
{
	display: block;
	width: 108px;
	height: 27px;
	background: URL(../images/button.png);
	margin-left: 40px;
}

.gallery_button a:hover
{
	display: block;
	width: 108px;
	height: 27px;
	background: URL(../images/button.png) 0 -27px;
}

.ui-widget-content
{
	background: #FFF !important;
	color: #000;
}

.ui-widget-content a
{
	color: #063271;
}

.ui-widget-content a:hover
{
	color: #590d17;
}

.__content__ .__calendar__
{
	margin-left: 14px !important;
}

#__content_block__120
{
	position: relative;
	left: -122px;
}

#more_information_6
{
	height: 147px;
}