body {
	padding:0;
	margin: 0;
	background: #06A200;
	color: #444444;
	font-size: 120%;
}

#menucontainer {
	width: 960px;
	height: 60px;
	background-color: transparent;
		margin: 0 auto;
		position: relative;
	text-align: center;
	z-index: 5;
}

#bottombar {
	width: 960px;
	color: #204000;
	line-height: 18px;
	padding: 30px 0px;
		margin: 0 auto;
		position: relative;
	text-align: center;
	z-index: 5;
}

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

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
		float: right;
		-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	border-radius: 5px;
	border-top-left-radius: 0;
	}

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

#menu li a {
	padding: 21px 20px;
	display: block;
	text-decoration: none;
	color: #204000;;
	outline: none;
	line-height: 18px;
		-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	}

#menu li li a {
	padding: 6px 10px;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

#menu li li a:hover {
	background-color: #53A600;	
}

#menu li.hover a {
	background-color: #06A200;
}

#menu li ul {
	position: absolute;
	top: -9999px;
	left: 0;
	width: 188px;
	height: auto;
	background-color: #06A200;
	padding: 10px;
}

#menu li ul ul {
	padding: 0;
}

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

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


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

#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: #dddddd;
	font-style: normal;
	line-height: 18px;
	overflow: hidden;
	display: none;
}

#common {
	
	height: 65px;
	width: 900px;
		margin: 0 auto;
		
	text-align: right;
	
	
	color: #444444;
	line-height: 22px;
	padding: 10px 30px 0 30px;
	
}

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

#common a:hover {
	color: #53A600;	
}

#maincol {

	width: 960px;
		margin: 0 auto;
		padding: 40px 0;
}

#content {
	float: right;
	padding: 0 30px 0 0;
	
}

#sidebar {
	float: left;
	width: 200px;
	padding: 0 0 0 30px;
}

.clearer {
	clear: both;
}

#bottom {
	width: 920px;
		margin: 0 auto;
		padding: 30px;
}

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

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

#bottom ul ul {
	width: 180px;
}

#bottom li a {
	display: block;
	padding: 6px 10px;
	width: 158px;
	text-decoration: none;
	color: #202020;
	font-weight: bold;
	text-transform: uppercase;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

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

#bottom a:hover {
	background-color: #53A600;
}

#logo {
position: absolute;
top: 10px;
left: 50%;
margin-left: -450px;
width: 170px;
height:170px;
background: url(../images/s2dlogo.jpg) no-repeat;
z-index:22;
}


#eyecatchercontainer {
		
	width: 100%;
}


#searchbox {
	width: 220px;
	height: 30px;
	background-color: #999999;
	margin-top:5px;
	float:right;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

#searchsubmit {
	width: 30px;
	height: 30px;
	float:right;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

#searchcriteria {
	border: 0;
	width: 160px;
	margin-top:6px;
	margin-left: 6px;
	color: #53A600;
	outline: none;
	float: left;
}

#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;
}