﻿body {
  margin:0;
  padding:0;
  font-family: arial, verdana, sans-serif;
  font-size: 12px;
  background: #ffffff url("images/bg.gif") center repeat-y;
}

input.flat {
   color:#000000;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color: #F0F0F0;
   border:1px solid;
   border-top-color:#3e92b7;
   border-left-color:#3e92b7;
   border-right-color:#3e92b7;
   border-bottom-color:#3e92b7;
}

H1 {
  font-family: arial, verdana, sans-serif;
  font-size:15px;
  line-height:2.0em;
  color:#26618f;
  display: inline;
}

H2 {
  font-family: arial, verdana, sans-serif;
  font-size:15px;
  line-height:2.0em;
  color:#FF7B6D;
  display: inline;
}

H3
{
	font-family: arial, verdana, sans-serif;
	font-size: 15px;
	color: #A00000;
	line-height: 2.0em;
	display: inline;
	font-weight: bold;
}

H4
{font-family: arial, verdana, sans-serif;
 font-size:12px;
 color:#00628C;
 display: inline;}

H5
{font-family: arial, verdana, sans-serif;
 font-size:12px;
 color:#A00000;
 display: inline;}

H6
{font-family: arial, verdana, sans-serif;
 font-size:12px;
 color:#7D7D8E;
 display: inline;}


#container
{
  width: 760px;
  margin-right:auto;
  margin-left:auto;
  background: #FFFFFF;
  
}

#logo
{ 
  width:100%; 
  padding-bottom:10px;
  padding-top:10px;
  padding-right:0;
  background:#ffffff;
  font-size:40px;
  background: #ffffff 
}

#quicklinks
{
  background: #F0F0F0;
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 22px;
  font-size: 80%;
  font: 9px/1em Verdana;
  border-bottom:1px solid #000000;
}

visited
{
	color: #177ABE;
	text-decoration: none;
}

#quicklinks a
{
color: #177ABE;
}

#main
{
  background: #ffffff 
  width:760px; 
  float:left;
  
  margin-bottom:0px;
}

#main p
{
  padding-left: 22px;
  width:440px;
  margin-bottom:10px;
  text-align: justify;
}

#message
{
  font: 13px/1.2em Verdana;
  padding-left: 20px;
  width:440px;
  margin-bottom:22px;
  margin-top: 15px;
  min-height:420px;
  text-align: justify;
}


#subcontent
{
  padding-left: 10px;
  width: auto;
  border-top:1px dashed #3E92B7;
  margin-bottom: 0px;
  min-height:380px; 
}

#hotdeals
{
  padding-left: 10px;
  width:220px;
  float:left;
  border-right: 1px dashed #3E92B7;
  margin-bottom:0px;
  min-height:375px;
}

#popular
{
  width:220px;
  float:right;
  padding-top:3px;
  margin-left: 0px;
  margin-bottom: 0px;
}

#popular ul {
  margin:0;
  padding:10px 0px 0 20px;
  list-style:square;
}

#search 
{
  background: #C6D9E8;
  border-bottom: 1px dashed #3E92B7;
  margin-top:0px;
  padding-top:6px;
}

#sidebar
{
  background: #ffffff;
  width:254px;
  float:right;
  padding-right:12px;
  padding-top:12px;
  padding-bottom:12px;
  text-align:left;
  margin-bottom: 0px;
  clear:bottom;
}

#sidebar a
{
color: #BF4B0B;
}

#footer
{
  background: #F0F0F0;
  width:760px;
  margin-left:0px;
  margin-top:0px;
  margin-right:0px;
  border-top: 1px solid #000000;
  padding:0px;
  clear: both;
  /* z-index:1; */
}

#contact
{
  padding: 12px;
  border-left:0px;
  border-right:0px;
  border-top:0px;
  background: #FFFFFF;
  border-bottom: 1px solid #000000;
  text-align:center;
}

SMALL
{ font-family: arial, verdana, sans-serif;
  font-size:11px;
  color:#00628C;}

SMALL.pink
{ font-family: arial, verdana, sans-serif;
  font-size:11px;
  color:#FF7B6D;}


/*- Menu - */

#navigation {
  font: bold 11px/1.5em Verdana;
  float:left;
  width:760px;
  background: #FFFFFF;
  font-size:10px;
  line-height:normal;
  border-bottom:1px solid #000000;
}

#navigation ul {
  margin:0;
  padding:10px 0px 0 20px;
  list-style:none;
}

#navigation li {
  display:inline;
  margin:0;
  padding:0;
}

#navigation a {
  float:left;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
}

#navigation a span {
  float:left;
  display:block;
  padding:5px 15px 4px 6px;
  color:#FFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a span {float:none;}
/* End IE5-Mac hack */


#navigation a:hover span {
  color:#FFF;
  background-position:100% -42px;
}

#navigation a:hover {
  background-position:0% -42px;
}

#navigation a:hover span {
  background-position:100% -42px;
}

#navigation #current a {
  background-position:0% -42px;
}

#navigation #current a span {
  background-position:100% -42px;
}