*
{
padding: 0;
margin: 0;
}

body
{
background: #663300;
font-family: Arial, Helvetica;
font-size: 10pt;
}

a
{
color: #99470F;
}

a:hover
{
color: #5A1603;
}

p
{
line-height: 1.4em;
}

#container
{
margin: 0 auto;
width: 778px;
}

#container_left
{
float: left;
width: 753px;
padding-left: 25px;
background: url('images/left01.gif') left repeat-y;
}

#container_right
{
float: right;
width: 729px;
padding-right: 24px;
background: url('images/left02.gif') right repeat-y;
}

#menu
{
width:729px;
height:365px;
}

#content
{
margin-left: 1px;
float: left;
width: 729px;
padding-left: 33px;
background: url('images/left02-13.gif') no-repeat left top; 
}

#site {
	position: absolute;
	top: 100px;
	right: 50px;
}

#site2 {
	position: absolute;
	top: 200px;
	right: 50px;
}


* html  #content
{
width:696px;
}

#content2
{
float: left;
width: 671px;
padding-right: 25px;
background: url('images/right02.gif') right top no-repeat;
}

#content_left
{
float: left;
padding-top: 40px;
background: url('/images/ourservices.gif') no-repeat;
width: 315px; 
}

div.left_frame_top
{
padding: 16px 15px 10px 15px;
background: url('/images/t1.gif') no-repeat;
height:429px;
overflow: auto;
}

div.left_frame_bottom
{
padding-bottom: 16px;
background: url('/images/t2.gif') no-repeat bottom;
}

div.left_frame_inside
{
background: url('/images/tbg.gif') repeat-y;
}

#more1
{
background: url('/images/more1.gif') no-repeat bottom;
width: 315px;
height: 46px;
}

#more2
{
background: url('/images/more2.gif') no-repeat bottom;
width: 315px;
height: 46px;
}

#separator
{
float:left;
background: url('/images/center.gif') no-repeat top left;
height: 557px;
width: 41px;
}

#content_right
{
float:left;
background: url('/images/faq.gif') no-repeat top;
padding-top: 40px;
height: 341px;
width: 315px;
}

#bottom
{
margin: 0 auto;
background: url('/images/bottom01.gif') no-repeat top center;
width: 729px;
padding: 0;
min-height: 50px;
border: 2px solid yellow;
}

* html  #footer { margin-top: -50px}

*:first-child+html  #footer { margin-top: -50px } 

#footer
{
margin: 0px auto;
background: url('/images/bottom02.gif') no-repeat center bottom;
width: 729px;
color: #CAB9A4;
text-align: center;
/*padding-top: 50px;*/
min-height: 26px;
}

.text
 {
font-family: Tahoma, Arial;
font-size: 10px;
}

input
{
font-family: Tahoma, Arial;
font-size: 10px;
}

select 
{
font-family: Tahoma, Arial;
font-size: 10px;
}

.clear
{
clear: both;
}

/************* Lightbox */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}

#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}

#imageContainer>#hoverNav{ left: 0;}

#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}

#prevLink { left: 0; float: left;}

#nextLink { right: 0; float: right;}

#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }

#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }

#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	

#imageData #caption{ font-weight: bold;	}

#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			

#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}

/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
