/* common style sheet for both the home page and other pages */

	html { min-height: 100%; margin-bottom: 1px; }
	
	body {
	background-color: #e2e2e2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	color: #000;
	}

	.heading a:link  {color: #069;text-decoration:none;font-weight:bold;}
	.heading a:visited {color: #069;text-decoration:none;font-weight:bold;}
	.heading a:hover {color: #000;text-decoration:underline;font-weight:bold;}
	.heading a:active {color: #fff;text-decoration:none;font-weight:bold;}
	/*
	a:link {color: #069;text-decoration:none;}
	a:visited {color: #069;text-decoration:none;}
	a:hover {color: #000;text-decoration:underline;}
	a:active {color: #fff;text-decoration:none;}
*/

	a:link {text-decoration:none;}
	a:visited { text-decoration:none;}
	a:hover {color: #000;text-decoration:underline;}
	a:active {color: #fff;text-decoration:none;}

	#header	{
	width:980px;
	margin:auto;
	}
	
	/***************** LOGO *********************/
	#logo a img	{
	border: none;
	margin: 0px 0px -30px -5px;
	background-color:#e2e2e2;
	}
	
	/******************************** Menu ********************************/
	#menu {
	width: 980px;
	font-size: 20px;
	line-height: normal;
	font: bold 14px/1.4em Verdana;
	margin-left:10px;
	padding-left:10px;
	overflow:auto;
	}
	#menu[class=navmenu]{
	margin-left:0px;
	}
	#menu ul {
	padding:5px 10px 0px 20px;
	list-style:none;
	float:right;
	overflow:hidden;
	}
	#menu li {
	display:inline;
	}
	#menu a {
	float:right;
	background:url(tableft0.gif) no-repeat left top;
	text-decoration:none;
	}
	#menu a span {
	float:right;
	display:block;
	background:url(tabright.gif) no-repeat right top;
	padding:5px 8px 4px 8px;
	text-align:center;
	color:#000;
	}
	#menu a.active span	{
	background:url(tabright.gif) no-repeat right top;
	padding:5px 8px 4px 8px;
	text-align:center;
	color:#017ebd;
	}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#menu a span {float:none;}
	/*End IE5-Mac hack*/
	#menu a:hover span {color:#017ebd;}
	#menu a:hover {background-position:0% 0px;}
	
	#footer	{
	clear:both;
	margin:auto;
	width:980px;
	height:25px;
	background-color:#e2e2e2;
    color:#000;
	}
	
	.container_full_header, .container_full_footer {
	clear: both;
	width: 100%;
	background-image:url(long-hea.gif);
	margin: 0px 0px 0px 0px;
	}
	
	.heading {
	height:22px;
	background:url(long-hea.gif) left top  no-repeat;
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 25px;
	font-size: 12px;
	}
	
	.heading h1{
	color:#000;
	}
	
	.cursor_hand {
	cursor: pointer;
	}
	
	.next_prev {
	width: 100%;
	text-align:center;
	padding-bottom: 3px;
	padding-top: 10px;
	color: #069;
	}
	
	.next_prev strong{
	color: #000;
	}
	
	.ad_seperator {
	clear:both;
	height: 5px;
	}
	
	.search_input
	{
		height: 20px;
		font-size:16px;
		padding-left: 3px;
		padding-bottom: 1px;
		padding-top: 1px;
		font-weight:bold;
		color: #666666;
	}
	
	.email-form
	{
		text-align:center;
		font-size:16px;	
	}

	.email-form .fill-out-form
	{
		text-align:center;
		border-style:solid;
		border-color:#000000;
		border-width:thick;
		padding:20px;	
		heigth: 100%;
		width:40%;
		margin:0 auto;
	}
	
	.sendmail
	{
		text-align:left;
		font-size:16px;	
	}
	
	.error
	{
		border-color:#000066;
		border-style:solid;
		border-width:thin;
		font-size:14px;
		color:red;	
	}
	
	/****** STUFF FOR NEW THUMB GALLERIES *********/
	.dropDownBox{
		position: absolute;
		border: 1px inset #000000;
		background-color: #CCCCCC;
		padding: 4px;
		display: none;
		width: 112px;
		height: 142px;
		top: 0px;
		left: 0px;
		text-align: left;
		opacity: 0.9;
		filter:alpha(opacity=90);
		font-size: 10px;
	}
	
	a.little_button{
		border: none 1px;
		cursor: pointer;
	}
	
	a:hover.little_button img{
		border: 1px dashed #000000;
	}
	
	a.little_button img{
		border: 1px solid #CCCCCC;
	}
	
	img.gallery_image{
		border: 0px none #000000;
		padding: 0px;
		margin: 0px;
	}
	
	img.gallery_image:hover{
		border: 0px none #000000;
		padding: 0px;
		margin: 0px;
	}
	
	.gallery_panel_pic{
		border: 1px solid #000000;
		padding: 0px;
	}
	
	.gallery_panel{
		/*text-align: center;*/
		width: 120px;
	}
	
	.gallery_table{
		background-color: #CCCCCC;
		margin-left: 7px;
	}
	
	.jsLink{
		color: #0000FF;
		cursor: pointer;
	}
	
	select.gallery_select{
		border: none;
		background: transparent;
		font-family: "Times New Roman", Times, serif;
		font-size: 12px;
	}
	
	#other_galleries{
		height: 745px;
		padding-left: 3px;
		/*text-align: center;*/
	}
	
	.featured_thumbs{
		padding-left: 1px;
	}
	
	.gallery_pics{
		width: 100%;
		padding: 1px;
	}

	.primaryContent a img
	{
		margin: 0px -1px -1px -2px;
		padding: 0px;
		border: 1px solid #000000;
		
	}
	
		.primaryContent a img:hover
	{
		margin: 0px -1px -1px -2px;
		padding: 0px;
		border: 1px dashed #000000;
		filter: alpha(Opacity=80);
		/*opacity: 0.8;*/
		
	}
	
		.primaryContent a img:active
	{
		margin: 0px -1px -1px -2px;
		padding: 0px;
		border: 1px dashed #000000;
		filter: alpha(Opacity=80);
		/*opacity: 0.8;*/
		
	}
		.primaryContent a img:visited
	{
		margin: 0px -1px -1px -2px;
		padding: 0px;
		border: 1px dashed #000000;
		filter: alpha(Opacity=80);
		/*opacity: 0.8;*/
		
	}
	
	#review_panel{
		margin: 0px 8px 0px 6px;
	}
	
.rating_bar{
	padding: 3px;
	background-color: #E0E0E0;
	margin-bottom: 5px;
	padding-right: 10px;
	border: 1px solid black;
	font-size: 14pt;
	text-align: right;
}
	
.review_pic_pane{
	padding: 5px;
	padding-right: 7px;
	border: solid 1px black;
	text-align: center;
	width: 150px;
	margin: 5px;
	margin-left: 1px;
}

.review_table{
	border: 1px solid black;
	margin: 5px;
}

.detail_table{
	width: 274px;
}

.review_table td{
	border: 1px solid black;
	border-left: none;
	border-bottom: none;
	padding: 3px;
}

.rating_table{
	width: 164px;
	margin-left: 1px;
}

.review_table .title{
	border-style: none;
}

.review_table td.right{
	border-right: none;
	text-align: left;
}

.review_table td.sum{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}

.review_row span{
	width: 30%;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 8px;
	float: left;
}

.review_row{
	width: 100%;
	padding: 5px;
	text-align: justify;
}

.review_row p{
	padding-right: 10px;
}

.review_row td{
	vertical-align: top;
}

.review_row span.left{
	float: left;
	text-align: left;
	width: 30%;
}

.review_row span.right{
	float: right;
	text-align: center;
}

.review_title{
	padding: 5px;
	padding-left: 10px;
	font-size: 16pt;
	font-weight: bold;
	width: 100%;
}

.review_list{
	line-height: 25px;
}

	.new_gallery_pictures .picture_box, #review_panel .picture_box
	{
		float:left;
		font-size:10px;
		text-align:center;
		width: 94px;
		padding-bottom: 8px;
	}
	
	.new_gallery_pictures .picture_box a, #review_panel .picture_box a
	{
		text-decoration:none;
	}
	
	.new_gallery_pictures .picture_box img, #review_panel .picture_box img
	{
		padding: 0px;
		margin: 1px;
		border: 1px #000 solid;
	}
