body {
	background-color: #FFFFFF;
	color: #333333;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font: 11px/16px "Trebuchet MS", Helvetica, sans-serif;
	text-align: center;
}

a:link, a:visited {
	color: #Ef3824;
	text-decoration: none;
}

a:hover, a:active {
	color: #A52C1E;
	text-decoration: none;
}

h1 {
	font-size: 30px;
	padding-bottom: 10px;
}

h2 {
	font-size: 14px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 2px 0 0 0;
}

li {
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
}

#container {
	margin: 0 auto;
	width: 800px;
}

#header {
	margin: 0 auto;
	padding: 0;
}

.logo {
	padding-top: 20px;
	padding-bottom: 30px;
}

/* content */
#content {
	width: 800px;
	margin: 0px auto;
	
}

.products {
	width: 425px;
	margin: 0px auto 20px auto;
	
/*	position: relative;
	top: 25px;
	left: 188px;*/
/*	height: 360px;
*/	text-align: left;
/*	border: 1px solid red;
*//*	clear: both;
*/}

.left, .left-hardware {
	padding-right: 30px;
	width: 170px;
	float: left;
}

.left h2 {
	margin-top: 0;
}

.left-hardware {
	padding-right: 80px;
}

.right-pattern {
}

.right {
	float: right;
/*	width: 425px;
*/}
.right-hardware{
	width: 170px;
	float: right;
}

/* end content */

/* detail popup */
#box-detail {
	margin: 10px auto;
	border: 2px solid #EE3724;
	width: 550px;
	height: 815px;
	vertical-align: middle;
	text-align: left;
}

.txt {
	float: left;
	margin-top: 20px;
	padding-right: 60px;
	padding-left: 30px;
	width: 220px;
}

.beauty {
	margin-top: 60px;
}

p.footer-popup {
	clear: both;
	text-align: center;
}
/* end detail popup */

/*#footer {
	margin-top: 100px;
	font-size: 13px;
}
*/

div#footer{
	background: #fff url('../images/footer_top_bg.gif') repeat-x scroll;
	text-align:center;
	margin-top: 40px;
	padding-top: 35px;
	line-height: 25px;
	font-size: 13px;
}
div#footer a{
	color: #EF3824;
	text-decoration: none;
}
div#footer a:hover{ text-decoration: underline;}


