/* ----- general tags ----- */
* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
html, body {
	/*height: 100%;*/
	/*max-height: 100%;*/
	background: #fff url(../img/bg.gif) repeat-x;
	text-align: left;
	font: 11px Helvetica, Arial, Verdana, sans-serif;
	color: #58585a;
	/*overflow: hidden;*/
}
strong {
	font-weight: bold;
}
em {
	font: italic 11px Georgia, Times New Roman, Times, serif;
}
/* ----- list tags ----- */
ol, ul {
	list-style: none;
}
/* ----- paragraph tags ----- */
p {
	margin: 0 0 15px;
	line-height: 18px;
}
/* ----- link tags ----- */
a {
	text-decoration: none;
	color: #58585a;
}
a:hover {
	color: #13b5ea;
}
/* ----- image tags ----- */
img {
	display: block;
}
/* ----- general layout ----- */
div#header, div#offset {
	height: 140px;
	display: block;
}
div#header {
	top: 0;
	right: 18px;
	width: 100%;
	position: absolute;
	background: url(../img/header_bg.png) no-repeat;
	overflow: hidden;
	z-index: 2000;
}
div#content {
	/*height: 100%;*/
	/*max-height: 100%;*/
	position: relative;
	display: block;
	/*overflow: auto;*/
	z-index: 1000;
}
div#h-container {
	width: 1000px;
	height: 102px;
	overflow: hidden;
}
div#c-container {
	margin: 0 0 0 42px;
	width: 940px;
	overflow: hidden;
}
div#logo, div#email, div#navigation {
	float: left;
	display: block;
}
div#logo, div#email {
	width: 220px;
}
div#logo {
	margin: 0 20px 0 60px;
	padding: 17px 0 0;
	height: 85px;
}
div#email, div#navigation {
	padding: 34px 0 0;
	height: 68px;
}
div#email {
	margin: 0 20px 0 0;
}
div#navigation {
	width: 460px;
}
div#title {
	width: 940px;
}
/* ----- menu layout ----- */
#menu {
	width: 360px;
	height: 33px;
	position: relative;
	background: url(../img/menu.gif) no-repeat;
}
#menu li, #menu a {
	display: block;
}
#menu li {
	position: absolute;
}
#menu-a, #menu-b, #menu-c {
	top: 5px;
	height: 23px;
}
#menu-a {
	left: 0;
	width: 99px;
}
#menu-b {
	left: 115px;
	width: 92px;
}
#menu-c {
	left: 228px;
	width: 132px;
}
#menu-a a, #menu-b a, #menu-c a {
	height: 23px;
}
#menu-a a:hover, #menu-a.selected a {
	background: url(../img/menu.gif) 0 -38px no-repeat;
}
#menu-b a:hover, #menu-b.selected a {
	background: url(../img/menu.gif) -115px -38px no-repeat;
}
#menu-c a:hover, #menu-c.selected a {
	background: url(../img/menu.gif) -228px -38px no-repeat;
}
/* ----- classes ----- */
.hide {
	display: none;
}
.left-a, .left-b, .left-c, .left-d {
	float: left;
	display: block;
}
.left-a, .left-b {
	width: 460px;
}
.left-a, .left-c {
	margin: 0 20px 0 0;
}
.left-c, .left-d {
	width: 220px;
}
.offset {
	margin: 0 0 20px;
}

