h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* Page reset */
	margin:0px;
	padding:0px;
}

h1{
	color: #36B6ED;
	margin:0px;
	padding:0px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:36px;
	font-weight:normal;
	margin-bottom:15px;
}



h2{
	color: #36B6ED;
	margin:0px;
	padding:0px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:26px;
	font-weight:normal;
	margin-bottom:15px;
}

h3{
	color: #36B6ED;
	margin:0px;
	padding:0px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:normal;
	margin-bottom:15px;
}

/* Gallery styles */

#gallery{
	/* CSS3 Box Shadow */
	float:left;
	
	background:#ffffff;
		/* The width of the gallery */
	width:920px;
	overflow:hidden;
	height:100%;
	border: 10px solid #f2f2f2;	
}

#toop {
background-color:#f2f2f2;
border: 10px solid #f2f2f2;	
width:920px;
text-align:left;
float:left; 

}

#slides{
	/* This is the slide area */
	
	text-align:left;
	padding-left:50px;
	padding-right:50px;
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:820px;
	overflow:hidden;
	
	
}

.slide{
	float:left;
	

}

#menu{
	/* This is the container for the thumbnails */
	height:45px;
	margin-bottom:0px;
	float:left;
}

ul{
	margin-bottom:10px;
	padding:0px;
}

li{
	
	list-style:none;
	text-align:left;
	margin-bottom:5px;
	margin-top:5px;
	margin-left: 24px;
	
}

li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(img/pic_bg.png) repeat;
}


.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	background:url(img/divider.png) no-repeat right;
}


a img{
	border:none;
}


/* The styles below are only necessary for the demo page */



#main{
	/* The main container */
	background-color:#f2f2f2;
	margin:0px auto;
	text-align:center;
	width:920px;
	position:relative;
	
}

a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

p{
	padding:10px;
	text-align:center;
}

