/* Pro Vogue */
* {
	margin: 0px;
	padding: 0px;
}

body, textarea {
	color: #333333;
	font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
}

h1, h1.center {
	margin-bottom: 17px;
	font-size: 19px;
	font-weight: bold;
	color: #FF8913;
}

h2 {
	margin-bottom: 2px;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

h3 {
	margin-bottom: 2px;
	font-size: 15px;
	font-weight: normal;
	color: #FF8913;
}

.sIFR-active h3 {
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	font-weight: normal;
}

.sIFR-active label#label_words {
	width: 50px;
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
	line-height: 1em;
	font-weight: normal;
	display: inline;
}

img {
	border: 0px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.more, a.mailto, a.back {
	text-decoration: underline;
}

input, select, textarea {
	border: 1px solid #E6E6E6;
	font-size: 11px;
}

ul {
	list-style-type: none;
	margin-left: 7px;
}

.top {
	vertical-align: top;
}

.bottom {
	vertical-align: bottom;
}

.clear {
	clear: both;
}

.clear_right {
	clear: right;
}

.bold {
	font-weight: bold;
}

.form_radio, .form_checkbox, .form_image {
	width: auto;
	border: none;
}

.subtext {
	margin-top: 5px;
}


/*** Main Frame ***/
#frame {
	width: auto;
	margin-bottom: 14px;
}

/*** Header ***/
#header {
	margin: 30px 0px 0px 0px;
	clear:both;
	height:1%;
}

/*** Logo ***/
#logo {
	margin: 18px 0px 0px 0px;
	display: inline;
	clear:both;
}

#logo a {
	text-decoration: none;
}

/*** Meta Navigation ***/
#metanavi {
	display: none;
}

/*** Searchform ***/
#searchform {
	display: none;
}

/*** Main Navigation ***/
#navigation {
	display: none;
}

/*** Topimage ***/
.topimage, .topimage_home {
	display: none;
}

/*** Breadcrumb ***/
div#breadcrumb {
	display: none;
}

/*** Content ***/
#content_home, #content {
	width:auto;
	height:auto;
	background-color: #FFFFFF;
	padding-top:20px;
	float:none;
	clear:both;
}

#content_home div, #content div {
	line-height: 16px;
}

#content_home div.line, #content div.line {
	border-bottom: 1px solid #FFFFFF;
	line-height: 1px;
}

#content_home div.last, #content div.last {
	margin-bottom: 30px;
}

#left div, #center div, #center_home div, #right div, #right_home div {
	margin-bottom: 10px;
}

#slideshow {
	display:none;
}

/*** Left ***/
#left {
	display: none;
}
#left_bottom {
	display: none;
}
/*** Center + Right ***/
#center_right {
	width: 644px;
	float: left;
}

/*** Center ***/
#center_home, #center {
	background-color:#FFFFFF;
}

#center_home h2 {
	display: none;
}

/*** Right ***/
#right_home {
	display: none;
}

#right {
	width: 202px;
	padding-top: 16px;
	float: right;
}

/* Footer */
#footer {
	height: 24px;
	background-color: #006742;
	clear: both;
}

/* Sitemap */
#sitemap {
	margin-top: 5px;
	margin-left: 10px;
}

#sitemap li a {
	color: #006742;
	font-size: 13px;
	font-weight: bold;
}

#sitemap li a:hover {
	text-decoration: none;
}

#sitemap li ul {
	margin-left: 10px;
}

#sitemap li ul li.last {
	margin-bottom: 5px;
}

#sitemap li ul li a {
	color: #333333;
	font-size: 11px;
	font-weight: normal;
}

/*** Forms ***/
/* Contactform */
#form_contact {
	padding-top: 15px;
}

#form_contact div {
	width: 176px;
	margin-bottom: 10px;
	float: left;
}

#form_contact div.select {
	width: 87px;
	margin-bottom: 10px;
	float: left;
}

#form_contact label {
	padding-left: 2px;
	float: left;
	font-size: 11px;
}

#form_contact input, #form_contact textarea {
	width: 162px;
	padding: 3px 2px 1px 4px;
	border: 1px solid #999999;
	height: 15px;
	font-size: 11px;
}

#form_contact select {
	width: 82px;
	border: 1px solid #999999;
	height: 19px;
	font-size: 11px;
	padding-top: 2px;
}

#form_contact textarea {
	width: 338px;
	height: 100px;
	margin-bottom: 5px;
	font-size: 11px;
}

#form_contact input.form_submit {
	width: 96px;
	height: 26px;
	background: url(/images/buttons/submit.gif) no-repeat 0px 0px;
	border: none;
}

/*** Lists ***/
ul.list {
	display: none;
}

/* Table */

/*---- sIFR ---*/

 
.sIFR-flash {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
} 