/*
 +--------------------------------------------------------------------+
 | Cascading Style Sheet (CSS)                                        |
 | Media Type: Screen                                                 |
 +--------------------------------------------------------------------+
 | Copyright (c) meridian|development                                 |
 | <http://www.meridiantd.co.uk>                                      |
 +--------------------------------------------------------------------+
 | Authors: Jay Stansell                                              |
 +--------------------------------------------------------------------+

	$Id: screen.css, v 1.00 

			LAYOUT RULES

---------- ---------- ---------- ---------- ---------- ---------- */
#lh-col{
 position: absolute;
 top: 91px;
 left: 0px;
 width: 150px;
 color: #333333;
 margin: 0;
 padding: 0;
 height: 400px;
 z-index: 1;
 }

#rh-col{
 position: absolute;
 top: 100px;
 right: 0px;
 width: 130px;
 color: #333333;
 margin: 0px;
 padding: 0px;
 height: 400px;
 z-index: 1;
 }

#hdr{
 height:105px;
 color:#333333;
 margin:0;
 padding:0;
border-width: 1px 1px 0 1px;
 } 
      
#c-col{
 position: relative;
 margin: 0px 140px 20px 180px;
 color: #333333;
 padding: 0px;
 z-index: 3;
 
 }
/* ---------- ---------- ---------- ---------- ---------- ----------

			BASE RULES

---------- ---------- ---------- ---------- ---------- ---------- */
BODY
{
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	margin: 0;
}
img {
border:0px;
}
/* ---------- ---------- ---------- ---------- ---------- ----------

			TAG RULES

---------- ---------- ---------- ---------- ---------- ---------- */
a:link
{
color:#CC6633;
}
a:hover
{
color:#CC6633;
}
a:visited
{
color:#CC6633;
}
a:active
{
color:#CC6633;
}
/* ---------- ---------- ---------- ---------- ---------- ----------

			FORM RULES

---------- ---------- ---------- ---------- ---------- ---------- */
select {
width:150px;
font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
input {
width:150px;
font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* ---------- ---------- ---------- ---------- ---------- ----------

			CLASSES

---------- ---------- ---------- ---------- ---------- ---------- */
table.quotes{
color:#ffffff;}
 td.bottomline{
 border-bottom:1px dashed #CC6633;
 
 background-color:#dcdcdc;
 }
 td.bglisting
 {
 border-bottom-color::#CC6633;
 border-bottom-style:dashed;
 border-bottom-width:1px;
 height:25px;
 }
