/** BASIC */
body {
	margin: 0px;
	padding: 0px;
	background: #55678F url(images/homepage01.jpg) repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #32353A;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	text-indent: 25px;
}

.text1 {
	color: #3B626F;
}

.text2 {
	margin-bottom: 10px;
	padding-left: 10px;
	background: url(images/homepage30.gif) no-repeat left center;
	font-size: 9px;
	font-weight: normal;
	color: #488C9C;
}

.text3 {
	margin: 0px;
	padding: 0px 0px 30px 0px;
	text-align: center;
	font-size: 9px;
	color: #D0DBE2;
}

/** ULs */

.ul1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.ul1 a {
	padding-left: 10px;
	background: url(images/homepage18.gif) no-repeat left center;
	text-decoration: none;
	font-size: 9px;
	color: #FBDEB4;
}

.ul1 a:hover {
	text-decoration: underline;
}

.ul2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.ul2 a {
	padding-left: 10px;
	background: url(images/homepage20.gif) no-repeat left center;
	text-decoration: none;
	font-size: 9px;
	color: #D3F0F4;
}

.ul2 a:hover {
	text-decoration: underline;
}

.ul3 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.ul3 a {
	padding-left: 10px;
	background: url(images/homepage23.gif) no-repeat left center;
	text-decoration: none;
	font-size: 9px;
	color: #D0EAC2;
}

.ul3 a:hover {
	text-decoration: underline;
}

.ul4 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.ul4 a {
	padding-left: 10px;
	background: url(images/homepage30.gif) no-repeat left center;
	text-decoration: none;
	font-size: 9px;
	color: #488C9C;
}

.ul4 a:hover {
	text-decoration: underline;
}

/** LINKS */

/* CATEGORY */
a.category:link {
	text-decoration: none;
	font-weight:bold;
	font-size: 18px;
	color:#ffffff;
}

a.category:visited {
	text-decoration: none;
	font-weight:bold;
	font-size: 18px;
	color:#ffffff;
}

a.category:active {
	text-decoration: none;
	font-weight:bold;
	font-size: 18px;
	color:#ffffff;	
}


a.category:hover {
	text-decoration: none;
	border-bottom: none;
	color:#FF7200;
}
/* END:CATEGORY */



a.testimonial {
	border-bottom: 1px dotted #B3C2C7;
	text-decoration: none;
	font-weight:bold;
}

a.testimonial:hover {
	text-decoration: none;
	border-bottom: none;
}


a {
	color: #B3C2C7;
	
}

a:hover {
	text-decoration: none;	
}

a.link1 {
	display: block;
	padding: 2px 20px 3px 0px;
	background: url(images/homepage17.gif) no-repeat right top;
	text-align: right;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 9px;
	color: #61859E;
}

a.link1:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
	text-align: center;
	font-size: 9px;
	color: #FFFFFF;
	text-transform: lowercase;
	font-size: 9px;
}

.style1 a {
	text-decoration: none;
	color: #0E8FA4;
}

.style1 a:hover {
	text-decoration: underline;
}

/** BACKGROUNDS */

.left-column-top-bg {
	background-image:url('images/news_top_bg.jpg');
	height:40px;
}
.left-column-right-bg {
	background-image:url('images/homepage27.jpg');
	height:40px;
}

.left-column-content-bg {
	background-image:url('images/news_bg.jpg');
}

.bg1 { background: url(images/homepage07.jpg) repeat-y left top; }
.bg2 { background: #B0E2EB url(images/homepage08.jpg) repeat-x left top; }
.bg3 { background: url(images/homepage11.jpg) repeat left top; }
.bg4 { background: #FA942A url(images/homepage15.jpg) repeat-x left top; }
.bg5 { background: url(images/homepage19.jpg) repeat left top; }
.bg6 { background: #D5D6DA url(images/homepage25.jpg) repeat-x left top; }
.bg7 { background: url(images/homepage27.jpg) no-repeat right top; }
.bg8 { background: url(images/homepage31.jpg) repeat-x left top; }

.bg9 { background: url(images/subpage1_01.jpg) repeat-y left top; }
.bg10 { background: #5688C7 url(images/subpage1_03.jpg) repeat-x left bottom; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-right: 15px;
}



.hr1 {
	height: 1px;
}

.news_td {
	font-size:11px;
}

.service_header {
	font-size:20px;
	font-weight:bold;
	color:#ffffff;
}

.li_check {
	list-style-image: url('images/check_mark.gif');
	text-indent: 2px;
	padding:20px;
	padding-top:2px;
	padding-bottom:2px
}

.product_title {
	font-size:17px;
	font-weight: bold;
	color:#ffffff;
}

.border_black {
	border:1px solid #000000;
}