html, body {
	font: 100.1% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	color: #666;
	height: 100%;
}
#bPage {
	background: #fff url(images/main_bg.jpg) repeat-x center 180px;
	text-align: center;
}
a {
	color: #666;
}
a img {
	border: 0 none;
}
#container {
	min-height: 100%;
	margin-bottom: -22px;
	padding: 0;
	position: relative;
	background: url(images/headerbg.jpg) no-repeat;
}
#content {
	padding-bottom: 85px;
}
#header, #content, #footer {
	width: 80%;
	min-width: 760px;
	max-width: 60em;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#header {
	height: 150px;
}
#newsticker {
	width: 450px;
	height: 30px;
	float: right;
	background: #eee;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#newsticker ul {
	list-style: none;
	width: 100%;
	position: relative;
	margin: 5px 0 0 10px;
	padding: 0;
}
#newsticker li {
	display: inline;
	background: transparent url(images/gui_small.png) no-repeat;
	padding: 4px 0 0 23px;
}
#logo {
	padding-top: 10px;
}
#hmenu {
	right: 10px;
	bottom: -8px;
	text-align: center;
	margin: 0;
	padding: 0;
	position: absolute;
}
#hmenu a {
	padding: 10px;
	color: #ee8027;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	display: block;
}
#hmenu ul {
	list-style: none;
	width: 100%;
	position: relative;
}
#hmenu li {
	display: block;
	float: left;
}
.hfirst {
	margin-right: 7px;
	width: 168px !important;
}
.hlast {
	width: 108px !important;
}
.hfirst a {
	background: transparent url(images/rad_button.png) no-repeat;
}
.hlast a {
	background: transparent url(images/forum_button.png) no-repeat;
}
.hfirst a:hover {
	background: transparent url(images/rad_button_hover.png) no-repeat;
}
.hlast a:hover {
	background: transparent url(images/forum_button_hover.png) no-repeat;
}
#hbar {
	background: transparent url(images/hbar.png) repeat-x;
	height: 46px;
}
#menu {
	padding-top: 5px;
}
.menuInner {
	margin-top: 20px;
}
#menu span {
	font-size: 13px;
	color: #999;
}
/*.active1 a {
font-size: 13px;
font-weight: bold;
color: #ee8027;
}
*/

/* Layout */
.main {
	display: table;
	width: 100%;
	border-collapse: collapse;
}
.columnContainer {
	display: table-row;
}
.column {
	display: table-cell;
	margin: 0;
	padding: 0;
}
.main .colleft {
	width: 180px;
}
.main .colright {
	border-left: 1px #eee solid;
	border-right: 1px #eee solid;
}
.columnInner {
	padding: 5px 15px 15px 15px;
	font-size: 12px;
}
.contentTitle {
	background: transparent url(images/gui_medium.png) no-repeat;
	border-bottom: #ddd 1px solid;
	margin: 0;
	margin-bottom: 20px;
	padding: 9px 0 0 55px;
	font-size: 25px;
}
.breadCrumbs {
	float: left;
	padding: 0;
	font-size: 13px;
	color: #999;
	margin: 0 0 20px 0;
}
.breadCrumbs a {
	color: #999;
	text-decoration: none;
}
.breadCrumbs a:hover {
	text-decoration: underline;
}
.breadCrumbs ul {
	display: inline;
	list-style: none;
	width: 100%;
	position: relative;
}
.breadCrumbs li {
	display: inline;
	float: left;
	padding: 0 4px 0 0;
}
#footerContainer {
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 0;
	left: 0;
	height: 70px;
	width: 100%;
	background: #eee;
	border-top: #999 1px dashed;
}

/* Footer */
#footer {
	padding-top: 10px;
}
#f_left {
	float: left;
	margin-bottom: 4px;
	padding: 0;
	font-size: 11px;
	color: #999;
}
#f_left ul {
	display: inline;
	list-style: none;
	width: 100%;
	position: relative;
}
#f_left li {
	display: inline;
	float: left;
	padding: 0 4px 0 0;
}
#f_right {
	float: right;
	margin-bottom: 4px;
	font-size: 11px;
}
.copyright {
	text-align: center;
	clear: both;
	font-size: 9px;
}
/* Footer end */

.menu_tag01 {
	background: transparent url(images/gui_small.png) no-repeat;
	border-bottom: #ddd 1px solid;
	padding-left:23px;
	padding-top: 4px;
	font-size: 12px;
	cursor: pointer;
	margin-top:5px;
	margin-right: 15px;
}
.menu_tag02 {
	font-size: 11px;
	margin-bottom: 5px;
	margin-left: 40px;
	cursor: pointer;
}
.menu_tag01:hover, .menu_tag02:hover {
	text-decoration: underline;
}
.menu_hidden {
	visibility: hidden;
	cursor: default;
	position: absolute;
}
.folder_collapsed {
	background-image: url(images/folder_collapsed.gif);
	background-position: 2px;
	background-repeat: no-repeat;
	padding-left: 22px;
	padding-top: 5px;
	height: 20px;
	/*border: 1px solid #000000;*/
	font-family : Verdana, Arial, Helvetica;
	font-size: 12px;
	color : #902F02;
	cursor: pointer;
}
.folder_expanded {
	background-image: url(images/folder_expanded.gif);
	background-position: 2px;
	background-repeat: no-repeat;
	padding-left: 22px;
	padding-top: 5px;
	height: 20px;
	/*border: 1px solid #000000;*/
	font-family : Verdana, Arial, Helvetica;
	font-size: 12px;
	color : #902F02;
	cursor: pointer;
}
.folder_item {
	background-image: url(images/item.gif);
	background-position: 2px;
	background-repeat: no-repeat;
	padding-left: 22px;
	padding-top: 5px;
	height: 20px;
	/*border: 1px solid #000000;*/
	font-family : Verdana, Arial, Helvetica;
	font-size: 12px;
	color : #902F02;
	cursor: pointer;
}
.folder_item_invisible {
	visibility:hidden;
	position: absolute;
}
/* Photoalbum */
.photoframe {
	padding: 2px;
	width: 100px;
	border-color:#000000;
	border-width: 1px;
	border-style: solid;
}
.photoframe:hover {
	padding: 2px;
	width: 100px;
	border-color:#999999;
	border-width: 1px;
	border-style: solid;
}
.album_frame {
	width:450px;
	padding: 3px;
	border-color:#CCCCCC;
	border-style:solid;
	border-width: 1px;
}
.album_title {
	font-size: 8pt;
	font-weight:bold;
	color:#000000;
	border-color:#CCCCCC;
	border-style:solid;
	border-width: 1px;
}
.album_descr {
	font-size: 8pt;
	color:#000000;
	border-color:#CCCCCC;
	border-style:solid;
	border-width: 1px;
	border-top-width: 0px;
	margin-bottom: 1px;
}
.album_table {
	width: 450px;
}
.album_scroll {
	width: 350px;
	overflow:hidden;
	position:relative;
	vertical-align:middle;
	border-color:#000000;
	border-style:dashed;
	border-width: 1px;
}
.album_left {
	background-image:url(images/arrow_left.gif);
	background-repeat:no-repeat;
	width: 50px;
	height: 50px;
}
.album_right {
	background-image:url(images/arrow_right.gif);
	background-repeat:no-repeat;
	width: 50px;
	height: 50px;
}
/* album DMS */
.thumb_spacer {
	background-image:url(images/spacer.gif);
	height: 10px;
	width: 6px;
}
/* Transparecy */
.opaque {
	opacity: .4;
}
.opaque-ie {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
}

