/**
 * General settings
 */

body, div {
	margin: 0;
	padding: 0;
}

/**
 * Layout
 */

body {
	background-color: #999;
	width: 100%;
}

#page-holder {
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
}

.page-width {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background: #fff url(header.jpg) scroll no-repeat center center;
	height: 200px;
}

#logo {
	position: relative;
	top: 30px;
	left: 140px;
}

#menuline {
	height: 1px;
	background: #fff;
	width: 100%;
}

#pagebody {
	background: #fff url(body.jpg) scroll repeat 0 200px;
}

#bodyimage {
	height: 200px;
	background: transparent url(bg.jpg) scroll no-repeat center center;
}

#content-left {
	float: left;
	width: 230px;
	padding: 20px;
}

#content-right {
	float: right;
	width: 630px;
	padding: 20px 30px
}

#footer {
	border-top: 1px solid #999;
	clear: both;
}

.float-clearer {
	clear: both;
}
/**
 * Format Default Content
 */

body {
 	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-size: 18pt;
}

h2 {
	font-size: 16pt;
}

h3 {
	font-size: 15pt;
}

h4 {
	font-size: 14pt;
}

h5, h6 {
	font-size: 13pt;
}

th, td {
	background: transparent;
}

#background: transparent url(trans.png) scroll repeat 0 0;

table, th, td {
    border: none;
    background: transparent;
    }

table caption {
	text-align: left;
	font-size: 14pt;
}

th {
	font-weight: normal;
	font-size: 13pt;
}

.menu-horizontal ul, .menu-vertical ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu-horizontal ul li {
	margin: 0 2px;
	padding: 0;
	float: left;
}

.menu-vertical ul li {
	margin: 0;
	padding: 0;
}

/**
 * Header
 */

#header a {
	text-decoration: none;
}

#header a img {
	border: none;
}

/**
 * Menu Level One
 */

#menulevel-one {
    height: 23px;
    overflow: hidden;
    margin-top: -23px;
	margin-left: 30px;
    float: left;
    width: 630px;
}

#menulevel-one a {
	text-decoration: none;
	color: #000;
	padding: 4px 6px;
}

#menulevel-one ul li.active a {
	color: #f9d616;
	font-weight: bold;
}

#menulevel-one a:hover {
	background: transparent url(trans.png) scroll repeat 0 0;
}

/**
 * Menu Level Two
 */

#menulevel-two {
    float: right;
    width: 270px;
    margin-right: 40px;
    margin-top: -44px;
	position: relative;
}

#menulevel-two ul {
    border: 2px solid #2f2f2f;
}

#menulevel-two ul li {
    border-bottom: 1px solid #FFF;
    background-color: #f9d616;
    padding: 0 10px;
    text-align: right;
	height: 20px;
}

#menulevel-two ul li.active a {
	font-weight: bold;
}

#menulevel-two a {
    text-decoration: none;
    color: #2F2F2F;
	width: 100%;
	display: block;
}

#menulevel-two a:after {
    content: " >";
}

#menulevel-two a:hover {
    font-weight: bold;
}

/**
 * Notes
 */

#content-left > div {
	background: transparent;
	color: #000;
	font-size: 8pt;
	padding: 10px;
	margin-bottom: 30px;
}

#content-left > div h1 {
	font-size: 9pt;
}

#content-left > div h2, .note h3 {
	font-size: 8pt;
}

.moredetails:before {
	content: ">> ";
}

#spani-logo {
	background: none !important;
	text-align: center;
}

/**
 * Footer
 */

#footer {
	font-size: 8pt;
}

.footer-box {
	float: left;
	margin: 0 20px;
}

#companyname {
	margin-left: 550px;
}

