@charset "UTF-8";
/* formatting style
---------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333;
	background-color: #FFF;
	background-image: url(img/bg2.jpg);
	background-repeat: repeat-y;
	background-position: 800px;
}
a img {
	border-style: none;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #333;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
---------------------------------*/
#wrapper {
	background-image: url(img/bg1.jpg);
	background-repeat: repeat-y;
	width: 800px;
	height: auto;
}
#header {
	float: right;
	height: 50px;
	width: 800px;
}
#header h1 {
	margin-top: 15px;
	margin-bottom: 14px;
	float: right;
	margin-right: 15px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#main {
	float: right;
	height: auto;
	width: 400px;
	margin-bottom: 30px;
	border-top: 1px solid #999;
	margin-right: 10px;
	margin-left: 10px;
}
#main dl {
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
}
#main dl dt {
	margin-top: 20px;
	margin-bottom: 10px;
}
#main #product {
	float: right;
	height: auto;
	width: 200px;
	margin-top: 10px;
	padding: 8px;
	border: 1px solid #CCC;
	color: #666;
	background-color: #F3F3F3;
}
#main #photo_left {
	float: left;
	width: 198px;
	padding-bottom: 4px;
	padding-top: 4px;
}
#main #photo_left img {
	border: 1px solid #CCC;
	margin-bottom: 4px;
}
#main #photo_right {
	float: right;
	width: 198px;
	padding-bottom: 4px;
	padding-top: 4px;
}
#main #photo_right img {
}
#main #photo_right img {
	margin-bottom: 4px;
	border: 1px solid #CCC;
}
#main #shopinfo {
	padding: 8px;
	float: right;
	width: 300px;
	color: #333;
	background-color: #f3f3f3;
	height: auto;
	border: 1px solid #999;
	margin-bottom: 10px;
}
#main #shop {
	padding-bottom: 10px;
}
#sidebar {
	width: 380px;
	float: left;
	-webkit-border-image: 0;
}
#sidebar_top {
	background-repeat: no-repeat;
	background-position: center top;
	width: 380px;
	float: left;
	background-image: url(img/top_image3.jpg);
}
#sidebar #shop {
	float: left;
	height: 600px;
	width: 130px;
}
#sidebar2 {
	background-image: url(img/top_image2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 380px;
	height: 400px;
}
#sidebar2 #line1 {
	float: left;
	height: 400px;
	width: 75px;
	margin-left: 5px;
	background-color: rgba(247,207,205,0.4);
}
#sidebar2 #line2 {
	float: left;
	height: 400px;
	width: 10px;
	margin-left: 50px;
	background-color: rgba(249,221,121,0.4);
}
#sidebar2 #line3 {
	float: left;
	height: 400px;
	width: 170px;
	background-color: rgba(226,202,225,0.3);
}
#sidebar2 #line4 {
	height: 400px;
	width: 60px;
	margin-left: 320px;
	background-color: rgba(235,245,255,0.3);
}
#sidebar #products {
	width: 150px;
	margin-left: 20px;
	float: left;
	margin-right: 10px;
	border-top: 1px solid #999;
	line-height: 1.4em;
}
#sidebar #products dl dt {
	padding-top: 5px;
	padding-bottom: 3px;
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #B19EAF;
	padding-left: 1em;
	background-image: url(img/bullet2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#sidebar #products dl dd {
	padding-top: 5px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #B19EAF;
	top: 1em;
	padding-left: 2em;
}
#sidebar #title {
	float: left;
	width: 60px;
	height: 400px;
	margin-left: 10px;
}
#footer {
	width: 400px;
	border-top: 1px solid #CCC;
	clear: both;
	margin-left: 390px;
	font-size: xx-small;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 200px;
}
#footer dl {
	font-size: xx-small;
	border-top: 1px solid #CCC;
}
#footer dl dt {
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 2px;
}
#footer dl dd {
	border-bottom: 1px dotted #CCC;
	margin-bottom: 3px;
}
#footer h3 {
	font-size: 12px;
	color: #F30;
}
