body {
	margin: 0;
	padding: 0;
	font: 11px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
	background: #101013;
	color: #b3b3bb;
}

/*redefine*/

::-moz-selection {
	background: #111;
	color: #eee;
}

::selection {
	background: #111;
	color: #eee;
}

h1, h2, h3, h4, p, ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}

a:link, a:visited {
	color: #7389ae;
}

a:hover, a:active {
	color: #faec8f;
}

h1 span {
	display: none;
}

p {
	padding: 5px 0;
	line-height: 1.7;
}

a {
	outline: none;
}

form, table {
	margin: 0;
	padding: 0;
}

/*shared*/

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

/*headings & link colors*/

h2 {
	font-size: 20px;
	border-bottom: 1px solid #27272a;
	border-top: 1px solid #27272a;
	margin: 0 0 10px;
	padding: 5px 0 4px;
	color: #ccc;
	color: #c17878;
}

h2, h3.sub {
	text-shadow: 1px 2px 1px #131315;
}

h3.sub {
	position: absolute;
	top: 50px;
	font-size: 9px;
}

/*header*/

div#header p, div#header h1, div#header ul {
	margin: 0;
	padding: 0;
}

div#logo a {
	margin-top: 20px;
	display: block;
}

div#logo h1 a span, div#logo p {
	padding-top:20px;
	font-size:20px;
	letter-spacing:25px;
	font-variant:small-caps;
}

div#header {
	height: 100px;
	border-bottom: 8px double #2a2a2f;
}

div#header-inside, div#footer-inside {
	width: 800px;
	margin: 0 auto;
}

#footer {
	border-top: 1px dotted #2a2a2f;
	margin-top: 30px;
	font-size: 9px;
	color: #595965;
	padding: 15px 0;
	height: 1%; /*ie7*/
	text-align: center;
}

/*content*/

#container {
	position: relative;
	width: 800px;
	margin: 30px auto 10px;
}

#content {
	width: 800px;
	position: relative;
	z-index: 10000;
	padding-right: 45px;
	margin: 30px auto 10px;
}

/*accordion menu*/

#accMenu {
	position: relative;
	border-top: 1px solid #27272a;
	border-bottom: 1px double #27272a;
	margin-bottom: 10px;
	padding: 10px 0;
	margin-left:auto;
	margin-right:auto;
}

#accMenu .accMenuCont {
	display: block;
/*	background: url(../images/accMenu_right.jpg) scroll right top;*/
}

#accMenu li {
	float: none;
}

#accMenu .accMenuItem {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 90px;
	width: 790px;
	padding: 5px;
	border:0;
	margin-bottom:5px;
	background: #829bc4;
	color: #000;
	text-decoration:none;
}

#accMenu .accMenuItem .accMenuItemInside {
	width:780px;
	overflow:hidden;
	color: #fff;
	font-size:16px;
	font-weight: bold;
	line-height:27px;
	padding:5px;
	text-shadow: #146 1px 1px 3px;
}

#accMenu .accMenuItem .accMenuItemInside .small{
	color: #fff;
	font-size:12px;
	font-weight: bold;
	line-height:27px;
}

