

@CHARSET "UTF-8";
#logo {
        background: url("/images/el/logo.png") no-repeat;
}
#menu a.profile {
    background: url("/images/el/profile.png") no-repeat;   
}
#menu a.services {
    background: url("/images/el/services.png") no-repeat;   
}
#menu a.photos {
    background: url("/images/el/gallery.png") no-repeat;   
}
#menu a.contact {
    background: url("/images/el/contact.png") no-repeat;   
}
#menu a.customers {
    background: url("/images/el/customers.png") no-repeat;   
}

body {
    margin: 0px;
    font-family: Corbel, Calibri, Candara, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #4b3e35;
    color: #FFFFFF;	
}
body td, body th {
      font-family: Corbel, Calibri, Candara, Tahoma, Arial, Helvetica, sans-serif;
      font-size: 12px;	
}
h1,h2,h3 {
    font-weight: bold;
    font-family: Corbel, Calibri, Candara, Tahoma, Arial, Helvetica, sans-serif;
    margin: 0px;
}
input,select,textarea {
    font-family: Corbel, Calibri, Candara, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    border: 1px solid #4b3e35;
    background: #FFFFFF;
}
input.submit {
    font-weight: bold;
    background: url("/images/submit.png") repeat-x #F5F5F5;
    height: 22px;
    line-height: 22px;
    color: #990000;	
}
h1 {
	font-size: 18px;
}
h2 {
    font-size: 16px;	
}
h3 {
    font-size: 14px;	
}
a {
	color: #2c5aa0;
}
a:hover {
    color: #aa0044;	
}
.b, .bi, .err {
    font-weight: bold;	
}
.i, .bi {
    font-style: italic;	
}
.ca {
    text-align: center;	
}
.la {
    text-align: left;	
}
.ra {
    text-align: right;	
}
.err {
    color: #CC0000;	
}
#main, #main_admin, #main_error, #main_auth {
    position: relative;
    top: 100px;
    width: 100%;
    color: #333333;	
    z-index: 0;
    display: table;
    margin-bottom: 100px;
    padding-bottom: 10px;
}
#main {
     background: url("/images/back.png") 400px bottom no-repeat #ece2cb; 	
}
#main_error, #main_auth {
	 height: 400px;
     background: url("/images/biglogo.png") 40px 40px no-repeat #ece2cb;    
}
#error_content, #auth_content {
    position: relative;
    top: 60px;
    left: 300px;
}
#error_content {
	    width: 300px;  
}
#auth_content {
    width: 450px;	
}
#main_admin {
    background: #FFFFFF;
}
#admin_content {
    position: relative;
    margin-left: 10px;
    margin-top: 10px;	
    width: 960px;
}
#allpage {
    position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
    background: url("/images/up_back.png") 0px 89px repeat-x; 
	display: table;
}
#content {
    position: relative;
    margin-top: 230px;
    margin-left: 30px;
    width: 500px;
    z-index: 15;
    padding-bottom: 5px;
}
#logo {
    position: absolute;
    top: 74px;
    width: 315px;
    height: 238px;
    z-index: 10;
    left: 30px;
}
#menu {
	position: absolute;
	top: 76px;
	left: 360px;
	height: 140px;
	width: 705px;
	z-index: 20;
}
#menu a {
    display: block;
    float: left;
    height: 140px;
    width: 141px;	
}
#menu a img {
    border: 0px;	
}

#menu a.profile:hover, #menu a.services:hover, #menu a.photos:hover, #menu a.contact:hover,  #menu a.customers:hover {
   background-position: bottom right;
}
#footer {
    position: relative;
    margin-top: 10px;
    left: 30px;
    font-size: 11px;	
    width: 900px;
}
#moto {
    position: absolute;
    top: 270px;
    left: 30px;
    z-index: 30;
    width: 900px;
}
#moto h1 {
    color: #800000;
}
#where {
    position: absolute;
    left: 540px;
    top: -20px;
    z-index: 50;
    width: 250px;
    text-align: right;
}
#where h2 {
    color: #ff6600;
    font-size: 26px;
    font-style: italic;
}
#footer p {
    margin: 3px;
}
#footernavigation {
	position: relative;
	height: 10px;
    margin-bottom: 20px;
    width: 400px;
}
#footer a {
    color: #FFFFFF;
}
#footer a:hover {
    color: #000000;
}
#footernavigation a, #footernavigation span {
    display: block;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
#indicator {
    position: absolute;
    width: 200px;
    z-index: 500;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    color: #FFFFFF;
    border: 2px solid #000000;
    background: #4b3e35;
}
#indicator p {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 20px;	
    background: url("/images/ajax-loader.gif") 8px 7px #4b3e35 no-repeat;
    line-height: 20px;
    margin: 0px;
}
fieldset {
    border: 0px;
}
#contactform {
    display: inline;
}
label {
    display: block;
    float: left;
    width: 100px;
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}
div.formrow {
    display: block;
    padding-top: 5px;
    padding-botom: 15px;
    clear: both;
    height: 30px;
    border-bottom: 1px dashed #666666;
}

div.err {
    text-align: center;
    line-height: 15px;
    display: block;
    background: #CC0000;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}
#langs img {
    border: 0px;
}
#langs {
    position : absolute;
    top: 5px;
    left: 920px;
}
#album {

}
#album a {
    border: 1px solid #CCCCCC;
    padding: 5px;
    margin: 3px;
    background: #F5F5F5;
    display: block;
    width: 100px;
    height: 60px;
    float: left;
}
#album a img {
	position: absolute;
    border: 0px;
    clip: rect(0px, 100px, 60px, 0px);
    clip: rect(0px 100px 60px 0px);
}
#album a:hover {
    background: #ff6600;
     border: 1px solid #333333;
}
#smalllogo {
    position: absolute;
    top: 1px;
    left: 10px;
    width: 299px;
    height: 102px;
    background: url("/images/adminlogo.png") no-repeat;
}
#amenu {
    position: absolute;
    top: 70px;
    left: 350px;
}
#amenu a {
    display: block;
    float: left;
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
}

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	color: #333333;
	}

#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/prev.gif) left 15% no-repeat; }

#nextLink:hover, #nextLink:visited:hover { background: url(/images/next.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;
}

#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}	
