header, nav, article, footer, address {
	display: block;
}

body {
	background:url(/cdn/bg.jpg) #1e1e1e;
	color:#fff
}

header {
	background:#191919 url(../cdn/layout-bg.jpg) repeat-x;
	border-bottom:1px solid #252525;
}

header a {
	color:#fff
}

header div.container_16 {
	position:relative;
}

header div.container_16 div#social {
	position:absolute;
	bottom:-29px;
	right:0;
	float:right;
	border:1px solid #252525;
	border-top:0;
	-moz-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px;
	-webkit-border-radius:0 0 6px6px ;
	background:#090909;
}

header div.container_16 div#social a.icon {
	text-decoration:none;
	float:right;
	width:16px;
	height:16px;
	display:block;
	margin:0 10px 0 0;
	overflow:hidden;
}

header div.container_16 div#social a.icon span {
	visibility:hidden;
}

header div.container_16 div#social a.icon.last {
	margin-right:0
}

header div.container_16 div#social a.facebook_icon16x16 {
	background:url(/cdn/ui-social-icons.png) no-repeat 0 0;
}

header div.container_16 div#social a.twitter_icon16x16 {
	background:url(/cdn/ui-social-icons.png) no-repeat 0 -30px;
}

#logo {
	width:130px;
	height:23px;
	float:left;
	display:block;
	margin:7px 0;
	background:url(/cdn/logo.png) no-repeat;
	position:relative;
	text-decoration:none;
}

#logo span {
	visibility:hidden
}

#logo img {
	position:absolute;
	right:-5px;
	top:5px;
	visibility: hidden
}

#logo_footer {
	width:130px;
	height:23px;
	display:block;
	margin:7px 0;
	background:url(/cdn/logo.png) no-repeat right center;
	text-decoration:none;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5 ;
}

#logo_footer span {
	visibility:hidden
}

#logo_footer:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0 ;
}

#logo:hover img {
	visibility:visible
}

#nav {
	float:left;
	margin-top:7px;
}

#nav li {
	margin-right:3px;
}

#nav li a {
	text-decoration:none;
	text-shadow:1px 1px 1px #000;
	padding:3px 15px;
	font-weight:bold;
}

#nav li a:hover {
	color:#F9C74B;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px ;
	background-color:#000;
}

#nav li.UI_dropdown_wrapper {
	position:relative;
}

#nav li.UI_dropdown_wrapper a.UI_trigger:hover {
	-moz-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0 ;
}

#nav li.UI_dropdown_wrapper a.over {
	-moz-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0 ;
	background:#000;
	color:#F9C74B;
}

#nav li.UI_dropdown_wrapper .UI_dropdown {
	width:350px;
	background:#000;
	left:0;
	-moz-border-radius:0 4px 4px 4px;
	border-radius:0 4px 4px 4px;
	-webkit-border-radius:0 4px 4px 4px ;
}

#user_options {
	width:350px;
	margin-top:6px;
}

#user_options #user_options_account {
	float:right;
	margin-top:5px;
}

#user_options #user_options_account a {
	margin-right:3px 8px;
	font-size:11px;
	text-decoration:none;
	padding:5px;
	margin-right:5px;
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-border-radius:6px ;
	background:#101010;
}

#user_options #user_options_account a:hover {
	text-decoration:underline;
	color:#F9C74B;
}

#user_options #user_options_account a.over {
	background:#000;
	-moz-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0 ;
	color:#F9C74B;
}

#user_options #user_options_account a.UI_trigger:hover {
	background:#000;
	-moz-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0 ;
}

#user_options #user_options_account .UI_dropdown {
	background:#000;
	-moz-border-radius:4px 0 4px 4px;
	border-radius:4px 0 4px 4px;
	-webkit-border-radius:4px 0 4px 4px ;
	width:220px;
	right:0;
}

#user_options #user_options_account #login_dropdown_content {
	right:5px;
}

#user_options #user_options_account #signup_dropdown_content {
	right:54px;
}

#user_options #site_search {
	background:#0a0a0a;
	float:right;
	padding:2px 8px;
	width:140px;
	height:25px;
	background:url(/cdn/ui.png) no-repeat;
	position:relative;
}

#user_options #site_search input {
	background:none;
	border:0;
	color:#F9C74B;
	width:120px;
	padding:4px 0 0;
	text-shadow:1px 1px 1px #000;
}

#user_options #site_search button {
	background:none;
	color:#fff;
	border:0;
	width:20px;
	height:20px;
	padding:0;
	margin:2px 0 0 0;
}

#user_options #site_search button span {
	display:none
}

#user_options #site_search #search_response {
	right:0;
	top:35px;
	width:250px;
}

#user_options #site_search #search_response a:hover {
	color:#F9C74B;
}

#main_wrapp {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	min-height:400px;
}

#main {
	padding:50px 0 20px 0;
}

#breadcrumbs {
	background:#101010;
	border-bottom:1px solid #000;
	color:#999;
}

#slider_wrapper {
	margin-bottom:30px
}

#slider_home {
	border: 5px solid rgb(0, 0, 0);
	overflow: hidden;
	height: 248px;
	float:left;
	margin:0;
	position:relative;
	-moz-border-radius:6px 0 0 6px;
	border-radius:6px 0 0 6px;
	-webkit-border-radius:6px 0 0 6px ;
}

#slider_home .slide {
	position:absolute;
	width:100%;
	height:100%;
	display:none;
}

#slider_home .slide.selected {
	display:block
}

#slider_home_thumbs a {
	float:right;
	border:5px solid #000;
	position:relative;
	width:100px;
	display:block;
	height:76px;
}

#slider_home_thumbs a img {
	position:absolute;
}

#slider_home_thumbs a.first {
	-moz-border-radius:0 6px 0 0;
	border-radius:0 6px 0 0;
	-webkit-border-radius:0 6px 0 0 ;
}

#slider_home_thumbs a.corner {
	-moz-border-radius:0 0 6px 0;
	border-radius:0 0 6px 0;
	-webkit-border-radius:0 0 6px 0 ;
}

#slider_home_thumbs a.last {
	-moz-border-radius:0 0 0 6px;
	border-radius:0 0 0 6px;
	-webkit-border-radius:0 0 0 6px ;
}

#slider_home_thumbs a.UI_view_all {
	border:0;
	background: url(/cdn/layout-bg.jpg) no-repeat 0 -100px;
	padding:5px;
	width:70px;
	height:20px;
	text-align:center;
	-moz-border-radius:0 0 0 15px;
	border-radius:0 0 0 15px;
	-webkit-border-radius:0 0 0 15px;
	border-right:1px solid #101010;
	border-top:1px solid #101010;
}

#slider_home_thumbs a.UI_view_all:hover {
	background-position:0 -150px;
}

#slider_home_thumbs a:hover img {
	width:120px;
	height:95px;
	border:5px solid #000;
	box-shadow: 0 0 20px #000;
	-moz-box-shadow: 0 0 20px #000;
	-webkit-box-shadow: 0 0 20px #000 ;
	z-index:1000;
	top:-15px;
	left:-15px;
}

footer {
	background:#1c1c1c;
	border-top:1px solid #292929;
	padding:15px 0;
}

footer .UI_tag_cloud {
	border-right:1px solid #292929;
	border-left:1px solid #000;
}

footer .UI_tag_cloud div {
	border-left:1px solid #292929;
	border-right:1px solid #000;
}

footer #footer_nav {
	list-style:none;
}

footer #footer_nav li {
	padding:0;
	margin:0;
}

footer #footer_nav li a {
	color:#fff;
	padding:5px 10px;
	text-align:right;
}

footer #footer_nav li a:hover {
	color:#F9C74B
}

