A:link {text-decoration: none; color: #ff0000;}
A:visited {text-decoration: none; color: #ff0000;}
A:active {text-decoration: none; color: #ff0000;}
A:hover {text-decoration: none; color: #ff0000;}

*{
  padding:0px;
  margin:0px;
  border:0px;
}

html {
  font-family:verdana;
  font-size:12px;
}

body {
  background-color:#222222;
  
}

#wrapper {
  background-image:url("../gfx/bg_gradient2.png");
  background-repeat:repeat-x;
  background-color:#E1E1E1;
  width:800px;
  padding:5px;
  margin-left:auto;
  margin-right:auto;
  
}
#wrappertop {
  background-repeat:no-repeat;
  background-position:top;
  height:155px;
  position:relative;
}

#logo {
  width:405px;
  height:55px;
  position:absolute;
  left:100px;
  top:30px;
}

#menubar {
  position:absolute;
  left:90px;
  top:125px;
  
}

#menubar ul {
  padding:0px; 
  display: inline;
  }

#menubar ul li{
	padding: 3px 10px;
  border-left:solid 1px #000000;
	display: inline;
  list-style:none;
  float:left;
  
  text-align:center;
  }

#menubar ul li.first {
	border-left: none;
}
  
#menubar a {
  color:#000000;
  font-weight:bold;
  font-size:13px;
  font-family:arial;
}

#menubar li:hover{
  background-color:#ffffff;
  display:block;
  
}

#wrapperbottom {
  height:513px;
  position:relative;
  background:url("../gfx/background2.png") no-repeat 0px 6px;
}


#content {
  float:left;
  width:550px;
  margin:25px 0px 0px 100px;
  text-align:left;
}

.contentheading {
  font-family:verdana;
  font-size:16px;
  font-weight:bold;
  color:#000000;
}

#footer {
  margin:5px 0px 0px 0px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  height:24px;
  background-color:#ababab;
  font-weight:bold;
  
}

#footer p{
  padding-top:4px;
}

.clear{
  clear:both;
}

.products div{
	display:block;
  height:20px;
  margin-top:5px;
  font-weight:bold;
  background-color:#eeeeee;
  border-right:solid 4px #cacaca;
  border-bottom:solid 4px #cacaca;
  font-size:14px;
}

.flyout a{
	float:left;
	display:block;
	margin-right:24px;
	margin-top:10px;
}

#galleria a {
  float:left;
  display:block;
  margin:2px 5px;
}

