
h1, h2 {
	font-size: 24px;
}

h3 {
	font-size: 16px;
	color: white;
}


h1,h2,h3 {
	/* Top & bottom margin based on font size. */
	margin: 0;
}

h2 {
	font-weight: bold;

}

h3 {
	padding: 0 0 10px 70px;
}


ul li {
	/* Giving UL's LIs generated disc markers. */
	list-style: none;
}


html {
	overflow-y: scroll;
}

html, body {
	background: #afafaf;
	color: #2a2a2a;
	padding: 3px 0 0 0;
	margin: 0 auto;
   text-align: centre;
   width: 100%;
   font-family: Tahoma, Geneva, sans-serif;
  
}

#mainwrapper {
	text-align: left;
	float: left;
	position: relative;
	left: 50%;
	width: 950px;
	margin-left: -475px;
}

a {
	text-decoration: none;
}

a:visited {
	border-bottom-style: dotted;
}

a:hover, a:active, a:focus {
	padding-bottom: 1px;
	border-bottom: none;
}

a:active {
	outline: none;
}

h1 {
	
}

h1, h1 a {
	display: block;
	width: 472px;
	height: 164px;
	background: url(/images/logo.gif) no-repeat;
	text-indent: -2000px;
	float: right;
	margin: 0;
	padding: 0;
	border: none;
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

h2 {
	margin: 0;
	padding: 0;
	color: black;
	font-weight: normal;
	font-size: 20px;
	padding: 8px 0 8px 145px;
}

ul#nav {
	float: left;
	padding: 17px 0 17px 111px;
	margin: 0;
}

ul#nav li {
	list-style: none;
	display: inline;
}

ul#nav li a {
	border: none;
	padding: 0 25px;
	display: block;
	font-size: 16px;
	color: #848484;
	float: left;
}

ul#nav li a:hover {
	text-decoration: underline;
}

#leftContent {
	width: 350px;
	float: left;
}

#rightContent {
	width: 599px;
	background: #dddddd;
	float: left;
	
}

.logo {
	padding: 0;
}

.products {
	padding: 15px 0 0px 88px;
}

p.intro {
	font-size: 11px;
	text-align: left;
	line-height: 20px;
	width: 535px;
	float: left;
	padding: 8px 0 0 30px;
	margin: 0;
}

#address {
	float: left;
	clear: left;
	padding:  25px 0 0 23px;
}

#address ul {
	padding: 0;
	margin: 0;
}

#address ul li {
	color: white;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
}

#address ul li a {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

#address ul li a:hover {
	text-decoration: underline;
}

.break {
	padding-bottom: 10px;
}

#footerImages {
	float: right;
	padding-top: 5px;
}

#footerImages img{
	margin: 0;
	padding: 0;
	float: left;
}

/*---- Footer ----*/

p#bf {  
	clear: both;  
	font-size: 10px;
	font-weight: normal;  
	padding: 5px 0;
	margin: 0;  
	text-align: right;  
/*--- Set this width to match your wrapper ---*/  
	 width: 950px;  
}  
   
p#bf a {  
	border-bottom: none;  
	font-weight: bold;  
	text-decoration: none;  
}  
  
p#bf a:hover {  
	color: white;  
	text-decoration: underline;  
}  
  
p#bf span a,#bf span a:hover {  
	font-weight: normal;  
	text-decoration: none;  
}  
   
p#bf, p#bf a, #bf span a {  
/*---- Change this colour to suit your page ---*/  
	color: #2a2a2a;  
}



/*--------------------------------------
------   Misc Sitewide Classes  -------
---------------------------------------*/

.hide {
	display: none;
}

.clear {
	clear: both;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}


/*---- Clearfix ----*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}