img.logo {
	float:left;
	margin-left:40px;
	margin-top:10px;
}
img.right{
	
	position:relative;
	margin-bottom:0px;
	border:none;
}
img.conpic
{
	margin-left: -5px;
	margin-top: -10px;
}
img.center
{
	padding-left: 50px;
	padding-top:15px;
	border:none;
}
img.offer
{
	margin-left:30px;
	
}
	
div.headerl {
	position:relative;
	background-image:url(images/headerr.png);
	height:160px;
	background-repeat:no-repeat;
	float:right;
	width:350px;
	z-index:0;
}
div.header {
	top: 0;
	margin-top:0;
	background-image:url(images/header.png);
	background-repeat:repeat-x;
	height:160px;
	border-bottom:thin;
	border-top:none;
	border-bottom-color:#000;
	border-bottom-style:solid;
	margin-top:-10px;
	margin-left:-10px;
	margin-right:-10px;
}
	
div.wrap {
        width: 800px;
		float: left;
		margin: 20px 50px 50px;
		background:#000;

}

div.content
{
	margin: 2px 6px;
	background-color:#fff;
	padding: 10px 20px;
	padding-left:5px;
}
div.wrap2 {
        width: 1100px;
		float: left;
		margin: 20px 50px 50px;
		background:#000;

}

div.content2
{
	margin: 2px 6px;
	background-color:#fff;
	padding: 10px 20px;
	padding-left:5px;
}
img.content{
	
	position:relative;
	overflow:hidden;
	margin-bottom:0px;
}
.rtop, .rbottom{
				display:block;
				background: #FFF; /*make this the color behind #box*/
			
			} 
			.rtop *, .rbottom *{ 
			 display: block; 
			 height: 1px; 
			 overflow: hidden; 
			 background: #000;/*make this the color of your corners*/
			 padding:inherit;
			} 
			.r1{margin: 0 5px} 
			.r2{margin: 0 3px} 
			.r3{margin: 0 2px} 
			.r4{margin: 0 1px; height: 2px} 
div.tl {
	background: transparent url(images/lt.png) no-repeat;
	z-index:100;
	float:left;
	left:0;
	top:0;
		
}
body
{
	background-color:#FFF;
	min-width: 1200px;
	margin: 0 auto;
	overflow: auto;
	
}
p 
{
	font-family:Corbel;

	font-size:16px;
	padding-left:15px;
	padding-right:10px;
}
table
{
	
	font-family:Corbel;

	font-size:16px;
	padding-left:15px;
	padding-right:10px;
}
p.table
{
	font-family:Corbel;
	font-size:14px;
	padding-left:10px;
	padding-right:5px;
}
li
{
	font-family:Corbel;

	font-size:16px;
	padding-left:15px;
	padding-right:10px;
}
h1
{
	font-family:Corbel;
	font-size:22px;
	font-weight:bold;
	padding-left:5px;
	margin-top:-5px;
}
h2
{
	font-family:Corbel;
	font-size:18px;
	font-weight:bold;
	padding-left:10px;
}
h3
{
	font-family:Corbel;
	font-size:16px;;
	padding-left:35px;
	font-weight:normal;
}
h4
{
	font-family:Corbel;
	font-size:26px;
	font-weight:bold;
	margin-bottom:10px;
}

div.right{
		width:250px;
		float: right;
		margin: 50px 0;
		margin-right: 50px;
		
}
div.footer{
	width:650px;
	height:95px;
	margin: 0 auto;
	clear: both;
	background:#8ac362;
	text-align:center;
}
/* main div of the menu */
#dropdown
{	
	position:absolute;
	top:111px;
	left:50%;
	width:650px;
	margin-left:-325px;
	z-index: 30;
	background-image:url(images/nav.png);
	background-repeat:no-repeat;
	background-position:center;
	}

#dropdown li
{	
	padding: 0;
	display: inline;
	list-style: none;
	float: left;
	font: bold 14px arial}
/* top menu hyperlink list */
#dropdown li a
{	display: block;
	margin: 0 0px 0 0;
	padding: 7px 30px;
	width: 65px;
	background: #8ac362;
	color: #FFF;
	text-align: center;
	text-decoration: none}
/* when hovered over the top menu */
#dropdown li a:hover
{	background: #000}
/* div of the drop down values */
#dropdown div
{	position: absolute;
	visibility: hidden;
	background: #8ac362;
	border: 1px solid #000}
/* drop down hyperlink */
	#dropdown div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #8ac362;
		color: #fff;
		font: 14px arial}

	#dropdown div a:hover
	{	background: #000;
		color: #FFF}
		
		
/* offer div of the menu */
#offers
{	
	position: inherit;
	left:50%;
	width:650px;
	margin-left:-35px;
	margin-top: -10px;
	z-index: 100;
	background-repeat:no-repeat;
	background-position:center;
	float:left;
	}

#offers li
{	
	padding: 0;
	display: inline;
	list-style: none;
	float: left;
	font: bold 14px arial;
	}
/* top menu hyperlink list */
#offers li a
{	display: block;
	margin: 0 0px 0 0;
	padding: 7px 30px;
	width: 65px;
	background: #8ac362;
	color: #FFF;
	text-align: center;
	text-decoration: none}
/* when hovered over the top menu */
#offers li a:hover
{	background: #000}
/* div of the drop down values */
#offers div
{	position: absolute;
	visibility: hidden;
	background: #8ac362;
	border: 1px solid #000}
/* drop down hyperlink */
	#offers div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #8ac362;
		color: #fff;
		font: 14px arial}

	#offers div a:hover
	{	background: #000;
		color: #FFF}
