/* Layouts CSS Document for Red Dog Reptiles
	Author: Timothy Nealon of Nealon Web Designs
	Any copying or otherwise reproduction without written permission is
	subject to punishment defined by Copyright Laws */

* { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

body{
background:url(../images/background.gif) top left repeat #333;
width:100%;
border:0;
margin:0;
padding:0;
}

#header-wrap{
width:990px;
margin:0 auto;
padding:0;
border:0;
}

.inner{
margin:0 auto;
width:950px;
padding:30px 15px;
background-color:#000;
}


#homepage #banner,
#banner{
height:200px;
width:820px;
border:0;
padding:0;
background:#000;
}

	#banner{
	background:url(../images/big-logo.png) no-repeat;
	margin:0 auto;
	width:980px;
	}

#logo{
width:170px;
margin:0;
height:200px;
background:url(../images/logo.png) no-repeat;
float:left;
}
	
#header{
width:980px;
margin:0 auto;
height:40px;
background-color:#000;
}

#slideshow{
float:right;
margin:10px 5px 10px 20px;
}

/* ------------------
	Navigation --- */ 

#header ul#nav { 
width: 960px;
margin-left:10px;
margin-right:0;
z-index: 3000;
list-style:none;
background:transparent;
}

#header ul#nav li { 
position: relative;
float: left;
background: transparent;
border-right: 1px solid #ac3939;
border-left: 1px solid #7b0707;
font-size: 13px;
margin-right:0;
}

#header ul#nav li.first { 
border-left: 0;
}

#header ul#nav li.last{
border-right:0;
padding-right:0;
}

#header ul#nav li a { 
display: block;
padding: 13px 12px 11px 14px;
background: transparent;
font: 1em "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
text-decoration: none;
color: #fefefe;
line-height: 1em;
} 

#header ul#nav li a span { 
background: url(../images/nav/down-arrow.gif) no-repeat 100% 50%;
padding-right: 14px;
}

#header ul#nav li a:hover, 
#header ul#nav li.active a { 
background: #560303;
}

/* -----------------------------
	Navigation-Drop Down Part  */ 

#header ul#nav li ul { 
display: block;
position: absolute;
left: -999em;
width: 138px;
background: #3189bc url(../images/nav/drop-down.gif) repeat-x left top;
border-bottom: 3px solid #5b5858;
padding: 3px 0;
list-style:none;
}
    
#header ul#nav li:hover ul, 
#header ul#nav li.over ul /* used to target IE via script */ { 
display: block;
width: 138px;
left: 0;
top: 100%;
position: absolute;
z-index: 4000;
margin: 0;
}
    
#header ul#nav li ul li { 
width: 126px;
background: transparent;
text-indent: 0;
padding: 0 6px;
height: auto;
border: 0;
}
    
#header ul#nav li:hover ul li a, 
#header ul#nav li.over ul li a { 
display: block;
background: transparent;
padding: 5px 6px 6px 6px;
height: auto;
text-decoration: none;
margin: 0;
color: #fefefe;
text-indent: 0;
text-align: left;
font-size: 10px;
line-height: 1.5em;
}
    
#header ul#nav li ul li a:hover { 
color: #fff;
background: #515151;
}
		
#header ul#nav li a:hover, 
#header ul#nav li:hover a, 
#header ul#nav li.over a { 
background: #560303;
}

/*----------------------------
	Footer ----------------*/

#footer{
background:url(../images/footer.png) no-repeat;
width:980px;
height:200px;
margin:0 auto;
}

#footer-left{
width:450px;
margin:70px 10px;
float:left;
}


/*-----------------------------
	Quick Links Box----------*/

.quick-links{
width:280px;
background-color:#353333;
float:right;
padding:10px;
margin:20px 0 20px 15px;
}

.quick-links ul{
margin-left:-5px;
}

.quick-links ul li,
.quick-links ul li a,
.quick-links ul li a:hover,
.quick-links ul li a:visited{
display:block;
text-align:right;
width:280px;
line-height:28px;
color:#fff;
border-bottom:1px #999 dashed;
}

.quick-links ul li a,
.quick-links ul li a:hover,
.quick-links ul li a:visited{
text-decoration:none;
}

.quick-links ul li a:hover{
background-color:#560303;
}

.quick-links ul li a:visited{
color:#fff;
}

.quick-links ul li a.last{
border-bottom:0;
}

.quick-links h1{
color:#fff;
text-align:right;
margin:2px 0 10px 0;
}

/*--------------------------------
	Highlight Box --------------*/
	
.highlight-box{
width:950px;
height:305px;
background:#333;
border:#666 solid 1px;
}

.highlight-box a img{
float:left;
margin:15px 5px;
border:5px #000 solid;
}

.highlight-box a:hover img{
border:5px #ff0000 solid;
}


/*----------------------------------
	Available Pages --------------*/

.avail-box-ball,
.avail-box-boa,
.avail-box-colubrids,
.avail-box-gecko{
margin:10px 4px 10px 30px;
float:left;
padding:40px 7px 100px 7px;
width:186px;
height:210px;
}

.avail-box-ball{
background: url(../images/avail/ball-pythons.png) no-repeat;
}

.avail-box-boa{
background:url(../images/avail/boas.png) no-repeat;
}

.avail-box-colubrids{
background:url(../images/avail/colubrids.png) no-repeat;
}

.avail-box-gecko{
background:url(../images/avail/geckos.png) no-repeat;
}

/*-----------------------------------
	Collection Page ---------------*/

#our-collection .inner a img{
float:left;
margin-right:6px;
border:5px solid #000;
}

#our-collection .inner a:hover img{
border:5px solid #ff0000;
}

/*-----------------------------
	Form Elements -----------------*/

label {
position:absolute;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#999;
line-height:12px;
margin:0 0 0 10px;
}

input {
background-color:#fff;
margin-left:10em;
margin-bottom:.2em;
line-height:1.4em;
}

textarea{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
font-weight:200;
background-color:#fff;
margin-left:45px;
}

/*--------------------------------------------------
	Generic Classes-----------------------------*/

.float-right{
float:right;
margin:15px 5px 15px 20px;
}

.clear{
clear:both;
height:1px;
}

/*-------------------------------------------------
	Lightview-----------------------------------*/

#lightview * { margin: 0; padding: 0; background: none; border: 0; }
#lightview {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 150px;
	width: 150px;
	margin: -75px 0 0 -75px;
}

#lightview ul li { list-style-type: none; }
#lightview .container { position: relative; width: 100%; height: 100%; }
#lightview .button { cursor: pointer; text-decoration: none; border: none; }

#lightview .sideButtons {
	position: absolute;
	top: 50%;
	margin-top: -11px;
	left: 0;
	clear: both;
	width: 100%;
	height: 22px;
}

#lightview .sideButtons .prev { float: left; }
#lightview .sideButtons .next { float: right; }
#lightview .side { position: relative; overflow: hidden; }
#lightview .side .wrapper { width: 100%; height: 100%; }
#lightview .side .button { float: left; }

#lightview .frames { width: 100%; height: 100%; position: relative; }
#lightview .frames .frame {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
}
#lightview .frames .top { top: 0; }
#lightview .frames .bottom { bottom: 0; }

#lightview .liquid { position: relative; float: left; width: 100%; overflow: hidden; clear: both; }
#lightview .liquid .filler { position: absolute; height: 100%; width: 2px; top: 0; left: 50%; }

#lightview .half {
	display: block;
	height: 100%;
	clear: both;
	line-height: 0px;
}
#lightview .half .corner { float: left; position: relative; }
#lightview .half .corner canvas { }
#lightview .tr, #lightview .br { float: right; }

#lightview .fill {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

#lightview .container .wrap { float: left; position: relative; width: 50%; height: 100%; overflow: hidden; }
#lightview .container .right .wrap { float: right; }

#lightview .corner { position: relative; }
#lightview .corner canvas { position: relative; }
#lightview .left .corner { float: left; }
#lightview .right .corner { position: relative; float: right; }

#lightview .center { position: relative; clear: both; height: 100%; overflow: hidden; }
#lightview .wrapup { position: absolute; left: 0; height: 100%; width: 100%; overflow: hidden; }
#lightview .wrapdown { position: relative; height: 100%; width: 100%; overflow: hidden; }
#lightview .wrapcenter { position: relative; }

#lightview .loading {
	width: 22px;
	height: 22px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -11px;
	margin-left: -11px;
}
#lightview .loading .button {
	float: left;
	height: 100%;
	width: 100%;
}

#lightview .mediaWrapper {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	clear: both;
}

#lightview .mediaWrapper img { position: relative; float: left; }

#lightview .prevnext { position: absolute; top: 0; left: 0; height: 100%; width: 100%; }
#lightview .prevnext .button { position: relative; height: 100%; width: 49%; display: block; }
#lightview .prevnext .prev { float: left; }
#lightview .prevnext .next { float: right; }

#lightview .dataContainer {
	clear: both;
	position: relative;
	width: 100%;
	float: left;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
}

#lightview .close,
#lightview .data { margin: 6px 0 0 0; }
#lightview .top .close,
#lightview .top .data { margin: 0 0 6px 0; }

#lightview .close { float: right; overflow: hidden; }
#lightview .close .button {	float: right; width: 100%; height: 100%; }

#lightview .data {
	position: relative;
	float: left;
	padding-bottom: 3px;
	line-height: 13px;
}

#lightview .dataText div, #lightview .imgNumber div { margin-left: 3px; } /* simulates padding-left inside .data */
#lightview .top .dataText div, #lightview .top .imgNumber div { margin-left: 0; }

#lightview .data li { float: left; margin-top: 3px; }
#lightview .dataText { width: 100%; }
#lightview .dataText .title { font-weight: bold;}
#lightview .dataText .caption { clear: both; }
#lightview .imgNumber { color: #b8b8b8; margin-right: 5px; margin-top: 5px; }
#lightview .slideshow { border-left: 1px solid #efefef; padding-left: 5px; margin-top: 5px; }
#lightview .slideshow .button { /* play and stop */
	float: left;
	width: 43px;
	height: 13px;
	background-position: center left;
	background-repeat: no-repeat;
}

#lightview .importWrapper { float: left; clear: both; }
#lightview .importWrapper iframe { float: left; clear: both; }

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
}

#overlay .closeable {
	position: relative;
	height: 100%;
	width: 100%;
	background: #000; /* IE */
}

* html #lightview {
	position: absolute;
	margin-top: expression( -1 * this.offsetHeight / 2 + (document.documentElement ? document.documentElement.scrollTop : 0) + 'px');
	margin-left: expression( -1 * this.offsetWidth / 2 + (document.documentElement ? document.documentElement.scrollLeft : 0) + 'px');
}

* html #overlay { /* IE6 */
	position: absolute;
	height: expression((document.body.scrollHeight > document.documentElement.scrollHeight ? document.body.scrollHeight : document.documentElement.scrollHeight) > document.body.offsetHeight ? (document.body.scrollHeight > document.documentElement.scrollHeight ? document.body.scrollHeight : document.documentElement.scrollHeight) : document.body.offsetHeight + 'px');
	width: expression((document.body.scrollWidth > document.documentElement.scrollWidth ? document.body.scrollWidth : document.documentElement.scrollWidth) > document.body.offsetWidth ? (document.body.scrollWidth > document.documentElement.scrollWidth ? document.body.scrollWidth : document.documentElement.scrollWidth) : document.body.offsetWidth + 'px');
}