#topbar {
	width: 964px;
	height: 15px;
	margin: 0px auto;
	padding: 2px 5px;
	color: #fff; 	
	background-color: transparent;
	text-align: right;
	font-size: 10px;
}
#topbar a{
	color: #fff;
}
#topbar a:hover {
	text-decoration: underline; 
}
#bigContainer {  
  margin: 0px auto;
  width: 972px;
  background-color: #f7f7f7;
  border: solid #353535 1px;
}
#topmenu, #topsearch, #header, #container {
	width: 972px;
	float: left;
}
#header {
	width: 952px;
  height: 90px;
  padding: 10px 10px 20px;
  background-color: #353535;
  background-color: transparent;
  background-color: #f7f7f7;
}
#header #logo {	
	width: 154px;
	height: 70px;
	padding: 10px 0px 10px;
	/*margin-top: 20px;*/
	margin-right: 20px;
  margin-left: 10px;
  color: #000;
	float: left;	
}
#header #logo h1{
	font: 13px  Tahoma, Verdana, Arial, Helvetica, Geneva,  sans-serif;
  font-weight: bold;
  text-align: center;
  /*text-shadow: 1px 1px 1px #353535;*/
  margin-top: 2px;
}
#header #topad {
	width: 728px;
	height: 90px;
	/*border: 1px solid #353535;
	background-color: #eee;*/
	margin-right: 10px;
	float: right;
}
#header #pub {
	width: 9px;
	height: 88px;
	border: 1px solid #353535;
	border-left: none;
	background-color: #f7f7f7;
	color: #fff;
	float: left;
}
/************/
/* Top menu */
/************/
#topmenu {
	font: 10px Verdana, Helvetica, Tahoma, Arial, sans-serif;
	background-color: #f7f7f7;
}
#topmenu ul.primary {
	font-weight: bold;
	height: 23px;
	border-bottom: solid 1px #555;
}
#topmenu .primary li {
	margin: 0px 3px 0px 7px;	
	background-color: #f7f7f7;
	float: left;
}
#topmenu .primary a { 
	background: url(http://www.actuvore.com/_img/css/menu.png) no-repeat;
	background-position: 0px 0px;
	color: #353535;
	margin-top: 4px;
	display: block;
}	
#topmenu .primary a span {
	background: url(http://www.actuvore.com/_img/css/menu.png) no-repeat;
	background-position: right 0px;
	padding: 2px 7px 2px 0px;
	position: relative;
	left: 7px;
	display: inline-block;
}	
#topmenu .primary a:hover {
	background-position: 0px 00px;
  cursor: pointer;  /* Corrects an IE bug, try it again to see if i can remove it */  	
	color: #c00;
	margin-top: 0px;
}	
#topmenu .primary a:hover span {
	background-position: right 00px;
	padding: 3px 7px 5px 0px;
}	
#topmenu .primary a.current { 
	background-position: 0px -100px;
	color: #fff;
	margin-top: 0px;
}	
#topmenu .primary a.current span {
	background-position: right -100px;
	padding: 3px 7px 6px 0px;
}
#topmenu .primary a.current:hover {
}
#topmenu .primary a.current span:hover {
}
/******************************************/
#topmenu ul.secondary, #topmenu .secondary a {
	background: #0068cc url(http://www.actuvore.com/_img/css/menu.png) repeat-x;
	background-position: 0px -125px;	/* 23px height + 1 px bottom padding + 1px beggining of the next line */
	color: #fff;
}
#topmenu ul.secondary {
	height: 21px;
}
#topmenu .secondary li {
	float: left;
}
#topmenu .secondary a {
	padding: 3px 0px 2px;
	display: block;
}	
#topmenu .secondary a span{
	padding: 0px 7px 1px;	
	border-right: solid 1px #0058AD;
	display: inline-block;
}	
	#topmenu .secondary a:hover {
	background: none;
	background-color: #0058AD;
  cursor: pointer;  /* Corrects an IE bug, try it again to see if i can remove it */  	
	color: #fff;	
	padding-left: 1px;
	position: relative;
	left: -1px;
}	
#topmenu .secondary a:hover span {
	border: none;
	padding-right: 7px;
	padding-left: 7px;
	position: relative;	
	left: 0px;
}
#topmenu .secondary a.current { 
	color: yellow;
	font-weight: bold;
}
#topmenu .secondary a.current:hover { 
}
#topmenu .secondary a.current:hover span {
	border-right: solid 1px #0058AD;
	padding-right: 6px;
}
/******************/
/*   Top search   */
/******************/
#topsearch {
	background-color: #ccc;
	color: #353535;
	height: 20px;
	border-top: solid 1px #555;
	border-bottom: solid 1px #555;
	padding: 3px 0px;
}
#topsearch form{
	padding: 0px 5px;
}
#topsearch form label, #topsearch form select, #topsearch form input.text, #topsearch form input.submit {
	font: 10px Verdana, Helvetica, Tahoma, Arial, Georgia, sans-serif ;
	line-height: normal;
}
#topsearch form label {
	font-weight: bold;
}
#topsearch form input.text {
	border: solid 1px #999;
	padding: 2px 1px;
}
#topsearch form select{
	border: solid 1px #999;
} 
#topsearch form input.submit {
}
/*****************/
/*   Container   */
/*****************/
#container {
  margin: 0px auto;
  width: 962px;
	padding: 10px 5px 10px;
  height: auto;
  background-color: #f7f7f7;
	float: left;
}
#main {
	margin: 0px auto;
  height: auto;
	background-color: #fff;
	background-color: #f7f7f7;
  min-height: 510px;
}
#main .content {
	padding: 0px 5px;
	margin-left: 5px;
}

