
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#wrapper {
	width: 778px;
	margin: 0 auto;
}

#preloader {
	display: none;
}

#header {
	height: 76px;
	margin: 0px 0px 9px 0px;
	position: relative;
	background: url(/images/header-bg.jpg) bottom left no-repeat;
}

#header ul {
	margin: 0px;
	padding: 38px 0px 0px 0px;
	list-style: none;
}

#header ul li {
	float: left;
	text-indent: -9999px;
}

#header ul li a {
	height: 38px;
	display: block;
	outline: none;
}

#header ul li a.home {
	width: 100px;
}
#header ul li a.about {
	width: 122px;
	background: url(/images/aboutus-off.jpg) top left no-repeat;
}

#header ul li a.about:hover {
	background-image: url(/images/aboutus-on.jpg);
}

#header ul li a.support {
	width: 127px;
	background: url(/images/support-off.jpg) top left no-repeat;
}

#header ul li a.support:hover {
	background-image: url(/images/support-on.jpg);
}

#header ul li a.contact {
	width: 131px;
	background: url(/images/contactus-off.jpg) top left no-repeat;
}

#header ul li a.contact:hover {
	background-image: url(/images/contactus-on.jpg);
}

#header ul li a.register {
	width: 174px;
	background: url(/images/register-off.jpg) top left no-repeat;
}

#header ul li a.register:hover {
	background-image: url(/images/register-on.jpg);
}

#tagline {
	position: absolute;
	right: 0px;
	top: 3px;
}

p {
	line-height: 140%;
	margin: 0px;
	padding: 7px 30px 7px 10px;
}

p.highlight {font-size:14px;}

#container {
	margin-left: 1px;
	width: 774px;
	border-bottom: 1px #e3e3e3 solid;
	background: url(/images/container-bg.gif) top left repeat-y;
}

.front #container {
	margin: 0px;
	border: 0px;
	background-image: none;
	width: 778px;
}

#sidebar {
	float: right;
	width: 145px;
	background: url(/images/sidebar-bg.jpg) top right no-repeat;
	padding: 20px 0px 0px 4px;
	margin: 0px;
}

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 2px 10px;
}

#sidebar ul li {
	margin: 0px;
	padding: 6px 0px;
	font-size: 10px;
}

#sidebar ul a {
	color: #000000;
}


#content {
	background: url(/images/content-bg.jpg) top left no-repeat;
	min-height: 365px;
	padding-left: 24px;
	padding-bottom: 20px;
	width: 750px;
}

body.front #content {
	padding: 0px;
	margin-bottom: 20px;
}

.clear {
	width: 700px;
	clear: both;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0px 0px 11px 0px;
	padding: 15px 0px 12px 10px;
	border-bottom: 1px #e3e3e3 solid;
	color: #010001;
	width: 592px;
}

* html h1 {
	width: 588px;
	padding-top: 16px;
}

*+ html h1 {
	width: 588px;
	padding-top: 16px;
}

h2 {
	color: #00009b;
	font-size: 16px;
	text-align: center;
	border-top: 1px #e3e3e3 solid;
	margin: 15px 25px 0px 0px;
	padding: 22px 0px 10px 0px;
	font-weight: bold;
}

h2.noline {
	border-top: 0px;
	padding-top: 0px;
}

h3 {
	color: #000000;
	font-size: 15px;
	margin:0px;
	padding: 6px 0px 10px 22px;
}

.products {
	padding: 11px 0px 20px 2px;
}

.products img {
	margin-right: 4px;
}

.products .last {
	margin-right: 0px;
}

#footer {
	margin: 20px 0px 0px 0px;
	font-size: 11px;
	letter-spacing: 0.07em;
	position: relative;
	width: 778px;
}

#footer .left {
	float: left;
	width: 435px;
}

#footer .right {
	float: right;
	text-align: right;
	width: 330px;
	line-height: 220%;
}

#footer .menu {
	line-height: 180%;
	padding-bottom: 10px;
}

#footer p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	line-height: normal;
}

#footer #quality {
	position: absolute;
	left: 420px;
	top: 0px;
	width: 88px;
}

a {
	color: #3d4ead;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #993300;
}

a.sss {
	color: #000000;
}

.sidePadding {padding: 0px 15px 0px 15px;}

.flagBox {
	padding:0px 20px 0px 20px;
	width:100px;
	float:left;
}

#contactBox {
	width:500px;
	padding-left:140px;
}

#twitter_update_list li {padding-bottom:10px;}