/***********************
	-	BASICS 	-
***********************/
.img_text{position: absolute;z-index: 111;margin-left:25px;margin-top:115px;}
.img_text > a{color:#FFF}
.tog
{position: absolute;
margin-left: 489px;
margin-top: 185px}

.main-container{

width:100%;

}

html {
	width: 100%;
	overflow-x:hidden;
	margin: 0;
	padding: 0;
}

ol, ul { 
    list-style: none; 
}

a{
	text-decoration:none;
}

#banner1-bg {
	position: absolute;
	height: 600px;
	width: 100%;
	top: 0;
	left: 0;
	background-image:url(../images/website_bg_tile.gif);
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif; 
	color:#bbb;
	font-weight: bold;
}

#banner1-bg h1 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:35px;
	color:#bbb;
	margin-bottom: 15px;
}

#banner2-bg {
	position: absolute;
	height: 580px;
	width: 100%;
	top: 600px;
	left: 0;
	background-image:url(../images/website_bg_tile_dark.gif);
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif; 
	color:#ddd;
	font-weight: bold;
	padding-top: 20px;
}

#banner2-bg h1 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:35px;
	color:#ddd;
	margin-bottom: 15px;
}

#banner2-bg p, #banner1-bg p {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:17px;
}


.example-wrapper{
	position:relative;
	width:960px;
	height:500px;
	margin:auto;
	margin-top:50px;	

}



/****************************
	-	BASIC DIVIDERS 	-
*****************************/
#small_divider {
	margin-top:8px;
}

#big_divider {
	margin-top:150px;
}

.bw{


}



/****************************
	-	starting media 	-
*****************************/

@media (min-width: 601px) and (max-width: 960px) {
	h1, .h1 { font-size:48px; }
	h2, .h2 { font-size:30px; }
	
	
	main-container{
	
	z-index: 7;
position: absolute;
top: 0px;
left: 0px;
width: 907px;
height: 290px;
overflow: hidden;
	
	}
}	
@media only screen and (max-width: 900px) {
	h1, .h1 { font-size:30px; }
	h2, .h2 { font-size:24px; }  
	h3, .h3 { font-size:18px; }
	h4, .h4 { font-size:14px; }
	h5, .h5 { font-size:12px; text-transform:uppercase; }
}



@media only screen and (max-width: 600px) { 



	main-container{
	
	z-index: 7;
position: absolute;
top: 0px;
left: 0px;
width: 907px;
height: 290px;
overflow: hidden;
	
	}

}
