/* HEADERS, PARAGRAPHS, LINKS AND SUCH */

@import url(/css/general.css);

/* LAYOUT STYLES */
body,td,th {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
 tr {
	vertical-align:top;
}
body {
	background-color: #FFFFFF;
	background-image: url(/graphics/bg.jpg);
	background-repeat:repeat-y;
	margin: 0px;
	padding:0px;
}
#wrap {
/*	position:absolute;
	top:121px;
	left:200px;*/
	margin:5px 10px 10px 200px;
	padding:0px;
	width:550px;
}
#content {
	height:auto !important;
	height:500px;
	min-height:500px;
}
#bottom {
	border-top:1px solid #000000;
	text-align:center;
	font-size:9px;
	clear:both;
	position:relative;
}
#baytides {
	border-top:1px solid #000000;
	padding-top:5px;
	text-align:left;
}
#btop {
	position:absolute;
	right:20px;
	top:110px;
	font-size:9px;
	padding:0;
	margin:0;
}
.barrier {
	border-bottom:1px solid #000000;
	clear:right;
}
#header {
	width:100%;
	min-width:760px;
	height:116px;
	background-image:url(/graphics/bgtop.jpg);
	background-repeat:repeat-x;
}
#header_text {
	position:absolute;
	top:50px;
	left:330px;
	width:220px;
	font-size:10px;
}
div#header_text h1 {
	font-size:14px;
	color:#FFFFFF;
	margin:0px;
	padding:0px;
}
div#header_text p {
	margin:0px;
	margin-top:5px;
	padding:0px;
}
#nav {
	position:absolute;
	top:121px;
	left:0px;
	width:182px;
	background-image:url(/graphics/navbg.jpg);
	background-repeat:no-repeat;
}
#nav ul {
	margin:10px 5px 10px 15px;
	padding:0px 0px 0px 15px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#nav ul li {
	padding-bottom:7px;
}
#nav ul li a, #nav ul li a:hover {
	color:#800000;
}
/* HEADER STYLES */

#header_contact {
	position:absolute;
	top:0px;
	left:562px;
	width:198px;
	color:#B6C5C9;
	font-size:10px;
}
#header_contact p {
	margin:7px 10px;
	padding:0px;
}
#header_contact a, #header_contact a:hover {
	color:#FFCC99;
	font-weight:normal;
}
#header_contact p span.name {
	color:#FFFFFF;
	font-weight:bold;
}

/* FETAURE LISTING*/

#feature {
	margin:10px 0px 10px 10px;
	float:right;
	text-align:center;
	font-size:11px;
	width:210px;
	border:1px solid #990000;
}
#feature p.feature {
	margin:0px;
	padding:3px;
	color:#FFCC99;
	background-color:#990000;
	font-weight:bold;
}
#feature p {
	margin:1px;
}
#feature img {
	border:1px solid #000000;
	padding:1px;
	margin:1px;
}

/* GALLERY TABLE */

#gallery {
	clear:both;
	table-layout:fixed;
	margin:10px auto;
	padding:0px;
	border:none;
}
#gallery td {
	font-size:10px;
	margin:2px;
	padding:0px;
	border:none;
}
#gallery img {
	margin:1px;
	padding:1px;
	border:1px solid #000000;
}
h2 span {
	font-size:10px;
	font-weight:normal;
	color:#000000;
}
/* LISTING STYLES */

.list_img {
	float:right;
	font-size:10px;
	margin:10px 0px 5px 10px;
	padding:0px;
	border:none;
	text-align:center;
}
.list_img img {
	margin:1px;
	padding:1px;
	border:1px solid #000000;
}
.listlist {
	border:1px solid #CCCCFF;
	padding:0px 10px;
	margin:10px auto;
}
.listlist p {
	font-size:11px;
}
.listlist p.listbot {
	clear:both;
	margin:0px;
	padding:0px;
	height:1px;
	font-size:1px;
}
table.list_features {
	table-layout:fixed;
	margin:10px 0px 5px 0px;
	width:300px;
	border-collapse:collapse;
}
table.list_features tr {
	vertical-align:top;
}
table.list_features th {
	font-size:10px;
	padding:2px;
	border:none;
	text-align:left;
	border:1px solid #CCCCFF;
	border-right:1px dashed #CCCCFF;
	width:35%;
}
table.list_features td {
	font-size:10px;
	padding:2px;
	border:1px solid #CCCCFF;
}
table.list_features td strong {
	font-size:11px;
}
table.list_features td.clickhere {
	background-color:#CCCCFF;
}
#form_table {
	table-layout:auto;
	width:100%;
	margin:10px auto;
	border:none;
}
#form_table td {
 	font-size:11px;
	border:1px solid #CCCCFF;
	padding:5px;
}
#form_table th {
	background-color:#CCCCFF;
	margin:0px;
	text-align:left;
	padding:1px 5px;
}
#form_table th.submit {
	text-align:center;
}
#form_table th.submit input {
	width:auto;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:1px;
	margin:3px 10px;
	background-color:#CC0000;
	border:1px solid #990000;
}

#testi {
	width:160px;
	margin:15px auto;
	font-size:10px;
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px solid #990000;
	border-bottom:1px solid #990000;
}
#testi p {
	margin:3px 0px;
}
