body {
	color: #262626;
	font: 14px Tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif;
	text-align: center;
	
    background: #FFFFFF url('../img/home-bg.jpg') no-repeat top center;
	
}

a:link,
a:visited,
a:active,
a:hover {
	color: #a077b3;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	font: 14px Tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 1.8em;
}

h1 {
	background: transparent url(../imgs/bak-h1.png) no-repeat center center;
	margin: 0;
	text-indent: -999em;
}

h1 a {
	border-bottom: 4px solid #551374;
	display: block;
	height: 130px;
	margin: auto;
}

h2 {
	color: #551374;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
}

h3 {
	color: #4d4b3e;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
}

h4 {
	border-bottom: 2px solid #d5d5d5;
	font-size: 1.1em;
	margin: 1em 0 .5em 0;
	padding: 0 0 .5em 0;
}

ul {
	list-style: none;
	margin: auto 20px;
	padding: 0;
}

ul li {
	background: transparent url(../img/li-arrow.png) no-repeat 2px .85em;
	padding: 2px 0 4px 16px;
	font: 14px Tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

ul.cases {
	border-top: 2px solid #e3e3e3;
	color: #4d4b3e;
	margin: 1em 20px 1.8em 20px;
	width: 420px;
	font: 14px Tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 1em;
}

ul.cases li {
	background-position: 2px 1.1em;
	border-bottom: 2px solid #d5d5d5;
	padding: 6px 8px 8px 16px;
	font: 14px Tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 1.8em;
}


ol {
	list-style: none;
	margin: auto 20px;
	padding: 0;
}

ol li {
	background: transparent url(../img/li-arrow.png) no-repeat 2px .85em;
	padding: 2px 0 4px 16px;
	font: 14px Tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}




#wrapper {
	margin: auto;
	text-align: left;
}

#header {
	background: transparent url(../img/bak-header.jpg) no-repeat 0 0;
	padding: 50px 0 0 0;
	text-align: center;
}

#content {
	margin: 0 0 5em 0;
	width: 620px;
}

#sub-nav {
	border-bottom: 4px solid #c4c08f;
	margin: 0 20px 1.5em 20px;
	padding: .65em 0 .5em 0;
}

#sub-nav ul { margin-left: 0; }

#right-bar {
	background: #e3e3e3;
	font-size: .7em;
	padding: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 160px;
}

#right-bar img {
	border: 1px solid #ffffff;
}

#right-bar p {
	line-height: 1.5em;
}

#right-bar ul {
	margin: auto 0;
}

#right-bar ul li {
	padding-left: 12px;
}

#footer {
	background: #262626;
	color: #fff;
	font-size: 80%;
	padding: 7px 10px;
}

#footer2 {
	background: #eae7ce;
	color: #000000;
	font-size: 80%;
	padding: 3px 3px;
}

#footer .webmaster { float: right; }

#footer a { color: #fff; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}