/************************************************************** PAGE LAYOUT ***/
body, td
{
	font-size: 				small;
	font-family: 			Arial, Verdana, Geneva, Helvetica, sans-serif;
}
body
{
	margin: 				0px;
}
form
{
	margin: 				0px;
	display: 				inline;
}
a img
{
	border: 				none;
	border-width: 			0px;
}
#header
{
	width:					798px;
	margin: 				auto;
	padding-top: 			48px;
}
#header a
{
	color: 					#057ecf;
	font-size: 				14px;
	font-weight: 			bold;
	text-decoration: 		none;
}
#mainpic
{
	padding-top: 			8px;
}
#page
{
	width:					798px;
	margin: 				auto;
	margin-top: 			25px;
}
#page_left
{
	width: 					180px;
	float: 					left;
	text-align: 			center;
}
#page_right
{
	margin-left: 			180px;
	padding-left: 			25px;
	background-image: 		url(/v2/images/devider_h.gif);
	background-repeat: 		repeat-y;
}
.pageheader
{
	color: 					#057ecf;	
	font-size: 				18px;
	font-weight: 			bold;
	font-family: 			Times New Roman;
	margin-bottom: 			10px;
}
.news_header
{
	color: 					black;
	display: 				block;
	font-weight:			bold;
	margin-bottom: 			3px;
	text-decoration: 		none;
}
.field
{
	width: 					250px;
	border: 				1px solid silver;
}
#submit_button
{
	color: 					#057ecf;
	cursor: 				pointer;
	border: 				0px none;
	font-weight: 			bold;
	background-color: 		transparent;	
	
}
#formCont
{
	width: 					380px;
	padding:				15px; 
	border: 				3px solid #e7f5f6;
	
}
.catalog_menulink, .catalog_menulink_active
{
	color: 					#000000;
	margin: 				4px;
	display: 				block;
	font-size: 				11px;
	font-weight: 			bold;
	padding-left: 			18px;
	text-transform: 		uppercase;
	text-decoration: 		none;
	background-color: 		#ffffff;
}
.catalog_menulink_active
{
	background-image: 		url(/v2/images/arrows.gif);
	background-repeat: 		no-repeat;
	background-position: 	left center;
}
.catalog_menulink_top
{
	color:					blue;
	font-size: 				12px;
}
a.catalog_item, a.catalog_item_right,
a.catalog_item:active, a.catalog_item_right:active,
a.catalog_item:visited, a.catalog_item_right:visited
{
	color:					black;
	font-size: 				medium;	
}
.catalog_item, .catalog_item_right
{
	float: 					left;
	width: 					300px;
	display: 				block;
	text-decoration: 		none;
}
.catalog_item_right
{
	margin-left: 			10px;
	padding-left: 			30px;
	background-image: 		url(/v2/images/devider_h.gif);
	background-repeat: 		repeat-y;
}
.catalog_hDevider
{
	clear: 					both;
	background-image: 		url(/v2/images/devider_v.gif);
	background-repeat: 		repeat-x;
	background-position: 	left center;
	width: 					600px;
	margin: 				15px 0px;
}
.catalog_item img, .catalog_item_right img
{
	float: 					left;
	border: 				1px solid #b3d7ef;
	margin-right: 			20px;
}
.catalog_item span, .catalog_item_right span
{
	color:					blue;
	display: 				block;
	font-size: 				19px;
	font-weight:			bold;	
	font-family: 			Times New Roman;
}
.gallery_item
{
	float: 					left;
	margin:					15px; 
	text-align: 			center;
	text-decoration: 		none;
}
.gallery_item img
{
	display: 				block;
}
address
{
	padding: 				10px 0px;
	font-size: 				10px;
	text-align: 			center;
	font-style: 			normal;
}

