@charset "UTF-8";
/* CSS Document */


/*
	| IT FOR STARTERS
	| 
	|
	| Base
	|
*/



/* General
----------------------------------------------- */


* {
	margin: 0;
	}
	
html, body {
	height: 100%;
	}
	
img {
	border: 0;
	}	

body {
    background:url(../images/gen/mainbg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-align:center;
	}

.mainWrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px auto;
	width: 800px;
	text-align:left;
	}

.header {
	height: 35px;
	margin: 0 auto;
	text-align:right;
	}

.footer, .push {
	height: 60px;
	margin: 0 auto;
	}
	
.push {
	clear: both;
	}	

.footer {
	width: auto;
	background: #EFEFEF;
	color: #333;
	}
	
.footerContent{
	width: 800px;
	margin: 0 auto;
	text-align:left;
	}	
	
.topSection {
	height: 95px;
	margin-top: 20px;
	}
	
.midSection {
	height: 150px;
	}
	
.bottomSection {
     margin-top: 20px;
	}
	
.colLeft img {
     margin-bottom: 40px;
	}		
	
.colLeft {
	width: 410px;
	float: left;
	}
	
.colRight {
    padding: 76px 0 0 60px;
	width: 330px;
	float: left;
	}				
		
	
/* Text
----------------------------------------------- */

.header p, .footer p {
	font-size: 13px;
	padding-top: 10px;
	}
	
.bottomSection p, .bottomSection ul {
     font-family:Arial, Helvetica, sans-serif;
	 font-size: 14px;
	 line-height: 18px;
	 padding-bottom: 8px;
	 }	
	 
.bottomSection ul {
	margin-left: 0;
	padding-left: 15px;
	}	 
