body {
	font-family: arial;
	font-size: 90%;
	color: #545554;
	background: url(/images/bg.jpg) repeat;
	margin: 0;
}

#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	background: white;
	z-index: 0;
}
#patternoverlay {
	position: absolute;
	top: 0px;
	left: -100px;
	z-index: -1;
}
#header {
	height: 165px;
}
a img {
	border: none;
}
#call {
	position: absolute;
	top: 50px;
	right: 30px;
	font-size: 19px;
	margin: 0;
	padding: 0;
}
#call span {
	font-size: 30px;
}
#cart {
	position: absolute;
	top: 140px;
	right: 30px;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
#cart a {
	text-decoration: none;
	color: #545554;
}
#navigation {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #d2ecd2;
	width: 100%;
	clear: both;
}
#navigation li {
	position:relative;
	float: left;
}
#navigation li a {
	width: 115px;
	padding: 10px 0;
	text-decoration: none;
	text-align: center;
	color: #545554;
	display: block;
}
#navigation li ul {
	list-style: none;
	position:absolute;
	margin: 0;
	padding: 0;
	left: 0;
	top: 36px;
}
#navigation li ul li {
	width: 115px;
}
#navigation li ul li a {
	background: #d2ecd2;
}
#navigation ul {
	visibility: hidden;
}
#navigation li a:hover ul, #navigation li:hover ul {
	visibility: visible; 
}

#main {
	padding: 0 10px;
}

#banner {
	float: right;
	width: 478px;
	margin: 10px 0;
	position: relative;
	height: 714px;
	overflow: hidden;
}
#banner img {
	width: 478px;
	height: 714px;
}
.homebox {
	width: 215px;
	height: 110px;
	float: left;
	margin: 0 5px;
	padding: 0px;
}

#footer {
	background: #d2ecd2;
	padding: 15px 10px;
}
#footer a {
	text-decoration: none;
	color: #545554;
}

#copyright {
	float: right;
}

/* Clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.category_product {
	width: 23%;
	float: left;
	text-align: center;
	margin: 5px 1%;
}
.category_product h4 {
	font-size: 12px;
	margin: 5px 0px;
}
.category_product img {
	display: block;
	margin: 2px auto;
}
.category_product a {
	text-decoration: none;
	color: #545554
}

label {
	margin: 2px;
	float: left;
	width: 130px;
}

input, select, textarea {
	margin: 4px;
}

#product_options {
	margin-left:2px;
}
#product_options h4 {
	height: 24px;
	margin: 5px 0px;
}
#product_options .form_div {
	float:left;width:140px;margin: 2px 2px;border:1px solid #dddddd;background:#f6f6f6;text-align:center;padding-bottom: 5px;
}
#product_options img {
	display:block;margin:auto;overflow:hidden;
}

.warning {
	border:1px solid #dddddd;
	background:#f6f6f6;
	font-weight: bold;
	color: red;
	padding: 5px;
}

#imagelist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#imagelist li {
	float: left;
	margin: 5px;
	padding: 0px;
}


