	body,
	html {
	margin:0;
	background:#dedede;
	color:#686868;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	padding: 0;
	}
	body {
		min-width:750px;
	}
	#wrap {
	background:#ffffff;
	margin:0 auto;
	width:750px;
	}
	#header {
	background:#ddd;
	}
	#header h1 {
	padding:5px;
	margin:0;
	background-image: url(images/head.jpg);
	height: 119px;
    }
	#nav {

	padding:5px;

	height:25px;

	background-repeat: repeat-x;

	background-image: url(images/nav.jpg);

	font-size:13px;

	}

	#nav ul{

		margin:0;

		padding:0;

		list-style:none;

	}

	#nav li{

	display:inline;

	margin:0;

	padding:0;

	}

	#nav ul li a {

		display:block;

		float:left;

		margin:0 0 0 1px;

		padding:3px 10px;

		text-align:center;

		background:;

		color:#999999;

		text-decoration:none;

		position:relative;

		left:15px;



	}

	#nav ul li a:hover {

	color:#FFFFFF;

	}

	#nav ul li a.active,

	#nav ul li a.active:hover {

		color:#FF6600;

		background:#d20101;

		font-weight:bold;

	}

	#nav ul li a span {

		display:block;
	}
	#main {
	background:#ffffff;
	float:left;
	width:500px;
	}
	#main h1 {
	font-size:16px;
	}
	#main h2,  #main p {
		padding:0 10px;
    }
	#main h3 {
	font-style:italic;
	font-size:12px;
	color:#000000;
	border-bottom: 2px solid #E5E5E5;
	padding-left: 5px;	   
	   }
	#sidebar {
	float:right;
	width:240px;
	background-image: url(images/sidebg.png);
	padding-left: 5px;
	margin-top: 0px;
	text-decoration: none;
	padding-bottom: 3px;
	}
	#sidebar a {
		color:#999;
	}
	#sidebar ul {
		margin-bottom:0;
		margin: 7px 8px 8px 10px;
		padding: 0;
		border-top: 1px solid #E5E5E5;
		text-decoration: none;		
    }
	ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;
	border-bottom: 1px solid #E5E5E5;
	text-decoration: none;
	}
	#sidebar ul li a {
	text-decoration:none;
	color:#999999;	
	}
	#sidebar ul li a:hover {
	color:#FFFFFF;
	}
    #sidebar h3, #sidebar p {
		padding:0 10px 0 0;
    }
	#footer {
	background:#000;
	clear:both;
	background-image: url(images/footerbg.jpg);
	text-decoration:none;
	}
	#footer p {
	padding:5px;
	margin:0;
	color: #FFFFFF;
	text-decoration: none;
    }
	#footer a {
		text-decoration:none;
		color: #FFFFFF;
	}
banheader {
	background-position: right;
}
headban {
	float: right;
}
img {
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}
#home {
	background-image:url(images/home.jpg);
	float:none;
	width:460px;
	border-color: #666666;
	padding-left: 10px;
	margin-left: 15px;
	height: 300px;
	padding-top: 5px;
	margin-top: 10px;
	border: 3px;
	}
#banlo {
	float:right;
	width: 172px;
	position:relative;
	left: auto;
	}
#parent {
	width:500px;
	height:auto;
}
#parent div a {
	text-decoration:none;
}
#parent div {
	width:150px;
	float:left;
	margin:5px;
	background-image: url(images/bgdiv.png);
	background-repeat: repeat-x;
	border: 1px solid #bbbcb9;
	text-align:center;
	height: 175px;
}
#parent2 {
	width:100%;
	height:auto;
}
#parent2 div a {
	text-decoration:none;
}
#parent2 div {
	width:200px;
	float:left;
	margin:5px;
	background-image: url(images/bgdiv.png);
	background-repeat: repeat-x;
	border: 1px solid #bbbcb9;
	text-align:center;
	height: 175px;
}
#offers {
	width:220px;
	height:auto;
	padding:5px;
	border-top: #CCCCCC thin solid;
}
/*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
    width:490px; /* Change this to your images width */
    height:260px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}