﻿@charset "UTF-8";
/* CSS Document
Mando Saenz
Home CSS
© 2008 Mando Saenz
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com
Written 1/6/08 11:17AM
Updated 1/6/08 11:17AM
Validated 1/6/08 11:17AM */	
	
/* Global Layout Elements */

div#wrapperdiv {
	height: 794px;
	}

div#topdiv {
	width: 846px;
	height: 155px;
	background: url(../images/hometop_03.jpg) top left no-repeat;
	}
	
div#leftdiv {
	width: 108px;
	height: 794px;
	float: left;
	background: url(../images/home03_02.jpg) top left no-repeat;
	}
	
div#rightdiv {
	width: 112px;
	height: 794px;
	float: left;
	background: url(../images/home03_05.jpg) top left no-repeat;
	}
	
div#contentdiv {
	width: 846px;
	height: 406px;
	}
	
div#contentleftdiv {
	width: 404px;
	height: 406px;
	float: left;
	background: url(../images/home03_08.jpg) top left no-repeat;
	}
	
div#contentrightdiv {
	width: 442px;
	height: 406px;
	float: left;
	background: url(../images/home03fixed_23.jpg) bottom left no-repeat;
	}
	
div#bottomdiv {
	width: 846px;
	height: 170px;
	background: url(../images/home03_19.jpg) top left no-repeat;
	clear: both;
	}
	
div#shadowdiv {
	width: 1066px;
	height: 406px;
	background: url(../images/shadow_19.jpg) top left no-repeat;
	clear: both;
	}
	
/* Text */

div#dsvContent1 p.newsp {
	padding: 0 0 12px 0;
	}
	
div#dsvContent1 p.tourp {
	padding: 0 0 8px 0; font-weight:bold; font-size:16px; 
	}
	
div#dsvContent1 p.click {
	padding: 0 0 18px 0;
	font-size: 80%;
	}
	
/* Links */

div#dsvContent1 a {
	color: #eddabd;
	text-decoration: none;
	}
	
div#dsvContent1 a:hover {
	color: #eddabd;
	text-decoration: underline;
	}

div#dsvContent1 a.more {
	color: #eddabd;
	text-decoration: none;
	font-size: 80%;
	}
	
div#dsvContent1 a.more:hover {
	color: #eddabd;
	text-decoration: underline;
	font-size: 80%;
	}

	
/* Scrollbars */

div#scrollerWrapper {
	position:relative;
	color: #eddabd;
	font-size: 85%;
	}
	
div#dsvContainer {
	position: absolute;
	left: 90px;
	top: 60px;
	width: 220px;
	height: 300px;
	clip: rect(0px,220px,300px,0px);
	overflow: hidden;
	z-index: 1;
	}
	
div#dsvContent1 {
	position: absolute;
	width: 220px;
	left: 0px;
	top: 0px;
	z-index:0;
	visibility:visible;
	}
	
div#dsvUp {
	position: absolute;
	left: 338px;
	top: 65px;
	z-index: 1;
	width: 7px;
	height: 6px;
	}
	
div#dsvDown {
	position:absolute;
	left: 338px;
	top: 354px;
	z-index: 1;
	width: 7px;
	height: 6px;
	}
	
div#dsvTrack {
	position:absolute;
	left: 338px;
	top: 65px;
	z-index: 0;
	width: 7px;
	height: 265px;
	}

