@CHARSET "ISO-8859-1";


body{
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	background: #E8E6DB;
	background-image: url(../images/bk.jpg);
	background-repeat:repeat-x;
	font-size: .9em;
	margin: 0;
}
div#container{
	width:900px;
	margin: 0 auto;
	padding: 10px;
}
div#top, div#footer{

}
.bk_1{
	background: #FFFFFF;
	padding: 10px;
	border: 1px solid #C3C3C3;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	margin: 5px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
div.clear{
	clear:both;
}

a{
	color: black;
}
h1,h2,h3,h4,h5{
	
}

img{
	border: none;
}

.bold{
	font-weight: bold;
}
.underline{
	text-decoration: underline;
}
.error{
	color: red;
	font-style: italic;
}
.message{
	background: white;
	text-align: center;
	padding: 10px;
}
.first_letter:first-letter {
	font-size: 1.5em;
}





/*Lightbox Stuff */
	div#overlay{
		display: none;
		background: black;
		position: fixed;
		z-index: 100;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		opacity:0.8;
		filter:alpha(opacity=80); /* For IE8 and earlier */
	}
	#lb_close{
		position: absolute;
		right:0px;
		cursor: pointer;
	}






/*** Top Stuff ***/

div#logo, div#logo_book{
	width: 49%;
	display: inline-block;
	vertical-align: middle;
}
div#logo_book{
	
	text-align: right;
}
div#logo_book a{
	text-decoration:none;
}
div#logo_book a:HOVER,div#menu a:HOVER{
	color:#EBEEFF;
}

div#head_contact{
	
	margin-bottom: 5px;
	font-weight: bold;
}







/*** Main Menu ***/
div#menu{	
	font-size: 1em;
	padding: 10px;
}
div#menu ul{
	padding: 5px 0 5px 0;
	font-weight: bold;
	margin: 0 0 0 0;
}
div#menu ul, div#menu fieldset{
	display: inline-block;
	vertical-align: middle;
}
div#menu fieldset{
	padding: 0px;
}
div#menu legend{
	font-size: .9em;

}
div#menu li{
	list-style:none;
	display:inline;
	padding: 0 5px 0 5px;
}
div#menu a{
	text-decoration: none;
}
div#menu_photo, ul#menu_home{
	display:inline-block;
	width: 49%;
	text-align: right;
}
ul#menu_home{
	text-align: left;
}
ul#menu_home img{
	width: 40px;
}




/*** Content ***/
div#content{


}
div#content h1, div#content h2, div#content h3, div#content h4{
	margin: 0;
}
div#breadcrumb h1{
	margin: 0 0 10px 0;
	font-size: 1.4em;
}
div#c_left, div#c_middle, div#c_right, div#service_left, div#service_right{
	display: inline-block;
	vertical-align: top;
}
div#c_bottom{
	text-align: center;
}



/*  Service Pages */
div#service_left{
	width: 72%;
	margin: 5px;
}
div#service_right{
	width: 25%;
	margin: 5px;
	text-align: center;
}
div#service_window{
	float: right;
	padding: 5px;
}
div#service_window div{
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
div#service_window div a{
	text-decoration: none;
}

div#service_left h2{
	
	font-size: 1.3em;
	margin-bottom: 5px;
}
div#service_left p{
	margin-top: 5px;
}

ul#service_menu{
	padding: 0;
	font-size: 1.0em;
	font-weight: bold;
}
ul#service_menu li{
	padding: 3px;
	list-style: none;
}
ul#service_menu li a{
	text-decoration: none;
}
ul#service_menu li a:hover{
	color: gray;
}






input.text{
	width:98%;
}
table{
	width: 100%;
}
textarea{
	width:98%;
	height:70px;
}
.sub_label{
	font-size:.8em;
	font-style: italic;
}
div.equipment{
	width: 220px;
	height: 220px;
	vertical-align: middle;
	float:left;
	margin: 5px 0  5px 0;
}




/** footer **/
div#footer{
	margin-bottom:20px;
	font-size:10pt;
}
div#footer ul{
	padding: 0;
	text-align: center;
	margin-top: 0;
}
div#footer li{
	list-style: none;
	display: inline;
}

div#footer address{
	font-style:normal;
	float:left;
	width:30%;
}
address#f_phone{
	text-align:right;
}
div#share {
	float:left;
	width:40%;
}
div#bhd{
	text-align: center;
}
div#bhd a{
	text-decoration: none;
}
div#bhd a:hover{
	color:#97989b;
}





@media screen and  (max-device-width: 640px){
	
	div#container{
		width:100%;
		margin: 0 auto;
		padding: 0px;
		text-align: center;
	}
	div#top, div#content, div#footer, div#menu ul{
		margin: 0 0 5px 0;
	}
	
	/** top **/
	div#logo, div#logo_book{
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
		font-size: 1em;
	}
	div#logo img{
		width: 60%;
	}


	
	/** menu **/
	div#menu_photo{
		display: none;
	}
	ul#menu_home{
		text-align: center;
		display: block;
		width: 100%;
	}
	ul#menu_home img{
		width: 60px;
	}
	
	
	/*  Service Pages */
	div#service_left{
		width: 90%;
		text-align: left;
	}
	div#service_right{
		width: 80%;
		margin: 5px;
		text-align: center;
		font-size: 1.1em;
	}
	div#service_window img{
		width:125px;
	}

	
	/** content **/
	div#c_left, div#c_right{
		display:none;
	}
	div#c_middle{
		width: 90%;
	}
	div#c_middle img{
		width: 100%;
	}
	div.c_50{
		float: none;
		width: 98%;
	}
	form td{
		display: table-row-group;
		width: 98%;
	}
	div.equipment{
		width: 98%;
		height: auto;
		float:none;
		text-align: center;
	}
	
	/** Footer **/
	div#footer address{
		
		float:none;
		width:100%;
	}
	div#share, div#address{
		width: 100%;
		text-align: center;
	}

}











