/* Celga 2008*/

* { margin: 0;
    padding: 0;
    
  }

 .clear {
clear: both;
}

.left {
float: left;
}

.right {
float: right;
}

body 
{
  	margin: 0px;
  	background-color: #FFFFFF;
  	font-family: verdana;
	font-size: 12px;
 	color: #000;
}
  
table
{
	font-family: verdana;
	font-size:  12px;
	color: #000;
}

a {
	color: #003366;
}

h1 {
  font-weight: normal;
  font-size: 26px;
  color: 32689a;
  margin-bottom: 10px;
}

h2 {
  font-weight: normal;
  font-size: 18px;
  color: 32689a;
  margin-bottom: 5px;
}

h3 {
  font-weight: bold;
  font-size: 14px;
  color: 32689a;
  margin-bottom: 5px;
}

p {
 margin-top: 8px;
}

.title {
  font-weight: normal;
  font-size: 18px;
  color: 32689a;
}

.date
{
	font-style: italic;
}

#container {

	width: 950px;
  float: left;
  margin-bottom: 20px;

}

#header {
  background-image: url("images/header.jpg");
  height: 131px;
}

#content {
  float: left;
  width: 700px;
  min-height: 500px !important;
  padding: 5px;
  margin: 10px 10px 5px 10px;
  line-height: 18px;
  border: solid 1px #b4b4b4;
  background-image: url("images/graydient.jpg");
  background-position: bottom; 
  background-repeat: repeat-x;
  }

.sidebox {
  float: left;
  width: 200px;
  padding: 5px;
  margin-top: 10px;
  line-height: 18px;
  border: solid 1px #b4b4b4;
  background-image: url("images/graydient-short.jpg");
  background-position: bottom; 
}

#footermenu {
  width: 700px;
  text-align: center;
  margin: 0;
  padding: 15px 4px 4px 10px;
  font-size: 10px;
}


#footer {
  margin: 5px 0 0 0;
  background-color: #32689a;
  padding: 3px 3px 3px 10px;
  font-size: 10px;
  color: white;
}

#footer a {
  color: white;
}

/*Shops*/

.subCat
{
	margin-left:  10px;
	font-size: 10px;
}


/*Search Tags*/

.searchTags{
	font-size:  10px;
	display: none;	
}

.viewTags{
	font-size: 10px;
}



/*START OF MENU CSS */



.invertedshiftdown2{
padding: 0;
width: 100%;
border-top: 5px solid #003366; /*Highlight red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown2 ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown2 a{
float: left;
display: block;
font: bold 12px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 5px 10px; /*Padding within each menu item*/
background-color: #32689a; /*Default menu color*/
border-bottom: 8px solid white;
}

.invertedshiftdown2 a:hover{
background-color: #003366; /*Highlight red color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #003366; /*Highlight red color theme*/
color: white;
}

.invertedshiftdown2 .current a{ /** currently selected menu item **/
background-color: #003366; /*Highlight red color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #003366; /*Highlight red color theme*/
color: white;
}