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


/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*--------------------Styles---------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/


body  {
	font: 100% Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;
	line-height:25px;
}

a, a:visited {
	color:#5f2d2d;
	text-decoration:none;
	}
	
a:hover {
	text-decoration:none;
	color:#893636;
	}



h1 {
	font-size:20px;
	}
	
	
h2 {
	font-size:16px;
	}



#footer {
	color:#FFF;
	padding-left:80px;
	}






/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*--------------------Structure------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/

body  {
	background-image:url(/img/Background.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	margin: 0; 
	padding: 0;
	text-align: center; 
}

div#container { 
	width: 1020px;  
	margin: 0 auto;
	text-align: left;
	background-image:url(/img/BackgroundLOOP.png);
	background-repeat:repeat-y;
} 

div#containerHEAD { 
	width: 1020px;  
	margin: 0 auto;
	text-align: left; 
} 

div#header {
	background-image:url(/img/Header.png);
	background-repeat:no-repeat;
	height:287px;
} 

div#sidebar {
	float: left;
	width: 242px;
	margin-left:69px;
}
div#mainContent { 
	float: right;
	width:600px;
	margin-right:80px;
} 

div#containerFOOT { 
	width: 1020px;  
	margin: 0 auto;
	text-align: left;
	
} 
div#footer {
	background-image:url(/img/Footer.png);
	background-repeat:no-repeat;
	margin-bottom:50px;
	padding-top:20px;
	padding-right:70px;
	height:23px;

} 


.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}













/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*----------------------SIDE MENU----------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/


#NavSIDE div {
	margin: 0; 
	padding: 0;
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	position: relative;
	font-family: arial, helvetica, sans-serif;
	width: 242px; /*-----------------WIDTH------------------------------------------*/
	height: 48px; /*-----------------HEIGHT-----------------------------------------*/
	}

#NavSIDE div a {
	display: block;
	float: left;
	color: black;
	text-decoration: none;
	width: 242px; /*-----------------WIDTH------------------------------------------*/
	height: 48px; /*-----------------HEIGHT-----------------------------------------*/
	}

#NavSIDE div a:hover img{
	visibility:hidden
	}
	
#NavSIDE div span {
	position: absolute;
	left: 5px;
	top: 1px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	}

#NavSIDE div img {
	width: 242px; /*-----------------WIDTH------------------------------------------*/
	height: 48px; /*-----------------HEIGHT-----------------------------------------*/
	border: 0;
	}

	
* html a:hover {
	visibility:visible;
	}
	
/*-----------------------------------------------------------*/

.btn01 {
	background-image: url(/img/SB-Home-ro.jpg);
	}

.btn02 {
	background-image: url(/img/SB-about-ro.jpg);
	}

.btn03 {
	background-image: url(/img/SB-services-ro.jpg);
	}

.btn04 {
	background-image: url(/img/SB-photogallery-ro.jpg);
	}

.btn05 {
	background-image: url(/img/SB-contactus-ro.jpg);
	}

.btn06 {
	background-image: url(/img/SB-partners-ro.jpg);
	}



/*-----------------------------------------------------------*/
/*-----------------Selected State----------------------------*/
/*-----------------------------------------------------------*/


.home #NavSIDE div.btn01 img{
	visibility:hidden;
	}

.aboutus #NavSIDE div.btn02 img{
	visibility:hidden;
	}

.services #NavSIDE div.btn03 img{
	visibility:hidden;
	}

.photogallery #NavSIDE div.btn04 img{
	visibility:hidden;
	}

.contactus #NavSIDE div.btn05 img{
	visibility:hidden;
	}

.partners #NavSIDE div.btn06 img{
	visibility:hidden;
	}




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





