/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #E2E2E2 url(images/homepage01.jpg) repeat-x left top;
}

/** FORMS */

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

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

label {
	color: #303030;
}

.text {
	border: none;
	background: #FFFFFF;
}

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

form li {
	padding-top: 6px;
}

/** HEADINGS */

h1, h2, h3 {
	margin: 0px;
/* 
	text-transform: lowercase;
*/
}

h1 {
	margin-bottom: 15px;
	line-height: 140%;
	font-size: 14px;
	color: #D4020E;
}

h2 {
	margin-bottom: 15px;
	font-size: 12px;
	color: #303030;
}

h1 span, h2 span {
	display: block;
	font-size: 10px;
	font-weight: normal;
	color: #7E7E7E;
}

h3 {
	margin-bottom: 6px;
	font-size: 11px;
	color: #303030;
}

/** TEXTS */

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

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1.5em;
	/* text-align: justify; */
}

strong {
	color: #303030;
}

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

.list1 li {
	padding-top: 1.5em;
	background: url(images/homepage06.gif) repeat-x left top;
}

.list1 li.first {
	padding-top: 0px;
	background: none;
}

.list1 h3 {
	padding-left: 11px;
	background: url(images/homepage05.gif) no-repeat left center;
	font-size: 9px;
}

/** LINKS */

a {
	color: #D4020E;
}

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

img { border: none; }

img.left {
	float: left;
	margin: 3px 30px 10px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 10px 30px;
}

img.border {
	padding: 4px;
	border: 1px solid #CCCCCC;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/** WRAPPER */

#wrapper {
	width: 871px;
	margin: 0px auto;
	padding: 20px;
	padding-top:0px;
	background: #FFFFFF;
}

/** HEADER */

#header {
	padding:0;
	margin:0;
}

/** CONTENT */

#content {
	background: url(images/subpage02.jpg) no-repeat right top;
}

/** SIDEBAR */

#sidebar {
	background: url(images/homepage04.jpg) no-repeat left top;
}


/** MENU */

#menu {
	background: url(images/homepage03.jpg) no-repeat right bottom;
	width:571px;
	padding-left:300px;
	float: left;
	height: 76px;
}

#menu ul {
	margin: 0px;
	padding: 48px 0px 0px 41px;
	list-style: none;
	width:490px;
}

#menu li {
	float: left;
	padding: 0px 10px 0px 13px;
	background: url(images/subpage01.gif) no-repeat left center;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

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

/** LOGIN */

#login {
	height: 185px;
	padding: 13px 24px 0px 24px;
}
#logo h1 {
		display:block;
		visibility:hidden;
		padding-top:160px;
}
#login h2 {
	color: #FFFFFF;
}

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

#login label {
	display: block;
	padding: 0px 0px 3px 0px;
	font-weight: bold;
}

#login .text {
	width: 140px;
	height: 17px;
	padding: 3px 0px 0px 3px;
}

#login .button {
	float: left;
	width: 54px;
	height: 20px;
	background: url(images/subpage03.gif) no-repeat left top;
	border: none;
	font: bold 9px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #303030;
}

#login a {
	float: left;
	margin: 0px 0px 0px 8px;
	padding: 5px 0px 5px 8px;
	border-left: 1px solid #505050;
	font-size: 10px;
	color: #D4020E;
}

/** SEARCH */

#search {
	height: 70px;
}

#search form {
	padding: 10px 0px 0px 420px;
}	

#search .text {
	float: left;
	width: 143px;
	height: 17px;
}

#search label {
	float: left;
	padding: 3px 10px 0px 0px;
}

#search #button2 {
	float: left;
	margin-left: 4px;
}

/* Testimonials */
ul.testimonials {
		list-style-type:none;
		margin:0;
		padding:0;
		font-size:11px;
		color:#9f9f9f;
}
ul.testimonials li {
	background: url(images/homepage06.gif) repeat-x left top;
	padding-top:10px;
	padding-bottom:10px;
}
ul.testimonials li p {
		margin-bottom:3px;
		padding-bottom:3px;
}
ul.testimonials li.first {
	background:none;
}
ul.testimonials h3 {
		color:#666666;
		display:block;
}

ul.display {
	list-style:none outside none;
	margin:0;
	padding:0;
	line-height:1.8em;
}

ul.display li {
	background:url("images/tick.gif") no-repeat left center transparent;
	list-style:none outside none;
	padding-left:20px;
	
	width:330px;
}

/** LINKS */

#links {
	height: 58px;
	background: url(images/homepage11.jpg) no-repeat left top;
}

#links p {
	margin: 0px;
	padding-top: 22px;
	text-align: center;
	color: #989898;
}

#links a {
	color: #989898;
}

/** FOOTER */

#footer {
	text-align: center;
}

#footer p {
	margin: 0px;
	padding: 15px 0px 30px 0px;
	text-align: center;
	color: #7B7B7B;
}