/* HTML CSS */
html {
	margin: 0px;
}

body {
	padding: 10px;
	margin: 0px;
	/* font-family: arial, helvetica, sanserif; */
	font-size: 0.75em;
	background: black;
	background-image: url("../images/background.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}

input {
	background-color: #222222;
	border: #444444 1px solid;
	color: #dddddd;
	font-family: arial, helvetica, sanserif;
}

textarea {
	background-color: #222222;
	border: #444444 1px solid;
	color: #dddddd;
	font-family: arial, helvetica, sanserif;
	font-size: 1.0em;
}

/* Class CSS */
.contactinput {
	width: 492px;
}

.content {
	border: #666666 1px solid;
	background-color: white;
  	-moz-border-radius: 10px;
  	border-radius: 10px;
  	padding: 0px 10px;
  	margin: 10px 0px;
  	width: 984px;
   	background: none;
}

.inputbox {
	position: absolute;
	left: 50%;
}

/* ID CSS */
#body {
	position: absolute;
	top: 87px;
	padding: 10px;
	padding-top: 20px;
	width:1024px;
	left: 50%;
	margin-left: -512px;
}

#buttonbar {
	position: absolute;
	top: 82px;
	width: 100%;
	height: auto;
	background: black;
	left: 1px;
	z-index: 10;
}

#contactboxta {
	width: 1004px;
	height: 245px;
}

#header {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	background-image: none;
	margin: 0px;
	padding: 0px;
	height: 77px;
	width:1024px;
	left: 50%;
	margin-left: -513px;
}

#footer {
	position: absolute;
	text-align: center;
	left: 0px;
	right: 0px;
	width: 100%;
}

#logon {
	width: auto;
	border: #8ec4ff 1px solid;
	background-color: white;
  	-moz-border-radius: 10px;
  	border-radius: 10px;
  	padding: 0px 10px;
  	margin: 10px 0px;
  	background-image: url("../images/back-light.gif");
}

/* ============= FONTS ============= */

/* HTML CSS */

a, a:visited {
	color: gray;
}

a:hover {
	color: white;
}

a.menubutton, a.menubutton:visited {
	color: #888888;
}

a.menubutton:hover {
	color: white;
	border-left: 1px solid #888888;
}

html {
	/* font-family:"Hiragino Kaku Gothic Pro","HiraKakuPro-W3","MS PGothic","MS UI Gothic","Lucida Grande","MS Gothic"; */
	font-family: Arial, Helvetica, sans-serif;
	color: #dddddd;
}

p {
	font-size: 1.0em;
}

p:hover {
	color: white;
}

h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1.0em;
	font-weight: bold;
}

/* Class CSS */
.attention {
	color: red;
	font-weight: bold;
	font-size: 1.4em;
	text-transform: uppercase; 
}

.menubutton {
	border-left: 1px solid #eeeeee;
	padding: 5px;
	margin-left: 20px;
	text-decoration: none;
}

/* ID CSS */
#breadcrumb {
	position: absolute;
	font-size: 0.75em;
	right: 20px;
	top: 75px;
	z-index: 15;
}

	p#breadcrumb {
		color: gray;
	}
	
	a.breadcrumba, a.breadcrumba:visited {
		color: gray;
	}

	a.breadcrumba:hover {
		color: white;
	}

#gentimer {
	color: #dddddd;
	font-size: 0.6em;
}