/**
 * BLB
*/
/******************************************/
/***********[ CSS_A Reset ]***********/
/******************************************/

* { margin:0; padding:0; }

html { font-size: 11px;
font-size: 68.25%;
 /* IE hack */ }


body { background:#EEEEEE; color:#999999;
	/*	background:#eeeeee url('images/background/wrapper.jpg') repeat-y top center;*/ 	
font-size:1.0em; 
font-family: verdana,arial , helvetica, sans-serif; 
text-align:center; height:100%;
}

a { color:#999999; text-decoration:underline; }
a:hover { color:#bbbbbb; text-decoration:underline; }
a img { border:0;}
:focus { outline:0; }

/* Heading */
h1, h2, h3, h4, h5, h6, .head { margin-bottom:.4em; line-height:1.3em; color:#666666; }
h1 { font-size:1.2em; line-height:1.5; padding-bottom:5px; text-transform:uppercase;font-weight:bold;border-bottom:solid 1px #efefef; }
h2 { font-size:1.1em;line-height:1.5;}
h3 { font-size:1.35em; }
h4 { font-size:1.05em; }
h5 { font-size:1.05em; }
h6 { font-size:.95em; }

/* Table */
th { padding:0; text-align:left; vertical-align:top; }
td {padding:0;vertical-align:top;}

/* Paragraph */
p { margin-bottom:.8em; }
address { margin-bottom:.4em; }
address { font-style:normal; line-height:1.4em;}
cite { font-style:normal; font-size:10px;}
q:before, q:after{content:'';}

/* Form */
form { display:inline;}
fieldset { border:none; }
legend {display:none;}
label { color:#666; /*font-size:.95em;*/  font-weight:bold; }
input, select, button { vertical-align:middle; }

input.text{
border:solid 1px #dddddd;
background:#efefef;
}

/* Lists */
dt { display:block; font-weight:bold; }
ul,ol { list-style:none; }

/* Size */
small { font-size:.92em; }
big { font-size:1.1em; }

hr { height:0; margin:8px 0; overflow:hidden; visibility:hidden; }
.nowrap { white-space:nowrap; }
.bold { font-weight:bold; }



/*main divs*/


#wrapper{
		width:980px;
		margin:0px auto;
		background:#ffffff url('images/background/wrapper.jpg') repeat-y top center;		 
}

#wrapper_1{
		width:980px;
		background:#ffffff url('images/background/wrapper.jpg') repeat-y top center;		 
		margin:0px;
/*		float:left;*/
}


#header{
position:relative;
height:100px;
}



#contents{
margin:0px 40px 0px;
padding:10px 0px;
line-height:1.8em;
text-align:left;
border-top:1px solid #efefef;
/*height:450px;*/
/*float:left;*/
/*width:980px;*/
}


#footer_wrapper{
		min-height:200px;
		*height:90px;
		background:#eeeeee url('images/background/footer_wrapper.jpg') repeat-x bottom center;		 
		width:100%;
		text-align:center;
}

#footer{
		width:980px;
		margin:0px auto;
		min-height:90px;
		*height:90px;
		/*overflow:hidden;*/
		background:url('images/background/footer.jpg') no-repeat top center;		 

}


/*eof main divs*/



/* logo */

#logo{
width:130px;
height:60px;
background: url('images/background/logo.jpg') left top no-repeat;
position:absolute;
left:40px;
top:25px;
}

#logo a{
width:130px;
height:60px;
display:block;
text-decoration:none;
}


#logo a i{
visibility:hidden;
}



/* eof logo */


/* search */

#search{
position:absolute;
right:40px;
top:15px;
}

#search input{
height:18px;
line-height:18px;
background:#efefef url('images/background/search.gif') right top no-repeat;
}

/* eof search */


/* top_menu */


#top_menu{
		width:740px;
		height:30px;
		background:#efefef;
		font-size:1.1em;
		font-weight:bold;
		position:absolute;
		left:200px;
		top:50px;
}

#top_menu ul li{
display:inline;
} 

#top_menu ul li a{
display:block;
line-height:30px;
height:30px;
padding:0px 42px;
float:left;
text-decoration:none;
color:#666666;
} 

#top_menu ul li a:hover{
background:#cccccc;
color:#ffffff;
}


/* eof top_menu */






/*footer*/

#footer_left{
float:left;
padding-left:40px;
padding-top:50px;
}

#footer_left ul li{
display:block;
float:left;
margin-right:30px;
}


#footer_right{
float:right;
padding-right:40px;
padding-top:50px;
}

/*eof footer*/


#col-1{
width:290px;
padding-top:30px;
/*float:left;*/
}

#col-2{
width:610px;
padding-top:20px;
/*float:right;*/
}


ul.contact_list li{
display:block;
float:left;
width:280px;
height:100px;
margin:0px 20px 20px 0px;
}


.downloads{

background:#efefef;
margin:20px 30px 20px 0px;
padding:15px;

}

.downloads h2{
text-align:center;
}

.downloads a{
 display:block;
 line-height:2.5em;
 border-bottom:solid 1px #ffffff;
 padding:0px 0px 0px 10px;
 text-decoration:none;
 font-weight:bold;
}

.downloads a:hover{
background:#cccccc;
color:#ffffff;
}



