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

body { 
	margin:25px auto;
	background-color:#2e3192;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#231f20;
}

#wrap {
	float:left;
	width:100%;
}
#contain {
	width:860px;
	margin:0 auto;
}
#top_bar {
	float:left;
	background-image:url(../images/top_bar_bg.gif);
	background-repeat:repeat-x;
	width:860px;
	height:115px;
}
.logo {
	float:left;
	height:94px;
	width:285px;
}
.serving {
	color:#cacaca;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	width:550px;
	margin:20px 20px 0 0px;
	float:right;
	text-align:right;
}

.contact_btn {
	width:115px;
	height:38px;
	float:right;
	margin:25px 30px 0 0;
}

.number {
	font-size:27px;
	color:#FFF;
	font-weight:bold;
	float:right;
	margin:30px 20px 0 0;
}

#main_box {
	background-color:#FFF;
	float:left;
	width:820px;
	padding:20px;
}
#left_col {
	float:left;
	width:395px;
	text-align:center;
}
.style1 {
	font-size:18px;
	font-weight:bold;
	line-height:30px;
}

.style2 {
	font-size:23px;
	font-weight:bold;
	line-height:30px;
	color:#981b1e;
}
.style3 {
	font-size:15px;
	font-weight:bold;
	line-height:20px;
}
.style4 {
	font-size:17px;
	font-weight:bold;
	line-height:20px;
	color:#2e3192;
	font-style:italic;
	margin-top:10px;
}
.style5 {
	font-size:14px;
	line-height:18px;
	text-align:left;
}


.red_box {
	color:#FFF;
	background-color:#981b1e;
	width:370px;
	margin:0 auto;
	margin-top:15px;
	text-align:center;
	font-size:15px;
	line-height:18px;
	padding:10px; 
	letter-spacing:2px;
}
#right_col {
	float:right;
	width:395px;
	text-align:center;
}
#right_col2 {
	float:right;
	width:395px;
	text-align:left;
}
