
h1{
	color:#fff;
	font-size:36px;
	font-weight:normal;
}



/* The expand / collapse button */

a.button{
	background:url('img/buttons.png') no-repeat;
	width:80px;
	height:38px;
	display:block;
	position:relative;
	right:-100px;
	top:-0px;
	text-indent:-9999px;
	overflow:hidden;
	border:none !important;
}

a.button.expand:hover{ background-position:0 -38px;}
a.button.collapse{ background-position:0 -76px;}
a.button.collapse:hover{ background-position:0 bottom;}




/* Definition Lists */

dt{
font-family:verdana;
	font-size:12px;
	color:#898888;
	margin-top:20px;
	padding-left:30px;
	position:relative;
	cursor:pointer;
	border:1px solid transparent;
	text-align:justify;
	text-transform:none;
}

dt:hover{ color:#5f6a73;}

dt .icon{
	background:url('img/bullets.png') no-repeat;
	height:12px;
	left:0;
	position:absolute;
	top:3px;
	width:12px;
	margin-left:10px;
	margin-right:10px;
	
}

dt.opened .icon{ background-position:left bottom;}

dd{
font-family:verdana;
	font-size:12px;
	color:#898888;
	text-transform:none;
	line-height:1.5;
	padding:20px 0 0 0px;
	text-align:justify;
	display:none;
}


/* Only Needed For The Demo Page */


p.createdBy{
	font-size:15px;
	font-weight:normal;
	margin:50px;
	text-align:center;
	text-shadow:none;
}



.brand_txt
{
	font-family:Verdana;
	font-size:12px;
	text-align:justify;
	line-height:18px;
	color:#878787;
	margin-left:30px;
	margin-bottom:8px;
	margin-right:10px;

}
