body
{
	background:url(images/bg.jpg) repeat-x top #1a2858;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px auto auto auto;
	color:#0d294f;
}
a{
	text-decoration:underline;
	color:#ae1600;
}

.clear{
	clear:both;
}
span{
	color:#b77a09;
}
p{
	text-align:justify;
	line-height:17px;
	padding:6px 0 6px 0;
	margin:0px;
}
img.prod_img{
	float:left;
	padding:5px 10px 0 0; 
}
#main_container{
	width:960px;
	height:auto;
	margin:auto;
	padding:0px;
	background:url(images/header_bg2.jpg) no-repeat center top;
}
#header{
	width:677px;
	height:173px;
	margin:auto;
}
.logo{
	padding:0 0 0 90px;
}

.button {
	background:url(images/button.png);
	border: none;
	width: 100px;
	height: 25px;
	cursor: pointer;
	 border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/*---------------- menu tab----------------------*/
#menu_tab{
	width:550px;
	height:28px;
	padding:0 0 0 225px;
}

ul.menu {
	list-style-type:none; display:block;
	 margin: auto; padding:0px; background:none;
}

ul.menu li {
	display:inline;
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	line-height:28px;
}

a.nav:link, a.nav:visited {
	display:block; float:left; padding:0px;width:122px; height:28px; margin:0px 5px 0px 5px; text-align:center;
	text-decoration:none; background:url(images/bt.gif); color:#313537;
}

a.nav_selected:link, a.nav_selected:visited {
	display:block; float:left; padding:0px;width:122px; height:28px;margin:0px 5px 0px 5px;text-align:center;
	text-decoration:none; background:url(images/bt_a.gif);color: #313537;
}

a.nav:hover {
	color: #313537; text-decoration:none; background:url(images/bt_a.gif);
}

 
/*----------------main_content----------------*/
#main_content{
	width:787px;
	clear:both;
	height:auto;
	margin:auto;
	background:url(images/container_center_bg.jpg) repeat-y center;
}
.center_content{
	width:787px;
	background:url(images/container_top_bg.jpg) no-repeat center top;
	min-height: 500px;
}
.block{
	width:700px;
	padding:20px 0 0 40px;
}
.title{
	clear:both;
	border-bottom:1px dashed #808dbb;
	padding:0 0 5px 0;
}
.i_divider{
	width:1px;
	height:67px;
	float:left;
	padding:0 4px 0 4px;
	background:url(images/i_divider.gif) no-repeat center;
}


.logo_box{
	text-align: center;
}



.contact_details{
	float:left;
	width:450px;
	padding:0 0 0 10px;
}
a.order{
	float:right;
	padding:5px 0 0 0;
}

/*------contact form------*/
#contact_form{
	float:left;
	width:300px;
	padding:10px 10px 0 125px;
	color:#666666;
}
.contact_input{
	width:290px;
	height:17px;
	font-size:12px;
	float:left;
	background-color:#fff8dc;
	border:1px #DAB75A solid;
}
label.contact_form{
	width:200px;
	padding:0 0 5px 0;
	font-size:12px;
}

.contact_textarea{
	width:550px;
	height:150px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	background-color:#fff8dc;
	border:1px #DAB75A solid;
}
input.contact_submit{
	float:right;
	padding:10px;
}
.cleardiv {
	clear:both;
	overflow:hidden;
	height:4px;
}

/*----footer---------*/
#footer{
	width:787px;
	height:58px;
	background:url(images/footer_bg.jpg) no-repeat center;
	clear:both;
	padding:0px;
	margin:auto;
	text-align:center;
	color:#999999;
}
.left_footer{
	float:left;
	padding:7px 0 0 35px;
}
.right_footer{
	float:right;
	padding:15px 40px 0 0;
}
