/*--GENERAL----------------------------------------------------------------*/

body {
	margin: 0;
	background: #fff;
	font-family: "Arial CE", Arial;
	font-size: 1em;
	color: #000;
}

#main {
	width: 100%;
}

hr {
	display: none;
}

img {
	border: none;
}

/*--TEXT-ELEMENTS----------------------------------------------------------*/

h1 {
	margin: 0 0 0.8em 0;
	font-size: 1.4em;
	text-transform: uppercase;
}

p {
	margin: 0 0 0.6em 0;
	font-size: 0.7em;
	line-height: 1.5em;
}

a {
	color: #000;
}

/*--HELPFUL----------------------------------------------------------------*/

.menuStyle {
	display: none;
}

.clear {
	clear: both;
	overflow: hidden;
}

/*--HEADER-----------------------------------------------------------------*/

#header {
	margin-bottom: 23px;
	padding-bottom: 10px;
	border-bottom: 1px #000 solid;
}

#header h2 {
	width: 205px;
	margin: 0;
	padding-top: 5px;
	font-size: 35px;
	float: left;
}

#header h2 small {
	font-size: 11px;
}

#header h3 {
	width: 315px;
	margin: 0;
	padding-top: 6px;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	float: left;
}

#header #logo {
	float: right;
}

/*--NAVIGATION-------------------------------------------------------------*/

#navigation {
	width: 100%;
	padding: 0;
	position: absolute;
	top: 47px;
	*top: 63px;
}

#navigation ul {
	display: block;
	float: right;
	margin: 0;
	padding: 32px 10px 0 0;
}

#navigation ul li {
	font-size: 11px;
	font-weight: bold;
	list-style: none;
}

#navigation ul ul {
	display: none;
}

#navigation #icon {
	margin-top: 20px;
	float: right;
}

/*--CONTENT----------------------------------------------------------------*/

#content #leftArrow, #content #rightArrow {
	display: none;
}

/*--RIGHT-PART-------------------------------------------------------------*/


/*--FOOTER-----------------------------------------------------------------*/

#footer {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px #000 solid; 
}

