/* CSS Document */
body{
background:url(images/bg.png) repeat-x;
background-color:#92278f;
margin:10px 0 15px 0;
}
h1{
margin:0; 
padding:0;
width: 720px;
height: 40px;
}

/* Links */
a#home
  {
  display: block;
  width: 30px;
  height: 40px;
  float: left;
  margin: 0 auto;
  border: none;
  background:  url(images/home.gif) no-repeat;
  }
a#home:hover
  {
  background:  url(images/homeh.gif) no-repeat;
  }
a#mail
  {
  display: block;
  width: 30px;
  height: 40px;
  float: left;
  margin: 0 auto;
  border: none;
  background:  url(images/mail.gif) no-repeat;
  }
a#mail:hover
  {
  background:  url(images/mailh.gif) no-repeat;
  }
a#sitemap
  {
  display: block;
  width: 40px;
  height: 40px;
  float: left;
  margin: 0 auto;
  border: none;
  background:  url(images/sitemap.gif) no-repeat;
  }
a#sitemap:hover
  {
  background:  url(images/sitemaph.gif) no-repeat;
  }
.nav {
margin:0;
padding:0;
font-family: Arial Narrow;
font-size:20px;
color: #4f0023;
text-decoration:none;
}
.nav a{
margin:0;
padding:0;
font-family: Arial;
font-size:14px;
color: #f3f1a5;
text-decoration:none;
}
.nav a:hover{
color: #ffffff;
text-decoration:none;
}
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
}
#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #323232;
}
#dropmenudiv a:hover{
text-decoration: underline;
}

/* Sidebar */
.section{
margin:0;
padding:0;
background:url(images/sidebarmsg.png) no-repeat;
background-color:#ff9017;
}
.section p{
margin:0 0 10px 0;
padding:0;
font-family: Pristina;
font-size:18px;
color: #1e1203;
text-decoration:none;
}
h2{
margin:0 0 0 10px;
padding:0;
font-family: Arial Narrow;
font-size:16px;
color: #ffffff;
text-decoration:none;
}
.form{
margin:0 0 10px 0;
padding:0;
font-family: Gill Sans MT;
font-size:14px;
color: #333333;
text-decoration:none;
}

/* Content */
.content h3{
margin:0;
padding:0;
font-family: Arial;
font-size:16px;
color: #92278f;
text-decoration:none;
}
.content p{
margin:0 0 10px 0;
padding:0;
font-family: Arial;
font-size:14px;
color: #333333;
text-decoration:none;
}
.content a{
color: #213753;
text-decoration:none;
}
.content a:hover{
color: #990000;
text-decoration:none;
}
.content li{
margin:0 0 10px 0;
padding:0;
font-family: Arial;
font-size:14px;
color: #333333;
text-decoration:none;
}
.salespage {
	margin:10px 0 0 0;
	padding:0;
	color:#222222;
	font-size:14px;
	text-decoration:none;
	font-weight:normal;
	font-family:Arial;
}
.salespage p{
	margin:10px 0 0 0;
	padding:0;
	color:#222222;
	font-size:14px;
	text-decoration:none;
	font-weight:normal;
	font-family:Arial;
}
.salespage a{
	margin:10px 0 0 0;
	padding:0;
	color:#222222;
	font-size:14px;
	text-decoration:underline;
	font-weight:normal;
	font-family:Arial;
}
.salespage a:hover{
	text-decoration:none;
}
.salespage h5{
	margin:0 0 5px 0;
	padding:0;
	color:#222222;
	font-size:25px;
	text-decoration:none;
	font-weight:bold;
	font-family:Tahoma;
	letter-spacing: -1; 
}
.salespage h3{
	margin:0 0 5px 0;
	padding:0;
	color:#222222;
	font-size:18px;
	text-decoration:none;
	font-weight:bold;
	font-family:Tahoma;
	letter-spacing: -1; 
}
.salespage h4{
	margin:0 0 5px 0;
	padding:0;
	color:#222222;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
	font-family:Tahoma;
	letter-spacing: -1; 
}

/* Footer */
.footer p{
margin:5px 0 0 0;
padding:0;
font-family: Arial;
font-size:12px;
color: #f7941d;
text-decoration:none;
}
.footer a{
margin:0;
padding:0;
font-family: Arial;
font-size:12px;
color: #f7941d;
text-decoration:none;
}
.footer a:hover{
color: #ffffff;
text-decoration:none;
}