/* CSS Document */

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;	
	color: #000;
	background-color: #EDEDED;
}

a:link, a:visited {
	color: #E66926;
	text-decoration: none;
}

a:hover, a:active {
	color: #000066;
	text-decoration: none;
}

.italics {
	font-style: italic;
}

* {
	margin: 0;
	padding: 0;
}

#shadow {
	width: 757px;
	margin: 0 auto 0 auto;
	background:url(sitegraphics/bg_shadow.gif) top left repeat-y;
}


#wrapper {			
	width: 705px;
	margin: 0 auto 0 auto;
	padding: 0 20px 0 20px;
}

#banner {
	width: 705px;
	height: 57px;
	background: url(sitegraphics/topmenu_1_bg.gif) top left no-repeat #FFF;
}

#topnav {		
	margin: 0;
	padding: 0px 0 0 10px;
}

#topnav ul {
	float:left;	
	list-style: none;
	padding: 25px 0 0 0px;

}

#topnav li {		
	display: inline;
	list-style-type: none;		
}

#topnav a {	
	padding: 7px 0 0 0;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 80%;
	text-decoration: none;
	text-align:center;
	color: #FFF;
}

#topnav a:link,
#topnav a:visited {
	color: #FFF;
	text-decoration: none;
}

#topnav a:hover,
#topnav a:active {
	color: #E46424;
	text-decoration: none;
}

.home {	
	background: url(sitegraphics/button_bg_home.gif) top left no-repeat;
	height: 25px;
	width: 50px;
}

.aboutus {
	background: url(sitegraphics/button_bg_aboutus.gif) top left no-repeat;
	height: 25px;
	width: 88px;
}

.specialoffers {
	background: url(sitegraphics/button_bg_specialoffers.gif) top left no-repeat;
	height: 25px;
	width: 100px;
}

.contactus {
	background: url(sitegraphics/button_bg_contact.gif) top left no-repeat;
	height: 25px;
	width: 88px;	
}

#content {	
	width: 703px;
	height: 680px;
	background: url(sitegraphics/bg.gif) top left no-repeat;
	border-left: 1px solid #000066;
}


#content h1 {
	padding: 20px 0 0 25px;
	font-family: Helvetica;
	font-style: oblique;
	font-size: 350%;
	color: #FFF;
}

#textcontent {
	width: 300px;
	float: right;
	padding: 0 30px 0 30px;
}

#textcontent ul {
	list-style:none;
	padding-bottom: 10px;
}

#textcontent li {
	font-size: 80%;
}

#textcontent p {
	font-size: 80%;
	margin-bottom: 1.6em;
	line-height: 1.8em;
}

#textcontent h2 {
	font-size: 150%;
	color: #E46424;
	margin-bottom: 10px;	
}

#picturecontent {
	width: 210px;
	float: right;
}

#leftmenu {
	width: 120px;
	float: left;
}

#leftmenu ul {
	float: left;
	padding: 0px 0 20px 0px;
	list-style: none;
	width: 120px;
}

#leftmenu li {
	margin: 0px;	
	list-style-type: none;
	border-bottom: 1px solid #000066;		
}

#leftmenu a {
	display: block;
	padding: 7px 0 7px 8px;
	letter-spacing: -0.03em;
	font-size: 80%;
	font-weight: bold;	
	text-decoration: none;
	color: #E46424;
}

#leftmenu a:hover,
#leftmenu a:active {
	color: #000000;
}

#leftmenu .blackmenuitems {
	color: #000000;
}

#leftmenu .blackmenuitems_noborder {	
	border-bottom: none;
	font-size: 90%;
}

#leftmenu .blackmenuitems_noborder a:link,
#leftmenu .blackmenuitems_noborder a:visited {
	color: #000000;
}

#searchfield {
		float: right;
	margin: 0;
	text-align: right;
	padding: 15px 5px 0 0;	
	width: 200px;
	display: inline;
}

.imageright {
	float: right;
	margin-bottom: 15px;
}

.imageleft {
	float: left;
	margin-bottom: 15px;
}

#foot {
	clear: both;
	border-left: 1px solid #000066;
	border-top: 1px solid #000066;
}
	