.contentarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
	background-image: url(../images/content.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 766px;
	height: 335px;
	font-size: 13px;
	text-align: justify;
}
.contactustxt {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 13px;
}
.formfields {
	font-size: 13px;
	background-color: #000000;
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
}
.contenttxt {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 13px;
}
.contentblock {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 13px;
	margin:0 33px 10px 33px;
	padding:3px;
	border-top:1px solid;
	border-color: #333;
}
#contentblocklogo {
	float:left;
	padding:0 5px 0 0;
}
.vendortxt {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 13px;
	padding: 0px 10px;
}
.formbuttons {
	font-size: 13px;
	background-color: #333333;
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
}
.uberroomtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #DD4848;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #DD4848;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #DD4848;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #DD4848;
	text-decoration: none;
}
.popup {
	background-color: #000000;
	vertical-align: middle;
	border: 1px solid #666666;
}
.popuptxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
.smokestik {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
	text-align:right;
	font-size: 13px;
	width:215px;
}
.contentareaheader {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
}
.addresstxt {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 13px;
	padding: 7px 0px 0px;
	border-top: 1px solid #666666;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.contenttxtwbox {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 13px;
	border: 1px solid #666666;
	padding: 5px;
}
.contactustxtwbox {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 13px;
	border: 1px solid #666666;
	padding: 5px;
}
.box {
	border: 1px solid #666666;
}
/*thickbox*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}
html, body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font-size: 10px;
	font-family: "Century Gothic";
	color: #333333;
}
#TB_secondLine {
	font-size: 10px;
	font-family: "Century Gothic";
	color:#666666;
}
#TB_window a:link {
	color: #666666;
}
#TB_window a:visited {
	color: #666666;
}
#TB_window a:hover {
	color: #000;
}
#TB_window a:active {
	color: #666666;
}
#TB_window a:focus {
	color: #666666;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height:100%;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 0px;
	text-align:left;
}
#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	border-top: 0px solid #666;
	border-left: 0px solid #666;
}
#TB_caption {
	height:20px;
	padding:7px 30px 10px 25px;
	float:left;
}
#TB_closeWindow {
	height:20px;
	padding:11px 25px 10px 0;
	float:right;
}
#TB_closeAjaxWindow {
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}
#TB_ajaxWindowTitle {
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}
#TB_title {
	background-color:#ffffff;
	height:10px;
}
#TB_ajaxContent {
	clear:both;
	padding:0px 0px 0px 0px;
	overflow:hidden;
	text-align:left;
	line-height:1.4em;
}
#TB_ajaxContent p {
	padding:0px 0px 0px 0px;
}
#TB_load {
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}
#TB_HideSelect {
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
#TB_iframeContent {
	border:none;
	clear:both;
}
