/* 

Quanix - CSS File

*/


/*** GLOBAL  ***/
html,body{height:100%}
body {
	font-family:Verdana, Arial, Tahoma;
	font-size:12px;
	margin:0 auto;
	padding:0;
	color:#474747;
	height:100%;
}
* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}
.clr{clear:both}
form{margin:0; padding:0;}
hr {
	border: 0;
	color: #dedede;
	background-color: #dedede;
	height: 1px;
	margin:0px 0px 6px 0px;
	padding:0px;
}

/*** END OF GLOBAL  ***/

/*** DEFAULT ELEMENT STYLES ***/
/* heading */
h1, h2, h3, h4, h5 {margin-bottom:15px;	font-family:Tahoma, Arial, Verdana;	font-weight:normal; color:#242424}
h1 {font-size:30px;}
h2 {font-size:24px;}
h3 {font-size:18px;}
h4 {font-size:16px;font-weight:bold;}
h5 {font-size:12px; margin:3px 0px; padding:0px; font-weight:bold; letter-spacing:1px;}
h3 span { color:#AC3424;
font-weight:bold; }
/* links */
a {color:#242424;text-decoration:underline;}
a:hover{color:#ee9b52;}
a img{border:none}
.imgleft{float:left; padding-right:15px;}
.imgright{float:right; padding-left:15px;}
/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote {
	font-size:12px;
	line-height:18px;
	margin-bottom:20px;
	color:#474747;
}
ul, ol {
	margin:10px 0 35px 40px;
}
li ol,
li ul
{
	font-size:1.0em;
	list-style:square;
	margin-bottom:0;
	margin-top:0;
}
li ol {list-style:decimal;}
blockquote {
	font-style:italic;
	margin:25px 0 25px 0px;
	color:#333;
	padding:10px 20px 10px 35px;
	background-image:url(../images/quote.gif);
	background-repeat:no-repeat;
}

/* code */
code {
	font-family:Verdana, Arial;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:4px solid #dddddd;
	padding:15px 10px;
}
/*** END OF DEFAULT ELEMENT STYLES ***/

/*** CONTAINER ***/
#amenities{text-align:center;}
#amenities2{
	text-align:center;
	background-image:url(../images/cafe.jpg); 
	background-repeat:no-repeat;
	background-position:center;
	height:117px;
}

#amenities2 h2{

	padding-top:20px;
}
#main_container{ background-image:url(../images/bg_container.png); background-repeat:repeat-x; background-color:#fff; min-height:82%;}
#main_container_inner{ background-image:url(../images/bg_container_inner.png); background-repeat:repeat-x; background-color:#fff; min-height:82%;}
#bottom_container{ background-image:url(../images/bg_container_bottom.png); background-repeat:repeat-x; height:112px;}
/*** END OF CONTAINER ***/

/*** CENTERCOLUMN ***/
#centercolumn{width:990px; margin:0px auto 0px auto;}
/*** END OF CENTERCOLUMN ***/

/*** TOP ***/
#top{ height:100px; width:990px;}
#logo{ width:320px; height:124px; float:left;}
#pad_logo{ padding:5px 0px 0px 20px;}


#topmenu{width:670px; float:left; height:100px;}
/* Top Navigation bar menu styling */
#nav {margin:0px; padding:95px 0px 0px 0px; float:right;}
#nav ul{ 
	padding:0;
	margin:0;
	margin-left:-15px;
	width:auto;
	list-style: none;
	height:30px;
	position: relative;
	float:right;
}
#nav li{
	list-style:none;
	float:left;
	text-align:center;
	padding:0;
	font:normal 12px Arial;
	line-height:26px;
}
#nav .lavaLamp li a {
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	font-weight:bold;
	position: relative;
	overflow: hidden;
	margin: auto 18px;
	color:#000000;
	text-decoration:none;
}
#nav .lavaLamp li a:hover {
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 18px; 
	color:#2DAFE5;
}
#nav .lavaLamp li .active {
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 18px; 
	color:#A9402A;
}
#nav .lavaLamp li.back {
	background: url(../images/lava.png) no-repeat right -29px;
	width: 9px; height: 29px;
	z-index: 8;
	position: absolute;
}
#nav .lavaLamp li.back .left {
	background: url(../images/lava.png) no-repeat top left;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
/*** END OF TOP ***/

/*** CONTENT ***/
#content{background-image:url(../images/bg_content.png); background-repeat:no-repeat; width:990px; }
#head_header img{margin-top:-10px; margin-left:-46px;}
#padding_content{ padding:30px 25px 30px 25px; float:left}
#topcontent{padding:0px 0px 20px 0px;}
#pit-left{ width:500px; float:left;}
#pit-right{width:436px; float:right;}

#pit-nav a
{
	font-weight:bold;
	font-size:13px;
	padding:5px;
	display:inline;
	color:#000000;
	text-decoration:none;
}

#pit-nav a:hover
{
	font-weight:bold;
	font-size:13px;
	padding:5px;
	display:inline;
	color:#820000;
	text-decoration:underline;
}

#pit-nav ul
{
	width:536px;
	background:url(../images/pit-nav.jpg) no-repeat;
	height:33px;
	text-align:center;
	padding-right:30px;
}

#pit-nav li
{
	
	line-height:30px;
	display:inline;
	color:#999999;
}

#pit-text ol li
{
	font-size:20px;
	line-height:40px;
	list-style:url(../images/bullet-fish.jpg);
	color:#820000;
	padding-left:20px;
	margin-left:70px;
}
.boxtop{ width:280px; float:left; padding:0px 0px 0px 0px;}
.linetop{background-image:url(../images/linebox.gif); background-position:center; background-repeat:no-repeat; height:112px; width:40px; float:left;}
#maincontent{ padding:0px 0px 0px 0px;}
/* main */
#main{width:630px; float:left;}
#maintext{padding:0px 40px 0px 0px}
#maintext_portfolio{padding:0px 0px 0px 0px}
/* side */
#side{width:300px; float:left; padding-left:0px;}
.sidebox{background-image:url(../images/c_top.gif); background-repeat:no-repeat; background-position:top; background-color:#ededed}
.c_bottomsidebox{background-image:url(../images/c_bottom.gif); background-repeat:no-repeat; background-position:bottom;}
.contentbox{padding:10px 10px 20px 10px; position:relative;}
.contentbox h2{color:#8b8b8b;}
.contentbox .strip{position:absolute !important; right:0; top:0; background-image:url(../images/strip.png); background-repeat:no-repeat; width:82px; height:82px;}
.sidetext{padding:0px 0px 25px 0px;}
.sidetext-map p{padding:0px 0px 25px 64px; text-align:left;}
.sidetext-map h2{padding:0px 0px 0px 60px;}
ul.l1{margin:0px; padding:0px; list-style-type:none; font-size:14px;}
ul.l1 li{list-style-type:none; background-image:url(../images/arrow_large.gif); background-position:center left; background-repeat:no-repeat; border-bottom:solid 1px #e6e6e6; line-height:30px; padding:0px 20px}
ul.l1 li a, ul.l1 li a:visited{color:#474747; text-decoration:none;}
ul.l2{margin:0px; padding:0px; list-style-type:none;}
ul.l2 li{ float:left; padding:0px 10px 10px 0px;}
.but{vertical-align:middle;}
.inputbox01{width:190px; border:0px; vertical-align:top; padding:4px 4px 6px 3px; color:#999; background-image:url(../images/input01.gif); background-repeat:no-repeat;}


#launchad h3 a {
  display : block;
  width : 281px;
  height : 252px;

}



#news_area
{
background-image:url(../images/newsbg.jpg); background-repeat:no-repeat;	
width:580px;
height:347px;
}

#news_area h3
{
padding: 55px 0px 0px 20px;
margin-bottom:5px;

}

#news_area p
{
padding: 0px 20px 10px 20px;
}

#news_area p span
{
color:#AC3424;
font-weight:bold;
}

#news_area h4
{
font-family:Tahoma, Arial, Verdana;	
font-size:18px;
font-weight:normal; 
color:#242424;
padding:0px 20px 0px 20px;
margin-top:-13px;
margin-bottom:0px;
}


#flash
{
padding-left:25px;
}


/*** END OF CONTENT ***/

/*** FOOTER ***/
#footer{ width:990px; margin:0px auto; color:#000000 !important}
#footer p, #footer ul{color:#000000 !important}
#foot{padding:25px 0px 0px 0px;}
#foot h3{color:#000000;}
#foot a, #foot a:visited{color:#000000; text-decoration:none;}
#foot a:hover{text-decoration:underline; color:#841C13;}
#footleft{float:left; width:420px; padding:10px 0px 0px 30px;}
#footleft ul{list-style-type:none; margin:0px; padding:10px 0px 0px 0px;}
#footleft ul li{list-style-type:none; display:inline; padding:0px 0px;}
#footleft ul li a{padding:0px 5px;}

#footright{float:left; width:540px;}
#footright #bookmark{float:right; padding:0px 20px 0px 0px ;}
#footright ul{list-style-type:none; margin:0px; padding:0px 0px 0px 0px;}
#footright ul li{list-style-type:none; float:left; margin-right:8px;}

/*** END OF FOOTER ***/

.table_bold {
	font-weight: bold;
}

#footleft2{float:left; width:420px; padding:10px 0px 0px 30px; text-align:left;}
#footleft2 ul{list-style-type:none; margin:0px; padding:10px 0px 0px 0px;}
#footleft2 ul li{list-style-type:none; display:inline; padding:0px 0px;}
#footleft2 ul li a{padding:0px 5px; text-align:left;}
#footer2{ width:990px; margin:0px auto; color:#000000 !important}
#footer2 p, #footer ul{color:#000000 !important}
#foot2{padding:25px 0px 0px 0px;}
#foot2 h3{color:#000000;}
#foot2 a, #foot a:visited{color:#000000; text-decoration:none;}
#foot2 a:hover{text-decoration:underline; color:#841C13;}
#footright2{float:left; width:540px; text-align:left;}
#footright2 #bookmark{float:right; padding:0px 20px 0px 0px ;}
#footright2 ul{list-style-type:none; margin:0px; padding:0px 0px 0px 0px;}
#footright2 ul li{list-style-type:none; float:left; margin-right:8px;}




.red_price {
	color: #900;
	font-weight: bold;
}
#main_container_inner #centercolumn #content #padding_content #maincontent #main #maintext table tr td {
	text-align: left;
}

#forum-links 
{
	
	width:990px;
}

#forum-links a
{
	background-image:url(../images/home-forum-links.jpg); 
	background-repeat:no-repeat;
	background-position:left;
	padding:20px 36px 20px 15px;
	width:312px;
	height:49px;
	font-size:28px;
	font-weight:bold;
	font-family:Tahoma, Arial, Verdana;
	color:#242424;
	text-decoration:none;
}

#forum-links a span
{
	padding-left:7px;
}

#forum-links a:hover
{
	color:#ee9b52;
	text-decoration:none;
	font-style:italic;
}


#forum-links ul
{
text-align:center;
}

#forum-links li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
