@charset "utf-8";
body {
	margin: 0px;
	background-color: #000000;
}

body a {
	text-decoration: none;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper #header {
	background-image: url(../images/headerbg.gif);
	background-repeat: repeat-x;
	width: 900px;
	height: 200px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#wrapper #navigation {
	text-align: center;
	height: 50px;
	width: 900px;
	background-image: url(../images/navbg.gif);
	background-repeat: repeat-y;
	color: #FFFFFF;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#wrapper #navigation a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}


#wrapper #contentWrap {
	background-color: #000000;
	width: 900px;
}
#wrapper #contentWrap #movieBox {
	height: 175px;
	width: 900px;
	background-color: #333333;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
}
#wrapper #contentWrap #title {
	height: 175px;
	width: 900px;
	background-color: #333333;
}

#wrapper #contentWrap #bodyText {
	background-image: url(../images/contentbg.gif);
	background-repeat: repeat-x;
	width: 860px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 14px;
	padding: 20px;
	line-height: 18px;
	clear: both;
}

#wrapper #contentWrap #bodyText a {
	color: #000000;
	font-weight: bold;
}
#wrapper #contentWrap #bodyText h3 {
	font-size: 14px;
	text-decoration: none;
}
#wrapper #contentWrap #bodyText h4 {
	font-size: 18px;
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper  #contentWrap  #bodyText #right {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	width: 430px;
}
#wrapper #contentWrap #bodyText #left {
	float: left;
	width: 430px;
}


#wrapper #contentWrap #bodyText a {
	text-decoration: none;
}
#wrapper #contentWrap #bodyText #occasionRight {
	float: right;
	width: 430px;
	margin-left: 0px;
}


#wrapper #contentWrap #movieBox #bodyText h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	font-style: normal;
}

#wrapper #contentWrap #bodyText h2 {
	font-style: italic;
	text-align: center;
	font-size: 18px;
}


#wrapper #contentWrap #footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	background-image: url(../images/footerbg.gif);
	background-repeat: repeat-x;
	height: 60px;
	width: 880px;
	text-align: center;
	font-size: small;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	clear: both;
}

#wrapper #contentWrap #footer a {
	color: #999999;
}

#slider							{ background-color:#333333; height: 227px; overflow: hidden;
								  position: relative; margin: 0px 0; }
								  
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover							{ width: 2880px; position: relative; }

.slide							{
	width: 900px;
	float: left;
	position: relative;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
}
.slide h1						{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 28px;
	letter-spacing: -1px;
	color: #e3e3e3;
}
.slide p						{
	color: #999;
	font-size: 14px;
	line-height: 18px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
}
.slide img						{
	position: absolute;
	top: 35px;
	left: 400px;
}
#slider-stopper					{ position: absolute; top: 1px; right: 20px; background: #505050; color: white;
								  padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 1000; font-family:Arial,                                   Helvetica, sans-serif; text-decoration:none; }
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#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: #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-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(../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;	}
#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: #000; }
#wrapper #contentWrap #bodyText #contactForm {
	float: right;
	width: 450px;
}
#wrapper #contentWrap #bodyText #contactInfo {
	float: left;
	line-height: 18px;
}
#wrapper #contentWrap #bodyText #right h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
}

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 560px; 
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
    color:#F8CE29;
	font-weight:bold; /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}


#wrapper #contentWrap #bodyText #quoteForm {
	padding-right: 150px;
	padding-left: 150px;
}
#wrapper #contentWrap #bodyText #links a {
	font-weight: normal;
	color: #666666;
}
#wrapper #contentWrap #bodyText #links {
	color: #999999;
}
