@charset "UTF-8";
/* CSS Document */


/*--------------------------------- body -------------------------------------*/

#body_container{background:url(../images/body_repeat.jpg) repeat-y; width:900px; height:auto; z-index:1; }
#empty{height:50px;}

#left{width:325px; float:left; padding-left:39px; padding-top:42px;}
#right{width:500px; float:right;}

h1.company{font:20px Arial, "Helvetica", sans-serif; color:#FF0000; width:256px; font-weight:600;}
p.address{font:16px Arial, "Helvetica", sans-serif; color:#FF0000;}
p.text{font:18px Arial, "Helvetica", sans-serif; color:#000000; font-weight:600;}

#order_button a:hover{background:url(../images/order_button.jpg) no-repeat 0px -53px; width:126px; height:53px;}
#order_button a{background:url(../images/order_button.jpg) no-repeat 0px 0px;  width:126px; height:53px; display:block; cursor:pointer; margin-top:30px;}

img.contact_mainpic{width:301px; height:139px; margin-left:125px; margin-top:30px;}

/*--------------------------- contact form --------------------------*/

#contact-area {
	width: 500px;
	margin-top:40px;
}

.font_type{
           font:15px Arial, "Helvetica", sans-serif;
		   color:#000000;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 300px;
	font-family: Arial, "Helvetica", sans-serif;
	font-size: 15px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #000000;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #ff0000;
}

.submit{
          background:url(../images/submit.jpg) no-repeat 0px 0px;
		  width:102px;
		  height:28px;
		  display:block;
		  cursor:pointer;
		  float:right;
		  margin-right:70px;
}

.submit:hover{
          		background:url(../images/submit.jpg) no-repeat 0px -28px;
		  		width:102px;
		  		height:28px;
}

label {
	float: left;
	text-align: right;
	margin-right: 20px;
	width: 100px;
	padding-top: 5px;
	font-size: 15px;
}