* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	background: url(img/stripe.png) repeat;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FF6600;
	/*border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;  */
}

p, li {
	margin-bottom: 10px;
	font-family: Tahoma, sans-serif;
	font-size: 1.2em;
	line-height: 1.8em;
}

h1 {
	font: 2.0em Tahoma, sans-serif;
	color: white;
	height: 0px;
}

h2 {
	font: 1.8em Tahoma, sans-serif;
	color: green;
	margin-bottom: 10px;
}

ul {
	margin-left: 25px;
}

img {
	border: none;
}

#page-wrap {
	background: white;
	min-width: 780px;
	max-width: 1260px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	}
#page-wrap #inside {
		margin: 10px 10px 0px 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

#header {
	background: #267f23;
	text-align: center;
}


#bar-badge {
	width: 106px !important;
	height: 108px !important;
	margin: 0 !important;
	padding: 0 !important;
	background: url(img/logo_m.png) no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 20;
	left: 20;
	}
	
#bar-badge:before, #demo-bar-badge:after {
		display: none !important;
	}
	
.toplogo {
	float:left;
	display:inline;
	margin-left: 20px;
	color: #000099;
} 
.topic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	left: 20px;
	color: #FFFFFF;
	padding-left: 130px;
	text-decoration: underline;
}
.topic2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #000099;
	top: 10px;
}
 .topic3 {
	padding-right:30px;
	padding-top: 5px;
 }
 
 #mainnav {
	/*float:left;
	overflow:hidden;*/
	height:27px;
	clear: none;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 7px;
	background-color: #267f23;
	padding-left: 140px;
	padding-top: 10px;
}

#mainnav ul {
padding:0;
margin:0;
font-family: arial, helvetica, sans-serif;
white-space:nowrap;
list-style-type:none;
}

#mainnav li {
	float:left;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	/*display:inline;*/ 
}

#mainnav a {font-size:16px; color:#fff; text-decoration:none;list-style:none;font-family: Arial, Helvetica, sans-serif; }
#mainnav a:hover {
	color:#000000;
}
#current a {
	color: #FF6600;
	font-weight:bold;
}

#search_button {
	}

.searchbox {
	float:right;
	/*display: inline;
	overflow:hidden;*/
	padding-top:0px;
	padding-right: 5px;
	clear:right;
}

#contentLeft {
	font-family: "Times New Roman", Times, serif;  /*Tahoma, sans-serif;*/
	font-size: 1.2em;
	background-color: #FFFFFF;
	width: 270px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	background-image: url(img/left-sidebar.gif);
	background-repeat: repeat-y;
	margin-bottom: 10px;
}
.special_deal {
	width: 250px;
	border-right: 1px solid #56617F;
	border-bottom: 1px solid #56617F;
	margin-bottom: 100px;
}
.special_deal_last {
	width: 250px;
	border-right: 1px solid #56617F;
	border-bottom: 1px solid #56617F;
	margin-bottom: 0;
}
.special_deal h3, .special_deal_last h3 {
	height: 25px;
	color: white;
	font:bold 1em Arial, Helvetica, sans-serif;  /*12px*/
	border-bottom-style: none;
	padding-top: 4px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(img/special_deal1.jpg);
	background-repeat: no-repeat;
}
.special_deal h4, .special_deal_last h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; /*12px*/
	background-image: url(img/special_deal_green.png);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFFFFF;
	height: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-left: 5px;
}

.special_deal h5, .special_deal_last h5 {
	height: 25px;
	color: white;
	font:bold 1em Arial, Helvetica, sans-serif;
	border-bottom-style: none;
	padding-top: 4px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(img/special_deal_red.png);
	background-repeat: no-repeat;
}
.special_deal h6, .special_deal_last h6 {
	height: 25px;
	color: #0000FF;
	font:bold 1em Arial, Helvetica, sans-serif;
	border-bottom-style: none;
	padding-top: 4px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(img/special_deal_yellow.png);
	background-repeat: no-repeat;
}
.special_deal p, .special_deal_last p {
	font-size: 1em; /*11px*/
	color: #000064;
	margin-top: 0px;
	padding-left: 5px;
	margin-bottom: 5px;
}

#contentRight {
	padding-left: 330px;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em; /*12px*/
	padding-top: 20px;
}
#main-content {
	background: url(img/left-sidebar.gif) repeat-y white;
	padding-left: 330px;
	padding-top: 20px;
	padding-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em; /*12px*/
	margin-bottom: 10px;
}
	
#footer {
	background: #267f23;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFFFFF;
	font-family: Tahoma, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
}

