@charset "utf-8";
/* CSS Document */
/* BASICS----------------------------------------------- */
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #FFF;
	background-image: url(images/bkg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#piccol {
	position:absolute;
	left:50px;
	top:0px;
	width:251px;
	height:900px;
	background-color: #000000;
}
/* FONTS----------------------------------------------- */
.h1 {
	font-size: 18px;
	color: #F90;
}
.h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.darkorange {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #C30;
}
/* HEADER----------------------------------------------- */
#logo {
	position:absolute;
	left:335px;
	top:34px;
	width:434px;
	height:81px;
	background: url(images/logo.gif);
}
#tagline {
	position:absolute;
	left:335px;
	top:130px;
	width:430px;
	height:23px;
	text-align: right;
}
#links {
	position: absolute;
	left: 820px;
	top: 34px;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #F90;
	width: 177px;
}
a. {
	font-size: 12px;
	color: #F90;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #F90;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #F90;
}
a:active {
	text-decoration: none;
	color: #F90;
}
/* BODY----------------------------------------------- */
#content {
	position:absolute;
	left:330px;
	top:190px;
	width:600px;
	height:350px;
}
#items {
	position: absolute;
	left: 694px;
	top: 280px;
	width: 306px;
	height: 201px;
	border: none;
	z-index: 1;
}
#cp-contact {
	position:absolute;
	left:547px;
	top:295px;
	width:360px;
	height:400px;
	font-size: 16px;
	font-weight: bold;
	color: #C30;
	z-index: 2;
}
a.main {
	font-size: 12px;
	color: #C30;
	font-weight: bold;
}
a.main:link {
	text-decoration: none;
}
a.main:visited {
	text-decoration: none;
	color: #F90;
}
a.main:hover {
	text-decoration: underline;
	color: #000;
}
a.main:active {
	text-decoration: none;
	color: #000;
}
/* BOTTOM----------------------------------------------- */
.whitetext {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
#rtcontent {
	position:absolute;
	left:689px;
	top:565px;
	width:298px;
	height:300px;
	z-index:2;
}
#bkgimage {
	position:absolute;
	left:330px;
	top:530px;
	width:660px;
	height:300px;
	z-index:1;
	background-image: url(images/flashbkg.jpg);
}
#ty-rtcontent {
	position:absolute;
	left:689px;
	top:310px;
	width:298px;
	height:300px;
	z-index:2;
}
#ty-bkgimage {
	position:absolute;
	left:330px;
	top:275px;
	width:660px;
	height:300px;
	z-index:1;
	background-image: url(images/flashbkg.jpg);
}
/* FORM----------------------------------------------- */
a.form {
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
a.form:link {
	text-decoration: underline;
	color: #OOO;
}
a.form:visited {
	text-decoration: underline;
	color: #OOO;
}
a.form:hover {
	text-decoration: underline;
	color: #000;
}
a.form:active {
	text-decoration: underline;
	color: #000;
}
