/* Footer position settings */
html{
height: 100%;
}

body{
width: 1024px;
height: 100%;
background-color: #ffffff;
}

#nonFooter{
min-height: 100%;
background-color: #fcfdf4;
}

* html #nonFooter{
height: 100%;
}


#footer{
position: relative;
margin-top: -61px;
}

/* General Settings */
table, p, div, html, body, form, td, tr, span{
margin: 0px;
padding: 0px;
border: 0px;
}

td, input, textarea, div{
font-family: Verdana;
font-size: 11px;
}

/* Header */
.header{
background-color: #ca822d;
width: 100%; 
height: 277px;
}

/* Content */
input, textarea{
border: 1px solid #4d0b0d;
background-color: #FFFFFF;
padding-left: 6px;
color: #4B5554;
}

input.image{
border: 0px;
padding-left: 0px;
margin-left: 7px;
margin-bottom: 1px;
}

label{
color: #4B5554;
}

.content{
background-color: #ffffff;
color: #132431;
}

.content_small{
padding-left: 0px; 
padding-top: 13px; 
padding-bottom: 18px;
color: #132431;
}

.titleDark{
background-color: #cc341b;
height: 20px;
}

.titleLight{
background-color: #ffffff;
text-transform: uppercase;
font-family: Arial;
font-size: 12px;
font-weight: bold;
color: #cc341b;
}

a.cat{
font-size: 10px;
font-weight: bold;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 10px;
border-bottom: 1px solid #dfd7c8;
text-decoration: none;
text-transform: capitalize;
color: #cc341b;
display: block;
width: 100%;
}

a.cat:hover{
background-color: #cc341b;
color: #ffffff;
width: 100%;
}

a.catActive{
font-size: 10px;
font-weight: bold;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 10px;
border-bottom: 1px solid #C7CBCE;
text-decoration: none;
text-transform: capitalize;
color: #ffffff;
display: block;
background-color: #cc341b;
width: 100%;
}

.red{
color: #BE392F;
font-weight: bold;
}

.blue{
color: #132431;
font-weight: bold;
}

.mail{
color: #BE392F;
text-decoration: none;
}

.mail:hover{
color: #BE392F;
text-decoration: underline;
}

.web{
color: #132431;
text-decoration: none;
font-weight: bold;
}

.web:hover{
text-decoration: underline;
}

.web img{ border: 0; }

.art{
color: #132431;
text-decoration: none;
font-weight: bold;
font-size: 10px;
}

.art:hover{
text-decoration: underline;
}

.art2{
color: #4B5554;
font-size: 10px;
}

h4{
font-family: Arial Black;
font-size: 15px;
color: #BE392F;
}

h4.info{
color: #cc341b;
padding-left: 12px;
}

.list_par{
font-family: Verdana;
font-size: 10px;
font-weight: bold;
color: #9A9C9E;
background-color: transparent;
padding-left: 17px;
padding-top: 2px;
padding-bottom: 2px;
}

.list_nepar{
font-family: Verdana;
font-size: 10px;
font-weight: bold;
color: #cc341b;
background-color: transparent;
padding-left: 17px;
padding-top: 2px;
padding-bottom: 2px;
}

.list{
background-image: url('../img/content/square.gif');
background-position: 0px 5px;
background-repeat: no-repeat;
text-transform: uppercase;
font-family: Arial;
font-weight: bold;
padding-left: 10px;
padding-right: 10px;
}

.list2{
background-image: url('../img/content/square.gif');
background-position: 16px 5px;
background-repeat: no-repeat;
color: #4B5554;
text-transform: uppercase;
font-family: Arial;
font-weight: bold;
padding-left: 10px;
padding-right: 10px;
}

a.listlink{
color: #cc341b;
text-transform: uppercase;
font-family: Arial;
font-weight: bold;
text-decoration: none;
}

a.listlink:hover{
text-decoration: underline;
}

/* Footer */
a.footerMenu{
color: #ffffff;
font-weight: bold;
text-decoration: none;
}

a.footerMenu:hover{
text-decoration: underline;
}

#footerMenu{
color: #ffffff;
font-weight: bold;
text-decoration: none;
}

#copyright{
color: #D3D6C8;
}

#by{
color: #4d0b0d;
}

a#footerlink{
color: #4d0b0d;
text-decoration: none;
}

a#footerlink:hover{
text-decoration: underline;
}

.art_title{
font-weight: bold;
font-size: 12px;
text-decoration: underline;
}

#lightbox{
	position: absolute;
	top: 40px;
	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;
	}
#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: 91px; float: right;  padding-bottom: 0.7em;}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #b4a09d;
	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 */
	}	
