/*  attributes for all  */
body, h1, h2, h3, h4, h5, h6, p, div, img, a, address, b, i, u, sup, div, span, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
}

/* general tags */
html {
	height: 100%;
}
body {
	font-family: Helvetica,Arial,Verdana,sans-serif;
	background: #000000;
	text-align: center;
	height: 100%;
}

/* wrapper */
table#wrapper {
	width: 100%;
	height: 100%;
	/* background: #000000 url(/layout/gfx/gradient.png) 0px center repeat-x; */
}
table#wrapper td {
	vertical-align: middle;
}

/* page */
div#page {
	position: relative;
	display: block;
	overflow: hidden;
	width: 1002px;
	margin: 0 auto 0 auto;
	text-align: left;
}

/* header */
div#header {
	position: relative;
	display: block;
	overflow: hidden;
	width: 1002px;
	height: 87px;
	margin: 12px 0 12px 0;
}

/* logo */
a#logo {
	position: relative;
	display: block;
	overflow: hidden;
	height: 87px;
	float: left;
}

/* topmenu */
ul#topmenu {
	position: relative;
	display: block;
	overflow: hidden;
	list-style-type: none;
	height: 15px;
	float: right;
	font-size: 10px;
	margin: 12px 0 0 0;
}
ul#topmenu li {
	display: inline;
	margin: 0 0 0 1em;
}
ul#topmenu a, 
div#footer a {
	color: #A3A3A6;
	text-decoration: none;
}
ul#topmenu a:hover, 
div#footer a:hover {
	color: #009EE3;
}
ul#topmenu a.active {
	color: #009EE3;
}
ul#topmenu a.highlight {
	color: #009EE3;
}

/* welcome */
div#welcome {
	position: relative;
	display: block;
	overflow: hidden;
	width: 230px;
	height: 35px;
	margin: 8px 0 0 0;
	clear: right;
	float: right;
	font-size: 13px;
	color: #A3A3A6;
}

/* search */
form#search {
	position: relative;
	display: block;
	overflow: hidden;
	width: 228px;
	height: 15px;
	clear: right;
	float: right;
	border: 1px solid #BBBBBB;
}
form#search input {
	height: 15px;
	font-size: 11px;
}
form#search .text {
	float: left;
	width: 207px;
	height: 13px;
	border: 0px;
	padding: 1px 0 1px 4px;
	color: #A3A3A6;
}
form#search .button {
	background: #FFFFFF;
	float: left;
	width: 11px;
	height: 11px;
	padding: 2px 4px 2px 2px;
}
form#search .active {
	color: #333333;
}


/* mainmenu */
ul#mainmenu {
	position: relative;
	display: block;
	overflow: hidden;
	width: 180px;
	height: 510px;
	margin: 0 4px 0 0;
	list-style-type: none;
	float: left;
	background: url(/layout/gfx/mainmenu_border.png) top left no-repeat;
	padding: 19px 5px 23px 15px;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
}
ul#mainmenu li {
	position: relative;
	display: block;
	padding: 0 0 8px 0;
}
ul#mainmenu a {
	color: #A3A3A6;
	text-decoration: none;
}
ul#mainmenu a:hover {
	color: #009EE3;
}
ul#mainmenu a.active {
	color: #FFFFFF;
}
ul#mainmenu a.active:hover {
	color: #009EE3;
}
ul#mainmenu li.sitemap {
	position: absolute;
	display: block;
	top: 490px;
}
ul#mainmenu ul {
	position: relative;
	display: block;
	padding: 12px 0 0 23px;
	list-style-type: none;
	text-transform: none;
}
ul#mainmenu ul li {
	padding: 0 0 6px 0;
}

/* content */
div#content {
	position: relative;
	display: block;
	overflow: hidden;
	width: 798px;
	height: 550px;
	float: left;
	background: #FFFFFF;
	color: #333333;
	font-size: 11px;
}
div#content p {
	margin: 0 0 16px 0;
	line-height: 16px;
}
div#content h1 {
	font-size: 20px;
	line-height: 21px;
	font-weight: bold;
	color: #1A1A18;
}
div#content h2 {
	font-size: 20px;
	line-height: 21px;
	font-weight: normal;
	color: #999999;	
}
div#content a {
	color: #333333;
	text-decoration: underline;
}
div#content a:hover {
	color: #009EE3;
	text-decoration: none;
}
div#content .linklist {
	list-style-type: none;
}
div#content .linklist li {
	margin: 0 0 4px 0;
	padding: 0 0 0 10px;
	background: url(/layout/gfx/pagemenu_bullet.png) left 3px no-repeat;
}
div#content .linklist a {
	color: #333333;
	text-decoration: none;
}
div#content .linklist a:hover {
	color: #009EE3;
	text-decoration: none;
}

/* pagemenu */
ul#pagemenu {
	list-style-type: none;
	font-size: 11px;
}
ul#pagemenu li {
	margin: 0 0 4px 0;
	padding: 0 0 0 10px;
	background: url(/layout/gfx/pagemenu_bullet.png) left 3px no-repeat;
}
ul#pagemenu a {
	color: #333333;
	text-decoration: none;
}
ul#pagemenu a:hover {
	color: #009EE3;
}

/* back button */
a#back {
	position: absolute;
	display: block;
	overflow: hidden;
	left: 15px;
	top: 516px;
	color: #A3A3A6;
	font-size: 12px;
	text-decoration: none;
}
a#back:hover {
	color: #AF0260;
}

/* footer */
div#footer {
	position: relative;
	display: block;
	overflow: hidden;
	width: 996px;
	margin: 5px auto 10px auto;
	text-align: right;
	color: #8D8D8C;
	font-size: 9px;
}

/* individual forms */
a.formbutton {
	display: block;
	overflow: hidden;
	border: 1px solid #151615;
	background-image: url(/layout/gfx/button/normal.gif);
	background-position: top left;
	background-repeat: repeat-x;
	color: #FFFFFF !important;
	text-transform: uppercase;
	text-decoration: none !important;
	font-size: 13px;
	height: 17px;
	width: 100px;
	padding: 2px 0 0 0;
	text-align: center;
}
a.formbutton:hover {
	border: 1px solid #18A0D7;
	background-image: url(/layout/gfx/button/hover.gif);
}
