

body {




background-color: #ffffff;

text-align:center;




text-decoration:none;
}

#apDiv1 {padding: 13px 16px 0px}


#container {



 



width: 100%;





  }



a:link {
	color:#1a1a1a;

text-decoration:none;
font-family:Arial,Helvetica,sans-serif;
}



a:visited {
	

text-decoration:none;
font-family:Arial,Helvetica,sans-serif;
}



a:hover {

color:#333;

text-decoration:none;
font-family:Arial,Helvetica,sans-serif;
}



a:active {

color:#666666;

text-decoration:none;
font-family:Arial,Helvetica,sans-serif;
}



td.footer {

text-align:center

}
.footer {background-image:url(/css/images/footerbg.jpg); background-position: center; background-repeat: no-repeat;}


#header {
position:relative;

width:100%;
background-repeat: no-repeat;
height:213px;

background-image:url(/css/images/head.jpg);
background-position: center;

margin:0;


}



#headcat {

position:absolute;

left:0;

top:0;

z-index:-1;



}


#sidebar
{}
#pagetitle {

font-family:Arial, sans-serif;

font-size:16px;

font-weight:700;

height:48px;

width:100%;

overflow:visible;

color:#006;

margin:0;

padding:0 20px 0 0;

background-color:#fff;

}
img {border: none;}
.egadgets {background-image:url(/css/images/egadgetsbg.jpg); background-repeat:no-repeat;}

.bottomfeature {background-image:url(/css/images/bottomfeature.jpg); background-repeat:no-repeat;}
.infopanel

{
	
width:267;
background-repeat:no-repeat;
height:580 ;
background-color:#fff;
border:0 ;

align:left ;

cellpadding:8 ;
position:right;
}

#main {
width:100%;	



align:center;
vertical-align:top;
background-color:#fff;

}



.content {
margin-left: auto;
margin-right: auto;
width:980px;
cellpadding: 20;
vertical-align:top;



}



p {

padding-left:0;

padding-right:0;

font-family:Arial, sans-serif;

font-size:12px;

}



#menu {
font-family:Arial,sans-serif;

font-size:18px;
}



#navleft {

width:158px;

}



#banner {

margin-top:0

}



a.hidden {

color:#000;

text-decoration:none;

}

<!--leftbar/home-->



.home{font-family:Arial,Helvetica,sans-serif;font-size:12px;font-style:normal;font-weight:bold;font-variant:normal;text-decoration:none;color:#333;}.home:visited{font-family:Arial,Helvetica,sans-serif;font-size:12px;font-style:normal;font-weight:bold;font-variant:normal;text-decoration:none;color:#333;}.home:hover{font-family:Arial,Helvetica,sans-serif;font-size:12px;font-style:normal;font-weight:bold;font-variant:normal;text-decoration:none;color:#0198E1;}a:hover{text-decoration:none;color:#06F;}


/* this is the main UL element*/
.dropdown{
color:#cccccc;
	margin:0;
	padding:0;
	list-style:none;
	border-bottom:0px solid #333333;
	
}

/* these are the inner menus*/
.dropdown ul{
	color:#cccccc;
	margin:0;
	padding:0;
	border-top:0px solid #444;
	list-style:none;
		
}

/* these are all the LIs in the menu*/
.dropdown li{
	color:#cccccc;
	margin:0;
	padding:5px;
	width:120px;
	
	cursor:pointer;
	
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
	color:#CCC;
}

.dropdown a:hover{
	color:#FFF;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	color:#cccccc;
	border:1px solid #444;
	border-top:0;
	background-color:#1a1a1a;
	margin-left:-1px;
	font-size:12px;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu{
	color:#cccccc;
	background-image:url('/includes/menu/css/expand_down.gif');
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:20px;
	width:105px;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown ul li.submenu{
	color:#cccccc;
	background-image:url('/includes/menu/css/expand_right.gif');
	background-position:center right;
	padding:5px;
	width:120px;
}