html{
	height:100%;
	/*background:#201c21;*/
}
body{
	background:#201C21;
}
.TitleHead{
	color:#434243;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
}

.Head{
	color:#434243;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}
.SubHead{
	color:#434243;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.SubHead label{
	color:#434243;
	font-size:12px;
}
a.CommandButton{
	font-family:Arial, Helvetica, sans-serif;
}
.NormalTextBox
{
  font-family:Arial, Helvetica, sans-serif;
}
a img{
	border:none;
}
a, a:visited, a:link{
	text-decoration:none;
	outline:none;
	color:#434243;
	font-family:Arial, Helvetica, sans-serif;
}
a:hover{
	text-decoration:underline;
	color:#434243;
}

h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, sans-serif;
	color:##434243;
}

h2
{
    font-size: 20px;
    font-weight: normal;
}

h3
{
    font-size: 14px;
    font-weight: normal;
    color:#93322C;
    font-weight:bold;
}

h4
{
    font-size: 12px;
    font-weight: normal;
}

h5, DT
{
    font-size: 11px;
    font-weight: bold;
}

h6
{
    font-size: 11px;
    font-weight: bold;
}

.console-large h3 
{
    color:#275072;
}
.wrapper{
	min-height:100%;
	height:auto !important;
	height:100%;
	background: url(images/body_bg.png) #201c21 repeat-x;
}
.center{
	width:980px;
	margin:0 auto;
}
.header{
	height:130px;
}
.logo{
	float:left;
	margin: 43px 0 0 10px;
	display:inline;
}
.user-login{
	float:right;
	background:url(images/user_login_left_bg.png) no-repeat left top;
	font-size:12px;
}
.user-login div{
	background:url(images/user_login_right_bg.png) no-repeat right top;
}
.user-login div div{
	background:url(images/user_login_center_bg.png) repeat-x;
	margin: 0 5px;
	padding:0 9px;
	height:21px;
	zoom:1;
	overflow:hidden;
}
html* .user-login div div{
	display:inline;
}
.user-login span, .user-login a, .user-login a.login, .user-login a:hover{
	color:#beb9be;
}
.cube-menu{
	margin-bottom:10px;
	clear:right;
	border-bottom:1px solid #3d393c;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	overflow:hidden;
	zoom:1;
	text-align:right;
	display:inline;
}
* html .cube-menu{
	border:none;
}

.cube-menu-inner{
	background:url(images/menu_bg.png) repeat-x;
	border:1px solid #000000;
	-moz-border-radius-topright: 5px; 
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	overflow:hidden;
	zoom:1;
	float:right;
	margin-top:33px;
}
.bread-crumb{
	margin-bottom:10px;
	clear:both;
}
.bread-crumb span{
	color:#686068;
	font-weight:bold;
	font-size:12px;
}
.bread-crumb a.bread-crumb-link,
.bread-crumb a.bread-crumb-link:hover,
.bread-crumb a.bread-crumb-link:visited{
	color:#f9a519;
	font-weight:normal;
	margin:0 5px;
}
.bread-crumb span a.bread-crumb-link:first-child,
.bread-crumb span a.bread-crumb-link:first-child:hover,
.bread-crumb span a.bread-crumb-link:first-child:visited{
	color:#686068;
}

.main-part{
	background:url(images/main_part_top_bg.png) no-repeat top left;
	overflow:hidden;
	zoom:1;
	clear:both;
}
.main-part-content{
	background-color:#FFFFFF;
	border-left: 1px solid #e7e6e7;
	border-right: 1px solid #e7e6e7;
	margin-top:30px;
	overflow:hidden;
	zoom:1;
	padding:0 17px 24px 20px;
}
.main-part-bottom{
	background:url(images/main_part_bottom_bg.png) no-repeat bottom left;
	height:7px;
	line-height: 1px;
	font-size: 1px;
}
.footer{
	overflow:hidden;
	zoom:1;
	padding:9px 15px 9px;
}
.footer .links-holder{
	float:right;
}
.footer .links-holder a.links,
.footer .links-holder a.links:visited,
.footer .links-holder span.links{
	color:#979292;
	text-transform:uppercase;
	font-size:11px;
}
.footer .links-holder span.links{
	margin:0 4px;
}
.footer .dnn-cr,
.footer .privacy,
.footer .terms{
	float:left;
	color:#727272;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
}
.footer .privacy{
	margin-right:1em;
}
.price_tag{
	background: url(images/price_tag.jpg);
	width:152px;
	height:64px;
	color:white;
	font-family: Helvetica, "Myriad Pro", Arial, Sans-Serif;
	float:left;
	font-size:29px;
	margin-right:10px;
}
.price_tag div{
	margin-top:25px;
	margin-left:20px;
}
.c-content ol li{	
	padding:10px;
	line-height:1.5em;	
}