/*----------------------------------------------------------------------------- 

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;
}

img {
	border: 0;
}

#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: Arial, Helvetica, sans-serif; 
	font-size:1em;
	color:#bbb;
}

#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:Arial, Helvetica, sans-serif;
	font-size: 1em;
    line-height: 1.313;
	padding-top:15px;
}

#banner2-bg p, #banner1-bg p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
    line-height: 1.313;
	padding-top:15px;
}

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

/* ---------- link colour Overrides ----------- */


a[style] {

  color: #861E18 !important;

}

a {

  color: #861E18;

}

a:hover,

a:focus {

  color: #861E18;

}

a:active {

  color: #861E18;

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