/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/images/bg02.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #D8D8D8;
}

/** HEADINGS */

h1, h2 {
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 30px;
	color: #504E42;
}

h2 {
	margin-bottom: 20px;
	font-size: 16px;
	color: #9D9356;
}

h3 {
	margin-bottom: 1em;
	font-size: 11px;
	color: #504E42;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 150%;
	color: #000;
}

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

/** LINKS */

a {
	color: #999999;
}

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

/** FORMS */

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

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	height: 200px;
	width: 200px;
}

input {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B6D74;
}

/** 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: #FFFFFF;
	border: 1px solid #E1DFD8;
}

hr {
	display: none;
}

.hr1 {
	height: 1px;
}

/** WRAPPER */

#wrapper {
	background-repeat: repeat-x;
	background-position: left top;
}

#wrapper2 {
	width: 940px;
	background-repeat: repeat-y;
	background-position: left top;
}

#wrapper3 {
	padding: 0px 45px;
	background-repeat: no-repeat;
	background-position: left top;
}


#all {
	width: 863px;
	background-color: #FFFFFF;
	margin-top: 5em;
}
/** HEADER */

#header {
	height: 120px;
	width: 863px;
	background-image: url(../images/images/homepage04.jpg);
}

/** SEARCH */

#search {
	width: 438px;
	height: 120px;
	background-image: url(../images/images/images/homepage02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#search form {
	padding: 79px 0px 0px 148px;
}

#search input {
	float: left;
	height: 24px;
	padding: 0px;
}

input#keywords {
	width: 170px;
	height: 17px;
	padding: 4px 5px 3px 5px;
	background: #2B608A url(../images/subpage1_01.gif) repeat-x left top;
	border: 1px solid #2B5E88;
	border-right-color: #5983A3;
	border-bottom-color: #5983A3;
	color: #FFFFFF;
}

input#search-submit {
	width: 60px;
	margin-left: 10px;
	background: url(../images/subpage1_02.gif) repeat-x left top;
	border: 1px solid #44433B;
	border-right-color: #2E2D28;
	border-bottom-color: #272623;
	font-weight: bold;
	color: #FFFFFF;
}


/** BANNER */

#banner {
	padding-bottom: 10px;
	margin-top: 0em;
}

/** PAGE */

#page {
}

#single {
	padding: 25px;
	background: url(../images/homepage07.gif) repeat-x left top;
}

/** CONTENT */

#content {
	width: 535px;
	padding: 25px;
	background: url(../images/homepage07.gif) repeat-x left top;
	padding-bottom: 5px;
	height: 3000px;
}

#homepage #content {
	width: 500px;
}

/** 3-COLUMN LAYOUT */

.three-columns {
	position: relative;
	height: 200px;
	min-height: 200px;
	background-image: url(../images/images/homepage06.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

html>body .three-columns {
	height: auto;
}

.three-columns .column1, .three-columns .column2, .three-columns .column3 {
	width: 250px;
}

.three-columns .column1 {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.three-columns .column2 {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.three-columns .column3 {
	padding: 0px 15px;
}

.three-columns .title {
	height: 23px;
	margin: 0px;
	padding-top: 5px;
	color: #FFFFFF;
}

.three-columns .content {
	padding-top: 20px;
}

/** BOX STYLE 1 */

.boxA {
}

.boxA .title {
	height: 23px;
	margin: 0px;
	padding: 10px 0px 0px 20px;
	color: #FFFFFF;
	background-image: url(../images/images/homepage06.jpg);
	background-repeat: no-repeat;
}

.boxA .content {
	padding: 15px 13px;
}

/** SIDEBAR */

#sidebar {
	width: 250px;
}

#homepage #sidebar {
	width: 288px;
}

/** CLIENT LOGIN */

#login {
}

#login .content {
	padding-top: 20px;
	padding-left: 25px;
}

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

#login li {
	margin-bottom: 13px;
}

#login label {
	float: left;
	width: 70px;
	font-weight: bold;
	color: #333333;
}

input#username, input#password {
	width: 130px;
	height: 17px;
	padding: 4px 5px 3px 5px;
	background: #F6F6F5;
	border: 1px solid #F6F6F5;
	border-left-color: #E1DFD7;
	border-top-color: #D4D2C5;
}

input#login-submit {
	float: right;
	width: 80px;
	height: 24px;
	background: url(../images/subpage1_02.gif) repeat-x left top;
	border: 1px solid #44433B;
	border-right-color: #2E2D28;
	border-bottom-color: #272623;
	font-weight: bold;
	color: #FFFFFF;
}

#homepage input#username, #homepage input#password {
	width: 165px;
}

/** FOOTER */

#footer {
	width: 863px;
	height: 150px;
	background-image: url(../images/images/bg05.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

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

/** BOX1 */

#box1 {
}

/** BOX2 */

#box2 {
}

/** BOX3 */

#box3 {
}

/** BOX4 */

#box4 {
}

#box4 .content {
	padding-left: 20px;
}

divstil2#text1
{margin-left: 1em;

}

