﻿/** BASIC */

a.link1 {
	display: block;
	width: 55px;
	height: 20px;
}

a.link1 b { position: absolute; left: -10000px; }

a.link2 {
	padding-left: 15px;
	font-weight: bold;
}

/** CONTENT */

#content {
	width: 960px;
	margin: 0px auto;
}

#left {
	position:relative;
	left:0px;
	float: left;
	width: 300px;
	padding: 20px 10px 0px 0px;
}

#center {
	position:relative;
	float: left;
	width: 320px;
	padding: 20px 0px 0px 0px;
}

#right {
	position:relative;
	float: left;
	width: 300px;
	padding: 20px 0px 0px 10px;
}

#bottom {
	float: left;
	width: 960px;
}
/** feature */

#feature {
	float: left;
	width: 300px;
}

#feature .content {
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
}

#feature h3 {
	margin-bottom: 10px;
}

/** products  */

#products  {
	float: left;
	width: 920px;
	padding: 20px 0px 0px 20px;
}

#products  .product {
	float: left;
}

#products  .product .text2 {
	padding-top: 30px;
	text-align: center;
}

#products  .product .text3 {
	text-align: center;
}

/** events */

#events {
	float: left;
	width: 300px;
}

#events a {
text-decoration:inherit;
}

#events .title {
	margin-bottom: 20px;
	padding-left: 0px;
}

#events .content {
	height: 65px;
	min-height: 65px;
	padding: 0px 0px 0px 11px;
}

html>body #events .content {
	height: auto;
}

#events .text4 {
	margin-bottom: 5px;
}

#events .footnote {
	margin-bottom: 5px;
	padding: 0px 0px 0px 20px;
}

/** aboutus */

#aboutus {
	float: left;
	width: 300px;
}

#aboutus .title {
}

#aboutus .content {
}

#aboutus .text7 {
	margin-bottom: 20px;
	padding-left: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #818080;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 1.2em;
}

.list1 {
	margin-left: 0px;
	padding: 0px;
	list-style: none;
}

.text1 {
	color: #9AAFC9;
}

.text2 {
	font-size: 14px;
	font-weight: bold;
	color: #FF7E00;
}

.text3 {
	font-size: 11px;
	color: #616161;
}

.text4 {
	font-size: 11px;
	color: #FF9C00;
}

.text5 {
	font-size: 10px;
	font-weight: normal;
	color: #59A7FF;
}

.text6 {
	font-size: 10px;
	line-height: 1.1em;
}

.text7 {
	font-size: 14px;
	font-weight: bold;
	color: #0AA6F7;
}

.text8 {
	text-align: center;
	font: 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #85A5D3;
}

.text9 {
	text-align: right;
	font-weight: bold;
}

/** LINKS */

a {
	color: #0AA6F7;
}

a:hover {
	text-decoration: none;
}

a.link1 {
}

a.link2 {
}

/** STYLES */

.style1 {
	text-align: center;
	font-size: 10px;
	color: #6E6E6E;
}

.style1 a {
	color: #6E6E6E;
}

.style1 a:hover {
}

/** MISC */

.align-justify { text-align: justify; }

img { border: none; }

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-right: 15px;
}

hr { display:block; }

.hr1 {
	height: 1px;
	padding: 0px 0px 15px 0px;
	color:gray;
}

.hr2 {
	height: 1px;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 0px 40px;
	color:gray;
}


