body {
	padding:0;
	margin: 0;
	background: #ffffff;
	color: #444444;
}

#menucontainer {
	width: 100%;
	height: 60px;
	background-color: #006666;
}

#bottombar {
	width: 100%;
	background-color: #006666;
	color: #ffffff;
	line-height: 18px;
	padding: 8px 0px;
		text-align: center;
	}

#menu {
	width: 960px;
	height: 60px;
		margin: 0 auto;
		position: relative;
	z-index: 5;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;

}

#menu li {
	float: left;
	position: relative;
	
}

#menu li a {
	padding: 21px 20px;
	display: block;
	text-decoration: none;
	color: #eeeeee;
	outline: none;
	line-height: 18px;
}

#menu li li a {
	padding: 6px 10px;
	color: #006666;
	z-index:1;
}

#menu li li a:hover {
	background-color: #006666;	
	color: #ffffff;
	
}

#menu li.hover a {
	background-color: #ffffff; 
	color: #191e3c;
	
	
}

#menu li ul {
	position: absolute;
	top: -9999px;
	left: 0;
	width: 188px;
	height: auto;
	background-color: #ffffff; 
	filter: alpha(opacity=80); -moz-opacity:0.6;
	padding: 10px;
	
}

#menu li ul ul {
	padding: 0;
	
}

#menu li.hover ul {
	top: 60px;
	
}

#menu li a.first {
	font-weight: bold;
	text-transform: uppercase;
	color: #191e3c;
}


#menu ul.multicol ul {
	width: 188px;
	position: relative;
	top: 0;
	left: 0;
	color: #191e3c;
	
}

#menu li li {
	width: 188px;

}

#menu li em {
	display: none;
}

#menu li.hover em {
	display: block;
	position: absolute;
	width: 220px;
	height: 55px;
	background: url(../images/pbubble.gif) no-repeat;
	padding: 5px 10px 20px 10px;
	left: 0;
	top: -80px;
	color: #006666;
	font-style: normal;
	line-height: 18px;
	overflow: hidden;
}

#common {
	width: 960px;
	height: 65px;
	padding: 20px 0;
	background: url(../images/ptitle.gif) no-repeat left bottom;
		margin: 0 auto;
		text-align: right;
	color: #888888;
	line-height: 22px;
}

#common a {
	color: #888888;
	text-decoration: none;
}

#common a:hover {
	color: #006666;	
}

#maincol {
	width: 960px;
		margin: 0 auto;
		padding: 30px 0;
}

#content {
	float: left;
	width: 600px;
}

#sidebar {
	float: right;
	width: 250px;
}

.clearer {
	clear: both;
}

#bottom {
	width: 960px;
		margin: 0 auto;
		padding: 20px 0;
}

#bottom ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#bottom li {
	margin: 0;
	padding: 0;
	float: left;
}

#bottom ul ul {
	width: 192px;
}

#bottom li a {
	display: block;
	padding: 6px 10px;
	width: 172px;
	text-decoration: none;
	color: #006666;
	font-weight: bold;
	text-transform: uppercase;
}

#bottom li li a {
	color: #006666;
	font-weight: normal;
	text-transform: none;
}

#bottom a:hover {
	background-color: #f8f8f8;
}

#eyecatchercontainer {
	background: #ffffff center center repeat-y;
	width: 100%;
}

#eyecatcher {
	width: 960px;
	height: 300px;
		margin: 0 auto;
		position: relative;
	overflow: hidden;
}

#eyecatcher div {
	width: 20px;
	display: none;
	height: 300px;
	position: absolute;
	z-index: 2;
}

#eyecatcher img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#searchbox {
	width: 200px;
	height: 30px;
	position: absolute;
	right: 0;
	background-color: #ffffff;
	top: 15px;
}

#searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
}

#searchcriteria {
	border: 0;
	width: 160px;
	top: 6px;
	left: 6px;
	position: absolute;
	color: #006666;
	outline: none;
}

#trustedshops input {
	width: 100px;
	height: 100px;
	padding-left: 50px;
	display: block;
}

#trustedshops a {
	display: block;
	color: #444444 !important;
	line-height: 160%;
	font-weight: normal  !important;
	padding: 10px 0;
}

.menuaudio {
	display: none;
}

#youarehere {
	display: block;
  text-align: right;
	padding: 0;
  margin: 0px 0px 10px 0px;
	color: #444444;
	font-size: 90%;
}

#youarehere a {
	color: #006666;
	font-weight: normal;
	
}

#youarehere a:hover {
	text-decoration: underline;
}


a.s2d {
font-weight: normal;
	 color: #006666;    
  font-size: 15px; 
	
 
}



span.blog {
  color: #006666;    
  font-size: 15px;  
  
}

hr.blogline {
  width: 100%; 
  color: #dddddd; 
  margin: 0;

}
