*, html {
	margin: 0;
	padding: 0;
}
body {
	background: #b2c5f0 url(images/background.png) repeat-x;
	text-align: center;

	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	color:#333
}
img {
	border:0px;
}
a {
	color: #799ae7;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #476dc5;
	font-weight: bold;
	text-decoration: underline;
}   
h1 {
	font-size: 1.6em; border-bottom:1px dotted #CCC; color:#312102
	font-weight: 400;
	padding-bottom: 2px;
}  
h2 {
	font-size: 1.4em;  color: #999;
	font-weight: 400;
	padding-bottom: 2px;
	clear:both;
}
h3 {
	font-size: 1.3em; background-color:#EEE;padding:5px;margin:10px ;font-weight:400
} 
#header {
	background: url(images/header.png) no-repeat;
	width: 980px;
	height: 70px;
	margin: 15px auto 0 auto;
	position: relative;
}
#header h1 a {
	width: 400px;
	height: 60px;
	display: block;
	text-indent: -999em;
}
#header ul {
	list-style: none;
	position: absolute;
	bottom: 7px;
	right: 25px;
}
#header ul li {
	float: left;
	margin: 0 15px 0 0;
}
#header ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#header ul li a:hover {
	text-decoration: underline;
}
#container {
	background: url(images/container-bg.png) repeat-y;
	width: 980px;
	margin: 0 auto;
	text-align: left;

}

#content ul {
	padding-left: 25px;
}
#content li {
	padding-top: 5px;
}
#headline {
	clear:both;
	


	
}

#content img {padding-right:5px;padding-bottom:5px}
#headline h1.headline {
	text-align: center;
	font-size:1.2em;
	text-transform: uppercase;
	color: #666;
background-color:#EEE;margin-left:11px;margin-right:10px;padding-top:5px;padding-bottom:5px
}
#sidebar-left, #sidebar-right {
	float: left;
	width: 180px;
	margin: 15px 0 0 15px;
}
#sidebar-right {
	width: 160px;
	margin-right: 25px;
	float: right;

	background: #dde6f5;
}
#sidebar-left ul, #sidebar-right ul {
	list-style: none;
	margin: 10px;
}
#content {
	float: left;
	width: 570px;
	margin: 15px 0 0 0;
	border-left:1px dotted #CCC;padding:5px;
}
.product_icon {
	margin: 00px;
	padding: 10px;
	outline: thin;
	float: left;
	background-color:#ffffff;
}
.product_icons {
	clear:both;
}
#footer {
	clear: both;
	background: #b2c5f0 url(images/footer.png) no-repeat;
	width: 100%;
	height: 80px;
	display: block;
	margin: 0 auto;
	text-align: right;
}
#footer ul {
	list-style: none;
	padding: 30px 15px 0 0;
	float: right;
}
#footer ul li {
	float: left;
	margin: 0 15px 0 0;
}
#footer ul li a {
	text-decoration: none;
	font-size: 14px;
	color: #fff;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer p {
	clear: both;
	font-size: 14px;
	margin: 5px 25px 0 0;
	float: right;
}
#product_icons img{padding:0px;margin:0px}

.app-product {
	clear:both;
	text-align:left;
	border:medium;
}
