@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}
#container  {
	width: 971px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header  {
	background-image: url(../images/header.jpg);
	height: 334px;
}
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent  {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#footer {
	width:100%;
	background-color:#000;
	height: 135px;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	clear: both;
	padding-top: 50px;
	text-align:center;
	margin:0 auto;
}
#content_right3{
	float:right;
	width:500px;
	text-align:right;
	}
#callactionb img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#footer_content{
	width: 1000px;
	height: 80px;
	margin:0 auto;
}
#footer_left {
	float:left;
	text-align:left;
	line-height: 18px;
	width: 600px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f9f7e8;
	padding: 5px 5px 5px 5px;
	font-style: normal;
}

#footer_right1 {
	float:left;
	width: 165px;
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	height: 100px;
	color: #878787;
}


.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#959595;
	font-variant:small-caps;
	text-align: left;
}

.copyright a {
text-decoration:none;
color:#959595;
}

.copyright a:hover {
text-decoration:underline;
color:#959595;
}


#bottomnav {
	padding:1px 0 0 0;
	text-align: left;
	text-decoration: none;
	width: 600px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#bdbdbd;
	float: left;
}


#bottomnav a {
	color:#bdbdbd;
	}

#bottomnav a.active {
	color:#ffffff;
	}

#bottomnav a.active:hover {
	color:#ffffff;
	}




#bottomnav ul {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-right: 5px;
}

#bottomnav li {
	margin:0;
	display:inline;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-right: 5px;
}

#bottomnav li a{
	margin:0;
	display:inline;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #bdbdbd;
	padding-right: 5px;
}

#bottomnav li a:hover {
	color:#ffffff;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-right: 5px;
}

#bottomnav li .active a {

	color:#ffffff;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-right: 5px;
	
}

#bottomnav li .active:hover {
	color:#bdbdbd;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-right: 5px;
#order {
}
