#wrapper 
{
	clear: both;
	position: relative;
}

.content h2, .content h2.page-title, .content h3, .sidebar h2, .sidebar h2.page-title, .sidebar h3 
{
	color: #B10000;
	font-family: "Eau Bold", Verdana, Tahoma, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}

h2 
{
	font-size: 24px;
	line-height: 1.5;
	margin: 0 0 0.75em;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6
{
	clear: both;
}

.gallery
{
	margin: 0 !important;
}

ul
{
	margin: 0 0 18px;
}

ol, ul
{
	list-style: none;
}

.gallery li
{
	float: left;
	margin: 0 40px 20px 0;
	text-align: center;
	width: 164px;
}

.gallery li
{
	background: none;
	list-style: none;
	line-height: normal;
	padding: 0;
}

ul li
{
	background: url("/forge/images/defaults/bullet.png") no-repeat left 6px;
	padding-left: 18px;
	list-style-type: none !important;
}

.clear
{
	clear: both;
	display: block;
}

.gallery li.last
{
	margin-right: 0;
}

ul, menu, dir
{
	display: block;
	list-style-type: disc;
}

h2.page-title 
{
	font-size: 28px;
	line-height: 1.286;
	margin: 0.643em 0;
}

.gallery li a
{
	background: none;
	line-height: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

a
{
	color: #B10000;
	text-decoration: underline;
}

a
{
	text-decoration: none;
}

.gallery li a img
{
	border: 0px !important;
	max-height:120px;
	max-width: 160px;
	height: 120px;
	width: auto
}

a img
{
	border: 1px solid #666;
}

img, a img
{
	border: none;
}

.gallery li .caption
{
	color: #000;
}

.sidebar
{
	padding-top: 24px;
}

.content, .sidebar
{
	padding-bottom: 56px;
}

.sidebar .panel
{
	border-radius: 12px;  
	box-shadow: 0px 0px 5px #dddddd;
	background: #eeeeee url("../images/menu-sidebarF.png") repeat-x left top;
	border: 1px solid #CCC;
	padding: 10px 20px 20px;
	margin-bottom: 10px;
}

.sidebar .panel h2
{
	font-size: 18px;
}

.menu-sidebar
{
  margin: 0;
}

.menu-sidebar li
{
	border-bottom: 1px solid #CCC;
}

.menu-sidebar li
{
	background: none;
	list-style: none;
	line-height: normal;
	margin: 0;
	padding: 0;
}

.menu-sidebar li a:hover span
{
	background: #cccccc;
	color: black;
}

.menu-sidebar li a span
{
	background: none;
	color: #333333;
	height: 25px;
	line-height: 25px;
	padding: 0 0 0 5px;
	font-weight: 400;
}

.menu-sidebar li a, .menu-sidebar li a span
{
	cursor: pointer;
	display: block;
	text-decoration: none;
}

.menu-sidebar li.current a span
{
	background: #b10000;
	color: white;
}

.image
{
	border: 1px solid #333;
    height: 122px;
	background-color: #fff;
}

.page-content{
	margin-bottom:20px;
}


