﻿/* CSS Document */

a img {
	border:none;
}

#content {
	width:761px;
	margin:0px auto;
	text-align:center;
}

#mainpic {
	width:761px;
	height:239px;
}

#mainpic img {
	float:left;
}

div#catch {
	width:761px;
	height:208px;
	margin:40px 0px 0px 0px;
}

#catch img {
	float:left;
}

p#catch {
	width:740px;
	margin:20px auto;
	text-align:left;
	line-height:1.5em;
}

div#aboutring {
	text-align:left;
	margin:35px auto;
	padding-left:10px;
}

div#aboutring p {
	width:95%;
	margin:10px auto;
	line-height:1.5em;
}

div#aboutring a {
	color:#528cc7;
	font-weight:bold;
}

div#shopbana {
	widows:720px;
	text-align:center;
	margin-left:8px;
}

div#shopbana img {
	margin:8px;
}

div#catch2 {
	width:760px;
	margin-top:6px;
}

.morelink {
	text-align:right;
	margin-right:20px;
}

.morelink a {
	text-decoration:none;
	color:#000;
}

.morelink a:hover {
	text-decoration:underline;
	color:#000;
}

#shopbox {
	width:761px;
	background:url(../img/shop-box-bg.gif) repeat-y;
}











/* ClearFix */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
