
/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: url(images/bg01.jpg) repeat left top;
}

/** HEADINGS */

h1, h2, h3 {
	margin: 0px;
	color: #8A867E;
	background-color:inherit;
	font-weight: normal;
}

h1 span, h2 span {
	color: #3d3c45;
}

h1 {
	font-size: 21px;
}

h2, h3 {
	font-size: 16px;
	margin-bottom: .9em;
	text-decoration:none;
}

h3 {
  text-decoration:underline;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8F8A82;
}

p, ul, ol{
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 180%;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

ul li {
	padding-top:.7em;
}

ol {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

strong {
	color: #5f5d6b;
}

/** LINKS */

a {
	color: #565361;
	font-style:italic;
	text-decoration:none;
}

a:hover {
	text-decoration: none;
}

/** FORM **/

label, input, select, textarea {
display:block;
float:left;
width:300px;
}

form br {
clear:left;
margin-top:1.5em;
}

form .submit {
float:none;
width:auto;
}

label {
 text-align: right; 
 padding-right: 1em; 
 width:7em;
}

form {
 margin:0;
  padding:.5em;
}

/** MISC */

.align-justify {
	text-align: justify;
}

.align-right {
	text-align: right;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0px 20px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 20px;
}

img.border {
	padding: 2px;
	background: #F5F3EE;
	border: 1px solid #D1C8B6;
}

hr {
	display: none;
}

.hr1 {
	height: 50px;
	background: url(images/homepage07.jpg) no-repeat center center;
}

.clear {
	clear:both;
}

/** 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;
	padding:0;
}

#menu a {
	display: block;
	float: left;
	width: 115px;
	height: 35px;
	padding-top: 17px;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	color: #e3e2e3;
}

#menu .active a {
	background: url(images/homepage02.jpg) no-repeat left top;
	color: #514D44;
}

/** PAGE */

#page {
	width: 778px;
	margin: 0px auto;
	background: url(images/bg04.jpg) repeat-y left top;
}

#bgtop {
	padding: 50px 138px 10px 138px;
	background: url(images/bg05.jpg) no-repeat left top;
	overflow:hidden;
}

/** CONTENT */

#content {
	float: left;
	width: 255px;
}

.piclist li{
	clear:left;
	display:block;
	margin-bottom:3px;
	min-height:77px;
}

.piclist img {
	padding:4px 2px;
}

.message {
border:1px dashed #999;
color:#fff;
padding-left:10px;
background-color:#a44;
}

/** 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;
}

.two-columns .column-one {
	float: left;
	width: 232px;
}

.two-columns .column-two {
	float: right;
	width: 232px;
}

/** 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: #e3e2e3;
}

#footer a {
	/*text-decoration:none;*/
	color: #e3e2e3;
	
}

/** BOX */

.box1 {
	margin: 2em 0 0 0;
	padding: 0px 0px 15px 0px;
	background: url(images/homepage07.jpg) no-repeat left bottom;
}

.box2 {
margin-top:1em;
}

.box3 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	background: url(images/homepage07.jpg) no-repeat left bottom;
}

