/**
	GENERAL STYLES
*/

* {
	margin:0;
	padding:0;
	border:0;
	font-family:'Tahoma','Verdana',sans-serif;
}

body {
	font-size:100.01%;
	background:url('../images/background.png') repeat-x #D8D5D5;
}

#main {
	width:738px;
	background:#FFF url('../images/main.png');
	margin:40px auto;
	font-size:0.7em;
}


/**
	HEADER
*/

#header {
	background:url('../images/header.jpg');
	height:149px;
	text-align:right;
}

#header img {
	position:relative;
	bottom:-149px;
	margin-right:19px;
}


/**
	MENUS
*/

#menu1 {
	height:27px;
	padding:9px 0 0 12px;
	background:url('../images/menu.png');
	margin:0 19px;
}

#menu1 li {
	float:left;
	list-style-type:none;
}

#menu1 li a {
	text-decoration:none;
	color:#FFF;
	padding:7px 10px;
}

#menu1 li.active a {
	font-weight:bold;
}

#menu2 {
	text-align:right;
	position:absolute;
	top:20px;
	width:666px;
	padding:0 36px;
}

#menu2 li {
	display:inline;
	margin-left:19px;
}

#menu2 a {
	color:#333;
	text-decoration:none;
}


/**
	CONTENTS
*/

#contents {
	background:url('../images/contents.png') repeat-x;
	min-height:300px;
	margin:0 19px;
	padding:25px;
}

h1 {
	font-weight:normal;
	font-size:1.8em;
	margin-bottom:1.5em;
}

h2 {
	font-size:1.1em;
	margin:1.8em 0 1em 0;
}

#contents p,
#contents ul {
	margin:1em 0;
}

#contents li {
	margin:0.25em 0 0.25em 1.5em;
}

#contents a {
	color:#464242;
}

#contents a:hover {
	color:#5E5858;
}

/* tables */

#contents td,
#contents th  {
	vertical-align:top;
	padding:0 1em 1em 0;
}

/* forms */

label {
	width:5em;
	padding-right:0.5em;
	display:block;
	float:left;
	text-align:right;
	margin-bottom:5px;
}

input, textarea {
	padding:2px;
	border:1px solid #8B8F9D;
	margin-bottom:5px;
	font-size:1em;
	font-family:'Tahoma','Verdana',sans-serif;
}

textarea {
	width:60%;
}

.mandatory {
	font-weight:bold;
	color:#DB0A0A;
}

input.error,
textarea.error {
	border:1px solid #DB0A0A;
}

.errorText {
	color:#DB0A0A;
	font-weight:bold;
	display:block;
	margin-left:5.5em;
}

button {
	color:#FFF;
	background:#DB0A0A;
	font-weight:bold;
	padding:5px 15px;
	margin:2em 0 2em 5.5em;
	font-size:1em;
}


/**
	FOOTER
*/

#footer {
	height:44px;
	background:url('../images/footer.png');
}

