@import url('imports/navigation.css');
@import url('imports/homepage.css');
@import url('imports/leftrightcolumns.css');
@import url('imports/products.css');
@import url('imports/register.css');

html, body {
	padding: 0;
	margin: 0;
	font-family: arial;
}

.clear {
	clear: both;
}

#wrapper {
	width: 910px;
	margin: auto;
	padding: 0 45px 20px;
}

#header {
	width: 910px;
	height: 185px;
	margin: 0;
	padding: 0;
	background: #ffffff url('../images/header.png') top left no-repeat;
}

#contactNo {
	margin: 0;
	padding: 73px 0 0 655px;
	height: 22px;
}

#contactNo h2 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 22px;
}

#content {
	width: 910px;
	margin: 15px 0 0;
	padding: 0;
}


#contentLeft {
	margin: 0;
	padding: 0;
	width: 162px;
	float: left;
}

#contentMiddle {
	margin: 0 20px;
	padding: 0;
	width: 532px;
	float: left;
}

#contentLeftMiddle {
	margin: 0 20px 0 0;
	padding: 0;
	width: 714px;
	float: left;
}

#contentRight {
	margin: 0;
	padding: 0;
	width: 176px;
	float: left;
}

.grey {
	color: #666666;
}

.orange {
	color: #FF6600;
}

.darkgrey {
	color: #333333;
}

.lightgrey {
	color: #999999;
}

#contentMiddle.normalPage h1 {
	font-size: 20px;
	line-height: 22px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#contentMiddle.normalPage p {
	margin: 10px 0 20px;
	padding: 0;
	font-size: 17px;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
}

#contentMiddle.normalPage p strong {
	color: #000000 !important;
}

div#quote {
	padding: 0 0 0 30px !important;
	margin: 20px 0 !important;
	background: #ffffff url('../images/open_quote.jpg') top left no-repeat !important;
}

div#quote p {
	padding: 10px 30px 10px 5px !important;
	margin: 0 !important;
	font-size: 15px !important;
	line-height: 18px !important;
	font-weight: bold !important;
	font-style: italic !important;
	color: #2c7aba !important;
	background: #ffffff url('../images/close_quote.jpg') bottom right no-repeat !important;
}

div#quote.whyUseUs {
}

.linkButtonLong, .linkButtonLong:hover {
	display: block;
	width: 200px;
	height: 16px;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
	padding: 4px 0;
	margin: 10px 0;
	text-align: center;
	background: transparent url('../images/button_long.png') top left no-repeat;
}

p#WhyUseUsButtons {
	margin-bottom: 70px !important;
}

p#WhyUseUsButtons .linkButtonLong, p#WhyUseUsButtons .linkButtonLong:hover {
	text-align: left;
	padding-left: 10px;
}

.item  {
	padding: 0;
	margin: 0;
	border: 0 none;
	height: 100px;
}

.item .image {
	margin: 0;
	padding: 15px 0;
	width: 200px;
	max-width: 200px;
	text-align: center;
	float: left;
	vertical-align: center;
}

.item .image img {
	max-width: 200px;
	margin: 0;
	border: 0 none;
	padding: 0;
}

.item a {
	display: block;
	float: left;
	margin-top: 15px;
	padding: 0 0 0 30px;
	position: relative;
	font-size: 14px;
	line-height: 16px;
}


/* footer */

#footer {
	border-top: 3px solid #ffcc99;
	margin: 20px 0;
	padding: 10px 0 0;
	text-align: center;
}

#rssLogo {
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	background: transparent url('../images/rss.png') top left no-repeat;
}

.rssFeed #scroller {
	float: right;
	position: relative;
	width: 875px;
	height: 25px;
	overflow: hidden;
	display: block;
	font-size: 12px;
	line-height: 25px;
}

.rssFeed #scroller p  {
	padding: 0px;
	margin: 0px;
	height: 25px;
	line-height: 25px;
	min-width: 875px;
	position: relative;
	display: block;
	overflow: auto;
	color: #333;
	float: left;
}

.rssLinks {
	text-decoration: none !important;
	color: #333 !important;
}

.rssLinks:hover {
	text-decoration: none !important;
	color:#F5911F !important;
}

.scrollerClass {
	padding: 0px;
	margin: 0px;
	height: 25px;
	line-height: 25px;
	position: relative;
	display: block;
	overflow: auto;
	color: #333;
	width: 875px;
}

#footer p.line1, #footer p.line1 a {
	font-size: 10px;
	line-height: 12px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #333333;
}

#footer p.line2, #footer p.line2 a {
	font-size: 10px;
	line-height: 12px;
	margin: 5px 0 0;
	padding: 0;
	text-decoration: none;
	color: #FF6600;
}

#footer a.footerLink:hover {
	text-decoration: underline !important;
}

