@charset "utf-8";
/* CSS Document */


body
{
	margin: 0 auto;
	padding: 0;
	background-color: #FCFCFD;
	font-family: "Trebuchet MS", "Lucida Sans", Verdana, Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #3C4E6D;
}

p
{
	font-size:14px;
}


h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
.art-postheader, .art-postheader a, .art-postheader a:link, .art-postheader a:visited, .art-postheader a:hover,
.art-blockheader .t, .art-vmenublockheader .t, .art-logo-text, .art-logo-text a,
h1.art-logo-name, h1.art-logo-name a, h1.art-logo-name a:link, h1.art-logo-name a:visited, h1.art-logo-name a:hover
{
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	font-size: 31px;
	text-align: left;
}

a
{
	font-size: 14px;
	text-decoration: underline;
	color: #3F5373;
}

a:link
{
	font-size: 14px;
	text-decoration: underline;
	color: #3F5373;
}

a:visited, a.visited
{

  color: #5A555E;
}

a:hover, a.hover
{
  text-decoration: none;
  color: #141A24;
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-size: 24px;
  text-transform: uppercase;
  color: #536D97;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
	font-weight: normal;
	font-size: 20px;
	text-transform: none;
	color: #536D97;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
	font-size: 18px;
	text-transform: none;
	color: #536D97;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
	font-size: 16px;
	text-transform: none;
	color: #516A95;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-size: 15px;
  text-transform: uppercase;
  color: #1D2635;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-size: 14px;
  text-transform: uppercase;
  color: #1D2635;
}

/*BASIC SETTINGS----------------------------------------------------------*


/* HOME PAGE main image*/

#fastquote {
width:220px;
height:115px;
background-image:url(/images/home2010/fast_quote_bkg.jpg);
background-repeat:no-repeat;
}
#mainimage {
	width:560px;
	height: 115px;
	background-image: url(/images/home2010/main_image_bkg.jpg);
	background-repeat:no-repeat;
}

#tablehome {
	width:100%;
	height:180px;
}

/* WEBSITE main table */
#maintable {
	vertical-align: top;
	width: 800px;
	padding: 0px;
	background-color:#FFFFFF;
}

/*** Front End Styles ****/

#orderdetails {
width: 900px;
font-family:"Trebuchet MS", "Lucida Sans", Verdana, Arial;
font-size:10px;
}


/*** Footer Styles ***/

}
#footer {
	color:#FFFFFF;
	padding:5px;
	text-decoration:none;
	width:800px;
	margin:5px;
}
#footer p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	color: #FFFFFF;
}
#footer a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 10px;
}
#footer a:hover{
	color:#FFFF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
