@charset "windows-1252";

/*  what do we want the page to look like? */
body  { 
background-color: #ffffff; 
background:url(foo) fixed; 
padding: 5px ;
}

/* which font series do we want to use? */
font { 	
font-family: 'Bitstream Vera Sans',Helvetica,Verdana,Arial,sans-serif; 
font-style: normal; 
}

/* those orange dots */
.pic3  {
margin-left: 2px;
margin-right: 2px;
margin-top: 0px;
margin-bottom:0px;
vertical-align: middle;
}

/* the navbar map image */
#pic2  {
  position:fixed;
  _position:absolute;
  top:0;
  _top:expression(eval(document.body.scrollTop));
right: 0;
  margin:0;
  padding:0;
}

/* the hoad image */
#pic1  {
float: left;
margin-left: 10px;
margin-right: 15px;
margin-top: 10px;
margin-bottom: 5px;
}

/* the email address image */
#pic6  {
margin-left: 15px;
margin-right: 5px;
margin-top: 0px;
margin-bottom:0px;
vertical-align: middle;
}

/* what about links? */
a:link		{ 
color: blue; 
}

a:visited	{ 
color: purple; 
}

a:hover	{ 
color: green;  
}

/* now to the main text content */
.main {
width:75%;
font-family: 'Bitstream Vera Sans',Helvetica,Verdana,Arial,sans-serif; 
color: #404040;
font-size: small; 
font-weight: 400;
text-align: justify; 
margin-left:  3px;
margin-right: 2px;
margin-top: 1em;
margin-bottom: 1em;
}

/* now to the large bold  text content */
.dark {
width:75%;
font-family: 'Bitstream Vera Sans',Helvetica,Verdana,Arial,sans-serif; 
color: #404040;
font-size: medium;
font-weight: 700;
text-align: justify; 
margin-left:  3px;
margin-right: 3px;
margin-top: 1em;
margin-bottom: 1em;
}

/* now to the bold  text content */
.main2 {
width:75%;
font-family: 'Bitstream Vera Sans',Helvetica,Verdana,Arial,sans-serif; 
color: #404040;
font-size: medium;
font-weight: 700;
text-align: left;
margin-left:  3px;
margin-right: 3px;
margin-top: 1em;
margin-bottom: 1em;
}

/* style for forms */
form {
width: 75%;
font-family: 'Bitstream Vera Sans',Helvetica,Verdana,Arial,sans-serif; 
color: #404040;
font-weight: 400;
font-size: small; 
text-align: left; 
margin-left:  1px;
margin-right:  1px;
margin-top: 1px;
margin-bottom:  1px;
}

/* style for form required fields marker */
.req   {
font-family: 'Bitstream Vera Sans',Helvetica,Verdana,Arial,sans-serif; 
color: #ff9900;
font-weight: 800;
font-size: large;
text-align: left; 
margin-left:  1px;
margin-right:  1px;
margin-top: 1px;
margin-bottom:  1px;
}

/* let's jolly up our form buttons */
.submit input  {
font-family: 'Bitstream Vera Sans',Helvetica,Verdana,Arial,sans-serif; 
color: #ffffff;
font-weight: 600;
background-color: #ff9900;
width: 75px;
height: 25px;
border:2px solid;
   border-top-color:#5e3a02;
   border-left-color:#5e3a02;
   border-right-color: #a28454;
   border-bottom-color: #a28454;
margin-left: 25px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
}

/* now to the smallprint text content */
.small {
width:70%;
font-family: Helvetica,Verdana,Arial,sans-serif;
color: #404040;
font-size: x-small; 
font-weight: 400;
text-align: justify;
margin-left:  3px;
margin-right: 3px;
margin-top: 1em;
margin-bottom: 1em;
}

/* this is the offers table styling */

table.offers, tr.offers, td.offers  {
width: 70%;
font-family: 'Bitstream Vera Sans',Helvetica,Verdana,Arial,sans-serif; 
color: #404040;
font-size: small; 
font-weight: 400;
border: 1px solid #404040;
border-collapse: collapse;
empty-cells: hide;
margin:  5px;
}

td.offers1 {
width: 45%;
text-align: left;
font-family: 'Bitstream Vera Sans',Helvetica,Verdana,Arial,sans-serif; 
color: #404040;
font-size: small; 
font-weight: bold;
border: 1px solid #404040;
border-collapse: collapse;
padding: 2px;
}

td.offers2 {
width: 10%;
text-align: left;
font-family: 'Bitstream Vera Sans',Helvetica,Verdana,Arial,sans-serif; 
color: #404040;
font-size: small; 
font-weight: bold;
border: 1px solid #404040;
border-collapse: collapse;
padding: 2px;
}

td.offers3 {
width: 15%;
text-align: left;
font-family: 'Bitstream Vera Sans',Helvetica,Verdana,Arial,sans-serif; 
color: #404040;
font-size: small; 
font-weight: bold;
border: 1px solid #404040;
border-collapse: collapse;
padding: 2px;
}

/* this is the orange inter-row */
tr.orange, td.orange  {
background-color: #ff9900;
line-height: 3px;
}

/* stylesheet written for Ulverston Car Leasing by Anne Nichols, Astarte Web Design, October 2007 */
