body {
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:12px;
	text-align:left;
	margin:0px;
	padding:0px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	line-height:17px;
	font-size:12px;
	text-align:left;
	margin:0px;
	padding:5px;
}

h1,h2,h3,h4,h5,h6,form,b,dl {padding:5px;}

dt {font-weight:bold;}

img {
	border:none;
	margin:0px auto 0px auto;}

a:link {
	color:#000000;
	text-decoration:none;
}

a:visited {
	color:#000000;
	text-decoration:none;
}

a:hover {
	color:#A60000;
	text-decoration:underline;
}

a:active {
	color:#000000;
	text-decoration:none;
}

/*~~~~~HEADER~~~~~*/
#header {
	background-color:#A60000;
	background:-moz-linear-gradient(top, #EA0000, #510000);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#EA0000), to(#510000));
	
	height:35px;
	width:100%;
	margin:0px auto 0px auto;
	color:#FFFFFF;
	text-align:center;
}

#spanner {
	color:#A60000;
	float:left;
	width:300px;
}

#banner {
	margin:5px auto 5px auto;
	
}

#header ul {
	list-style:none;
	height:45px;
	width:960px;
	margin:auto;
}

#header li {
	float:left;
	line-height:17px;
	font-size:13px;
	margin:0px auto 0px auto;
	padding:0px;
}

#header li a {
	background-image:url(http://www.moochidogsalon.com/assets/navdivider.jpg);
	background-repeat:no-repeat;
	background-position:right;
	padding:8px 16px 8px 16px;
	color:#FFFFFF;
	display:block;
	outline:0;
	text-decoration:none;
}

#header li:hover a {
	text-decoration:underline;
}



/*~~~~~MISC GRIDS AND DIVS~~~~~*/
.wrapper {
	min-height:100%;
	height:auto;
	height:100%;
	width:960px;
	margin:0px auto -50px auto;
}

.container {
	width:960px;
	margin:0px auto 5px auto;
}

.sidebar {
	float:right;
	width:200px;
	margin-top:5px;
}

.maincontent {
	width:740px;
	float:left;
	margin-top:5px;
}



/*~~~~~FOOTER~~~~~*/
#footer {
	background-color:#A60000;
	background:-moz-linear-gradient(top, #EA0000, #510000);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#EA0000), to(#510000));
	
	width:100%;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
	margin-top:20px;
}

.clear {clear:both;}

#footer a:link {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

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


/*~~~~~LIGHTBOX~~~~~*/
#lightbox {
	position: absolute;	
	left:0; 
	width:100%; 
	z-index:100; 
	text-align:center; 
	line-height:0;
}

#lightbox img {
	width:auto;
	height: auto;
}

#lightbox a img {border:none;}

#outerImageContainer {
	position:relative;
	background-color:#FFFFFF;
	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-image:url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ 
	display: block;
}

#prevLink {
	left:0;
	float:left;
}

#nextLink {
	right:0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background:url(http://www.moochidogsalon.com/assets/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(http://www.moochidogsalon.com/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color:#FFFFFF;
	margin:0px auto;
	line-height: 1.4em;
	overflow:auto;
	width:100%;
}

#imageData {
	padding:0px 10px;
	color:#666666;
}

#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;
	outline: none;
}	 	

#overlay {
	position:absolute;
	top:0;
	left:0;
	z-index:90;
	width:100%;
	height:500px;
	background-color:#000000;
}
