
/** BASIC */

html, body { height: 100%; }

body {
	margin: 0px;
	padding: 0px;
	background: #000000;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3 {
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #848484;
}

h1 span, h2 span { color: #C9C9C9; }

h1 { font-size: 21px; }

h2 {
	margin-bottom: 15px;
	font-size: 15px;
}

h2.style1 {
	margin-bottom: 15px;
	font-size: 13px;
	color: #676767;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7C7C7C;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 170%;
}

ol {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

/** LINKS */

a { color: #D3D3D3; }

a:hover { text-decoration: none; }

/** STYLES */

.style1 { }

.style1 a { }

.style1 a:hover { }

/** BACKGROUNDS */

.bg1 { }

/** MISC */

.align-justify { text-align: justify; }

.align-right { text-align: right; }

a img { border: none; }

img.border { border: 3px solid #474747; }

img.left {
	float: left;
	margin: 0px 10px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 10px;
}

hr { display: none; }

.hr1 {
	height: 51px;
	background: url(/images/homepage04.gif) repeat-x left center;
}

/** MENU */

#menu {
	background: url(/images/subpage05.jpg) no-repeat left top;
}

#menu ul {
	width: 171px;
	margin: 0px;
	padding: 47px 0px 0px 32px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	border-top: 1px solid #CFCFCF;
}

#menu li.first {
	border: none;
}

#menu a {
	display: block;
	width: 100%;
	padding: 15px 0px 14px 0px;
	background: url(/images/homepage03.gif) no-repeat right center;
	text-decoration: none;
	/*text-transform: uppercase;*/
	font-weight: bold;
	color: #4C4C4C;
}

#menu a:hover {
	text-decoration: underline;
}

/** WRAPPER */

#wrapper { background: #313131 url(/images/subpage01.jpg) repeat-x left top; }

#wrapperbg { background: url(/images/subpage02.jpg) repeat-x left bottom; }

/** PAGE */

#page { background: url(/images/subpage03.jpg) repeat-y left top; }

#bgbtm {
	padding-bottom: 20px;
	background: url(/images/subpage06.jpg) no-repeat left bottom;
}

/** CONTENT */

#content {
	width: 355px;
	padding: 150px 72px 0px 54px;
	background: url(/images/subpage08.jpg) no-repeat left top;
}

/** FOOTER */

#footer {
	width: 736px;
	height: 118px;
	margin: 0px auto;
	background: url(/images/subpage07.jpg) no-repeat left top;
	color: #4B4B4B;
}

#footer p {
	padding: 20px 0px 0px 233px;
	text-align: center;
}

#footer a{
	color: #4B4B4B;
	text-decoration: none;
}
