/* CSS Document */

/* reset */
*, ul, li, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
ul {
	list-style:none
}
img {
	border:none
}
a:focus {
	outline:none
}
/* render html5 elements as block */
header, footer, section, aside, nav, article {
	display: block;
}

#wrapper {
	height:200px;
	margin:0 auto;
}
/* HEADER */

#header {

	
	height:50px;
	position:relative;

	
}
/* HEADER - LOGO */

#header .logo {
	float:left;
	margin-top:-20px;
	padding:0 22px 0 52px;
	position:relative;
	z-index:10;
	width:177px;
	height:184px;
}
#header h1 {
	font-size:36px;
	font-weight:bold;
	color:#414044;
	text-shadow: #fff 1px 1px 0;
	
}
#header p {
	font-size:13px;
	color:#555;
	line-height:1.6em;
	padding-top:2px
}
#header #nav1 {
	
	text-align:center;

}
#header #nav1 ul li {
	float:right;
	font-size:14px;
	color:#515758;
	padding-right:7px;
}
#header #nav1 ul li a {
	height:27px;
	float: left;
	font-weight:bold;
	background:#fff;
	color:#515758;
	line-height:27px;
	text-decoration:none;
	padding:0px 10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#header #nav1 ul li a:hover {
	background:#eb9b3f;
	color:#fff;
}
.clear {
	height:1px;
	display:block;
	clear:both;
}
.icons {
	width:750px;
	padding:22px 0 20px 0;
	position:relative;
	z-index:100;
}
.icons ul {
	width:750px;
	float:right;
}
.icons ul li {
	width:230px;
	height:200px;
	float:left;
	margin:0 7px 15px 0;
	padding:6px 6px 10px 6px;
	position:relative;
	background:#fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 5px 5px #333;
	-moz-box-shadow: 3px 3px 3px #ccc;
	-webkit-box-shadow: 3px 3px 3px #ccc;
	box-shadow: 3px 3px 3px #ccc;
}
.icons ul li:hover {
	background:#000;
}
.icons ul li a {
	display:block;
}
.icons ul li img {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width:232px;
}
.icons ul li h3 {
	font-size:16px;
	color:#454648;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
	padding-bottom:2px;
	display: block;
}
.icons ul li:hover h3 {
	background:#000;
	color:#fff;
}
.icons ul li h3 a {
	color:#454648;
	text-decoration:none
}
.icons ul li h3 a:hover {
	color:#454648;
	text-decoration:underline
}
.icons ul li p {
	font-size:13px;
	padding-bottom:4px;
	color:#9a8aca;
	text-align:center;
	display: block;
}
.rating {
	width:80px;
	height:16px;
	margin:0 0 0 105px;
	padding:0;
	list-style:none;
	clear:both;
	position:relative;
	background: url(../images/star-matrix.png) no-repeat 0 0;
}
/* add these classes to the ul to effect the change to the correct number of stars */
.nostar {
	background-position:0 0
}
.onestar {
	background-position:0 -16px
}
.twostar {
	background-position:0 -32px
}
.threestar {
	background-position:0 -48px
}
.fourstar {
	background-position:0 -64px
}
.fivestar {
	background-position:0 -80px
}
div.rating a {
	position:absolute;
	left:0;
	display:block;
	top:0;
	width:16px;
	height:16px;
	text-decoration:none;
	z-index: 200;
	text-indent:-9999em
}
div.rating .one {
	left:0
}
div.rating .two {
	left:16px;
}
div.rating .three {
	left:32px;
}
div.rating .four {
	left:48px;
}
div.rating .five {
	left:64px;
}
#dynamic-to-top {
	background:url(../images/up.png) no-repeat left top;
	display:none;
	width:56px;
	height:56px;
	overflow:hidden;
	width:auto;
	z-index:9999;
	position:fixed;
	bottom:20px;
	right:20px;
	text-indent:-9999em
}
#dynamic-to-top:hover {
	background-position:0 -56px;
	cursor:pointer;
}
#dynamic-to-top span {
	width:56px;
	height:56px;
	display:block
}
#info {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 60px;
	position:absolute;
	top:0;
	left:46px;
	width:875px;
	font-size:18px;
	font-weight:bold;
	color: #00529B;
	background:#BDE5F8 url(../images/info.png) no-repeat 10px center;
	display:none
}
