@charset "UTF-8";
/* CSS Document */

/* ===============================================================================  GLOBAL */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666; 
	background-image: url('../images/background.gif');
	background-repeat: repeat-y;
	background-position: center;
}

#outer-container {
	float: left;
	width: 100%;
	height: 750px;
	background-image: url('../images/h-shadow.png');
	background-repeat: repeat-x;
}

#container {
	margin:auto;
	position:relative;
	width: 1060px;
	height: 750px;
}

#logo {
	float: left;
	width: 50px;
	height: 650px;
}

#content {
	float: left;
	width: 960px;
	height: 650px;
	background-image: url('../images/content-background.gif');
}

h1, h2, h3, h4, h5, h6 {
	font-size: 15px;
	color: #333;
	font-weight: bold;
}

.read-more {
	font-weight: bold;
	color: #000;
}

.read-more a {
	color: #fff;
}

a {
	color: #000;
}

strong {
	font-weight: bold;
	color: #000;
}

/* ===============================================================================  NAV */

#navigation {
	float: left;
	width: 660px;
	height: 50px;
	padding-left: 200px;
	padding-right: 200px;
}

ul.top-nav {
	padding: 0px;
	}

ul.top-nav li {
	float: left;
	list-style: none;
	}

ul.top-nav li a {
	display: block;
	height: 50px;
	background: url(../images/nav.png);
	text-indent:-9999px;
	list-style: none;
	}

/* NAV 01 */

ul.top-nav li.nav-01 a {
	width: 112px;
	background-position: 0 0;
	}
	
ul.top-nav li.nav-01 a:hover, ul.top-nav li.nav-01 a.selected  {
	background-position: 0 -50px;
	}
	
/* NAV 02 */

ul.top-nav li.nav-02 a {
	width: 138px;
	background-position: -112px 0;
	}
	
ul.top-nav li.nav-02 a:hover, ul.top-nav li.nav-02 a.selected {
	background-position: -112px -50px;
	}
	
/* NAV 03 */

ul.top-nav li.nav-03 a {
	width: 147px;
	background-position: -250px 0;
	}

ul.top-nav li.nav-03 a:hover, ul.top-nav li.nav-03 a.selected {
	background-position: -250px -50px;
	}
	
/* NAV 04 */

ul.top-nav li.nav-04 a {
	width: 116px;
	background-position: -397px 0;
	}

ul.top-nav li.nav-04 a:hover, ul.top-nav li.nav-04 a.selected {
	background-position: -397px -50px;
	}

/* NAV 05 */

ul.top-nav li.nav-05 a {
	width: 147px;
	background-position: -513px 0;
	}

ul.top-nav li.nav-05 a:hover, ul.top-nav li.nav-05 a.selected {
	background-position: -513px -50px;
	}

/* ===============================================================================  HOMEPAGE */

div.rotator {
	margin: 0px;
	padding: 0px;
	position:relative;
	height: 650px;
	display: none;
}

div.rotator ul li {
	margin: 0px;
	padding: 0px;
	float:left;
	position:absolute;
	list-style: none;
}

div.rotator ul li.show {
	margin: 0px;
	padding: 0px;
	z-index:510
}

/* ===============================================================================  CONTENT */

#image-1 {
	float: left;
	width: 320px;
	height: 650px;
}

#text-out {
	float: left;
	display: table;
	width: 430px;
	padding-left: 50px;
	height: 650px;
	line-height: 1.4;
	text-align: justify;
}


#text-mid {
	display: table-cell;
	#position: absolute;
	#top: 50%;
	width: 100%; 
	vertical-align: middle;
}

#text-in {
	#position: relative;
	#top: -50%;
	width: 100%; 
}

#text-in-2 {
	#position: relative;
	#top: -50%;
	width: 475px;
	height: 650px;
	overflow-y: scroll;
}

#image-2 {
	float: right;
	width: 115px;
	height: 650px;
}

/* ===============================================================================  GALLERY */

#content-gal-menu {
	float: left;
	width: 760px;
	padding-top: 30px;
	padding-left: 100px;
}

#content-gal-menu h1 {
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	color: #999;
}

#content-gal {
	float: left;
	width: 960px;
	padding-top: 0px;
}

#image-gal {
	float: left;
	width: 570px;
	height: 650px;
	display: table;
	text-align: center;
}

#thumbs-gal {
	float: left;
	width: 215px;
	height: 620px;
	display: table;
}

.thumb {
	float: left;
	width: 90px;
	height: 90px;
	padding-left: 15px;
	padding-bottom: 15px;
}

.galpagecount {
	float: left;
	width: 100%;
	font-weight: bold;
	font-size: 13px;
	padding: 5px;
	padding-top: 0px;
	text-align: center;
	color: #666;
	line-height: 1.3;
}

.thumbnext {
	color: #000;
}

.thumbtext {
	font-size: 12px;
	color: #333;
}

#gallerytextarea {
	float: left;
	width: 165px;
	height: 630px;
	display: table;
	padding-right: 10px;
	font-size: 12px;
	line-height: 1.5;
	text-align: right;
}

.image-container2 {
	float: left;
	width: 200px;
	height: 200px;
	padding: 10px;
	margin-left: 13px;
	margin-right: 15px;
	margin-bottom: 25px;
	text-align: center;
	line-height: 0.8;
	background-image: url('../images/gallery-shadow.png');
}

#galdirectionwrap,#galdirectionwrap a {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 12px;
}

#galdirectionwrap a {
	color: #666;
}

#galdirectionwrap a:hover {
	color: #000;
}

.click-here {
	color: #666;
	font-size: 11px;
}

/* ===============================================================================  CONTACT */

#contact-section {
	width: 95%;
	padding-left: 0%;
	font-size: 14px;
	color: #000;
}

#contact-area input, #contact-area textarea {
	width: 100%;
	padding: 1px;
	font-size: 13px;
}

#contact-area textarea {
	height: 100px;
}

#contact-area input.submit-button {
	width: 100px;
	float: left;
}

.submit-button {
	width: 85px;
	float: left;
	border-style: none;
	font-size: 11px;
	font-weight:bold;
	color: #fff;
	background-color: #666;
}


.formspacer {
	line-height: 0;
}


/* ===============================================================================  FOOTER */


#footer-content {
	float: left;
	width: 900px;
	padding-top: 20px;
	padding-left: 80px;
	color: #666;
	text-align: center;
	font-size: 13px;
}

#footer-content a {
	padding-left: 20px;
	color: #666;
	text-decoration: none;
}


#footer-content a:hover {
	color: #000;
	text-decoration: underline;
}

#copyright {
	float: left;
	width: 50%;
	text-align: left;
	font-size: 12px;
}

#contact {
	float: left;
	width: 50%;
	text-align: right;
	font-weight: bold;
	color: #666;
	
}

#ba-studio {
	float: left;
	width: 90%;
	padding-left: 5%;
	padding-top: 10px;
	color: #666;
	font-size: 11px;
	line-height: 1.5;
}

#ba-studio a {
	padding-left: 0px;
	text-decoration: underline;
	color: #333;
	font-weight: bold;
}

#ba-studio a:hover {
	color: #cc0099;
}


/* ===============================================================================  MQ */


@media (max-width: 1060px) {
	
body {
	background-image: url('../images/content-background.gif');
	background-repeat: repeat;
	background-position: inherit;
}

#outer-container {
	background-image: url('../images/content-background.gif');
	background-repeat: repeat;
}

}
