/*----------------------------------------------------------------------------- 

RAMA BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet 

version:   	1.0 
date:      	07/27/11 
author:		freshline
email:     	support@version-four.com 
website:   	http://www.version-four.com
-----------------------------------------------------------------------------*/

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

ol, ul { 
    list-style: none; 
}

a{
	text-decoration:none;
}

#banner1-bg {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color:#bbb;
	font-weight: bold;
	background-color: #AFB3B6;
	height: 200px;
}

#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;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color:#ddd;
	font-weight: bold;
	padding-top: 20px;
	background-color: #AFB3B6;
}

#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{
background-color:#fff;
	position:relative;
	width:980px;
	height:1100px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-top: 0px;
	top: -50px;
	-moz-box-shadow: 0px 0px 30px #000;
	-webkit-box-shadow: 0px 0px 30px #000;
	box-shadow: 0px 0px 30px #000;
	-moz-border-radius: 15px;
	border-radius: 15px;
	clear: both;
}

.example-wrapper2{
	position:relative;
	width:761px;
	height:400px;
	margin:auto;
	margin-top:50px;	
}

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

#big_divider {
	margin-top:150px;
}

#red-strip {
	background-image: url(../images/services/red-bg.jpg);
	background-repeat: repeat-x;
	height: 23px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	margin-top: 30px;
}
#footer-button {
	background-image: url(../images/button.png);
	background-repeat: repeat-x;
	height: 65px;
	width: 270px;
	clear: none;
	float: none;
	margin-top: -45px;
	z-index: 10;
	position: relative;
	margin-left: 650px;
}

#footer {
	background-image: url(../images/footer.png);
	background-repeat: repeat-x;
	height: 128px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	position: relative;
	z-index: 2;
	margin-top: 5px;
	color: #FFF;
	padding: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
}
#footer ul {list-style-type:none; padding:5px; margin:0;}
#footer ul li {display:inline; padding:0 10px; }
#main-welcome {
margin:0 60px;
padding-top:50px;
	
	width: 860px;
	position: relative;
	background-color: #fff;
	z-index: 999;
	
}
#footer-container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -72px;
}
#footer #tough {
	
	/*background-image: url(../images/tough.png);
	background-repeat: no-repeat;
	background-position: left top;*/
	text-align: center; color:#fff;
}
.red-text {
	color: #DD0008;
}
