/* CSS Document */
body{
	background-color:#FDC474;
}

#wrapper{
	width:722px;
	margin:5px auto 5px auto;
}

#content_wrapper{
	width:712px;
	padding:5px;
	background-color:#FFFFFF;
}

#header{
	width:720px;
	height:181px;
	border:1px #000000 solid;
}

#nav_box{
	width:500px;
	margin:0px auto;
	background:url(images/top_circle3.jpg) no-repeat;
	padding-top:52px;
}

#nav_box p{
	background:url(images/middle_part.jpg) 9px repeat-y;
	margin:0px;
	padding-left:20px;
	padding-right:20px;
	font-family:Arial;
	font-size:1em;
}

#nav_box #spacer{
	background:url(images/bottom_circle2.jpg) no-repeat;
	height:50px;
}

#nav_box a:link,#nav_box a:visited{
	color:#000099;
}

#nav_box a:hover{
	text-decoration:none;
}

.center{
	text-align:center;
}

h1{
	font-family:Comic Sans MS;
	font-size:1.5em;
	color:#006600;
	text-align:center;
	clear:both;
}

#counter_box{
	margin:5px auto 0px auto;
	font-size:12px;
	width:110px;
	font-family:Arial;
	text-align:center;
}

#counter_box a img{
	border:none;
}

/*################Product Index Columns#################*/
#product_index_column1{
	width:350px;
	float:left;
	background:url(images/small_round.gif) no-repeat;
	padding-top:40px;
}

#product_index_column1 p, #product_index_column2 p{
	background:#FFCC33;
	margin:0px;
	font-family:Arial;
	font-size:.9em;
	text-align:left;
}

#product_index_column1 #spacer, #product_index_column2 #spacer{
	background:url(images/small_round_b.gif) no-repeat;
	height:60px;
}

#product_index_column1 a:link, #product_index_column1 a:visited, #product_index_column2 a:link, #product_index_column2 a:visited{
	color:#000000;
	display:block;
	text-decoration:none;
	margin:0px;
	padding:1px 5px 1px 10px;
}

#product_index_column1 a:hover, #product_index_column2 a:hover{
	background-color:#66BF5D;
}

#product_index_column2{
	width:350px;
	margin:0px;
	float:right;
	background:url(images/small_round.gif) no-repeat;
	padding-top:40px;
}

/*#################Product Listings Columns###############*/

#product_listing_c1{
	width:350px;
	float:left;
	background:url(images/small_round.gif) no-repeat;
	padding-top:40px;
	height:auto;
}

#product_listing_c1 #spacer, #product_listing_c2 #spacer{
	background:url(images/small_round_b.gif) no-repeat;
	height:60px;
}

#product_listing_c1 p, #product_listing_c2 p{
	background:#FFCC33;
	margin:0px;
	font-family:Arial;
	font-size:.8em;
	text-align:left;
	padding-left:10px;
}

#product_listing_c2{
	width:350px;
	margin:0px;
	float:right;
	background:url(images/small_round.gif) no-repeat;
	padding-top:40px;
}

#product_listing_c1 h1, #product_listing_c2 h1{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:5px 0px 5px 5px;
	color:#000000;
	text-align:left;
	background:#FFCC33;
}
/*###################Top Navigation##################*/

#navcontainer{
	background:#FFFFFF;
	margin:0px;
	padding:0px;
	
}

#navlist
{
padding: 3px 0;
margin: 0px 0px 5px 0px;
border-bottom: 1px solid #778;
font: bold 12px Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 3px 0.5em;
margin-left: 0px;
border: 1px solid #778;
border-bottom: none;
background: #FFCC33;
text-decoration: none;
}

#navlist li a:link { color: #000000; }
#navlist li a:visited { color: #000000; }

#navlist li a:hover
{
color: #FFFFFF;
background: #66BF5D;
border-color: #227;
}

h2{
	font-family:Comic Sans MS;
	margin:10px 0px 3px 0px;
	padding:0px;
	font-size:.9em;
	font-style:italic;
}

body#AProducts a.A, body#BProducts a.B, body#CProducts a.C, body#DProducts a.D, body#EProducts a.E,body#FProducts a.F,body#GProducts a.G,body#HProducts a.H
{
background: #66BF5D;
border-bottom: 1px solid white;
}

body#ijmProducts a.ijm, body#NProducts a.N, body#OPProducts a.op, body#RProducts a.R, body#SProducts a.S, body#TProducts a.T, body#VProducts a.V{
	background:#66BF5D;
	border-bottom:1px solid white;
}

/*##################Main Navigation######################*/
#topnavcontainer{
	background:#FFFFFF;
	overflow:hidden;
	margin:0 auto;
	padding:0px;
	
}

#topnavlist
{
	padding: 3px 0;
	margin: 5px 0px 0px 0px;
	border-bottom: 1px solid #778;
	font: bold 12px Verdana, sans-serif;
	text-align:center;
	float:left;
	width:712px;
}

#topnavlist li
{
list-style: none;
margin: 0;
float:left;
}

#topnavlist li a
{
	padding: 3px 0.5em 3px 0.5em;
	margin-left: 0px;
	margin-right:3px;
	margin-bottom:3px;
	text-decoration: none;
	width:139px;
	height:38px;
	display:block;
	line-height:34px;
}

#topnavlist li a:link { color: #000000;
	background:url(images/button1.gif) no-repeat;
	 }
#topnavlist li a:visited { color: #000000;
	background:url(images/button1.gif) no-repeat;
 }

#topnavlist li a:hover
{
color: #FFFFFF;
background:url(images/button2.gif) no-repeat;
border-color: #227;
}


#footer{
	width:712px;
	background:#E7982B;
	clear:both;
	font-family:Arial;
	padding:5px;
	font-size:.7em;
	text-align:center;
}

.clear{
	clear:both;
}

/*####################Company Styles################*/
#company_listing_c1{
	width:350px;
	float:left;
	background:url(images/small_round.gif) no-repeat;
	padding-top:40px;
	height:auto;
}

#company_listing_c1 #spacer, #company_listing_c2 #spacer{
	background:url(images/small_round_b.gif) no-repeat;
	height:60px;
}

#company_listing_c1 p, #company_listing_c2 p{
	background:#FFCC33;
	margin:0px;
	font-family:Arial;
	font-size:.8em;
	text-align:left;
	padding:0px 0px 5px 5px;
}

#company_listing_c1 a:link, #company_listing_c1 a:visited, #company_listing_c2 a:link, #company_listing_c2 a:visited{
	color:#000099;
}

#company_listing_c1 a:hover, #company_listing_c2 a:hover{
	text-decoration:none;
}

#company_listing_c2{
	width:350px;
	margin:0px;
	float:right;
	background:url(images/small_round.gif) no-repeat;
	padding-top:40px;
}

#company_listing_c1 h1, #company_listing_c2 h1{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:5px 0px 0px 5px;
	color:#000000;
	text-align:left;
	background:#FFCC33;
}

body#ACompanies a.A, body#BCompanies a.B, body#CCompanies a.C, body#DCompanies a.D, body#ECompanies a.E, body#FCompanies a.F,body#GCompanies a.G,body#HCompanies a.H,body#ICompanies a.I,body#JCompanies a.J, body#KCompanies a.K,body#LCompanies a.L,body#MCompanies a.M,body#NCompanies a.N,body#OCompanies a.O,body#PCompanies a.P,body#QRCompanies a.QR,body#SCompanies a.S,body#TCompanies a.T,body#UVCompanies a.UV,body#WYCompanies a.WY{
	background: #66BF5D;
	border-bottom: 1px solid white;
}