/** BASIC */

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

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3 {
	margin: 0px;
	color: #888;
}

h1, h2 {
	font-weight: normal;
}

h1 span, h2 span {
	color: #da4404;
	font-weight: bold;
}

h1 {
	font-size: 21px;
}

h2 {
	font-size: 16px;
	margin-bottom: 15px;
}

h2.style1 {
	font-size: 15px;
	color: #222;
	font-weight: bold;
	font-variant: small-caps;
}

h3 {
	margin-bottom: .25em;
	font-size: 11px;
	color: #333;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: justify;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

ol {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
	line-height: 180%;	
}

dl {
	line-height: 200%;	
}

dt {
	float: left;
	margin-right: 10px;
	padding: 0px 5px;
	background: #666;
	font-size: 10px;
	color: #FFFFFF;
}

dd {
	margin-bottom: 10px;
}

strong {
	color: #333;
}

/** LINKS */

a {
	color: #da4404;
	text-decoration: underline;
}

a:hover {
	color: #777;	
	text-decoration: none;	
}

/** MISC */

.align-justify {
	text-align: justify;
}

.align-right {
	text-align: right;
}

hr {
	display: none;
}

.hr1 {
	height: 50px;
	background: url(images/homepage07.jpg) no-repeat center center;
}

/** WRAPPER */

#wrapper {
	background: url(images/bg02.jpg) repeat-x left top;
}

/** HEADER */

#header {
	width: 778px;
	height: 145px;
	margin: 0px auto;
	background: url(images/homepage01.jpg) no-repeat left top;
}

#header h1, #header h2 {
	text-indent: -9999em;
}

/** MENU */

/**

#menu {
	width: 778px;
	height: 52px;
	margin: 0px auto;
	background: url(images/bg03.jpg) no-repeat left top;
}

#menu ul {
	margin: 0px;
	padding: 0px 0px 0px 98px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	width: 115px;
	height: 35px;
	padding-top: 17px;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	color: #DAFDFF;
}

#menu .active a {
	background: url(images/homepage02.jpg) no-repeat left top;
	color: #514D44;
}

#menu a:hover{
	color: #3d5e73;
	text-decoration: underline;
}

*/

/** PAGE */

#page {
	width: 778px;
	margin: 0px auto;
	background: url(images/bg04.jpg) repeat-y left top;
}

#bgtop {
	padding: 50px 148px 10px 148px;
	background: url(images/bg05.jpg) no-repeat left top;
}

/** CONTENT */

#content {
	float: left;
	width: 255px;
}

#content p {
padding-top:10px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 175px;
	padding-left: 25px;
	background: url(images/homepage08.jpg) repeat-y left top;
}

/* 2-COLUMN LAYOUT */

.two-columns {
	background: url(images/homepage08.jpg) repeat-y 243px 0px;	
}

#wrapper img.figure1 {
	float: left;
	margin: 0 8px 25px 1px;
	padding: 2px;
	border: 1px solid #da4404;
	}
	
#wrapper img.figure1:hover {
	border: 1px solid #777;
	}
	
#wrapper img.figure2 {
	float: left;
	margin: 0 2px 0 7px;
	padding: 2px;
	border: 1px solid #da4404;
	}
	
#wrapper img.figure2:hover {
	border: 1px solid #999;
	}	

.two-columns .column-one {
	float: left;
	width: 213px;
}

.one-columns .column-wide {
	float: left;
	width: 400px;
}

.two-columns .column-two {
	float: right;
	width: 213px;
}

/** FOOTER */

#footer {
	width: 778px;
	height: 100px;
	margin: 0px auto;
	background: url(images/bg06.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 55px 0px 0px 0px;
	text-align: center;
	color: #fff;
}

#footer a {
	color: #da4404;
	text-decoration: none;
}

#footer a:visited {
	text-decoration: none;
	color: #da4404;
	}	

#footer a:hover {
	color: #fff;	
	}

/** BOX1 */

#box1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	background: url(images/homepage07.jpg) no-repeat left bottom;
}

/** BOX2 */

#box2 {
}

/** BOX3 */

#box3 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	background: url(images/homepage07.jpg) no-repeat left bottom;
}

/** BOX4 */

#box4 {
}
