/************************************************
*											  	*
* RESET											*
*												*
*************************************************/


* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; /* don't edit */
	color: #5D5968;
	border: none;
}


html, body {
	width: 100%;
	height: 100%;
}


html {
	font-size: 62.5%; /* don't edit */
}


body {
	background: url(../img/bg.gif) repeat-y top center #ffffff;
}


a:link, a:visited { 
	outline: none;
	color: #5D5968;
	text-decoration: underline;  
}  


a:active, a:hover { 
	color: #5D5968; 
	text-decoration: none;
}


.clearfix:after {

    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    
}


.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */


/************************************************
*											  	*
* GENERAL SETTINGS								*
*												*
*************************************************/

h1{
 	background: url(../img/h1_understanding.png);
 	padding-top: 72px;
 	overflow: hidden;
 	width: 218px;
 	height: 0px;
 	margin: 0 0 40px 0;
}

p{
	margin: 0 0 14px 0;
	font-size: 11px;
	line-height: 15px;
	color: #8C8994;
}



/************************************************
*											  	*
* LAYOUT										*
*												*
*************************************************/


#wrapper{
	width: 960px;
	margin: 0px auto;
}

#appWrapper{
	padding: 0 0 20px 0;
	background: url(../img/footer_bg.png) bottom left no-repeat; 
}


#footer{
	width: 920px;
	margin: 20px 0 0 0;
	padding: 20px 20px;
	background: url(../img/footer2_bg.png) no-repeat;
	list-style-type: none;
}


#footer li{
	float: left;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	margin-right: 10px;
}

#footer li#support{
	margin: 0 0 0 570px;
}

#footer li a{
	height: 28px;
	line-height: 28px;
	text-decoration: none;
}

#footer li em{
	line-height: 28px;
	vertical-align: middle;
	margin: 0 10px 0 0;
}


#content{
	padding: 30px 20px;
}

#content #description{
	width: 260px;
	float: left;
	margin: 0 50px 0 0;
}







