html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/bg01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #575757;
}

h1, h2, h3 {
	margin-top: 0px;
}

p, ol, ul {
	margin-top: 0px;
}

p {
	line-height: 170%;
	text-align: justify;
}

strong {
	color: #575757;
}

a {
	color: #B00000;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
	padding-right: 25px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

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

#wrapper-bgbtm {
	background: url(images/bg03.jpg) no-repeat center bottom;
}

.container {
	width: 900px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	height: 150px;
	margin-bottom: 150px;
	padding-top: 39px;
}

/** LOGO */

#logo {
	float: left;
	width: 325px;
	height: 150px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	text-indent: -9999em;
}

#logo h1 a {
	display: block;
	top: 0px;
	left: 0px;
	width: 325px;
	height: 150px;
	background: url(images/homepage_01.jpg) no-repeat left top;
}

#logo p {
	margin-top: -20px;
}

/** MENU */

#menu {
	float: right;
	width: 575px;
	height: 99px;
}

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

#menu li {
	float: left;
	padding: 0px 0px 0px 40px;
}

#menu a {
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 16px;
	color: #FFFFFF;
}

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

/** SLOGAN */

#slogan {
	width: 860px;
	height: 120px;
	padding: 40px 0px 0px 45px;
	background: url(images/homepage_02.gif) no-repeat left top;
}

#slogan h2 {
	margin: 0px;
	padding: 0px;
	letter-spacing: -2px;
	font-size: 34px;
	font-weight: normal;
	color: #737373;
}

/** PAGE */

#page {
	overflow: hidden;
	width: 910px;
	margin: 0px auto;
	padding: 55px 45px 30px 45px;
	background: url(images/homepage_03.gif) repeat-x left top;
}

.subpage #page, .single #page {
	background: none;
}

/** CONTENT */

#content {
	float: right;
	width: 575px;
}

.single #content {
	width: 100%;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 275px;
	margin: 0px;
	padding: 0px 25px 0px 0px;
	background: url(images/homepage_05.gif) repeat-y right top;
}

/** FOOTER */

#footer-wrapper {
	background: #D6D6D6 url(images/bg04.jpg) no-repeat center top;
}

#footer {
	background: url(images/homepage_10.gif) repeat-x left top;
}

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

/** BOX STYLE */

.box-style {
}

.box-style .title {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	background: url(images/homepage_04.gif) repeat-x left bottom;
	letter-spacing: -1px;
	text-shadow: 0px 1px 2px #FFFFFF;
	text-transform: lowercase;
	font-size: 18px;
	font-weight: normal;
	color: #737373;
}

.box-style .services {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	background: url(images/homepage_04.gif) repeat-x left bottom;
	letter-spacing: -1px;
	text-shadow: 0px 1px 2px #FFFFFF;
	font-size: 18px;
	font-weight: normal;
	color: #737373;
}

.box-style span {
	font-weight: bold;
	color: #DC0000;
}

.box-style .content {
	padding: 20px 0px 0px 0px;
}

/** THREE COLUMNS */

#column1, #column2, #column3 {
	width: 175px;
}

#column1 {
	float: left;
	margin-right: 25px;
}

#column2 {
	float: left;
	margin-right: 25px;
}

#column3 {
	float: right;
}

/** TWO COLUMNS */

#two-columns {
	overflow: hidden;
	padding: 45px 0px 30px 0px;
}

#two-columns .column1 {
	float: left;
	width: 275px;
}

#two-columns a {
	color: #525252;
}

#two-columns .column2 {
	float: right;
	width: 575px;
}

#two-columns .column2 .title {
	background: url(images/homepage_11.gif) repeat-x left bottom;
}

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

ul.style1 li {
	padding: 7px 0px 10px 0px;
	background: url(images/homepage_11.gif) repeat-x left bottom;
}

ul.style1 a {
	color: #525252;
}

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

ul.style2 li {
	clear: both;
	padding: 0px 0px 30px 0px;
	line-height: 180%;
}

ul.style2 {
}

div#logo {
    background-image:  url(/images/homepage_01.jpg);
    background-repeat: no-repeat;
    height: 300px;
    width: 325px;
}

div#testtext {
    position: relative;
    height: auto;
    width: auto;
    left: 15px;
    top: 150px;
    color:#575757;
    font-weight:bold;
    line-height:150%;
}




