@charset "utf-8";
/* CSS Document */
html {
	font-size: 100%;
}
body {
	margin-top: 0px;
	background-color: #b4b6af;
	font-size: 75%;
	font-family:Arial, Helvetica, sans-serif;
}

a {
  color:#EE0A0A;
  text-decoration: none;
}
a:hover {
  color:#000;
}

#container {
	position:absolute;
	margin: 0 auto;
	left:50%;
	width:800px;
	min-height:550px;
	margin-left: -400px;
	z-index:1;
	background:url(../img/background_img.jpg) #f1f1f3 no-repeat;
}

#header {
	float:left;
	width: 100%;
	height:200px;
	background:url(../img/title_home.png) no-repeat center;
}

#header_info {
	float:left;
	width:100%;
}

#content {
  float:left;
  width:100%;
  min-height:550px;
}

#footer {
  float:left;
  width:100%;
  background:#8F8F8F;
}

#nav {
	float:left;
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}

#home_left {
	float:left;
	width:42%;
	margin-top:20px;
}

#home_right {
	float:left;
	width:50%;
	margin-top:5px;
	* margin-top:20px;
	text-align:justify;
}

#featured_product {
	float:left;
	width:100%;
}

.productRow {
  float:left;
  width:96%;
  background:#f0f2ec;
  padding: 2%;
}

.altRow {
  float:left;
  width:96%;
  background:#e9ebe3;
  padding: 2%;
}

.product_img {
  float:left;
  width: 40%;
}

.product_info {
  float:left;
  width: 60%;
}

div.paging {
	color: #000;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #000;
	display: none;
}
div.paging span {
  margin: 5px;
}
div.paging span.current {
	color: #000;
}
div.paging span a {

}

hr {
	background-color: #b4b6af;
	height: 3px;
}

.contactUs td {
	font-weight: bold;
}

.contactUs select, .contactUs input {
	width: 100%;
}

.contactUs .submit {
	float: right;
}
input.sendButton {
	width: 87px;
	height: 32px;
}