/* CSS */

body
{
	background: #000000;
	color: #ffffff;
}

a
{
	color: #ffffff;
	text-decoration: none;
}

.container
{
	margin: auto;
	width: 950px;
	color: #000;
}

/************** Header ***************/
.header
{
	margin: auto;
	width: 800px;
}

.topmenu
{
	margin: auto;
	font-size: 14pt;
}

.topmenu ul
{
	list-style: none;
	margin: auto;
}

.topmenu ul li
{
	float: left;
	width: 100px;
	text-align: center;
}

.topmenu ul li a
{
	display: block;
	width: 100px;
}

.topmenu ul li a:hover
{
	background-color: blue;
}

/************** Body ***************/
.body
{
	width: 100%;
	clear: both;
	padding-top: 10px;
}

.mainbox
{
	width: 801px;
	height: 350px;
	background: #fff;
	margin: auto;
	overflow: visible;
}

.leftmenu
{
	float: left;
	width: 150px;
	height: 350px;
	background: #fff;
	padding: 0px;
}

.leftmenu ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.leftmenu ul li
{
	background: #000;
	width: 150px;
	height: 70px;
	text-align: center;
}

.leftmenu ul li a
{
	display: block;
	width: 150px;
	height: 70px;
	line-height: 60px;
	border: 1px solid #fff;
	font-size: 20pt;
}

.leftmenu ul li a:hover
{
	background: #0000FF;
	border-right: 0px;
}

#menu
{
	text-align: center;
}

#menu ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#menu li
{
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}

.menu
{
	position: relative;
	right: 80px;
	top: 5px;
	text-align: right;
}

.menu a
{
	text-decoration: underline;
	color: #0099ff;
}

.menu a:hover
{
	color: #ffffff;
}

.textform
{
	margin-left: 20px;
	margin-bottom: 10px;
}

.red
{
	color: red;
}

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

/************** By Page ***************/
.aboutpage .textcontainer a
{
	color: #0099ff;
	text-decoration: underline;
}

.aboutpage .textcontainer a:hover
{
	color: #000;
	text-decoration: underline;
}


/************** Footer ***************/
.footer
{
}

.footer img
{
	padding-left: 80px;
	padding-top: 10px;
	float: left;
}

.textcontainer
{
		position:relative;
		height:330px;
		width: 630px;
		border: 1px solid #ffffff;
		border-left: 0px;
		overflow:hidden; 
		position:relative;
		padding: 10px;
}

/************* Looped Slider ***************/
	#gallery {
		position:relative;
		height:350px;
		width: 650px;
		border: 1px solid #ffffff;
		border-left: 0px;
	}
	
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color:#111111; 
		color:#ffffff; 
		height:100px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}
	


.rotatorcontainer { width:600px; height:350px; overflow:hidden; position:relative; cursor:pointer; }
.slides { position:absolute; top:0; left:0; }
.slides div { position:absolute; top:0; width:800px; display:none; }

ul.pagination { list-style-type:none; margin:0; padding:0; margin:8px auto; width:200px; position: relative; top: -290px; left: 200px;}
ul.pagination li { float:left; margin:0 5px; }	
ul.pagination a { display:block; width:20px; padding-top:12px; padding-bottom: 4px; height:0px; overflow:hidden; background-image:url(images/rotatorbutton.png); background-position:0 0; background-repeat:no-repeat;}
