@charset "utf-8";

@import url(header.css);
@import url(main.css);
@import url(side.css);
@import url(footer.css);
@import url(cart.css);

#cds{display: none;}

* {
	margin:0;
	padding:0;
	font-family: Verdana, "lr oSVbN", Osaka, "qMmpS Pro W3";
	background-color:transparent;
	color:#000000;
	font-size:medium;
}
body {
	background-color:#F3F3EF;
	font-family: Verdana, "lr oSVbN", Osaka, "qMmpS Pro W3";
	font-size:12px;
	color:#666666;
	text-align:center;
	margin:0;
	padding:0;
}
#container {
	margin:0 auto;
	width:840px;
	background-color:#FFFFFF;
	border-right:2px #D6D8DD solid;
	border-left:2px #D6D8DD solid;
}
#header {
	width:750px;
	height:auto;
	margin:0 45px 15px 45px;
	text-align:left;
	border-bottom:2px #D6D8DD solid;
}
#middle {
	clear:both;
	width:750px;
	height:auto;
	margin:0 45px;
}
#side {
	float:left;
	width:170px;
	height:auto;
	margin:0;
	text-align:left;
}
#main {
	float:right;
	width:560px;
	height:auto;
	margin:0;
	text-align:left;
}
#cart {
	width:750px;
	height:auto;
	margin:0;
	text-align:left;
}
#footer {
	clear:both;
	width:760px;
	height:auto;
	margin:0 40px;
	text-align:center;
}
a {
	font-size:14px;
	color:#00774A;
	text-decoration:underline;
}
a:hover {
	font-size:14px;
	color:#666666;
	text-decoration:underline;
}
