/* CSS Document */

/* Middle Layout by rakesh Kumar
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 100px;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 240px 0 240px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 230px;
	margin-left: -100%;
	position: relative;
	background: #B5E3FF;
	height: 505px;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 230px;
	margin-left: -230px;
	position: relative;
	background: #B5E3FF;
	height: 505px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1010px;
	margin: -100px auto 0;
	height: 140px;
	background: #BFF08E;
	/*background: #CCCCCC;*/
	position: relative;
}

/* About us
---------------------------------------------------------------------------------*/
#container_aboutus {
	width: 993px;
	/*border-bottom-style:solid;
	border-left:solid;
	border-right:solid;
	border:solid;*/
	
	
}
#container_gallery {
	width: 955px;
	/*border-bottom-style:solid;
	border-left:solid;
	border-right:solid;*/
	border:solid;
	height:550px;
	
}
#content_aboutus {
	padding: 0 10px 0 10px;
}


/* socal media
-----------------------------------------------------------------------------*/
#youtube-follow { border: 0;position: fixed;  top: 290px; right:0; z-index:1; }
#twitter-follow2 { border: 0;position: fixed;  top: 380px; right:0; z-index:1;}
#facebook-follow3 { border: 0;position: fixed;  top: 200px; right:0; z-index:1;}


#feedback-follow { border: 0;position: fixed;  top: 290px; left:0; z-index:1; }
#download { border: 0;position: fixed;  top: 380px; left:0; z-index:1;}
#login { border: 0;position: fixed;  top: 200px; left:0; z-index:1;}
#lang { border: 0;position: fixed;  top: 5px; left:0; z-index:1;}
#share { border: 0;position: fixed;  ; right:0; z-index:1;}/* CSS Document */

