
html, body {
height:100%;
}


body {
background:#111 url(images/body_bg.gif) repeat-x;
}

* {
padding:0;
margin:0;
border:0;
list-style:none;
font-family:trebuchet, verdana, arial, sans-serif;
color:#eee;
}

#wrap {
position:relative;
margin:0 auto -50px; /* the bottom margin is the negative value of the footer's height */
width:880px;
min-height:100%;
background:#333 url(images/wrap_bg.gif) repeat-y;
height: auto !important;
height: 100%;
}

.push {
	height: 50px; /* .push must be the same height as .footer */
	clear:both;
	/* DONT' FORGET TO CHANGE THE MARGIN IN THE WRAPPER TO REFLECT ACTUAL HEIGHT OF FOOTER */

}

#footer {
	background:#333 url(images/footer_bg.gif) repeat-x;
	height: 50px; /* .push must be the same height as .footer */
	/* DONT' FORGET TO CHANGE THE MARGIN IN THE WRAPPER TO REFLECT ACTUAL HEIGHT OF FOOTER */
	width:100%;
	position:relative;
	margin:auto;

}

#footer p {
width:880px;
height:40px;
padding-top:10px;
background:transparent url(images/footer_P_bg.gif) no-repeat center;
margin:0 auto;
text-align:center;
font-size:10px;
}

#header {
height:266px;
width:647px;
float:left;
margin-left:-1px;
}

#header li {
height:266px;
float:left;
background:transparent none;
}

#mainMenu {
float:right;
width:234px;
height:266px;
}

#mainMenu li {
width:234px;
}

#mainMenu a {
text-decoration:none;
display:block;
height:42px;
}

#mainMenu li#home a { background-image:url(images/home_off.gif); }
#mainMenu li#home a:hover { background:transparent; }
#mainMenu li#home { background-image:url(images/home_roll.gif); margin-top:-3px; }

#mainMenu li#about a { background-image:url(images/about_off.gif); }
#mainMenu li#about a:hover { background:transparent; }
#mainMenu li#about { background-image:url(images/about_roll.gif); }

#mainMenu li#sunglasses a { background-image:url(images/sunglasses_off.gif); }
#mainMenu li#sunglasses a:hover { background:transparent; }
#mainMenu li#sunglasses { background-image:url(images/sunglasses_roll.gif); }

#mainMenu li#novelties a { background-image:url(images/novelties_off.gif); }
#mainMenu li#novelties a:hover { background:transparent; }
#mainMenu li#novelties { background-image:url(images/novelties_roll.gif); }

#mainMenu li#contact a { background-image:url(images/contact_off.gif); }
#mainMenu li#contact a:hover { background:transparent; }
#mainMenu li#contact { background-image:url(images/contact_roll.gif); }


#stylesMenu {
float:right;
width:263px;
margin-right:10px;
}

* html #stylesMenu {
margin-right:5px;
}

#stylesMenu li {
float:left;
margin-top:-4px;
}

.clear {
clear:both;
margin-top:0;
height:1%;
width:100%;
overflow:hidden;
} 

/* FONT FORMATTING */

h1 {
font-size:18px;
color:white;
font-weight:bold;
margin:5px 25px;
}

h2 {
font-size:18px;
color:#ff0000;
font-weight:bold;
margin:5px 25px;
border-bottom:1px solid #222;
padding:2px;
}

h3 {
font-size:14px;
color:#ff0000;
font-weight:bold;
margin:5px 30px;
padding:2px;
}

p {
margin:10px 40px;
font-size:12px;
line-height:18px;
}

a {
color:#ddf78a;
text-decoration:underline;
}

a:hover {
text-decoration:none;
}

#thumbsList {
width:594px;
float:left;
margin-left:12px;
}

* html #thumbsList {
margin-left:6px;
}

#thumbsList li {
width:148px;
border:1px solid #444;
background-color:#222;
padding:12px;
margin:12px;
min-height:148px;
float:left;
color:#eee;
font-size:10px;
}

#thumbsList h3 {
font-size:12px;
padding:0;
margin:2px;
}

* html #thumbsList li {
height:148px;
margin:8px;
}

.paginationList {
margin:10px 40px;
min-height:20px;
height: auto !important;
height: 20px;
}

.paginationList li {
padding:3px 3px 4px 3px;
color:#5c4b3e;
border:1px solid #444;
background-color:#222;
float:left;
width:12px;
height:12px;
text-align:center;
margin:3px;
font-size:12px;
}

.paginationList a {
color:#ff0000;
text-decoration:none;
}
.paginationList a:hover {
color:white;
text-decoration:none;
}

/* LIGHTBOX */
#lightbox{
	position: absolute;
	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;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;color:#444;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;color:#777;	}			
#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;
}

.mainList {
margin:10px 70px;
}

.mainList li {
background:#333 url(images/listCheck.gif) no-repeat left;
padding:2px 2px 2px 32px;
margin:3px;
font-weight:bold;
font-size:12px;
height:20px;
}

#rightBox {
float:right;
margin:0 25px;
background-color:#222;
width:350px;
padding:10px;
border:1px solid #555;
}

#rightBox h2 {
margin:5px;
}

#rightBox p {
margin:5px 10px;
font-size:11px;
}

/* FORM STYLES */

.cssform {
width:400px;
}

fieldset {
border:1px dashed #CCC;
padding:10px;
margin: 20px auto;
width:400px;
float:right;
margin-right:20px;
}
legend {
font-size: 14px;
font-weight: bold;
line-height: 22px;
color:#222;
background: #aaf428;
border: 1px solid #222;
padding: 5px;
}

label {
width:130px;
height:32px;
margin-top:3px;
margin-right:2px;
padding-top:13px;
padding-left:6px;
background-color:#222;
float:left;
display: block;
font-size: 14px;
color:white;
font-weight:bold;
}

.inputBox {
width:250px;
float:right;
background-color:#ddd;
height:35px;
margin-top:3px;
padding:5px;
}

.cssform input[type="text"] {
background-color:#FFFFFF;
width:246px;
color:#444;
font-size:14px;
padding: 8px 2px 9px 2px ;
}

.cssform input[type="password"] {
background-color:#FFFFFF;
width:246px;
color:#444;
font-size:14px;
padding: 8px 2px 9px 2px ;
}

.cssform select {
background-color:#FFFFFF;
width:246px;
color:#444;
font-size:14px;
padding: 8px 2px 9px 2px ;
}

.cssform option {
color:#444;
}

.textBox {
background-color:#FFFFFF;
width:246px;
color:#444;
font-size:14px;
padding: 8px 2px 9px 2px ;
height:16px;
}

.blogBox {
background-color:#FFFFFF;
width:246px;
color:#444;
font-size:14px;
padding: 8px 2px 9px 2px ;
height:150px;
overflow:auto;
}

.blogInputBox {
width:250px;
float:right;
background-color:#ddd;
height:168px;
margin-top:3px;
padding:5px;
}

.cssform input[type="file"] {
background-color:#FFFFFF;
width:346px;
color:#444;
font-size:14px;
padding: 8px 2px 9px 2px ;
}

.submitButton {
float:right;
padding:5px;
color:#222;
background: #aaf428;
border: 1px solid #222;
margin-top:3px;
width:150px;
font-weight:bold;
cursor:pointer;
}

#mapBox {
float:left;
margin:5px 10px 5px 40px;
border:1px solid #aaa;
padding:2px;
background-color:#222;
font-size:11px;
line-height:16px;
}

* html #mapBox {
margin:5px 10px 5px 20px;
}

#mapBox img {
vertical-align:bottom;
}