body {

	margin:0;

	padding:0;

	color:#333;

	font-size:80%;

	font-family: "Trebuchet MS",verdana,helvetica,sans-serif;

	text-align:center;

	background-image: url(images/bodybk.jpg);

	background-repeat: repeat-x;

	



}

h1, h2, h3, h4 {

	margin: 0;

	margin-left: 4px;

}





h1 {

	font-size: 22px;

	font-weight: bold;

	color: #333333;

	line-height: 35px;

	padding-left: 0px;

	margin-bottom: 12px;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #5484A7;

	width: 100%;

}







h2 {

	font-size: 22px;

	font-weight: bold;

	color: #D70000;

	line-height: 20px;

	padding-left: 24px;

	margin-bottom: 12px;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #D70000;

	width: 85%;

	margin-left: 12px;

	background-repeat: no-repeat;

	padding-bottom: 12px;

	margin-top: 12px;

}



h3 {

	font-size: 18px;

	font-weight: bold;

	color: #0C295A;

	padding-left: 20px;

	line-height: 22px;

	width:70%;

	background-image: url(images/h3.gif);

	background-repeat: no-repeat;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	margin-left: 20px;

	margin-top: 12px;

}
.title {
	font-size: 17px;
	font-weight: bold;
	color: #0C295A;
	padding-left: 20px;
	line-height: 22px;
	width:70%;
	background-image: url(images/h3.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-left: 20px;
	margin-top: 12px;
	text-align: center;
}
h4 {

	font-size: 16px;

	font-weight: bold;

	color: #333333;

	text-indent: 12px;

	line-height: 40px;

	font-style: italic;

	margin-bottom: 12px;

	margin-top: 12px;

}

h5 {

	font-size: 14px;

	font-weight: bold;

	color: #333333;

	text-indent: 12px;

	line-height: 40px;

	font-style: italic;

	margin-bottom: 12px;

	margin-top: 12px;

}

#wrapper {

	text-align: left;

	margin: 0px auto;

	padding: 0px;

	border:0;

	width: 780px;

}



#header {

	margin: 0 0 15px 0;

	background-image: url(images/topheaderfinal.jpg);

	height: 371px;

	background-repeat: no-repeat;

	

}

#navcontainer

{

	width: 321px;

	padding: 1em 0;

	font-family: georgia, serif;

	font-size: 13px;

	text-align: center;

	text-transform: lowercase;

	padding-top: 213px;

	margin-left: 0px;

}

ul#navlist

{

	text-align: left;

	list-style: none;

	padding: 0;

	width: 100%;

	margin: 0 auto;

	margin-left: 0px;

}



ul#navlist li

{

display: block;

margin: 0;

padding: 0;

}



ul#navlist li a

{

	display: block;

	width: 100%;

	color: #FFFFFF;

	text-decoration: none;

	padding-top: 0.5em;

	padding-right: 0;

	padding-bottom: 0.5em;

	font-weight: bold;

	padding-left: 2em;

}



#navcontainer>ul#navlist li a { width: auto; }



ul#navlist li#active a

{

background: #BBCEDC;

color: #B6AB45;

}



ul#navlist li a:hover, ul#navlist li#active a:hover

{

	color: #B6AB45;

	background: transparent;

	border-color: #aaab9c #fff #fff #ccc;

	background-color: #BBCEDC;

}



#side-a {

	float: left;

	width: 321px;

	margin-left: 6px;

}

#side-a2 {

	float: left;

	width: 250px;

	margin-left: 6px;

}#side-a3 {

	float: left;

	width: 250px;

	margin-left: 6px;

}#side-a4 {

	float: left;

	width: 250px;

	margin-left: 6px;

}

#side-afull {

	float: left;

	width: 768px;

	margin-left: 6px;

	margin-right: 6px;

}

#sideacontent{
	background-color: #DBE7F0;
	font-weight: bold;
	text-align: left;

}

#side-b {

	margin: 0;

	float: right;

	width: 419px;

	height: 1% /* Holly hack for Peekaboo Bug */;

	margin-right: 6px;

}

#secondp{

	background-color: #DBE7F0;

	border-left-width: 2px;

	border-left-style: solid;

	border-left-color: #5484A7;

	height: 100%;

	float: left;

	margin-top: 12px;

	padding-bottom: 12px;

}

#footer {

	clear: both;

	color: #333333;

	text-align: center;

}

#footer a {

	color: #5485A6;

}

#footer a:hover {

	color: #D70000;

}

/* all A tags whose HREF attribute ends in .pdf */

a[href$='.pdf'] { 

	padding-right: 18px;

	background: transparent url(images/icon_pdf.gif) no-repeat center right;

}



/* all A tags whose REL attribute equals pdf */

a[rel='pdf'] { 

	padding-right: 18px;

	background: transparent url(images/icon_pdf.gif) no-repeat center right;

}



/*  all A tags whose REL attributes has the letters pdf somewhere mixed in*/

a[rel*='pdf'] { 

	padding-right: 18px;

	background: transparent url(images/icon_pdf.gif) no-repeat center right;

}



/* all A tags whose REL attribute contains the value pdf, seperated from other values with a space */

a[rel~='pdf'] { 

	padding-right: 18px;

	background: transparent url(images/icon_pdf.gif) no-repeat center right;

}



/* all A tags whose HREF attribute starts with mailto: */

a[href ^="mailto:"] {

	padding-right: 18px;

    background: transparent url(images/icon_mailto.gif) no-repeat center right;

   

}



/* all A tags whose CLASS attribute is popup */

a[class ="popup"] {

	padding-right: 18px;

    background: transparent url(images/icon_popup.gif) no-repeat center right;

}





a[href$='.doc'] { 

	padding-right: 18px;

	background: transparent url(images/icon_doc.gif) no-repeat center right;

}

a[href$='.xls'] { 

	padding-right: 18px;

	background: transparent url(images/icon_xls.gif) no-repeat center right;

}

a[rel ~='external'] {

	padding-right: 18px;

	background: transparent url(images/icon_external.gif) no-repeat center right;

}

/* all A tags whose HREF attribute starts with #top */

a[href ^="#top"] {

	padding-right: 18px;

    background: transparent url(images/icon_top.gif) no-repeat center right;

   

}

#index .index, #gallery .gallery, #questions .questions, #company .company, #about .about, #contact .contact, #requirements .requirements, #resources .resources, #products .products, #policies .policies



{

	color: #B6AB45;

	background: transparent;

	border-bottom-color: #DCB86D;

	font-weight: bold;

	text-decoration: underline;

	background-color: #BBCEDC;

}

.clearleft{clear:left;}

.clearright{clear:right;}

.clearboth{clear:both;}

.floatleft{float:left;}

.floatright{float:right;}

hr{

	width: 90%;

	text-align: center;

	height: 0;

	border: 0;

	border-top: 1px solid #5484A7;

	margin-top: 24px;

}

#topsellers{

	text-align: center;

	font-size: 11px;

	font-weight: bold;

	float: left;

	margin-right: 4px;

	margin-left: 4px;

}

#topsellers22{

	text-align: center;

	font-size: 11px;

	font-weight: bold;

	float: left;

	margin-left: 8px;

}

#topsellers2{

	text-align: center;

	font-size: 11px;

	font-weight: bold;

	float: right;

	margin-right: 4px;

}

p{margin-left:6px;}

  #more

         {

	display: block;

	height: 22px;

	width: 100px;

	background-image: url(images/morebk.gif);

	background-repeat: no-repeat;

	background-position: 66px 4px;

	color: #5484A7;

         }

.newequip{

	padding-top: 12px;

	float: right;

	padding-right: 12px;

}

#contactleft {

	width: 500px;

	float: left;

	margin-left: 6px;

}

#contactright {

	width: 220px;

	float: right;

	margin-right: 6px;

}

ul.sitemap {

	list-style-type: none;

	margin-left: 175px;

	padding-left: 0;

	font-weight: normal;

}



ul.sitemap li {

	padding-left: 1.1em;

	margin-top: 2px;

	padding: 5px;

}

ul.sitemap li a {

	margin-left: -1.1em;

	padding-left: 1em;

	background-color: transparent;

	background-image: url(images/icon_webdev.gif);

	background-repeat: no-repeat;

	background-position: -2px center;

	color: #5485A6;

}

ul.sitemap li a:hover {

	color: #D70000;

}

ul.sitemap li ul {

	background-color: transparent;

	background-repeat: no-repeat;

	list-style-type: none;

	margin: -1.4em 0 0 -1.6em;

	padding: 1.4em 0 0 0.6em;

}

ul.sitemap li a.parent {

	background-color: transparent;

	background-image: url(images/plus.gif);

	background-repeat: no-repeat;

	background-position: 1px center;

}

ul.sitemap li ul li {

	margin-left: 1cm;

	padding-left: 10px;

}
.products2 {
margin-left: 30px;
}

