div, body, html, form {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	height: 100%;
	background-color: #000000;
}
a {
	color: #8b292a;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/*p {margin: 0 0 18px}*/
img 
{
	border: none;
}
input {vertical-align: middle}
#wrapper {
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 150px;
	background: #000000;
}

#header_flash_left 
{
	position: relative;
	z-index: 1;
	height: 150px;
	float: left;
	color: #8b292a;
	font-weight: bold;
}

#header_flash_right 
{
	position: relative;	
	z-index: 2;
	float: right;
}

#header_flash_connector 
{
	position: relative;
	z-index: 0;
	background-color: #282222;
	width: 100%;
	position: absolute;
	top: 105px;
	left: 0px;
	height: 33px;
}
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 20px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	padding-bottom: 10px;
	overflow: hidden;
}
DIV.content_wrapper {
	margin: 0 10px 0 200px;
	background: white;
}
DIV.content_top_left_corner 
{
	/*background: white url(Images/corner-5px-top-left_color-white.png) top left no-repeat;*/
}
DIV.content_top_right_corner 
{
	background: url(Images/corner-5px-top-right_color-white.png) top right no-repeat;
}
DIV.content_bottom_right_corner 
{
	background: url(Images/corner-5px-bottom-right_color-white.png) bottom right no-repeat;
}
DIV.content_bottom_left_corner 
{
	background: url(Images/corner-5px-bottom-left_color-white.png) bottom left no-repeat;
}
DIV.content_sitemap_path
{
	/*background: #af6566;*/
	height: 20px;
	margin: 0 5px 0 5px;
	padding-right: 5px;
	text-align: right;
}
#content
{
	padding: 10px 10px 10px 10px;
	_padding-bottom: 0px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sl {
	float: left;
	width: 200px;
	position: relative;
	/*margin-left: -100%;*/
	padding-bottom: 30px;
	/*padding-top: 20px;*/
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -20px auto 0;
	min-width: 1000px;
	height: 20px;
	background: #282222;
	text-align: center;
	font-size: 12px;
	color: #666666;
}

#footer a
{
	color: #666688;
	text-decoration: underline;
}
#footer a:hover
{
	text-decoration: none;
}


.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* Menu
-----------------------------------------------------------------------------*/


/* Menu item
----------------------------------------------------------------------*/

A.menu_item 
{
	text-decoration: none;
	display:block;
	float: right;
	background: #8b292a url(Images/corner-5px-top-left_color-8b292a.png) top left no-repeat; 
	width: 190px;
	margin-bottom: 1px;
}
A.menu_item div
{
	background: url(Images/corner-5px-bottom-left_color-8b292a.png) bottom left no-repeat;
	text-align: left !important;
	font: normal 13px arial;	
	font-weight: bold;
	color: #f6e9ea;
	padding: 5px;
	padding-left: 10px;
}

A:hover.menu_item 
{
	display:block;
	float: right;
	background: #282222 url(Images/corner-5px-top-left_color-282222.png) top left no-repeat; 
	width: 185px;
	margin-bottom: 1px;
}
A:hover.menu_item div {
	background: url(Images/corner-5px-bottom-left_color-282222.png) bottom left no-repeat; 
	text-align: center !important;
	font: normal 13px arial;
	font-weight: bold;
	text-decoration: underline;
	padding: 5px;	
}

/* Category menu item
------------------------------------------------------------------------*/
A.menu_item_category 
{
	text-decoration: none;
	display:block;
	float: right;
	background: #af6566 url(Images/corner-5px-top-left_color-af6566.png) top left no-repeat; 
	width: 180px;
	margin-bottom: 1px;
}
A.menu_item_category div
{
	background: url(Images/corner-5px-bottom-left_color-af6566.png) bottom left no-repeat;
	text-align: left !important;
	font: normal 12px arial;	
	font-weight: bold;
	color: #f6e9ea;
	padding: 4px;
	padding-left: 10px;
}

A:hover.menu_item_category 
{
	display:block;
	float: right;
	background: #444444 url(Images/corner-5px-top-left_color-444444.png) top left no-repeat; 
	width: 180px;
	margin-bottom: 1px;
}
A:hover.menu_item_category div {
	background: url(Images/corner-5px-bottom-left_color-444444.png) bottom left no-repeat; 
	text-align: center !important;
	font: normal 12px arial;
	font-weight: bold;
	text-decoration: underline;
	padding: 4px;	
}

/* album menu item
------------------------------------------------------------------------*/
A.menu_item_album 
{
	text-decoration: none;
	display:block;
	float: right;
	background: #d3a1a2; /*url(Images/corner-5px-top-left_color-d3a1a2.png) top left no-repeat; */
	width: 170px;
	margin-bottom: 1px;
}
A.menu_item_album div
{
	/*background: url(Images/corner-5px-bottom-left_color-d3a1a2.png) bottom left no-repeat;*/
	text-align: left !important;
	font: normal 12px tahoma;	
	/*font-weight: bold;*/
	color: #f6e9ea;
	padding: 2px;
	padding-left: 10px;
}

A:hover.menu_item_album
{
	display:block;
	float: right;
	background: #666666; /*url(Images/corner-5px-top-left_color-666666.png) top left no-repeat; */
	width: 170px;
	margin-bottom: 1px;
}
A:hover.menu_item_album div
{
	/*background: url(Images/corner-5px-bottom-left_color-666666.png) bottom left no-repeat;*/
	text-align: center !important;
	font: italic 12px tahoma;
	/*font-weight: bold;*/
	text-decoration: underline;
	padding: 2px;
}

A.current_menu_item_album 
{
	background: white;
	text-decoration: none;
}
A.current_menu_item_album div {
	color: #8b292a;
	text-align: center !important;
}

/* Current menu item
------------------------------------------------------------------------*/
/*
A.current_menu_item 
{
	display:block;
	float: right;
	background: white url(Images/corner-5px-top-left_color-white.png) top left no-repeat; 
	width: 190px;	
	text-decoration: none;
	margin-bottom: 1px;
}
A.current_menu_item div {
	background: url(Images/corner-5px-bottom-left_color-white.png) bottom left no-repeat; 
	text-align: center !important;
	font: normal 12px arial;
	padding: 5px;	
}
*/
A.current_menu_item 
{
	background: white url(Images/corner-5px-top-left_color-white.png) top left no-repeat; 
	text-decoration: none;
}
A.current_menu_item div {
	background: url(Images/corner-5px-bottom-left_color-white.png) bottom left no-repeat; 
	color: #8b292a;
	text-align: center !important;
}
A:hover.current_menu_item 
{
	background: white url(Images/corner-5px-top-left_color-white.png) top left no-repeat; 
	text-decoration: none;
}
A:hover.current_menu_item div {
	background: url(Images/corner-5px-bottom-left_color-white.png) bottom left no-repeat; 
	color: #8b292a;
	text-align: center !important;
}
