.TitleHead{
	color:#272727;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
}

.Head{
	color:#272727;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}
.SubHead{
	color:#272727;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.SubHead label{
	color:#272727;
	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{
	color: #B2B2B2;
	font-family:Tahoma, Arial;
	font-size: 10px;
	text-decoration:none;
	outline:none;
	
}
a:hover{
	text-decoration:underline;
}
h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, sans-serif;
	color:#272727;
}

h2
{
    font-size: 20px;
    font-weight: normal;
}

h3
{
    font-size: 16px;
    font-weight: normal;
}

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;
}
a.GreenButton
{
	clear:both;
	cursor:pointer;
	margin-top:20px;
	padding: 0px;
	margin: 0px;
	color: #fff !important;
	padding-top:3px;
	display:inline-block;
}
.c-content a.GreenButton:hover{
	text-decoration:none !important
}
.button-l
{
	background: url(images/button_left.png) top left no-repeat;
	height:32px;
	width:15px;
	float:left;
	margin:0;
}
.button-c
{
	background:url(images/button_center.png) top left repeat-x;
	height:26px;
	padding-top:6px;
	float:left;
	margin:0;
	color:#ffffff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	overflow:hidden;
	display:inline;
	zoom:1;

}

.button-r
{
	background:url(images/button_right.png) top left no-repeat;
	height:32px;
	width:15px;
	float:left;
	margin:0;
}

html{
	height:100%;
	background-color:#FFFFFF;
	width:100%;
}
.wrapper{
	min-height:100%;
	height:auto !important;
	height:100%;
}
.header{
	width:100%;
	height:104px;
	background: url(images/header_center.png) repeat-x;
	position:relative;
	z-index:1;
}
.header-left{
	position:absolute;
	z-index:0;
	top:0;
	left:0;
	height:104px;
	width:246px;
	background:url(images/header_left.png) no-repeat top left;
}
.header-right{
	position:absolute;
	z-index:0;
	top:0;
	right:0;
	height:104px;
	width:214px;
	background:url(images/header_right.png) no-repeat top left;
}
.header-center{
	width:980px;
	margin:0 auto;
	overflow:visible;
	position:relative;
	z-index:2;
	height:98px;
}
.logo{
	float:left;
	margin-top:14px;
	margin-left:21px;
	position:absolute;
}

.right-top{
	height:19px;
	margin-top:6px;
	color:#c9c9c9;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	top:6px;
	right:0;
}

.right-top .langSelector,
.right-top .langSelector a {
	color: #838282;
	font-family: Arial;
	font-size: 13px;
	font-weight: 400;
}
.right-top .langSelector a:hover {
	color: #55adf8;
	font-family: Arial;
	font-size: 13px;
	font-weight: 400;
	text-decoration: none;
}
.user-login{
	float:right;
	margin-top:3px;
	margin-right:20px;
}
.user-login a.user, .user-login a.login{
	color:#c9c9c9;
}
a.user:hover, a.login:hover{
	color:#c9c9c9;
	text-decoration:underline;
}

.search{
	float:right;
	overflow:hidden;
	width:159px;
}
.search span{
	border:none;
	background:url(images/search_left.png) no-repeat top left;
	height:19px;
	width:100%;
	float:right;
	position:relative;
}
.search input{
	margin:0 22px 0 9px;
	width:128px;
	border:none;
	border-top:#cfcfcf 1px solid;
	height:18px;
	float:left;
	color:#989898;
	font-family:Arial;
	font-size:11px;
	padding:0;
}
.search .search-link{
	position:absolute;
	top:0;
	right:0;
	height:19px;
	width:22px;
	border:none;
	background:url(images/search_ok_bg.png) no-repeat top left;
}

.digiworks-menu{
	float:right;
	display:inline;
	margin-top:65px;
	margin-right:32px;
	/*z-index:10;*/
	zoom:1;
	clear:both;
}
html* .digiworks-menu{
	width:100%;
	overflow:hidden;
	zoom:1;
}
.digiworks-menu ul{float:right}

.content{
	width:100%;
	background: url(images/content_bg.png) repeat-x;
	clear:both;
}
.center{
	margin:0 auto;
	width:980px;
	overflow:auto;
	zoom:1;
	padding-top:25px;
}
.bread-crumb{
	float:left;
	clear:both;
}
.bread-crumb span{
	color:#919191;
	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:#2071b7;
	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:#131313;
}
.footer{
	width:100%;
	height:48px;
	background:url(images/footer_bg.png) top left repeat-x;
}
.footer-in
{
	width:980px;
	height:100%;
	margin:0 auto;
}
.footer-left
{
	float:left;
	margin-top:11px;
	color: #B2B2B2;
	font-family: Tahoma, Arial;
	font-size: 10px;
}

.footer-left a
{
color: #B2B2B2;
}
.privacy{
	display:block;
}
.copyright, a.privacy, a.privacy:hover{
	color:#b2b2b2;
	font-family:Tahoma, Arial;
	font-size:10px;
}
.dnn-cr
{
	color:#404040;
	font-family:Arial;
	font-size:14px;
	float:right;
	margin-top:18px;
	margin-right:28px;
}
.footer-links{float:right;}
a.links, a.links:visited
{
	color:#b2b2b2 !important;
	font-family:Tahoma, Arial;
	font-size:11px;
	margin-right:20px;
	float:left;
	margin-top:11px;
	text-transform:uppercase;
}
.price_tag{
	background: url(images/price_tag.gif) no-repeat top left;
	width:128px;
	height:68px;
	color:white;
	font-family: Helvetica, "Myriad Pro", Arial, Sans-Serif;
	float:left;
	font-size:25px;
	margin-right:10px;
}
.price_tag div{
	margin-top:26px;
	margin-left:34px;
}

.dnnRibbonGroup .footer {
	background: 0 none;
}
.barContent > table {
	margin: 0 auto;
	text-align:center;
}

