@import 'nav.css';
@import 'text.css';
@import 'column.css';
@import 'form.css';
@import 'price.css';



/* LAYOUT FRAMEWORK CONSTRUCT */
body
{
	margin : 0;	
	padding :0;
	text-align :center;
	background-color : #ccc;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.7em;
}



div#page
{
	position : relative;	
	margin-left : auto;
	margin-right : auto;
	margin-top : 5px;
	width : 728px;
	}


div#header
{
	position : absolute;
	width : 728px;
	top : 10px;
	left :0;
	height :237px;
	background-color : White;
	
}

img#logo_left
{
	position : absolute;
	left : -98px;
	top : 15px;
	border: none;
}



div#nav
{
	position : absolute;
	top :247px;
	left : 0;
	width : 728px;
	height : 25px;
	line-height : 25px;
	background-image : url(../images/site/nav_bg.jpg);
	background-repeat : no-repeat;
	
	
}

div#main
{
	position : absolute;
	top :272px;
	left : 0;
	width : 728px;	
	background-image : url(../images/site/main_bg.jpg);
	background-repeat : repeat-y;	
}

div#get_high
{
	width : 100%;
	height : 10px;	
	
}

div#get_high_logo
{
	background-image : url(../images/site/get_high.jpg);
	background-repeat : no-repeat;
	position : absolute;
	height : 40px;
	width : 250px;
	bottom : 33px;
	left : 15px;
}





div#content_in
{
	width : 95%;
	position : relative;
	margin-left : auto;
	margin-right : auto;	
	text-align : justify;	
	margin-top : 10px;	
	/*margin-bottom : 25px;*/
	padding-bottom: 45px;
	clear : both;
	
}

div#content_in_bottom_space
{
	width : 95%;
	position : relative;
	margin-left : auto;
	margin-right : auto;	
	text-align : justify;	
	margin-top : 10px;	
	padding-bottom: 40px;
	/*margin-bottom :40px;	*/
}

div#index_left
{
	width : 370px;
	float : left;
	/*background-color : Fuchsia;*/	
}

div#index_right
{
	width : 300px;
	float : right;
	text-align : left;
	/*background-color : Lime;	*/
}


div#left_content
{
	width : 465px;
	float : left;
	position : relative;	
}


div#footer
{		
	width : 728px;
	height : 40px;
	background-image : url(../images/site/footer_bg.jpg);
	background-repeat : no-repeat;
	clear : both;
}

div#footer_in
{
	width :680px;
	float : left;
	margin-left : 12px;
	line-height : 25px;
	margin-top : 5px;
	text-align : center;
	color : #FFF;
}

div#signature
{
 	position : absolute;
	bottom : -20px;
	left : 0;
	width : 700px;
	height : 20px;	
	text-align : center;
	font-size : 10px;
  line-height: 1.5em;		
}

div#signature a 
{
	color : #666;
}

div#signaure a:hover
{
	color : #79BFCB;
}

img#logo
{
	position : absolute;
	top : -50px;
	left : 14px;
}

img.left
{
	float : left;
	margin-right : 10px;
	margin-left : 15px;
	margin-bottom  : 10px;
	border : none;	
}

img.gallery
{
	float : left;
	margin :1px;
	border : 1px solid #ccc;	
}

img.grey_border
{
	border : 1px solid #CCC;	
}

img.location 
{
	float : left;
	margin-left : 8px;
	margin-right : 8px;	
}

img.right
{
	float :right;
	margin-right : 5px;
	margin-top : 10px;
	margin-bottom : 5px;
}

.img-right
{
	float :right;
	margin: 0 0 0 10px;
}




div.col_left
{
	width : 180px;
	float : left;	
	padding-bottom : 10px;
	margin-left : 5px;	
}

div.col_right
{
	width : 490px;
	float : right;
	margin-right : 5px;	
}

img.border
{
	border : 1px solid #000;
}


#showimage{
position:absolute;
visibility:hidden;
border: 1px solid gray;
z-index: 10;
background-color: #ccc;

}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #ccc;


}

#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
display: block;
text-align: right;

}

