/* CSS Document */
*{
	margin:0;
	padding:0;
}

a.redlink:link {
	color: #ff6701;
}
a.redlink:visited {
	color: #ff6701;
}


a:link {
	color: #000000;
	text-decoration:none;
}
a:visited {
	color: #000000;
	text-decoration:none;
}

a:hover {
color: #333333;
}

body{
	background: #333333;
	font-family: Tahoma;
	}
	
div#content{
	background:url(images/g08-bg.jpg) repeat-y;
/*	height:auto;*/
	margin:0 auto;
	float:left;
	padding-left:65px;
	padding-right:50px;
	padding-top:20px;
	padding-bottom:20px;
	width:800px;

}

div#footer{
	/*border:thick white solid;*/
    padding-top:15px;
	background:url(images/g08-lowerhead.jpg) no-repeat;
	height:45px;
	width:903px;
	float:left;

	
}

div#headerpic{
	background:url(images/g08-header.jpg) no-repeat;
	width:903px;
	height:265px;
	position:relative;
}

div#menubar{
	background:url(images/g08-menubar.jpg);
	text-align:left;
	width:903px;
	height:42px;

}

div#site{
	width:900px;
	height:auto;
	margin:0 auto;
}

div#sound{
	height:42px;
	width:53px;
	padding-right:50px;
	padding-bottom:10px;
	left: 818px;
	top: 265px;
}


div#leftpane{
	float:left;
	width:403px;
	height:auto;
	padding-right:100px;
	
}

div#rightpane{
	float:left;
	width:243px;
	height:306px;
	padding-right:0px;
	padding-left:0px;
	padding-bottom:20px;
	padding-top:20px;
	}
	
div#leftpanemain{
	float:left;
	width:403px;
	height:auto;
	padding-right:130px !important;
	padding-right:30px;

	
}

div#rightpanemain{
	float:left;
	width:243px;
	padding-right:0px;
	padding-left:0px;
	padding-bottom:20px;
	padding-top:20px;

	}


div#rightpanemain u{
	margin-left:10px;
}

.trans {
	width:80px;
	height:80px;
	background-color: #fff;
	opacity:0.5;
}

.trans:hover  {
	width:80px;
	height:80px;
	background-color: #fff;
	opacity:1.0;
}

.border {
	width:80px;
	height:80px;
}

.border:hover  {
	width:80px;
	height:80px;
	border:1px solid black;
}
	
	
p{
	font-size: smaller;
}


h2{ 
	font-size:large;
	color:#ff6701;
	font-weight:bold;
}


h1{
	font-size:large;
	font-weight:bold;
	color:#ff6701;
	border-bottom:2px #CCCCCC solid;

}

table{
	font-size:small;
	caption-side:top;
	table-layout:fixed;
}


td.dm{
	width:50%;
	}


caption{
	text-align:left;
	font-weight:bold;
	font-size:1.2em;
	}

td.title{
	background-color:#FFCC33;
	font-weight:bold;
	}

td.alt{
	background-color:#EEEEEE;
}

instpic{
	width:250px;
	height:400px;

}

li{
	font-size:small;
}

ul{
	list-style-type:square;
	color:#ff6701;
	}

.facebook{
	color:#000000;
	background:url(images/face_info.jpg) no-repeat;width:243px;height:88px;
}

.facebook p{
	margin-top:1px !important;
	margin-left: 15px;
	line-height: 1.2em;
	}
	
.impt-info{
margin-top:5px;
	color:#000000;
	background:url(images/impt_info.jpg) no-repeat;width:243px;height:220px !important;
	background:url(images/impt_info.jpg) no-repeat;width:243px;height:200px;
	
	}
	
.infofograd{
	margin-top:5px;
}
.impt-info p{

	margin-top:40px;
	margin-left: 15px;
	line-height: 1.5em;
	}
	
	

.impt-info br{

	margin-top:40px;
	margin-left: 100px;
	line-height: 1.5em;
	}
	
.impt-info li{
	line-height: 1em;
	margin-left: 30px;
	}
	
.impt-info ul{
	list-style-type:square;
	color:#FF0000;
	}
		
.footer-text{
	color:#FFFFFF;
	font-family: Tahoma;
	font-size: x-small;
}


.footer-disclaimer{
	color:#ff6701;
	}
	
	
	#gallery ul{
	color:	#000;
	margin-bottom:20px;
	}
		#gallery li{
	list-style:square;
	margin-left:20px;
	}
	
	#gallery ul li a{
	color:	#FF6702;
	}
	
	#gallery{
	margin-top:20px;
	}
	
	#order{
	background: #FCB215;
	padding:10px 5px;
	margin:20px 0;
	
	}
