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

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #fff;
	color: #666;
}

#container {
	background-image: url(../images/em-background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #666666;
}

#middle-container {
	background-image: url(../images/em-masthead-background.gif);
	background-repeat: repeat-x;
}

#inner-container {
	width: 980px;
	margin: auto;
	position:relative;
}

#masthead {
	float: left;
	width: 940px;
	height: 74px;
	padding: 10px;
}

#logo {
	float: left;
	width: 318px;
	height: 57px;
	padding-top: 23px;
	padding-left: 182px;
}

#photograher {
	float: left;
	width: 277px;
	height: 57px;
	padding-top: 23px;
}

#contents {
	float: left;
	width: 960px;
	background-color: #fff;
	min-height: 600px;
	padding: 10px;
	padding-top: 30px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 28px;
	color: #000; 
	font-weight: bold;
	text-align:left;
}

a {
	color: #000; 
}

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

em {
	font-style: italic;
}

ul {
	padding: 0px 0px 0px 20px;
}

li {
	list-style: outside;
}

.lighter {
	color: #999; 
}

.smaller {
	font-size: 15px;
}

.lowlinehight {
	line-height: 0.5;
}

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


#navigation {
	float: left;
	width: 960px;
	height: 80px;
	padding-left: 10px;
}

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

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

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

/* NAV 01 */

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

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

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

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

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

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

/* NAV 05 */

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

ul.top-nav li.nav-05 a:hover, ul.top-nav li.nav-05 a.selected {
	background-position: -803px -80px;
}
	
/* ===============================================================================  DROPDOWN NAV */

ul.top-nav li.nav-03 ul, ul.top-nav li.nav-04 ul {
	list-style:none;
	position:absolute;
	left:-9999px;
		        
}
ul.top-nav li.nav-03 ul li, ul.top-nav li.nav-04 ul li {
	padding-top:2px;
	float:none;

}

ul.top-nav li.nav-03 ul a, ul.top-nav li.nav-04 ul a {
	white-space:nowrap;
	height: 10px;
	text-indent: 0px;
	color: #fff;
	text-align: center;
	padding-top: 9px;
	padding-bottom: 9px;
	font-weight: bold;
	background: #666;
	text-decoration: none;
}
ul.top-nav li.nav-03:hover ul{
	left:353px;
}

ul.top-nav li.nav-04:hover ul{
	left:545px; 
}

ul.top-nav li.nav-03:hover a, ul.top-nav li.nav-04:hover a { 
	text-decoration:underline;
}
ul.top-nav li.nav-03:hover ul a, ul.top-nav li.nav-04:hover ul a { 
	text-decoration:none;
}
ul.top-nav li.nav-03:hover ul li a:hover, ul.top-nav li.nav-04:hover ul li a:hover { 
	background:#333;
}
	
/* ===============================================================================  HOME */

.home-box {
	float: left;
	width: 240px;
	height: 240px;
	background: #333;
}


/* ===============================================================================  GENERIC*/

#lc {
	float: left;
	width: 200px;
	min-height: 200px;
	text-align: center;
}


#generic-text {
	float: left;
	width: 740px;
	line-height: 1.6;
	text-align: justify;
}


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

#content-gal {
	float: left;
	width: 960px;
	line-height: 1.5;
}

#content-single {
	float: left;
	width: 960px;
	padding: 0px;
	line-height: 1.5;
}

#title {
	float: left;
	width: 600px;
	padding-left: 20px;
}

.galdirectionwrap {
	padding-left: 10px;
}

.galdirection a {
	color: #cc6600;
	font-size: 14px;
	font-weight: bold;
}

#galsubtitle {
	font-size: 20px;
	font-weight: bold;
}

#gallerytextarea {
	padding: 10px;
	padding-top: 20px;
}

#single-lc {
	float: left;
	width: 180px;
	padding-top: 35px;
	padding-left: 10px;
	line-height: 1.6;
}

.single-title {
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

#single-content {
	float: right;
}


.galnavback {
	float: left;
	color: #003366;
}

.galnavsingle {
	float: left;
	min-height: 50px;
	color: #003366;
	text-align: right;
	padding-left: 10px;
	min-width: 100px;

}

.galnavsingle a, .galnavback a {
	font-size: 17px;
	font-weight: bold;

}

.galpagecontainer1 {
	float: right;
	text-align: right;
	padding-right: 15px;
	padding-top: 10px;
	min-height:50px;
	min-width: 200px;
}

.galpagecount {
	width: 100%;
	float: left;
	font-weight: bold;
	font-size: 18px;
	padding: 5px;
	text-align: center;

}

#gallery {
	float: left;
	width: 960px;
	padding-top: 10px;
}


.image1, .image2, .image3, .image4, .image5, .image6, .image7, .image8, .image9, .image10, .image11, .image12 {
	float: left;
	display: table;
	width: 240px;
	text-align: center;
}

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


.thumbtext {
	width: 240px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

.thumbnext {
	color: #000;
}



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

#footer {
	height: 100px;
	clear: both;
	margin:auto;
	position:relative;
	background-color: #fff;
}

#inner-footer {
	width: 960px;
	margin:auto;
	position:relative;
	padding-top: 15px;
}

#footer-content {
	width: 960px;
	font-size: 14px;
	float: left;
	padding-bottom: 50px;
}

#footer-content a {
	font-weight: bold;
	text-decoration: none;
}

#footer-content a:hover {
	font-weight: bold;
	text-decoration: underline;
}
.footer-nav {
	float: left;
	padding-left: 10px;
}

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

.footer-nav ul li {
	list-style-type: none;
}

.footer-nav li a {
	display: block;
	width: 100%;
	float: left;
	padding: 5px 0px;
	color: #666;
	text-align: left;
}



#footer-left {
	float: left;
	min-width: 205px;
	font-size: 10px;
	text-align: right;
	padding-right: 15px;
}

#footer-social {
	float: left;
	height: 40px;
}

#footer-cr {
	float: left;
	padding-top: 11px;
	padding-left: 5px;
	height: 35px;
}

#footer-contact {
	float: right;
	min-width: 210px;
}

.ba-studio {
	color: #000;
	font-size: 11px;
}

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

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


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

#contact-section {
	width: 500px;
	padding: 0px 0px 0px 120px;
	font-size: 14px;
}

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

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

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

.contact-info {
	font-size: 14px;
	color: #330066; 
	font-weight: bold;
}


.formspacer {
	line-height: 0;
}


/* ===============================================================================  HIGH RES */

@media
only screen and (-Webkit-min-device-pixel-ratio: 1.5) and (min-width: 950px),
only screen and (-moz-min-device-pixel-ratio: 1.5) and (min-width: 950px),
only screen and (-o-min-device-pixel-ratio: 3/2) and (min-width: 950px),
only screen and (min-device-pixel-ratio: 1.5) and (min-width: 950px) {
ul.top-nav li a {
	background: url(../images/em-nav-hr.jpg);
	background-size: 960px 160px;
}

}
