/* Main settings */
body {
	margin: 0;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
}
/* Header */
#header {
	padding: 6px 0;
}
#header .logo {
	padding-top: 10px;
}
#header .hdrR {
	line-height: 16px;
	text-align: right;
}
#header .hdrR p {
	color: #60a1de;
	font: normal 30px Arial, Helvetica, sans-serif;
	padding: 10px 0 0 24px;
	background: url(images/ico_phone.gif) 70px 20px no-repeat;
}
#header p.menu {
	background-color: #ffe3f8;
	border-bottom: 1px solid #bd1e96;
	font: bold 12px verdana, Arial, Helvetica, sans-serif;
	padding: 12px;
}
/* Link properties */
a:link {
	color: #bd1e96;
	text-decoration: none;
}

a:visited {
	color: #bd1e96;
	text-decoration: none;
}

a:active {
	color: #bd1e96;
	text-decoration: none;
}

a:focus, a:hover {
	color: #bd1e96;
	text-decoration: underline;
}
/* Main settings */
.l, #header .logo, .left, .cnt, .right, .product img {
	float: left;
}
.r, #header .hdrR {
	float: right;
}
.clr {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
	border: none;
}
p,h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
/* Main content */
#contents {
	margin: 10px 0 20px 0;
}
#contents .left {
	width: 208px;
}
#contents .left ul {
	
}
#contents .left ul li {
	list-style: none;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
}
#contents .left ul li a {
	color: #60a1de;
	font-size: 12px;
}
#contents .left h2 {
	margin-top: 22px;
	color: #fff;
	font: normal 18px Arial, Helvetica, sans-serif;
	background-color: #bd1e96;
	padding: 6px 10px;
}
#contents .left p {
	background-color: #ffe3f8;
	padding: 10px;
	color: #666;
	line-height: 16px;
}
#contents .cnt {
	margin: 0 20px;
	width: 475px;
}
#contents .cnt h1 {
	color: #bd1e96;
	border-bottom: 2px solid #60a1de;
	font: bold 24px Arial, Helvetica, sans-serif;
}
#contents .cnt p.par {
	margin-bottom: 16px;
}
#contents .cnt .product {
	border-bottom: 1px solid #ccc;
	padding: 18px 0;
}
#contents .cnt .product div {
	margin-left: 180px;
}
#contents .cnt .product div a.prd_name {
	font: bold 18px "Trebuchet MS";
	color: #60a1de;
}
#contents .cnt .product div p {
	padding: 4px 0;
}
#contents .cnt .product div span {
	color: #000;
}
#contents .cnt .product div span a {
	text-decoration: underline;
}
#contents .right {
	width: 177px;
}
#contents .right img {
	margin: 8px 0;
}
/* Content for about page */
.cnt2 {
	margin: 0 20px;
	width: 650px;
	margin-left: 228px;
}

.cnt2 h1 {
	color: #bd1e96;
	border-bottom: 2px solid #60a1de;
	font: bold 24px Arial, Helvetica, sans-serif;
}
/* Footer properties */
#footer {
	background-color: #60a1de;
	padding: 20px;
	text-align: center;
	color: #a1d0fd;
}
#footer a {
	color: #fff;
}
