/******************************************************
File:			iespecific.css
Site:			www.daywalker-productions.co.uk
Author:			Alex Adams
Description:	The style sheet for the site. specifically for IE
History:		AA 2007-03-19 Created
******************************************************/

body
{
	background-color:#ffffff;
}

body object.iehide{
  display: none;
}

div.container
{
	width:800px;
	height:auto/* 600px*/;
	background-color: #ffffff;
}


div.header
{
	width: 100%;
	background-image: url('../images/daywalker_banner.jpg');
	height: 164px;
}

div.main_menu
{
	position: relative;
	right: 15px;
	bottom: -140px;
	font-family: verdana;
	font-size: 9pt;
	color: #b00000;
	text-align: right;
}

div.second_menu
{
 	margin-left: 15px;
 	margin-right: 15px;
 	margin-top: 5px;
	font-family: verdana;
	font-size: 8pt;
	color: #676767;
	text-align: right;
}

div.main_body
{
  float: left;
  margin-left: 15px;
/*  margin-top: 15px;*/
  width: 585px;
  height: auto/*385px*/; 
  background-color: #ffffff;
  font-family: arial;
  font-size: 9pt;
  color: #676767;
  text-align: left;
  overflow: auto;
}

table
{
  background-color: #ffffff;
  font-family: arial;
  font-size: 9pt;
  color: #777777;
  text-align: left;
}


div.nuggets
{
  float: right;
  clear: right;
  width: 160px;
 /* margin-top: 15px;*/
 /* margin-right: 15px;*/
	font-family: "Trebuchet MS";
  font-size: 8pt;
  color: #000040;
  text-align:left;
}

div.quote
{
  position: relative;
  float: right;
   clear: right;
  width: 160px;
  margin-top: 15px;
/*  margin-right: 15px;*/
  font-family: "Trebuchet MS";
  font-size: 9pt;
  color: #000040;
  text-align:left;
}

div.picture
{
	position: relative;
	 clear: right;
	float: right;
	width: 160px;
	height: 150px;
	margin-top: 15px;
/*	margin-right: 15px;*/
	font-family: "Trebuchet MS";
	font-size: 9pt;
	color: #676767;
	text-align:left;
}

div.footer
{
	 clear: both;
  left: 0px;  
  width: 800px;
	padding-top: 15px;
	padding-bottom: 5px;
	color: #676767;
	background-color:#ffffff;
	font-family: arial;
	font-size: 7pt;
	text-align: center;
	clear:left;
}

h1
{
  font-family: arial;
  font-size: 12pt;
  font-weight: bold;
  color: #676767;
}

h2
{
  font-family: arial;
  font-size: 10pt;
  font-weight: bold;
  color: #676767;
}

h3
{
  font-family: arial;
  font-size: 9pt;
  font-weight: bold;
  color: #676767;
}

a:hover
{
  color: #b00000;
}

a.menu
{
	text-decoration:none;
	color: #000000;
	padding: 0px 0px;
	font-family: verdana;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
}

a.menu:hover
{
	color: #b00000;
}

a.current
{
	text-decoration:none;
	color: #b00000;
	padding: 0px 0px;
	font-family: verdana;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
}
a.current:hover
{
	color: #b00000;
}

a.secondary
{
  color: #000000;
  padding: 0px 0px;
  font-family: verdana;
  font-size: 8pt;
  font-weight: normal;
  text-align: center;
}
a.secondary:hover
{
  color: #b00000;
}
a.norm
{
  text-decoration:none;
	color: #000000;
	padding: 0px 1px;
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
}

a.norm:hover
{
  color: #fb0000;
}

a.nugget
{
  text-decoration:underline;
  color: #000000;
  padding: 0px 1px;
  font-family: "Trebuchet MS";
  font-size: 8pt;
}

a.nugget:hover
{
  color: #b00000;
}

a.foot
{
  text-decoration:none;
	color: #000000;
	padding: 0px 1px;
	font-family: arial;
	font-size: 7pt;
}

a.foot:hover
{
  color: #b00000;
}

#quote_owner
{
  text-align: right;
  font-weight: bold;
  font-size: 7pt;
  color: #676767;
}

#marqueecontainer
{
  position: relative;
  width: 158px; /*marquee width */
  height: 80px; /*marquee height */
  background-color: #ffffff;
  overflow: hidden;
}
.signature{
	font-family: cursive;
}

.notes
{
	font-size: 8pt;
}
img.wrapleft
{
  float: left;
  margin-right: 5px;
}
img.wrapright
{
  float: right;
  margin-left: 5px;
  margin-right: 5px;
}/* CSS Document */
