body 
{
	margin-left:	0px;
	margin-top: 	0px;
	margin-right:	0px;
	
	font-family: 	Arial, Helvetica, sans-serif;
	font-size:		12px;
	color:			#000000;
	
	background:		url(../img/site_bg.jpg) repeat-y;
}

.header
{
	background:		#026664;
}

.menu_box
{
	border:			1px solid #000000;
}

.menu_box_title
{
	text-align:		center;
	font-size:		11px;
	font-weight:	bold;
}

.menu_box_header
{
	background:		#999999;
	border-bottom:	1px solid #000000;
}

.menu_box_footer
{
	height:			18px;
	background:		#999999;
	border-top:		1px solid #000000;
}

.menu_box_item
{
	text-align:		left;
	width:			100%;
}

.menulink
{
	display:			block;
	width:				180px;
	color:				#000000;
	text-decoration:	none;
	font-size:			11px;
	padding-left:		10px;
	padding-top:		2px;
}

.menulink:hover
{
	display:			block;
	width:				180px;
	color:				#000000;
	text-decoration:	none;
	font-size:			11px;
	padding-left:		10px;
	background:			#ff9900;
	padding-top:		2px;
}

.page_box
{
	border:				1px  solid #999999;
}

.page_box_header
{
	height:				18px;
	background:			#cccccc;
	font-weight:		bold;
	font-size:			11px;
	padding-left:		10px;
	border-bottom:		1px solid #999999;
}

.page_box_image
{
	padding:			10px;
	text-align:			center;
	border-bottom:		1px solid #999999;
}

.page_box_content
{
	padding:			10px;
}

.item_title
{
	height:				18px;
	font-weight:		bold;
	font-size:			11px;
	text-align:			left;
}

.item_description
{
	height:				18px;
	font-size:			11px;
	text-align:			left;
}

.item_link
{
	height:				18px;
	font-size:			11px;
	text-align:			left;
}

a
{
	color:				#ff6600;
	text-decoration:	none;
	font-size:			11px;
}

a:hover
{
	color:				#ff6600;
	text-decoration:	underline;
	font-size:			11px;
}

.place
{
	font-size:			11px;
	border-bottom:		1px solid #999999;
}

.linkbox
{
	background:			#dddddd;
	color:				#333333;
	width:				100%;
	padding-top:		10px;
	padding-bottom:		10px;
	
	font-weight:		bold;
	text-align:			center;
	
	display:			block;
}

.linkbox:hover
{
	background:			#dddddd;
	color:				#333333;
	width:				100%;
	padding-top:		10px;
	padding-bottom:		10px;
	
	font-weight:		bold;
	text-align:			center;
	
	display:			block;
	text-decoration:	none;
}

.lastupdate
{
	color:				#999999;
	font-size:			11px;
}

.news_title
{
	height:				25px;
}

.news_link
{
	color:				#000000;
	font-size:			14px;
	text-decoration:	none;
}

.news_link:hover
{
	color:				#ff6600;
	font-size:			14px;
	text-decoration:	underline;
}

.articletitle
{
	font-size:			16px;
	color:				#000000;
	font-weight:		bold;
}

p
{
	padding-top:		10px;
	padding-bottom:		10px;
	margin:				0;
}

.navlink
{
	font-size:			12px;
	padding:			3px;
	text-decoration:	none;
}

.navlink:hover
{
	font-size:			12px;
	background:			#aaaaaa;
	color:				#ffffff;
	font-weight:		bold;
	padding:			3px;
	text-decoration:	none;
}

.navlink_active
{
	font-size:			12px;
	background:			#aaaaaa;
	color:				#ffffff;
	font-weight:		bold;
	padding:			3px;
	text-decoration:	none;
}

.cartlink
{
	color:				#eb8d00;
	text-decoration:	none;
	font-size:			12px;
	font-weight:		bold;
}

.cartlink:hover
{
	color:				#eb8d00;
	text-decoration:	none;
	font-size:			12px;
	font-weight:		bold;
}