﻿
#side_wrapper h3,ul
{
	margin:0;
	padding:0;
	border:0;
	outline:0;	
}
#side_wrapper1 h3,ul
{
	margin:0;
	padding:0;
	border:0;
	outline:0;	
}
#side_wrapper a 
{
text-decoration:none;
}

/*- side_wrapper -*/
#side_wrapper,#side_wrapper1 
{
	float:left;
	line-height:1.3;
	margin:0 0 15px 0px;
	position:relative;
	width:200px;
	z-index:1;	
	font:1.15em Helvetica, Arial, Sans-serif;
}

/* section list */	
#side_wrapper .side-list 
{
	background: url('img/bg_section-list1.png') no-repeat bottom left;
	font-size:.9em;
	margin:10px 0 0 0;
	padding:0 0 20px 0;
}

#side_wrapper .side-list h3 
{
	/*background:#EBEBEB url('img/bg_section-list-title1.png') no-repeat top left;*/
	/*background-color :#656262;*/
	background:#EBEBEB url('img/bg_section-list-title1.png') no-repeat top;
	color:#ffffff;
	font-size:1em;
	font-weight:normal;
	padding:14px;
	text-transform:uppercase;
	}
	
#side_wrapper1 .side-list h3 
{
	/*background:#EBEBEB url('img/bg_section-list-title1.png') no-repeat top left;*/
	/*background-color :#656262;*/
	background:#EBEBEB url('img/bg_section-list-title2.png') no-repeat top;
	color:#ffffff;
	font-size:1em;
	font-weight:normal;
	padding:14px;
	text-transform:uppercase;
	}

#side_wrapper .side-list ul 
{
	padding:5px;
	
	}
#side_wrapper .side-list ul li 
{
	float:left;
	width:100%;
	list-style :none;
	}
#side_wrapper .side-list ul ul 
{
	padding:0;
	}
#side_wrapper .side-list ul a 
{
	/*border-bottom:#a8d3da 1px dotted;*/
	border-bottom:#6B6E6F 1px dotted;
	color:#798081;
	font-size:.95em;
	display:block;
	padding:5px 10px;
	}
#side_wrapper .side-list ul a:hover 
{
	background:#A9AEB1 url(images/bg_section-list-hover.png) no-repeat 165px 5px;
	color:#4F4F4F;
	}

#side_wrapper #main-list,#side_wrapper1 #main-list 
{
	margin:0;
	}
#side_wrapper #main-list h3 
{
	/*background:#238298;*/
	}

.side-list ul:after
 
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.side-list ul

{
display:inline-block;
}
/* Hide from IE Mac \*/


.side-list ul

{
 display:block;
}
