@charset "utf-8";
/* set a baseline */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, blockquote, cite form, fieldset img {  
	margin: 0; 
	padding: 0; 
	border: 0; 
}
div.bodger {
	clear: both;
}
body {
	background-color: #fff;
	color: #000;
	font-family: "Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	font-size: 62.5%;
	background-color: #e8e8e8;
}
#wrapper {
	width: 760px;
	margin: 10px auto;
	font-size: 1.4em;
}


#header {
	background-image: url(../i/header-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 85px;
}

#content {
	background-image: url(../i/content-background.jpg);
	background-repeat: repeat;
	background-position: center top;
	padding: 5px  30px;
}
#content h1{color: #0961a9;} 

#content h2{color: #0961a9;font-size:1.5em;}

#content h3 {color: #0961a9; font-size:0.9em; line-height: 30px;}

#content p {
	margin: 10px 0;
	line-height: 1.3em;
}

#homecontent {
	background-image: url(../i/content-background.jpg);
	background-repeat: repeat;
	background-position: center top;
	padding: 5px  30px;
}
#homecontent h1{color: #0961a9;} 

#homecontent h2{color: #0961a9;font-size:1.5em;}

#homecontent h3 {color: #0961a9; font-size: 1.3em; line-height: 30px; font-weight: 600;}

#homecontent p {
	margin: 10px 0;
	line-height: 1.3em;
	color: #0961a9;
	font-size: 100%;
}


#products {height: auto; background-color: #fff; background-image: url(../i/content-background.jpg); background-repeat: repeat; background-position: center top; padding: 10px 30px;}

#products h1 {color: #ffffff; font-size: 1em;background-color: #0961a9; padding: 2px 2px 2px 10px;}

#products h2, #products h3 {color: #0961a9;}

#products p {
	margin: 10px 0;
	line-height: 1.3em;
}

#productwrapper {width: auto; height:auto; min-height:155px; text-align: center;}

.productbox{width:150px; margin:5px 0 0 9px; float:left;}
.productbox img{margin:0; padding:0;}
.productbox p{margin:0 auto; padding:2px 2px 4px 2px; width: 150px; text-align: center;font-size: 0.9em;}
.productbox a {color: #0961a9; text-decoration: none;}
.productbox a:visited {color: #0961a9; text-decoration: none;}
.productbox a:hover {color: #ff0000; text-decoration: none;}

#footer {
	background-image: url(../i/footer-background.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 110px;
}

#footer p {text-align: center; padding: 15px 5px; color: #fff; font-size: 1em; position: relative; }
#footer a {color: #ccc; font-size: 1em; text-decoration: none;}
#footer a:visited {color: #fff; font-size: 1em; text-decoration: none;}
#footer a:hover {color: #fff; font-size: 1em; text-decoration: none;}

#copy{float:right; margin-right:17px; font-size: 0.8em; color: #ffff; position: relative; z-index:1; bottom: 22px; }
#copy a{float:none; border-right:none; margin:0; font-size: 0.8em}
#copy a:visited{float:none; border-right:none; margin:0; font-size: 0.8em}
#copy a:hover{float:none; color: #fff; border-right:none; margin:0; font-size: 0.8em}

#clearboth {clear: both;}

table#resellers {margin: 5px auto; color: #000; font-family: "Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;}
table#resellers td {padding: 5px 5px; vertical-align: top;}
table#resellers a{font-size: 0.9em; text-decoration: none;}
table#resellers a:visited{font-size: 0.9em; text-decoration: none;}
table#resellers a:hover{font-size: 0.9em; text-decoration: none; color: #ff0000}



table#homepageProducts {
	margin: 20px auto;
}
table#homepageProducts td {
	padding: 15px 70px;
	text-align: center;
	vertical-align: top;
}
table#homepageProducts h3 {
	color: #5a4d92;
}
table#homepageProducts img {
	border: 0;
}

table#productDetails {
	margin: 20px auto;
	background-color: #bbb7d2;
}
table#productDetails td {
	padding: 0px;
	text-align: center;
	vertical-align: top;
}
table#productDetails h3 {
	color: #5a4d92;
}
table#productDetails img {
	border: 2px solid #0961a9;
}
