/* General Style
---------------------------------------------------------------------------*/

body, html {
	
	background: #ffffff
				url(../images/main_bg2.gif)
				repeat-x;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;

}


a {
	color: #0997d8;
	text-decoration: none;
}

a:hover {
	color: #d99009;
	text-decoration:underline;
}


a:visited {
	color: #3333FF;
}

img {
	border: 0px none;
	padding: 0px;
	margin: 0px;
}


h1 {
	padding: 0px;
	margin: 0px;
}

h2 {
	color: #0a9bdd;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	display:block;
	padding-top: 2px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e1e1e1;
}

h3 {
	color: #0997d8;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	display:block;
	padding-top: 10px;
	padding-bottom: 0px;
}

h4 {
	color: #0997d8;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}


strong {
	color: #0997d8;
}

p {


}



/* Main-container
---------------------------------------------------------------------------*/
#main-container {
	width: 760px;
	margin: auto;
	text-align: left;
}




/* About Section Container
---------------------------------------------------------------------------*/

#about-container {
	background: #b0eaff
				url(../images/round_bg.gif)
				no-repeat;
	padding: 0px;
	margin: 0px;
	/*float: left;*/
	height: 109px;
	width: 747px;
	display: block;

}


#about-content {
	float: left;
	width: 500px;
	padding-top: 50px;
	padding-left: 24px;
}


#about-contact {
	padding-top: 34px;
	float: right;
	}
	

/* Rollover Image
---------------------------------------------------------------------------*/
a#contact-btn {
    display: block;
    width: 185px;
    height: 75px;
    background-image: url(../images/contact_btn.gif);
    background-position: 0 0;
    margin: 0 0;
}
a#contact-btn:hover {
    background-position: 0 -75px;
}

a .alt { display: none; }


/* Gallery Table
---------------------------------------------------------------------------*/

#gallery {

	background: #ffffff;
	border: 2px solid #ececec;
	width: 741px;
	height: 187px;
}


#col1 {
	padding-left: 1px;
	float: left;
	padding-right: 2px;
}

#col2 {
float: left;
padding-right: 2px;
}

#col3 {
float: left;
}


#reflection {
	/*position: relative;
	top: 40px;*/
}


.gallerytable {
	padding: 1px;
}



/* News Section
---------------------------------------------------------------------------*/
#news {
	position: relative;
	z-index: 999;
	width: 750px;
}

#news p {
	padding-left: 25px;
}


/* Footer
---------------------------------------------------------------------------*/
#footer-container {
	position: absolute;
	z-index: 5;
	bottom: 0%;
	background: #ffffff
				url(../images/footer_bg.jpg)
				100% 0
				no-repeat;
	width: 100%;
	height: 60px;
	clear: both;

}

#footer {
	margin: auto;
	width: 760px;
	text-align: right;
	padding-top: 25px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}



/* IE hacks and other stuff. ( IE SUCKS IE SUCKS IE SUCKS IE SUCKS )
---------------------------------------------------------------------------*/
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

