html, body {
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #454545;
	background: #fff;}
a {
	outline: none;
	color: #000;
	text-decoration: none;}
img {position: relative;}

h1 {
	position: relative;
	padding: 0px;
	margin: 0px;
	line-height: 20px;}
h1 span {
	visibility: hidden;
	position: absolute;}

small {
	color: #8c8c8c;
	font-size: 10px;}


/* SEARCH */
.search {
	
	position: relative;
	overflow: hidden;
	height: 40px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	background: url(../gfx/search_bg.png) center top repeat-x;
	text-align: center;
	clear: both;}

.search .logo {
	position: absolute;
	top: 5px;
	left: 15px;}

.search .searchMenu {
	position: absolute;
	top: 8px;
	right: 15px;}
.search .searchMenu img {cursor: pointer;}

ul#searchMenuOptions {
	position: absolute;
	top: 30px;
	right: 20px;
	z-index: 1000;
	background: #000;
	border: 3px solid #454545;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
	opacity: 0.9;
	-moz-opacity: 0.9;}
ul#searchMenuOptions li {
	list-style-type: none;
	margin: 0px;
	text-align: left;}
ul#searchMenuOptions a {
	color: #fff;
	padding: 10px;}
ul#searchMenuOptions a:hover {color: #CCC;}

.search div.inputText {
	position: relative;
	height: 40px;
	width: 390px;
	display: block;
	background: url(../gfx/search_input.gif) center center no-repeat;
	float: left;}
.search div.inputText input {
	position: absolute;
	top: 12px;
	left: 10px;
	border: none;
	width: 350px;
	font-size: 14px;
	color: #333;
	background: none;}
.search div.searchContent {
	margin: auto;
	width: 450px;}



/* CONTENT */
.hotSiteContent {
	position: relative;
	overflow: hidden;
	background: url(../gfx/deg02.png) top center repeat-x;
	padding-top: 20px;
	clear: both;}

#content form table tbody tr th {
	font-size: 12px;
	font-weight: normal;
	color: #636363;
	text-align: right;
	padding-right: 10px;}
#content form table tbody tr th.sp {vertical-align: top;}
#content form table tbody tr td {
	padding-top:5px;
	padding-bottom:5px;}
#content form table tbody tr td input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	padding-left: 25px;
	background-color: #f2f2f2;
	border: 3px solid #d7d7d7;
	width: 195px;}
#content form table tbody tr td input.name {
	background-image: url(../gfx/ico_user.gif);
	background-position: center left;
	background-repeat: no-repeat;}
#content form table tbody tr td input.mail {
	background-image: url(../gfx/ico_mail.gif);
	background-position: center left;
	background-repeat: no-repeat;}
#content form table tbody tr td textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	background-color: #f2f2f2;
	border: 3px solid #d7d7d7;
	width: 215px;}
#content form table tbody tr td input.bt {
	border: none;
	background: none;
	width: auto;
	padding: 0px;}


#content h3 {
	position: relative;
	clear: both;
	padding: 0px;
	margin: 0px;
	line-height: 20px;}
#content h3 span {
	visibility: hidden;
	position: absolute;}


.pageTitle {
	position: relative;
	clear: both;
	padding-bottom: 15px;
	overflow: hidden;}

#gallery {
	position: relative;
	overflow: hidden;
	width: 320px;
	margin-right: -20px;}
#gallery a,
#gallery a img {
	position: relative;
	float: left;
	overflow: hidden;}
#gallery a {
	margin-right: 15px;
	margin-bottom: 15px;}

#gallery a:hover {border: 5px solid #db0000;}
#gallery a:hover img {margin: -5px;}


/* FOOTER */
#footer {
	position: relative;
	clear: both;
	color: #000;
	overflow: hidden;}
#footer .footerContent {
	position: relative;
	width: 960px;
	margin: auto;
	background: url(../gfx/footer_bg.jpg) center top no-repeat;
	border-top: 1px solid #fff;
	overflow: hidden;}
#footer .footerContent a.logo {
	position: relative;
	float: left;}
#footer .footerContent .footerText {
	position: relative;
	float: left;
	font-size: 12px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	margin-left: 20px;
	background: url(../gfx/footer_div.gif) center left no-repeat;}
#footer .footerContent .footerText a {
	color: #737373;}
#footer .footerContent .footerLeft {
	position: relative;
	float: left;
	width: 70%;}
#footer .footerContent .footerRight {
	position: relative;
	float: right;
	width: 25%;}



/* VARIOUS CLASSES */
.narrowRuler {
	position: relative;
	clear: both;
	display: block;
	background: url(../gfx/narrow_ruler.png) center repeat-x;
	height: 7px;
	line-height: 7px;
	overflow: hidden;}

.alignCenter {text-align: center;}
.alignRight {text-align: right;}

.spacer {
	position: relative;
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 1px;
	line-height: 1px;
	overflow: hidden;}

.lightRed {color: #f55;}