@charset "utf-8";
/* CSS Document */
body {background-image:url(images/bg.jpg);background-repeat:repeat;background-color:#ededed;margin:0 auto;}
p 	{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:14px; color:#535353;}
h1  {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:20px; color:#fff; margin:0;}
h2  {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:18px; color:#535353; margin:0;}
h3  {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:15px; color:#fff; margin:0;}
h4  {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:17px; color:#ed1d24; margin:0;}
a:link {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:14px; color:#ed1d24;}
a:hover {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:14px; color:#2f2e2e; text-decoration:none;}
a:visited {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:14px; color:#ed1d24;}
a:active {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:14px; color:#ed1d24;}

#header_wrap {
	background-image:url(images/nav_slice.png);
	background-repeat:repeat-x;
	width:100%;
	height:156px;
}
#header_container {
	position:relative;
	width:900px;
	height:150px;
	margin:0 auto;
}
#logo {
	width:192px;
	height:111px;
	float:left;
	margin-top:26px;
}
#contact_head {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:13px;
	text-align:center;
	background-image:url(images/header_contact.jpg);
	background-repeat:no-repeat;
	width:240px;
	height:25px;
	padding-top:7px;
	float:right;
}
/* Nav_bar */
#main_nav {
	width:524px;
	height:39px;
	float:right;
	margin-top:44px;
}
#main_nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
#main_nav a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
	color:#ffc5c7;
	display:block;
	width:130px;
	height:40px;
	text-decoration:none;
	line-height:39px;
	float:left;
	border-right:solid 1px #e14d52;
}
#main_nav a:hover {
	background-color:#800408;
	color:#fff;
}
#main_nav .active {
	background-color:#800408;
	color:#fff;	
}
/* Nav_bar END */

/* Main Content */	

#main_banner {
	width:900px;
	height:243px;
	margin:0 auto;
}
#content_wrap {
	width:900px;
	height:auto;
	margin:0 auto;
}
#content_left {
	width:580px;
	height:auto;
	float:left;
	margin-right:20px;
	margin-top:10px;
	margin-bottom:50px;
}
#content_right {
	width:279px;
	height:auto;
	float:right;
	margin-top:10px;
	margin-bottom:50px;
	padding-left:20px;
	border-left:1px solid #c9c7c7;
}
#content_box_left {
	background-color:#2f2e2e;
	width:565px;
	height:32px;
	float:left;
	margin-bottom:20px;
	padding-left:15px;
	padding-top:5px;
}
#content_box_right {
	background-color:#ed1d24;
	width:265px;
	height:28px;
	float:left;
	margin-bottom:20px;
	padding-left:15px;
	padding-top:9px;
}
.content_box_right p {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:14px; color:#535353; line-height:22px;}

#product_content_box {
	width:580px;
	height:auto;
	float:left;
	border-bottom:1px solid #d0c9c9;
}
#product_content_box p {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:14px; color:#535353; margin-top:0; margin-bottom:12px;}

#product_img {
	width:60px;
	height:60px;
	border:2px solid #FFF;
	float:left;
	margin-right:13px;
	margin-top:0;
	margin-bottom:15px;
}
		
/* Main Content END */

/* Footer */
#footer_wrap {
	background-image:url(images/footer_bg_03.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:176px;
	margin:0 auto;
}
#footer_wrap_content {
	width:900px;
	height:135px;
	margin:0 auto;
	text-align:center;
	padding-top:20px;
}
#footer_wrap_content p {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:13px; color:#fff; line-height:18px;}

#footer_wrap_content a:link {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:13px; color:#fff;}
#footer_wrap_content a:visited {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:13px; color:#fff;}
#footer_wrap_content a:hover {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:13px; color:#fff; text-decoration:none;}
#footer_wrap_content a:active {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:13px; color:#fff;}	
	
.maininputtext { width:100%; height: 20px; background-color:#fff; border-color:#c6c6c6;}
.maininputmessage { width: 100%; height: 130px; background-color:#fff; border-color:#c6c6c6; }
