@import url("sIFR-screen.css");

body {
	font-family: Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #ccc;
	font-size: 0.8em;
	line-height: 1.5em;
	background-color: #363636;
	background: #363636 url(/media/pattern_bg.gif) repeat top center;
}


h1 {
	font-size: 2.4em;
	font-weight: normal;
	color: #FAAC28;
	margin: 0 0 0.5em 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Georgia, Times, "Times New Roman", sans-serif;
}
h2 {
	font-size: 1.8em;
	color: #fff;
	font-weight: normal;
}
h3 {
	font-size: 1.3em;
	font-weight: normal;
	font-family: Georgia, Times, "Times New Roman", sans-serif;
	color: #FAAC28;
	margin: 1em 0;
	padding: 0;
}
h4 {
	font-size: 1.2em;
	font-weight: normal;
	font-family: Georgia, Times, "Times New Roman", sans-serif;
	color: #00E6DE;
	margin: 2em 0 1em 0;
	padding: 0;
}

p {
	margin: 1em 0;
	padding: 0;
	clear: both;
}

a {
	color: #FAAC28;
}
a:hover {
	color: #00E6DE;
}


.wrapper {
	position: relative;
	width: 970px;
	margin: 0 auto;
	padding: 0;
	display: block;
	text-align: center;
}

#offer_draw {
}
a.pull_tag {
	position: absolute;
	display: block;
	top: -20px; right: 0;
	background-image: url(/media/pull_tag_03.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 85px;
	height: 90px;
	z-index: 6000;
	text-decoration: none;
}
a.pull_tag:hover {
	height: 105px;
	text-decoration: none;
}

.header {
	position: relative;
	padding-top: 5px;
	background: #363636 url(/media/pattern_bg.gif) repeat top center;
}
.menu {
	position: absolute;
	top: 0; right: 90px;
	font-size: 0.85em;
}
.menu ul, .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu li {
	display: block;
	float: left;
	margin-left: 5px;
}
.menu li a {
	display: block;
	float: left;
	padding: 2px 10px;
	background-color: #363636;
	text-decoration: none;
	color: #ccc;
	border-bottom: 1px solid #363636;
	border-left: 1px solid #363636;
	border-right: 1px solid #363636;
}
.menu li a:hover {
	border-color: #00E6DE;
	color: #00E6DE;
}
.logo_bar {
	padding: 20px 10px 10px 10px;
	background-color: #1a1a1a;
}
.logo {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: 351px;
	height: 60px;
	background-image: url(/media/logo.gif);
	background-repeat: no-repeat;
	background-position: center left;
	text-indent: -9999px;
}
.img_bar {
	position: relative;
	padding: 20px 0;
	height: 350px;
	overflow: hidden;
}
.slideshow_pholder {
	position: absolute;
	top: 0; right: 0;
	width: 970px;
	z-index: 900;
	text-align: center;
	overflow: hidden;
}
h2.img_caption {
	position: absolute;
	display: block;
	bottom: 0; left: 0;
	width: 620px;
	margin: 0;
	padding: 0 20px;
	z-index: 5002;
	color: #fff;
	font-size: 1em;
	line-height: 3em;
	text-align: left;
}
.img_caption_bg {
	position: absolute;
	display: block;
	bottom: 0; left: 0;
	width: 930px;
	margin: 0;
	padding: 0 20px;
	background-color: #000;
	z-index: 4999;
	color: #fff;
	font-size: 1em;
	line-height: 3em;
	text-align: left;
	opacity:0.4;
	filter:alpha(opacity=40);
}
.img_navi {
	position: absolute;
	display: block;
	bottom: 0; left: 0;
	z-index: 5001;
	width: 930px;
	margin: 0;
	padding: 0 20px;
}
.img_navi_but {
	display: block;
	width: 20px;
	font-size: 1em;
	line-height: 3em;
	background-image: url(/media/ss_navi_but_off.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	margin-left: 5px;
	text-decoration: none;
}
.img_navi_but:hover {
	background-image: url(/media/ss_navi_but_over.gif);
	text-decoration: none;
}
.img_navi_but.on, .img_navi_but.on:hover {
	background-image: url(/media/ss_navi_but_on.gif);
}

.mainbody {
	background: #363636 url(/media/mainbody_bg.gif) repeat-x top left;
}
.mainbodyinner {
	text-align: left;
	padding: 30px 40px 40px 40px;
}

.summary {
	/*font-weight: bold;*/
	padding: 10px;
	border: 5px solid #2f2f2f;
	color: #fff;
	font-size: 1.1em;
}
.summary strong {
	font-weight: normal;
}

.mainbody .left {
	display: block;
	float: left;
	width: 600px;
}
.mainbody .right {
	display: block;
	float: right;
	width: 250px;
	text-align: right;
}
.mainbody .right ul {
	margin: 1em 0 2em 20px;
	padding: 0;
	list-style: none;
}
.mainbody .right li {
	display: block;
	margin: 0 0 5px 0;
	list-style: none;
}
.mainbody .right li a {
	display: block;
	text-decoration: none;
	padding: 0 0 0 15px;
	background-image: url(/media/right_list_arrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
.mainbody .right li a.on, .mainbody .right li a.on:hover {
	color: #ccc;
	background-image: url(/media/right_list_arrow_on.gif);
}
.mainbody .right li a:hover {
	background-image: url(/media/right_list_arrow_over.gif);
}

.list_row, pre {
	display: block;
	font-family: Verdana, Arial, sans-serif;
	color: #ccc;
	font-size: 0.9em;
	line-height: 1.5em;
	background-color: #2f2f2f;
	padding: 10px;
	margin: 0 0 5px 0;
	border: 1px solid #444;
	white-space: normal;
}
.list_row p, pre p {
	clear: none;
}
.list_row p, .list_row h3, pre p, pre h3 {
	margin: 0;
}
.list_row img, pre img {
	float: left;
	margin-right: 10px;
	border: 5px solid #555555;
}
pre strong, pre b {
	font-size: 1.3em;
	font-weight: normal;
	font-family: Georgia, Times, "Times New Roman", sans-serif;
	color: #FAAC28;
	margin: 1em 0;
	padding: 0;
}
pre em, pre i {
	font-size: 1.2em;
	font-weight: normal;
	font-family: Georgia, Times, "Times New Roman", sans-serif;
	color: #00E6DE;
	margin: 1em 0;
	padding: 0;
}

.index_pane {
	position: relative;
	display: inline-block;
	background-color: #2f2f2f;
	margin: 0 0 2em 0;
}
.index_panel {
	width: 260px;
	padding: 10px;
	float: left;
	border-left: 25px solid #363636;
	border-right: 25px solid #363636;
	height: inherit;
}
.index_panel.last {
	border-right: 0;
	border-left: 0;
}
.index_panel.first {
	border-right: 0;
	border-left: 0;
}
.index_panel h1 {
	font-size: 1.9em;
}
.index_panel a {
	text-decoration: none;
}
.index_panel img {
	border: 2px solid #fff;
}
.index_panel a:hover img {
	border-color: #FAAC28;
}
.index_panel p {
	font-size: 0.9em;
}


.left .menu_down, .left .menu_down li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.left .menu_down li {
	float: left;
	display: block;
	margin: 0 1em 1em 0;
	background-color: #2f2f2f;
	border: 0.2em solid #fff;
}
.left .menu_down li:hover, .left .menu_down li.smactive {
	border-color: #00E6DE;
	background-color: #1a1a1a;
}
.left .menu_down li:hover a, .left .menu_down li.smactive a  {
	color: #00E6DE;
}
.left .menu_down a {
	display: block;
	float: left;
	padding: 0 20px;
	line-height: 4em;
	text-decoration: none;
	white-space: nowrap;
}
.left .menu_down li ul {
	/*display: none;*/
	position: absolute;
	display: block;
	margin: 4.2em 0 0 -0.2em;
	visibility: hidden;
	z-index: 5000;
	padding: 9px 0 0 0;
	list-style: none;
	background: #1a1a1a url(/media/menu_down_bg.gif) no-repeat top left;
	width: 300px;
	clear: both;
}
.left .menu_down li:hover ul, .left .menu_down li.smactive ul {
	/*display: block;*/
	visibility: visible;
	position: absolute;
}
.left .menu_down li ul li {
	float: left;
	display: block;
	width: 130px;
	margin: 0;
	font-size: 0.85em;
	padding: 5px 10px;
	background-color: #1a1a1a;
	border: 0;
}

.footer {
	font-size: 0.9em;
	padding: 10px;
	background-color: #1a1a1a;
}
.footer ul {
	float: left;
	text-align: left;
	width: 250px;
	margin: 0 0 1.2em 0;
	padding: 0;
	list-style: none;
}
.footer li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer .addr {
	text-align: right;
}
.footer p {
	clear: none;
}




/* CONTACT */

.contact { }
.right .contact {
	margin-bottom: 3em;
}
.contact div p {
	text-align: left;
}
.contactform { }
.contact_pane {
	background-color: #2f2f2f;
	padding: 0 0 10px 10px;
	margin-bottom: 10px;
}
.contact_block {
	display: block;
	float: left;
	width: 285px;
	margin: 0 10px 0 0;
}
.contactmessage {
	/*text-align: left;*/
	padding: 10px;
	font-weight: bold;
	border: 1px solid #FAAC28;
	background-color: #2f2f2f;
}
.contact label {
	display: block;
	margin: 10px 0 0 0;
	padding: 0;
}
.contact label.req {
	font-weight: bold;
}
.contact input { /* target just checkboxes */
	margin: 0 20px 0 0;
}
.contact input.field, .contact select, .contact textarea {
	display: block;
	padding: 0;
	margin: 0;
}
.contact input.field, .contact select.field, .contact textarea.field {
	border: 5px solid #1a1a1a;
	width: 265px;
	padding: 2px 0 2px 0;
}
.right .contact input.field, .right .contact select.field, .right .contact textarea.field {
	width: 240px;
}
.contact input.field.req, .contact select.field.req, .contact textarea.field.req {
	border-color: #FAAC28;
}
.contact input.button {
	display: block;
	background-color: #FAAC28;
	padding: 10px;
	border: 0;
	width: 100px;
	margin: 20px 0 0 0;
	font-weight: bold;
	cursor: pointer;
}
.right .contact input.button {
	margin: 20px 0 0 auto;
	/*text-align: right;*/
}
.contact input.button:hover {
	background-color: #00E6DE;
	color: #FFF;
}
.contact textarea.tall {
	height: 110px;
}
.contact label input {
	display: inline;
	padding: 0;
	margin: 0 5px 0 0;
}


.highlight {
	color: #FAAC28;
	font-weight: normal;
	font-size: 0.9em;
}
.small {
	font-size: 0.9em;
}


.tinymce_body {
	padding: 10px;
}
.tinymce_body pre {
	display: block;
	white-space: normal;
	width: auto;
}
.tinymce_body pre p {
	width: 100%;
}

div.clear {
	width: 0px;
	height: 0px;
	padding: 0;
	margin: 0;
	clear: both;
}
.hide {
	background: none;
	position: absolute;
	left: -999px;
	width: 500px;
}