body 
{
	background: url(../images/background.jpg);
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: #848684;
}

img
{
	border: 0px;
}

#container 
{
	background: url(../images/main_background.jpg);
	text-align: left;
	padding: 0px 30px 0px 30px;
	margin: auto;
	width: 740px;	
}

.bggray 
{
	background: url(../images/main_submenu_gray.png);
}

.bgwhite 
{
	background: white;
}

.divider
{
	text-align: right;
	/*height: 10x;*/
	padding: 2px;
	line-height: 9px;
	font-size: 9px;
}

.divider a
{
	color: #808080;
	text-decoration: none;
}

.divider a:hover
{
	color: red;
}

.center
{
	text-align: center;
}

#menu
{
	padding: 10px 0px 10px 0px;
	text-align: center;
	font-size: 8pt;
	text-transform: uppercase;
	font-family: Microsoft Sans Serif, Franklin Gothic Medium, Lucida Console;
	font-weight: bold;
	margin: 0px auto 30px auto;
}

#menu .item a
{
	color: #848684;	
	text-decoration: none;
	display: block;
	padding: 5px 14px 5px 15px;
	background: url(../images/main_menu_separator.jpg) right center no-repeat;
}

#menu .item a.last
{
	background: none;
}

#menu .active
{
	background: url(../images/main_red_grad.jpg);
}

#menu .active a
{
	color: white;
}

#left
{
	width: 152px;
	float: left;
	font-size: 7pt;
}

#left .submenu
{
	padding: 20px 0px 20px 0px;
	background: url(../images/main_submenu_gray.png);
}

#left .submenu a
{
	color: #848684;
	display: block;
	margin-bottom: 6px;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 0px 3px 25px;
	background: url(../images/list_item_gray.jpg) left 5px no-repeat;
}

#left .submenu a:hover, #left .submenu a.active
{
	color: #f73021;
	background: url(../images/list_item_red.jpg) left 5px no-repeat;
}

#left .deco
{
	background: url(../images/main_submenu_deco.png) top left no-repeat;
	height: 174px;
}

#left .contact
{
	color: white;
	font-size: 7pt;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 20px 5px;
	background: url(../images/main_red.jpg);
}

#left .contact a
{
	color: white;
	text-decoration: none;
}

#left .contact a:hover
{
	color: white;
	text-decoration: underline;
}

#left .bottom
{
	text-align: center;
	background: url(../images/main_submenu_lightgray.png);
}

#left .bottom p
{
	text-align: left;
	margin: 0px auto 0px auto;
	width: 120px;
	color: #f73021;
	font-weight: bold;
	padding: 10px 5px 20px 5px;
}

.clear
{
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

#content
{
	float: right;
	width: 530px;
	text-align: justify;
	padding: 0px 20px 25px 0px;
	font-size: 10pt;
}

#content a, .footer a
{
	color: red;
	text-decoration: none;
}

#content a:hover, .footer a:hover
{
	text-decoration: underline;
}

#content ul
{
	list-style: url(../images/list_item_red.jpg);
}

#content ul li
{
	margin-bottom: 2px;
}

#bg
{
	/*background: url(../images/left_back.jpg) left repeat-y;*/
}

div.login
{
	text-align: center;
}

div.login form
{
	width: 300px;
	border: 1px solid #848684;
	margin: 100px auto 0px auto;
	text-align: left;
	padding: 15px;
	font-weight: bold;
}

h1
{
	color: #ef3425;
	font-size: 160%;
}

h2
{
	color: #ef3425;
	font-size: 140%;
}

h3
{
	color: #ef3425;
	font-size: 120%;
}

h4
{
	color: #000000;
	font-size: 110%;
}

#menu .sub-container
{
	float: left;
	_border: 1px solid white;	
}

#menu .pulldown  
{ 
  margin-left: 0px;
  margin-top: 0px;
  padding: 10px 0px 5px 0px;
  text-align: left;
  font-weight: normal;
  position: absolute;
  z-index: 20;
  visibility: hidden;
  left: auto;
  top: auto;
  background: white;
  border: 1px solid #ef3425;
  font-size: small;
}

#menu .pulldown a
{
	color: #848684;	
	background: none;
	text-decoration: none;
	padding: 0px;	
	background: none;
	text-transform: none;
	display: block;
	margin: 0px;
	padding: 2px 10px 2px 10px;
}

#menu .pulldown a:hover
{
	background: #ef3425;
	color: white;
}

.footer
{
	padding: 5px 0px 10px 0px;
}