﻿*
{
	font-family: Helvetica;
	font-size: 10pt;
}

body
{
	margin: 0px;
}

#wrapper
{
	width: 100%;
	background-color: #fff;
	display: inline-block;
}

#canvas
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	width: 100%;
}

#logo
{
	background-color: #652d90;
	height: 50px;
	background-image: url(/userfiles/image/framework/logo.jpg);
	background-repeat: no-repeat;
	color: #fff;
	font-size: 14pt;
	text-align: right;
	line-height: 48px;
	padding-right: 10px;
	border-bottom: solid 5px #ffb6f2;
}

#navigationgroup
{
	background-color: #99007d;
	height: 32px;
	padding-top: 7px;
}

#content
{
	width: 100%;
	margin-top: 30px;
}

#brochure
{
	margin-top: 30px;
	width: 100%;
	background-color: #652d90;
	height: 25px;
}

#brochure1 a
{
	color: #fff;
	line-height: 25px;
	text-align: center;
	width: 100%;
	display: block;
	text-decoration: none;
	font-weight: 700;
}

#brochure1 a:hover
{
	text-decoration: underline;
}

#footer
{
	margin-top: 10px;
	width: 100%;
	background-color: #652d90;
	height: 40px;
}

#copyright
{
	color: #fff;
	line-height: 40px;
	padding-left: 10px;
}

#disclaimer
{
	width: 100%;
	font-size: 7pt;
	padding: 5px 0px 0px 7px;
}

img
{
	border-width: 0px;
}

h1
{
	color: #99007d;
	font-weight: 700;
	font-size: 18pt;
}

h1.product
{
	color: #fff;
	font-weight: 700;
	font-size: 16pt;
	text-align: center;
	width: 100%;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	margin-top: -10px;
}

h2
{
	color: #99007d;
	font-size: 14pt;
	font-weight: 700;
}

.highslide-dimming
{
	background: black;
}

.highslide-header
{
	display: none;
}

/* HOME */

.home1
{
	background-image: url(/userfiles/image/home1.gif);
	background-repeat: no-repeat;
	height: 594px;
}

.home1 .product
{
	width: 800px;
	position: relative;
	left: 100px;
}

.home1 .product img
{
	width: 110px;
}

.home1 .product td
{
	text-align: center;
	vertical-align: top;
	font-size: 8pt;
}

.home1 .product .price1
{
	color: #009193;
	font-weight: 700;
}

.home1 .product .price2
{
	color: #f7ba01;
	font-weight: 700;
}

.home2
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.home2 .logo
{
	width: 80px;
}

.home2 .text
{
	width: 160px;
}

.home2 a
{
	font-size: 10pt;
	text-decoration: none;
	font-weight: 700;
}

/* CONTACT US */
.contact1
{
	background-color: #652d90;
	border-bottom: solid 4px #d894d9;
	padding-left: 30px;
	margin-bottom: 20px;
}

.contact1, .contact1 span
{
	font-size: 16pt;
}

.contact1 img
{
	vertical-align: middle;
}

.contact1 .span1
{
	width: 180px;
	padding-left: 30px;
	display: inline-block;
}

/* POP UP */

.popup1
{
	background-color: #652d90;
	border-bottom: solid 4px #d894d9;
	padding-left: 10px;
	color: #fff;
	height: 30px;
	font-size: 12pt;
	font-weight: 700;
	line-height: 30px;
}

.popup2
{
	color: #652d90;
	font-size: 12pt;
	line-height: 25px;
	font-weight: 700;
	padding: 10px;
}

.popup2 strong, .popup2 a
{
	color: #ec297b;
	font-size: 12pt;
	line-height: 25px;
	font-weight: 700;
}

/* DOWNLOAD */
.download
{
	width: 100%;
}

.download td
{
	width: 50%;
	margin: 10px 0px 10px 0px;
}

.download img
{
	vertical-align: middle;
	margin-right: 10px;
}

.download a
{
	text-decoration: none;
	font-size: 11pt;
	font-weight: 700;
}

/* PRODUCT */

.tblProduct
{
	width: 100%;
}

.tblProduct td
{
	text-align: center;
	vertical-align: top;
	font-size: 8pt;
	padding: 10px 0px 10px 0px;
}

.tblProduct img
{
	width: 250px;
	height: 160px;
}

.tblProduct td .desc
{
	font-size: 8pt;
}

.tblProduct td .price
{
	color: #009193;
	font-size: 9pt;
	display: block;
}

.tblProduct .cart
{
	display: block;
	padding: 1px;
	background-color: #ec297b;
	color: #fff;
	font-size: 7pt;
	width: 70px;
	border: solid 1px #652d90;
	margin-left: auto;
	margin-right: auto;
	cursor: hand;
	cursor: pointer;
}

/* Cart */
.qty 
{
	width: 40px;
	text-align: right;
}
