﻿body, span, h1, h2, h3, h4, h5, p, ul
{
	font-family: Verdana, Arial;
	margin: 0px;
}
img
{
	border:none;
}
div
{
	float: left;
}
a
{
	color: black;
}
a:visited
{
	color: black;
}
a:active, a:hover
{
	color: #D24914;
}
a:link, a:visited, a:active
{
	text-decoration: none;
}

.left
{
	float: left;
}
.right
{
	float: right;
}
.clear
{
	clear: both;
}
.wfull
{
	width: 100%;
}
.hAlign
{
	text-align: center;
}
.logo
{
	background-color: Orange;
	color: White;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	font-size: 160%;
	font-weight: bold;
}
.logoCom
{
	color: Orange;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	font-size: 120%;
}
ul.menu li {
	display: inline-block;
	line-height:30px;
	padding-left:30px;
	padding-right:30px;
	
}
ul.menu li a {
	color: White;
}
ul.menu li a:hover
{
	color: black;
}
.menuLeft
{
	list-style-image: url(../Images/folderIcon.png);
}
.menuLeft a
{
	display: block;
	border-bottom: dotted 1px #000000;
	text-align:left;
	font-weight:normal;
}

.supporter{max-width: 70%;margin-top: 12px; margin-bottom:12px;}
.rounded { border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; -khtml-border-radius: 4px; }
.blockTile
{
	background: whiteSmoke;
	background-image:url(../Images/btnBG.png);
	background-repeat: repeat-x;
	font-size: smaller;
	font-weight: bold;
	color: White;
	text-align: center;
}
.blockTile p
{
	padding-top: 7px;
	padding-bottom: 7px;
}
.inset {-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.34); -moz-box-shadow:inset 0 1px 3px rgba(0,0,0,.34); box-shadow:inset 0 1px 3px rgba(0,0,0,.34); }

.productSpecial{max-width: 30%; margin: 2% 0% 2% 2%;}
.productSpecial img{max-width: 100%;}

.footer
{
	background-image: url(../Images/footerBG.png);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-bottom: 10px;
}
.btnBottom { position: fixed; bottom: 25px; right: 20px; }
.btnBottom input{ background-color: Orange; }
.roundCornerSmall
{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 0 3px rgba(255, 255, 255, 0.8) inset;
	-webkit-box-shadow: 0 0 3px rgba(255, 255, 255, 0.8) inset;
	box-shadow: 0 0 3px rgba(255, 255, 255, 0.8) inset;
}
.uploadImg{	position:absolute; top: 50%; left: 30%; }
.minHeight{ min-height:210px; }
.newProduct { position:absolute; top: 7px; left: 7px; max-width: 95%; }
.introduce { position:absolute;}