/** BASIC */
html, body { height: 100%; }

body {
	margin: 0px;
	padding: 0px;
	background: #000;
}

/** FORMS */
form {
	margin: 0px;
	padding: 0px;
}

form i {
  color: #F00;
}

/** HEADINGS */
h1, h2 {
	margin: 0px;
	font-family: Arial, Verdana, "Trebuchet MS", 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;
    font-weight: bold;
}

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%;
}

ul {
    margin-top: -1em;
}

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 25px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 25px;
}

hr { display: none; }

.hr1 {
	height: 25px;
	/* background: url(../i/homepage04.gif) repeat-x left center; */
}

/** MENU */
#menu {
	/* background: url(../i/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: 10px 0px 4px 0px;
	/* background: url(../i/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(../i/subpage01.jpg) repeat-x left top;
}  
 
#wrapperbg { 
    background: url(../i/subpage02.jpg) repeat-x left bottom; 
} 

/** PAGE */
#page { 
    background: url(../i/subpage03.jpg) repeat-y left top; 
}

#bgbtm {
	padding-bottom: 20px;
	background: url(../i/subpage06.jpg) no-repeat left bottom;
}

/** CONTENT */
#content {
	width: 355px;
	padding: 150px 72px 0px 54px;
	background: url(../i/subpage08.jpg) no-repeat left top;
}

/** FOOTER */
#footer {
	width: 736px;
	height: 118px;
	margin: 0px auto;
	background: url(../i/subpage07.jpg) no-repeat left top;
	color: #4B4B4B;
}

#footer p {
	padding: 20px 0px 0px 233px;
	text-align: center;
}

/** LOGO */
#logo a 
{
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #F99;
}

#logo a:hover {
    text-decoration: underline;
}
