* {
	margin:0;
	padding: 0;
}
body {
	background: url(images/background.gif) repeat-x top #555f6f;
	font-family: Verdana, sans-serif;
	font-size: 15px;
	text-align: center;
	color: #333;
}
p {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	color: #333;
	padding: 12px 0;
}
a { color: #177b9f; }

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

h2 {
font-size: 24px;
text-align: center;
padding: 20px 0;
color: #cc1919;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
#wrapper {
	width: 931px;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 100px;
}
#logo {
	background: url(images/logo.gif) no-repeat top;
	width: 432px;
	height: 92px;
	float: left;
}
#nav {
	width: 460px;
	float: right;
	margin-right: -40px;
}
#nav strong {
	display: block;
	padding: 10px;
	font-size: 11px;
	margin-bottom: 14px;
}
#nav ul li {
	list-style: none;
	float: left;
	display: block;
}
#nav ul li a {
	float: left;
	display: block;
	padding-top: 10px;
	text-align: center;
	width: 138px;
	height: 40px;
	text-decoration: none;
	color: #ddd;
	font-size: 12px;
	margin-right: 4px;
	background: url(images/nav.gif) no-repeat top;
}
#nav ul li a:hover {
	background: url(images/hover.gif) no-repeat top; color: #555;
}

#headline {
	background: url(images/header.jpg) no-repeat top;
	width: 931px;
	height: 412px;
	clear: both;
}
#themes {
	background: url(images/themes.jpg) repeat-y top;
	width: 882px;
	margin-left: 14px;
}
#themes a {
	display: block;
	float: left;
  clear:none;
	margin:9px 8px 9px 9px;
}
#themes a img {
	display: block;
	float: left;
	border: none;
}
#content { }
div.info-box {
	width: 400px;
	height: 150px;
	float: left;
	margin: 0 30px;
}
 div.info-box p {
	font-size: 11px;
	color: #fff;
	padding-right: 5px;
	padding-left: 5px;
 }
#icon1 {
	background: url(images/icon1.gif) no-repeat top;
	width: 346px;
	height: 62px;
}
#icon2 {
	background: url(images/icon2.gif) no-repeat top;
	width: 346px;
	height: 62px;
}
#icon3 {
	background: url(images/icon3.gif) no-repeat top;
	width: 346px;
	height: 62px;
}
#icon4 {
	background: url(images/icon4.gif) no-repeat top;
	width: 346px;
	height: 62px;
}
#features {
	clear: both;
	margin: 10px 0px 0px -30px;
	text-align: center;
	width: 1000px;
	height: 190px;
	padding: 10px 0px 0px 0px;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}
#features div.thumb {
  float:left;
  clear:none;
  margin:0px;
  padding:0px;
}
div.thumb {
	width: 200px;
	float: left;
}
	div.thumb strong {
		font-size: 12px;
		color: #fff;
	}
#bottom {
	background: url(images/bottom.jpg) no-repeat top;
	width: 920px;
	height: 130px;
	clear: both;
	margin: 10px 0;
	margin-bottom: 0;
	margin-left: 15px;
}
#footer {
	background: url(images/footer.gif) repeat-x bottom;
	width: 100%;
	text-align: center;
	clear: both;
}
#orderplr {
	float: left;	
	margin: 0 10px;
}
#orderplr img {
	border: none;	
}
#plr {
	float: left;
	margin: 0 10px;
}
#plr img {
	border: none;	
}
#footer a { color: #555f6f; }
#footer p { color: #fff; }
