@charset "iso-8859-2";
/* CSS Document */

body {

	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	font-family: Verdana, sans-serif;
	font-size: x-small;
}

a:link {
	color: #ff9900; /* All unvisited links will be colored black */
}
a:visited {color: #FF9900; /* All visited links will be colored tan */ }
a:active {color: #FF0000; /* All active links will be colored red */}
a:hover {color: #0000FF;}

h1,h2,h3,h4{
	color: #d39042;
	margin-bottom: 0.5em;
	font-weight: bold;
	font-family: "Tahoma", Verdana, sans-serif;
}
h1 { font-size: 140%; }
h2 { font-size: 130%; }
h3 { font-size: 125%; }
h4 { font-size: 115%; }

#holder {

	width: 866px;
	margin: 0px auto;
	text-align: left;
	background-color: #fff;

}
#header {
	width: 866px;
	height: 96px;
	margin: 0px;
	padding: 0px;
	background-image:url(../img/header.jpg);
}
#navigation {
	width: 866px;
	height: 32px;
	line-height: 32px;
	background-image:url(../img/navigation.jpg);
	font-family: "Tahoma", Verdana, sans-serif;

}
#navigation a, #navigation a:visited {
	font-size: 11px;
	font-weight: bold;
	margin-left: 6px;
	margin-right: 6px;
	color: #fff;
	text-decoration: none;

}
#navigation a#first {
	margin-left: 35px;

}
#navigation a:hover, #navigation a:active, #navigation a.current {
	text-decoration: underline;

}
#navigation_shadow {
	width: 866px;
	background-image: url(../img/bg_nav_under.jpg);
	height: 10px;
	background-repeat: no-repeat;	
}
#content {
	width: 864px;
	border-left: 1px solid #d39042;
	border-right: 1px solid #d39042;
	min-height: 500px;
	font-size: 115%;
	background-image: url(../img/bg_content.jpg);
	background-repeat:repeat-y;
	background-position: right;
}
#content_left {
	width: 580px;
	line-height: 160%;
	float:left;
	margin-left: 30px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	color: #333;
}
#content_left_wshop {
	width: 580px;
	line-height: 160%;
	float:left;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #333;
}
#content table
{
	border-collapse:collapse;
	border-color:#9b9b9b;
}
#content_right {
	width: 192px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	float:right;
	min-height: 300px;	
}
.clearboth {
	clear:both;
}
.right_menu {
	width: 192px;
	background-color: #fff;

}
.right_menu h4{
	font-size: 11px;
	color: #333;
	margin: 0px;
	padding: 0px;
}
.right_menu_header {
	width: 192px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-image:url(../img/ul_head.jpg);
}
.right_menu_content{
	width: 190px;
	border-right: 1px solid #e7e6e4;
	border-left: 1px solid #e7e6e4;
	border-bottom: 1px solid #e7e6e4;
}
.rmenu{
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border: 0px;
	color: #333;
}
.rmenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: 0px;

}
.rmenu li a{
	display:block;
	width: 150px;
	height: 25px;
	padding-left: 20px;
	color: #333;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../img/ul_li2.jpg);
	background-position: 0 -25px;
}
.rmenu li a:hover, .rmenu li.active a {
	background-position: 0 0px;
}
.rmenu ul a:hover{
	text-decoration: underline;
}

.rmenu li li a{
	display: block;
	font-weight: normal;
	background: none;	
}




/*
	General rules
	*/

	#dhtmlgoodies_slidedown_menu li{
		list-style-type:none;
		position:relative;
	}
	#dhtmlgoodies_slidedown_menu ul{
		margin:0px;
		padding:0px;
		position:relative;

	}

	#dhtmlgoodies_slidedown_menu div{
		margin:0px;
		padding:0px;
	}
	/* 	Layout CSS */
	#dhtmlgoodies_slidedown_menu{		
		width: 190px;
		visibility:hidden;
		overflow: hidden;
	}

	/* All A tags - i.e menu items. */
	#dhtmlgoodies_slidedown_menu a{

		display:block;
		width: 170px;
		line-height: 25px;
		padding-left: 20px;
		color: #333;
		font-size: 11px;
		text-decoration: none;
		font-weight: bold;
		background-image: url(../img/ul_li2.jpg);
		background-position: 0 25px;
		clear:both;

	}

	
	#dhtmlgoodies_slidedown_menu a:hover{

		background-position: 0 0px;

	}
	
	#dhtmlgoodies_slidedown_menu ul ul a{
		color: #333;
		text-decoration:none;	
		display:block;
		font-weight: normal;
		clear:both;
		width:180px;	
		padding-left:2px;	
		background: none;

	}
		#dhtmlgoodies_slidedown_menu ul ul a:hover{
			text-decoration: underline;
	}

	/*
	A tags 
	*/
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{	/* Main menu items */
		margin-top:1px;
		font-weight:bold;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
		margin-top:1px;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth3{	/* Sub menu items */
		margin-top:1px;
		color:#333;
		width: 165px
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4{	/* Sub menu items */
		margin-top:1px;
		color:#333;
		width: 155px
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth5{	/* Sub menu items */
		margin-top:1px;
		width: 145px
	}

	/* UL tags, i.e group of menu utems. 
	It's important to add style to the UL if you're specifying margins. If not, assign the style directly
	to the parent DIV, i.e. 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1
	
	instead of 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul
	*/
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul{
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv2 ul{
		margin-left:5px;
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul{
		margin-left:10px;
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 ul{
		margin-left:15px;
		padding:1px;
	}

.active {
	color: red;
}
