@import "layout.css";
@import "form.css";
@import "additional.css";

/*-------------------------*//*global text styles & classes *//*-------------------------*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

/*define basic elements*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

*{
	margin:0;
	padding:0;
}

html{
	background:url(/images/bg_html.gif) center top repeat;
	height:100%;
}

body{
	font:normal 62.5%/1 arial,helvetica,sans-serif;
	color:#FFF;
}

/*headings*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

h1, h2, h3, h4, h5{
	font-family:arial,helvetica,sans-serif;
	margin:0 0 10px;
	color:#FFF;
}

h1{
	font-size:2.3em;
	font-weight:normal;
}

h1 span{
	font-size:0.7em;
}

#body_home h1{
	line-height:1.3;
}

h2{
	font-size:1.4em;
}

h3{
	font-size:1.2em;
}

h4{
	font-size:1.1em;
}

h5{
	
}

/*paragraphs etc*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

p{
	font-size:1.1em;
	margin:0 0 10px;
	line-height:1.4;
}

span{
	
}

address{
	font:normal 1.1em/1.3 arial, sans-serif;
	margin:0 0 10px;
}

blockquote{
	
}

.quote{
	font-size:2em;
	line-height:1.2;
}

cite{
	
}

/*list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

ul, ol{
	margin:0 0 10px 30px;	
}

li{
	line-height:1.4;
	font-size:1.1em;
}

ol li p{
	font-size:1em;
}

/*definition list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

dl{
	margin:0 0 10px;
}

dt{
	clear:left;
	float:left;
	width:100px;
	font-size:1.1em;
	margin:0 0 5px;
}
	
dd{
	font-size:1.1em;
	margin:0 0 5px;
}

/*link styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

a img{
	border:none;
}

a:link, a:visited{
	color:#FFF;
}

a:hover{
	color:#fdca1a;
}

a:active{
	
}

.skip{
	position:absolute;
	left:-9999px;
}

.contact_link{
	text-transform:uppercase;
	text-decoration:none;
	font-size:1.1em;
	background:url(/images/button_contact_link.jpg) no-repeat;
	width:178px;
	height:28px;
	display:block;
	padding:12px 0 0 15px;
}

.contact_link span{
	color:#fdca1a;
}

.contact_link:hover{
	color:#FFF;
}

/*image replacement*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
.replace{ 
	position:relative; 
	/*hide overflow:hidden from IE5/Mac */ 
	/*\*/ 
	overflow:hidden;
	 /**/
} 

.replace span{ 
	display:block; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1; /*for Opera 5 and 6*/ 
}

a.replace span{
	cursor:hand;
}

/*bug workarounds */
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

.clearfix:after{
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix{
	display:inline-block;
}

/*Hides from IE-mac \*/*html .clearfix{height:1%;}
.clearfix{display:block;}
/*End hide from IE-mac */

/*general custom classes*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

.dotrule{
	height:1px; 
	font-size:1px;
	background:url(/images/dot.gif) repeat-x; 
	clear:both;
	margin:5px 0;
}

.hrule{
	height:2px; 
	font-size:1px;
	background:url(/images/hrule.gif) repeat-x; 
	clear:both;
	margin:10px 0;
}
	
.right{
	float:right;
}

.left{
	float:left;
}

.thumb{
	border:1px solid #999;
	padding:1px;
}

.thumb.left{
	margin:0 15px 15px 0;
}

.thumb.right{
	margin:0 0 15px 15px;
}

.clear{
	clear:both;
}

.intro{
	font-weight:bold;
}

