/* ########## styles main ########## */

* {
	margin: 0;
	padding: 0;
}
option { padding-left: .4em; }

* html body * { overflow: visible; }
* html iframe, * html frame { overflow: auto; }
* html frameset { overflow: hidden; }
/* 
* html ul { position: relative; }
* html ol { position: relative; }
* html dl { position: relative; }
*/
*+html ol li { display: list-item; }

html {
	height: 100%;
	margin-bottom: 1px;
}
body {
    position: relative;
	background-color: #000;
	font-family: Arial, sans-serif;
	font-size: 100.01%;
    color: #333;
    text-align: left;
}
* html body { position: static; }
fieldset, img {
	display: block;
	border: 0 solid;
}

blockquote { margin: 0 0 1em 1.5em; }

table {
	font-family: Arial, sans-serif;
	color: #333;
}
th { text-align: left; vertical-align: top; }
td { text-align: left; vertical-align: top; }

a:link { color: #003399; }
a:visited { color: #003399; }
a:hover { color: #003399; }
a:active { color: #003399; }

hr {
	clear: both;
	margin: 1.2em 0;
	border: 0;
	background-color: #ddd;
	width: 100%;
	height: 1px;
}
* + html hr {
	margin: 0 0 .6em;
	border-bottom: 1px solid #ddd;
	color: #fff;
} /* IE7 */
* html hr {
	margin: 0 0 .6em;
	border-bottom: 1px solid #ddd;
	color: #fff;
} /* IE6 */

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img,
p img { display: inline; }

sup {
	position: relative;
    bottom: .4em;
	vertical-align: baseline;
	font-size: 10px;
}
h1 sup {
    bottom: .5em;
	font-size: 11px;
}
/* IE6 bzw. IE7 !!! */
/* Hides from IE-mac \*/
* html h1 sup,
*+html h1 sup {
    bottom: .6em;
	font-size: 13px;
}
/* End hide from IE-mac */
sub {
	position: relative;
    bottom: -.2em;
	vertical-align: baseline;
	font-size: 10px;
}


/* ########## forms ########## */

form { margin: 0; }
input,
select,
textarea { font-family: Arial, sans-serif; }
input[type=checkbox],
input[type=radio] { vertical-align: middle; }

input.text {
	border: 1px solid #888;
	background-color: #eee;
	padding: 1px 1px 1px 2px;
}
select {
	border: 1px solid #888;
	background-color: #eee;
}
textarea {
	border: 1px solid #888;
	background-color: #eee;
	padding: 2px;
}
input.error,
select.error,
textarea.error {
	border-color: #c03;
	color: #333;
}
p input,
p select,
p textarea { vertical-align: middle; }


/* ########## btnSubmit ########## */

input.btn,
button.btn {
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 2px 9px;
	font-weight: bold;
}
* html input.btn,
* html button.btn {
	overflow: visible;
	width: 1%;
} /* IE6 */
* + html input.btn,
* + html button.btn {
	overflow: visible;
	width: auto;
} /* IE7 */


/* ########## btnLink ########## */

a.btn,
span.btn { display: block; }
a.btnLeft,
span.btnLeft { float: left; }
* a.btnLeft,
* span.btnLeft { display: inline; } /* IE-Hack Double Float-Margin Bug */
a.btnRight,
span.btnRight { float: right; }
* a.btnRight,
* span.btnRight { display: inline; } /* IE-Hack Double Float-Margin Bug */

a.btn,
a.btnLeft, 
a.btnRight,
a.btnInline,
span.btn,
span.btnLeft, 
span.btnRight,
span.btnInline {
	border-width: 1px;
	border-style: solid;
	padding: 2px 9px;
	text-align: center;
}


/* ########## btnStyle ########## */

.btnStyle1 {
	border-color: #888;
	background: #ddd url(../img/btn1_bg.gif);
	color: #333;
}
a.btnStyle1,
a.btnStyle1:link,
a.btnStyle1:visited,
a.btnStyle1:hover,
a.btnStyle1:active {
	color: #333;
	text-decoration: none;
}


/* ########## lists ########## */

ul,
ol { list-style-type: none; }
ul.square {
	margin: .5em 0;
	list-style-type: square;
}
ul.square li { margin: 0 0 .3em 1.5em; }
ol.decimal {
	margin: .5em 0;
	list-style-type: decimal;
}
ol.decimal li { margin: 0 0 .3em 2em; }


/* ########## clearingTools ########## */

.floatbox { overflow: hidden; }
* html .floatbox { width: 100%; }


/* ########## layoutContainers ########## */

.page {
	margin: 0 auto;
	padding: 10px 0 30px;
	width: 900px;
	font-size: 12px;
}

.pageHeader {
	position: relative;
	background: url(../img/header900_bg.gif) no-repeat 0 0;
	width: 900px;
	height: 270px;
	color: #888;
}
.pageHeader .headerLogo {
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.pageHeader .headerTools {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 10px;
	color: #aaa;
}
.pageHeader .headerLinks {
	position: absolute;
	right: 20px;
	bottom: 17px;
	text-transform: uppercase;
	font-weight: bold;
}

.pageContent {
	overflow: hidden; /* analog floatbox */
	width: 900px; /* analog floatbox */
}


.pageFooter {
	position: relative;
	width: 900px;
	height: 100px;
	color: #fff;
}

.pageFooter .footerLinks {
	position: absolute;
	left: 10px;
	top: 10px;
	bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

.footerLinks a,
.footerLinks a:link,
.footerLinks a:visited,
.footerLinks a:active {
	color: #888;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}


/* ########## headerBlocks ########## */

.pageHeader li { margin-top: .2em; }
.pageHeader a,
.pageHeader a:link,
.pageHeader a:visited,
.pageHeader a:active {
	color: #888;
	text-decoration: none;
}
.pageHeader a:hover {
	color: #888;
	text-decoration: underline;
}


/* ########## blockTeaser ########## */


.blockTeaser {
	margin-top: 30px;
	background: url(../img/box430_bottom.gif) no-repeat 0 100%;
	padding-bottom: 20px;
	width: 430px;
}

.fullPageblockTeaser
{
	margin-top: 30px;
	background: url(../img/box900_bottom.gif) no-repeat 0 100%;
	width: 900px;
	padding-bottom: 20px;
}


.blockTeaser .teaserFrame {
	background: url(../img/box430_top.gif) no-repeat 0 0;
	padding-top: 20px;
	width: 430px;
}

.fullPageblockTeaser .teaserFrame {
	background: url(../img/box900_top.gif) no-repeat 0 0;
	padding-top: 20px;
	width: 900px;
}


.blockTeaser .teaserContent,
.fullPageblockTeaser .teaserContent{
	background-color: #fff;
	padding: 0 20px;
}




/* ########## form ########## */

form.order {
	overflow: hidden; /* analog floatbox */
	width: 100%; /* analog floatbox */
}
form.order li.border {
	margin-top: 1em;
	border-top: 1px solid #ddd;
	padding-top: 1em;
}
form.order li.inputSet {
	overflow: hidden; /* analog floatbox */
	float: left;
	padding: .5em 0;
	width: 100%; /* analog floatbox */
}
form.order .inputLabel {
	position: relative;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	text-align: right;
}
* form.order inputLabel { display: inline; } /* IE-Hack Double Float-Margin Bug */
form.order .inputLabel em {
	position: absolute;
	top: 0;
	right: 0;
}
form.order .inputItem { float: left; }

form.order .layoutType1 .inputLabel {
	width: 110px;
	wid\th: 100px; /* IE-Hack Box-Model Bug */
}
form.order .layoutType1 .inputItem { width: 260px; }
form.order .layoutType1 input.text {
	width: 250px;
	wid\th: 245px; /* IE-Hack Box-Model Bug */
}
form.order .layoutType1 select { width: 245px; }
form.order .layoutType1 textarea {
	width: 250px;
	wid\th: 244px; /* IE-Hack Box-Model Bug */
}

form.order label.toggle,
form.order p.toggle {
	display: block;
	padding-left: 1.8em;
}
form.order input.toggle {
	float: left;
	border: 0;
}

form.order .formErrors {
	margin: 1em 20px 1em 0;
	border: 2px dotted #d00;
	background-color: #fff9f9;
	padding: 0 1em;
	font-size: 11px;
}
form.order .formErrors p { margin: .5em 0; }
form.order .formErrors ol {
	margin: 0 0 .5em;
	list-style-type: decimal;
}
form.order .formErrors ol li { margin: 0 0 .5em 2em; }


/* ########## secondaryInline ########## */

.pageContent h1,
.pageContent h2,
.pageContent h3,
.pageContent h4,
.pageContent h5,
.pageContent h6 {
	margin: 0;
	padding: .5em 0 .5em;
}
.pageContent p {
	margin: 0;
	padding: .5em 0 1em;
}

.comment {
	font-size: 11px;
	font-weight: normal;
	color: #888;
}
.error {
	font-size: 11px;
	font-weight: normal;
	color: #c03;
}
.color0 { color: #333; }

#contactForm
{
	display:block;
	text-align:right;
	font-size:16px;
}

#contactForm b
{
	font-size:20px;
}


