/* general display styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color:#333;
	height: 100%;
}
html {
	height: 100%;
}
h1,h2,h3,h4,h5 {
    margin: 0;
    margin-bottom:8px;
    padding:0;
}
h1 {
	font-size:1.8em;
	font-weight: normal;
	text-align: left;
}
h2 {
    font-size:1.6em;
	font-weight: normal;
}
h6 {
	font-size:4.8em;
	font-weight: normal;
	color: #FFF;
}
p {
	margin:1em 0;
	padding:0;
	font-size:1em;
	line-height: 1.5em;
	text-align: left;
}

em {
    font-style:italic;
    color:#008;
}
strong {
    font-weight:bold;
    color:#008;
}

li {
	font-size:1em;
	line-height: 1.5em;
	list-style-position: outside;
	list-style-image: url(file:///C|/Documents%20and%20Settings/Ryan/Desktop/images/dot.gif);
}
a:link {
	color:#3B5AA2;
	text-decoration:none;
}
a:visited {
	color:#F6E877;
	text-decoration:none;
}
a:hover {
	color:#7BE0A5;
	text-decoration:none;
}



/* structure */
body {
	margin:0;
	padding:0;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-color: #90b4e8;
	height: 100%;
}
#container {
   height:100%;
}
#wrapper {
	width:980px;
	margin:0 auto;
	padding:0;
	text-align:left;
	height: 100%;
	overflow: visible;
	z-index: 2;
}

#header {
	width:1900px;
	height:167px;
	position:relative;
	top: 0px;
	z-index: 150;
	background-image: url(../images/header_bg.png);
	left: -470px;
	overflow: hidden;
	clear:both;
}

#header #upperNav {
    margin:0;
    padding:0;
    position:absolute;
    top:75px;
    left:247px;
}

#header ul {
    padding:0;
    list-style-type:none;
}

#header ul li {
	float:left;
	margin:0;
	display:inline;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 0;
}

#header #logo {
	width:335px;
	height:83px;
	position:absolute;
	top:0px;
	margin: 5px 0 0 5px;
	z-index: 251;
	left: 468px;
}
#splash-image {
	width:980px;
	height:700px;
	top: -40px;
	position: relative;
	z-index: 1;
}
#splash-fade {
	width:1080px;
	height:700px;
	position: relative;
	z-index: 0;
	float: left;
	background-image: url(../images/splash_fade.png);
	left: -50px;
}
#header #searchbox {
	position:relative;
	left:0px;
	top:80px;
	width:450px;
	height:30px;
	float: right;
	background-color: #F4FBDA;
	text-align: right;
}

#header #green-spacer {
    width:760px; 
    height:10px;
    background:url(file:///C|/Documents%20and%20Settings/Ryan/Desktop/images/dream-labs-web-design-green.gif);
    position:absolute;
    top:105px;
}

#header #lowerNav {
	width:804px;
	height:55px;
	position:relative;
	left: 505px;
	top: 99px;
}    
#front-message {
	float: right;
	width: 950px;
	position: absolute;
	vertical-align: middle;
	top: 352px;
	visibility: visible;
	z-index: 260;
	height: 470px;
}


#content {
	text-align: left;
	background-repeat: repeat-y;
	position: relative;
	top: -40px;
	padding-top: 50px;
	background-image: url(../images/content.png);
	width: 940px;
	left: -5px;
	padding-right: 25px;
	padding-left: 25px;
	min-height: 90%;
}

#content-contact {
	text-align: left;
	background-repeat: repeat-y;
	position: relative;
	top: -40px;
	padding-top: 50px;
	background-image: url(../images/content.png);
	width: 940px;
	left: -5px;
	padding-right: 25px;
	padding-left: 25px;
	min-height: 100%;
}
#content-gallery {
	text-align: left;
	background-repeat: repeat-y;
	position: relative;
	top: -40px;
	padding-top: 50px;
	background-image: url(../images/content.png);
	width: 940px;
	left: -5px;
	padding-right: 25px;
	padding-left: 25px;
	height: 1200px;
}


#content ul {
    margin: 6px 0;
    padding:2px 20px;
}
#pictures {
	width: 885px;
	height: 145px;
	margin: 15px 15px 15px 30px;
	float: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333;
	padding-bottom: 15px;
}
#description  {
	float: left;
	width: 550px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	position: relative;
	vertical-align: middle;
	top: 20%;
	z-index: 300;
}
#galleries {
	width: 910px;
	height: 90px;
	margin: 14px 15px 14px 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333;
	padding-bottom: 14px;
	overflow: hidden;
}

#footer {
	background-image: url(../images/bg_bottom.png);
	background-repeat:no-repeat;
	bottom: 0;
	min-height: 120px;
	width: 1900px;
	clear:both;
	text-align:center;
	position: relative;
	margin-top: 170px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer ul {
	list-style-type:none;
}
#footer ul li {
    display:inline;
    font-size:0.9em;
}
#page-footer {
	background-image: url(../images/bg_bottom.png);
	background-repeat:no-repeat;
	bottom: 0;
	min-height: 120px;
	width: 1900px;
	clear:both;
	text-align:center;
	position: relative;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#page-footer ul {
	list-style-type:none;
}
#page-footer ul li {
	display:inline;
	font-size:0.9em;
}

.nav-links {
	position: absolute;
	top: 30px;
	left: 20px;
	width: 200px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav-links li {
	line-height: 1.6em;	
	font-size: 1.2em;
}

.twitthis {
	position: absolute;
	top: 250px;
	left: 20px;
}
pre {
	border-left: 10px solid #777;
	font-size: 0.85em;
	padding: 1em;
	color: black !important;
	overflow-x: auto;
}
.important {
	border: 1px solid #666;
	background: #ddd;
	padding: 0 1em;
	color: #C30;
}
h3 {
	font-size: 1.45em;
	line-height: 1.05em;
	border-bottom: 1px solid #333;
}
.galleryview {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 0.5em;
}
.code_wrapper {
	border: 1px solid #888;
	padding: 10px;
}
code, .code {

}
.options {
	border: 1px solid #777;
	border-right: none;
	font-size: 0.8em;
	font-family: Verdana, Geneva, sans-serif;
}
.options th {
	text-align: left;
	background: #777;
	color: white;
	font-weight: bold;
}
.options th, .options td {
	padding: 4px 10px;
}
.options td {
	border-right: 1px solid #777;
}
#parts-img {
	border: 1px solid #333333;
}
img.nav {
	border: 1px solid #333333;
	margin-bottom: 5px;
}
a:link, a:visited {
	color: #3671A8;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #CC5914;
}
.panel-overlay h2,
.panel-overlay p{
	margin: .3em 0;
}
.panel-overlay p {
	line-height: 1.2em;
}
#galleries1 {
	height: 800px;
}
#galleries2 {
	height: 800px;
}

.hidden { display: none; }
.unhidden { display: block; }

@media Screen    
{
.sIFR-flash {
	PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; VISIBILITY: visible !important; PADDING-TOP: 0px
}
.sIFR-replaced {
	VISIBILITY: visible !important
}
.sIFR-ignore {
	VISIBILITY: visible !important
}
.sIFR-alternate {
	POSITION: absolute; WIDTH: 0px; DISPLAY: block; HEIGHT: 0px; OVERFLOW: hidden; TOP: 0px; LEFT: 0px
}
.sIFR-replaced DIV.sIFR-fixfocus {
	PADDING-BOTTOM: 0pt; MARGIN: 0pt; PADDING-LEFT: 0pt; PADDING-RIGHT: 0pt; FLOAT: none; LETTER-SPACING: 0px; OVERFLOW: auto; PADDING-TOP: 0pt
}

}

@media Print    
{
.sIFR-flash {
	POSITION: absolute; WIDTH: 0px; DISPLAY: none !important; HEIGHT: 0px; OVERFLOW: hidden
}
.sIFR-alternate {
	POSITION: static !important; WIDTH: auto !important; DISPLAY: block !important; HEIGHT: auto !important; VISIBILITY: visible !important; TOP: auto !important; LEFT: auto !important
}

}
required {
	margin:1em 0;
	padding:0;
	font-size:1.5em;
	line-height: 1.5em;
	color: #F00;
	font-weight: bolder;
}
#flash-map {
	width:550px;
	height:400px;
	top: 20px;
	position: relative;
	z-index: 1;
	text-align: center;
	background-image: url(../images/map-back.jpg);
	padding: 20px 20px 20px 20px;
	margin: 0 Auto;
}
#content #video{
	margin: 0 Auto;
	width: 720px;
	text-align: center;
}

#content #video a:link {
	line-height: normal;

}

p1 {
	margin:1em 0;
	padding:0;
	font-size:1em;
	line-height: 1.5em;
	text-align: center;
}
