html{
	background:url("images/bg_test_1.png") repeat-y center #6A6A6A;
        background-size: 1039px;
}

#page{
	width:1024px;
	margin:0px auto 20px;
background:#151515;
}

/* HEADER */
#headbanner{ padding:0;
width:1024px; margin-left:auto; margin-right:auto;margin-top:0px;
background: url("images/logo_beta22.png") no-repeat scroll 0 15px ;height:130px;
}

#header_title{
	float:left;
}

#header_rss{
	float:right;
}

#header_title h1{
	color:#666666;
        font-size:80px;
        font-weight:bold;
        letter-spacing:-0.1em;
	font-family: Arial;
	padding:15px 0 0 40px;
}

#header_title h1 a{
	color:#666666;
}
#header_title h1 a:hover{
	text-decoration:none;
}


#header_rss a img{
	position:absolute;
	top:291px;
	display:block;
	z-index:100;
        right:401px;
}



/*menu*/
#menu{

	width:1024px;

	height:100px;

	background: url("images/menubar.png") repeat-x #ff3300;
	margin:auto;

}

#menu ul{

	padding: 0 0 0 15px;

        display: inline-block;

        line-height:100px;

}

#menu li{

	display:inline-block;

	padding:0 8px 0 8px;

	color:#ffffff;

	font-size:11px;
        font-weight:bold;

	font-family:arial, Tahoma, Geneva, sans-serif;

	text-transform:uppercase;
	text-shadow: #333333 1px 1px;
}

#menu li a{
	color:#ffffff;
}
#menu li:hover a{
        color:#151515;
	background:none;
        text-decoration:none;
}

.sidebars2 h2{
	font-size:18px;
	color:#ffffff;
	text-transform:capitalize;
	font-weight:normal;
	padding:10px 0 10px 25px;
}

.sidebars2 ul{
	color:#4c4c4c;
        display:inline-block;
	margin-left:26px;
}

.sidebars2 ul li{
	margin:0 0 15px 0;
	padding: 1px 0px 2px 2px;
	background:#ffffff;
        float:left;
        width:240px;
        position:relative;
   	font-size: 11px;
 	font family:verdana, sans-serif;
}

.sidebars2 ul li ul li{
	margin-bottom:0;
	width:auto;
	background:none;
}

.sidebars2 ul li ul li ul li{
	margin-left:0;
}

.sidebars2 li ul{
}

.sidebars2 li ul li ul{
	padding-bottom:0px;
	padding-left:10px;
	background:none;
	width:auto;
}

.sidebars2 li ul li ul li ul{
}

.sidebars2 li{
	margin-bottom:0px;
	background:none;
}

.sidebars2 li li{
	margin-bottom:0px;
	border-bottom:1px solid #e8e8e8;
	padding:7px 0 7px 5px;
	font-size:13px;
}

.sidebars2 li li li{
	background:none;
	border:0;
	padding-bottom:3px;
}

.sidebars2 li a{
	color:#4c4c4c;
}

.sidebars2 li.widget_categories ul li{
	font-weight:bold;
	color:#4c4c4c;
}

.sidebars2 li.widget_categories ul li a{
	font-weight:normal;
	background:url(images/li_cat.gif) no-repeat left 4px;
	padding:0 0 0 10px;
}

.sidebars2 li.widget_archives ul li a{
	font-weight:normal;
	background:url(images/li_ar.gif) no-repeat left 4px;
	padding:0 0 0 12px;
}

.sidebars2 li.linkcat ul li a{
	background:url(images/li_links.gif) no-repeat left 4px;
	padding:0 0 0 15px;
	font-weight:bold;
}

.sidebars2 li.widget_meta ul li a{
	font-weight:normal;
	padding-left:2px;
	background:url(images/li_pagenav.gif) no-repeat left 6px;
	padding:0 0 0 14px;
}

.sidebars2 .widget_tags p{
	padding:0px 10px 10px 15px;
}

.sidebars2 .widget_tags a{
	color:#4c4c4c;
}

.sidebars2 .textwidget{
	padding:5px;
}


#myslides{

background:#262B2F;

}

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 972px; /*Width of Carousel Viewer itself*/
height: 165px; /*Height should enough to fit largest content's height*/
margin: 20px 0;
background:#202020;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px 17px ; /*margin around each panel*/
width:220px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
background:#14181a;
height:140px;
border:1px solid #373C3F;
}
.stepcarousel .panel p{
text-align: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 5px 5px ; /*margin around each panel*/

}

.stepcarousel .panel h2{
height:16px;
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px 5px ; /*margin around each panel*/
font-size:11px;
font-weight:normal;
text-align:center;
font-family:tahoma, sans-serif;

}
.stepcarousel .panel h2 a:visited ,.stepcarousel .panel h2 a:link{
	color:#cccccc;

}
.stepcarousel .panel img{

background:#040404; /*clip content that go outside dimensions of holding panel DIV*/
margin: 5px; /*margin around each panel*/
padding:0px 0px;
width:210px;

}

#slide{
background:none repeat scroll 0 0 #151515;
margin:auto;
width:972px;
}