* {
	margin: 0;
	padding: 0;
}
body
{
	color:#000;
	background: #bebebe url('./img/bg.gif') repeat-y center;
}
#top_bg
{
	height:225px;
	background: url('./img/bg_top.gif') no-repeat center;
}
#top
{
	height:225px;
	width:932px;
	margin:0 auto;
	overflow:hidden
}
#theme_right
{
	float:right;
	height:149px;
	width:565px;
	background: url('./img/theme_right.png') no-repeat;
}

#topmenu
{
	float:right;
	width:622px;
	height:50px;
	background: url('./img/topmenu_bg.gif') repeat-x;
	overflow:hidden;
}
#topmenu_rgt
{
	float:right;
	width:20px;
	height:50px;
	background: url('./img/topmenu_rgt.jpg') no-repeat;
}
#topmenu_lft
{
	float:left;
	width:14px;
	height:50px;
	background: url('./img/topmenu_lft.jpg') no-repeat;
}
#topmenu_links
{
	padding-top:17px;
	text-align:center;
	font-weight:bold;
}
#topmenu_links a:link, #topmenu_links a:visited
{
	text-decoration:none;
	padding:0 15px;
}
#topmenu_links a:hover, #topmenu_links a:active
{
	color: #000;
	text-decoration:underline;
}
#topmenu_links span
{
	color:#8cc528;
}
a#logo
{
	width:314px;
	height:55px;
	float:left;
}
#theme_top
{
	float:left;
	width:314px;
	height:82px;
	background: url('./img/theme_top.jpg') no-repeat;
	margin-top:12px;
}
#theme_middle
{
	float:left;
	width:310px;
	height:50px;
	background: url('./img/theme_middle.jpg') no-repeat;
}
#theme_middle2
{
	float:left;
	width:314px;
	height:26px;
	background: url('./img/theme_middle2.jpg') no-repeat;
}
#theme_bottom
{
	width:314px;
	height:148px;
	background: url('./img/theme_bottom.jpg') no-repeat;
}


#page
{
	width:932px;
	margin:0 auto;
}
#left
{
	float:left;
	display:inline;
	overflow:hidden;
	width:314px;
	/*background: url('./img/bg_hand.gif') no-repeat bottom right;*/
	padding-bottom: 120px;
}


#content
{
	width:540px;
	float:left;
	margin-top:-1em;
	margin-left:60px;
	display:inline;
	background: url('./img/hand_bg.jpg') no-repeat bottom right;
}


#bottommenu
{
	margin:15px 0;
	text-align:center;
}
#bottommenu a:link, #bottommenu a:visited
{
	color:#626262;
	padding: 0 13px;
	text-decoration:none;
}
#bottommenu a:hover, #bottommenu a:active
{
	color:#000;
	text-decoration:underline;
}
#bottommenu span
{
	color: #bc051a;
}
.cleaner
{
	clear:both;
	overflow:hidden;
	height:0px;
}

/* forms */
fieldset.order
{
	margin: 1.5em 0;
	padding: 1em;
	background: url('./img/fieldset_bg2.jpg') no-repeat top;
}
fieldset.order legend
{
	padding: 3px 1em;
	background: #6eb500;
	font-weight:bold;
	color:#fff;
}
fieldset.order label
{
	float:left;
	width:200px;
}
fieldset.order input
{
	width:296px;
}
fieldset.order select
{
	width:300px;
}
fieldset.order input.line
{
	width:200px;
	margin-left:200px;
}
fieldset.order input.line-none
{
	height:1px;
	display:none;
}
.nodisplay
{
	display:none;
}

.color_pallete img
{
	border: 1px solid #fff;
}
fieldset.order input.inp_small
{
	width:100px;
}
fieldset.order select.inp_small
{
	width:104px;
}

/*** messages ***/
#message,#warning
{
	padding: 3px;
	margin:0;
	list-style-type:none;
}
#message
{
	border: 5px solid #75bb06;
	background: #bbd564;
}
#warning
{
	border: 5px solid #bb0101;
	background: #d5a464;
}

