/*
Website: Tableland Truck School
Designer: Samadara Ginige
Designer URI: http://www.samadaraginige.com.
*/

/*** common styles ****************************************/
@font-face {
    font-family: 'OpenSansRegular';
    src: url('opensans-regular-webfont.eot');
    src: url('opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-regular-webfont.woff') format('woff'),
         url('opensans-regular-webfont.ttf') format('truetype'),
         url('opensans-regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansCondensedBold';
    src: url('OpenSans-CondBold-webfont.eot');
    src: url('OpenSans-CondBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-CondBold-webfont.woff') format('woff'),
         url('OpenSans-CondBold-webfont.ttf') format('truetype'),
         url('OpenSans-CondBold-webfont.svg#OpenSansCondensedBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
    margin: 0;
    padding: 0;
}
 
body {
       text-align: center;
       font-family: OpenSansRegular;	
       font-size: 14px;
       color: #000;
	   background: url('images/bg.png') top left;
	   line-height:18px;
}

a:link, a:visited, a:active {
	text-decoration:none;
	color:#b02122;
}

a:hover {
	text-decoration:underline;
}

h1{
	font-family: OpenSansCondensedBold;	
    font-size: 30px;
	text-transform: uppercase;
}

h2{
	font-family: OpenSansCondensedBold;	
    font-size: 21px;
}

h3{
	font-family: OpenSansCondensedBold;	
    font-size: 20px;
    color: #b02122;
	text-align:center;
	text-transform: uppercase;
}

h4{
	font-family: OpenSansCondensedBold;	
    font-size: 18px;
	line-height:12px;
}

/*** wrapper ****************************************/
#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align:center;
}

/*** header ****************************************/
#header {
	width: 1000px;
	height: 500px;
	text-align:right;
	padding: 0;
	display:block;
	background: url('images/banner.png') no-repeat center;
}

#branding {
	display:block;
	width:340x;
	height:180px;
	padding:0;
}

#banner {
	display:block;
	width:605px;
	height:95px;
	background: url('images/bannerBg.png') top left;
	margin-top:155px;
	float:right;
	text-align:right;
	font-family: OpenSansCondensedBold;	
    font-size: 26.5px;
    color: #fff;
	text-transform: uppercase;
	padding:18px 15px;
	line-height:34px;
}

#intro {
	width:960px;
	height:120px;
	display:block;
	background:#e6e6e6;
	padding:20px;
	text-align:left;
	
}

#content1-holder {
	width:1000px;
	height:390px;
	background: #d2d2d2 url('images/downArrow.png') no-repeat top center;
	display:block;
}

#content1-item1 {
	background: url('images/seperator.png') no-repeat center right;
}

.cls-content1-item {
	width:455px;
	height:360px;
	display:inline-block;
	text-align:left;
	padding:15px 20px;
	line-height:17px;
}

#content2-holder {
	width:1000px;
	height:500px;
	display:table;
	vertical-align:top;
	background: url(images/upArrow.png) no-repeat bottom center;
}

.cls-content2-item {
	width:455px;
	height:425px;
	display:table-cell;
	text-align:left;
	padding:15px 20px;
	line-height:17px;
	background: url('images/shade.png') no-repeat top center;

}

/*** footer ****************************************/
#footer {
	width: 1000px;
	height: 20px;
	text-align:center;
	display:block;
	padding:30px 0px 25px 0px;
	font-family: OpenSansCondensedBold;	
    font-size: 24px;
    color: #fff;
	text-transform: uppercase;
	background:#424242;
}