/*
	screen_home_all.css
	
	Stylesheet for homepage of Daniels & Zermack
	Exceptions for IE 6 in screen_home_msie6.css
	
	Subpages have their own stylesheeting.
*/

/* general declarations */
body {
	margin:0;
	padding:0;
	background:#edeedc url('../images/home/bg.jpg') repeat-y;
	font-size:10px;
	}
div {
	position:relative;
	margin:0;
	padding:0;
	}
img { border:0; }

/* columns */
#col_1,#col_2,#col_3 {
	position:absolute;
	}
#col_1 {
	top:85px;
	left:126px;
	width:218px;
	}
#col_1 #home_logo {
	position:absolute;
	top:0;
	left:0;
	}
#col_1 #home_tag {
	position:absolute;
	top:140px;
	left:0;
	}
#col_1 #home_legend {
	position:absolute;
	top:185px;
	left:0;
	}
#col_2 {
	top:59px;
	left:383px;
	width:162px;
	z-index:1;
	}
#col_2 img {
	position:relative;
	display:block;
	margin-bottom:3px;
	}
#col_3 {
	top:225px;
	left:585px;
	z-index:1;
	width:290px;
	}
#col_3 #home_nav {
	position:absolute;
	top:0;
	left:0;
	list-style:none;
	margin:0;
	padding:0;
	}
#col_3 #home_nav li {
	display:block;
	float:left;
	margin:0;
	}
#col_3 #home_content {
	position:absolute;
	top:47px;
	left:0;
	width:100%
	padding:0;
	margin:0;
	color:#444;
	font-family:Verdana,Helvetica,Arial,"sans serif";
	line-height:1.5em;
	font-weight:light;
	}
#col_3 #home_content p {
	margin-top:0;
	}
#home_subnav {
	text-transform:uppercase;
	font-size:0.9em;
	}
#home_subnav a {
	color:#660033;
	text-decoration:none;
	}
#home_subnav a:hover {
	color:#000066;
	text-decoration:underline;
	}
#home_subnav a:visited {
	color:#660033;
	text-decoration:none;
	}
.divider {
	background:#000;
	font-size:1px;
	line-height:1px;
	height:1px;
	display:block;
	position:relative;
	width:100%;
	margin-bottom:9px;
	}
#home_address,#home_footer {
	color:#555;
	font-size:0.9em;
	line-height:1.5em;
	}
#home_address strong {
	color:#555;
	}
#col_3 #home_content #home_footer {
	margin-top:3em;
	}
#home_footer a {
	color:#777;
	text-decoration:none;
	}
#home_sketch {
	position:absolute;
	display:block;
	top:16px;
	left:576px;
	}
#line {
	position:absolute;
	top:253px;
	left:0;
	height:1px;
	width:100%;
	display:block;
	background:#d0d0cf;
	font-size:1px;
	line-height:1px;
	}
#line img {
	display:block;
	position:relative;
	top:0;
	left:366px;
	z-index:0;
	}
/* EOF */

