* {
	outline: none;
}

body {
	background-color:  #eaf2f9;
	color: #444;
	font: normal 62.5%/150% Verdana, Helvetica, Arial, sans-serif;
	height: 100%;
	margin: 5px 10px 15px;
	line-height: 1.5em;
}

a, a:link, a:active, a:visited {
	color: #369;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
	vertical-align: middle;
}

#downButton, #buyButton
{
	margin-left:100px;
}


ul.changelog, ul.new-features
{
	margin-left: 20px;
	padding-left: 20px;
	
}

ul.new-features li
 {
	list-style-image: none;    
	margin: 5px;
	margin-left:30px;

 }

ul.changelog li { 
  list-style-image: none;    
  margin: 5px;
  margin-top: 30px;
}
ul.changelog li  span{ 
  font-size:120%;
	font-weight: bold;  
}


ul.changelog li ul
{
	margin-left: 20px;
	padding-left: 20px;
	
}

ul.changelog li ul li{ 
   margin: 5px;
   list-style-image: none;  
   font-style:normal;
}

#menu
{
	padding-left:2px;
	margin-top:0;
	margin-bottom:0px;
	height:28px;
	width:350px;
	padding-top:5px;
	color: #006699;
	border: 1px solid #ccc;
	border-left-width:10px;
	line-height: 1.3em;
	text-decoration: none;
	background-color: #ffe;
}

#menu li
{
	list-style-type: none;
	list-style-image: none;
	position: relative;
	float:left;
	margin-right:20px;
	
}
#menu li a
{
	font-size: 15px;
	color: #0066cc;
	text-decoration: none;
	border:1px solid #ffe;
	display: block;
	line-height: 1.3em;
	padding: 0px 4px 2px 4px;
}

#menu li a:hover
{
	background-color: #f3f7fd;
	color: #006699;
	border:1px solid #bed6fa;
}


h3 {
	font-size: 15px;
	color: #336699;
	margin: 25px  5px 0px 10px;
	height: 48px;
	padding: 15px 10px 10px 60px;
}

h3#wallpaperChanger
{
	background: url(../images/wallpaperchanger.png) #fff no-repeat left 0;
}


h3#download
{
	background: url(../images/download2.png) #fff no-repeat left 0;
}

h3#purchase
{
	background: url(../images/card1.png) #fff no-repeat left 0;
}

p {
	line-height: 1.8em;
	margin: 5px 0 10px 30px;
	padding: 0;
}

#container {
	font-size: 120%;
	margin: 0 auto;
	position: relative;
	width: 780px;
	line-height: 1.5em;
}

#header {
	background: url(../images/header.gif);
	color: #fff;
	height: 110px;
	margin-bottom: 5px;
}

#header-logo {
	float: left;
	padding: 8px 0;
	width: 780px;
}

#header-logo h1 {
	margin: 0;
	padding: 0;
}

#header-logo h1 a {
	display: block;
	height: 110px;
}

#header-logo h1 a span {
	display: none;
}

#footer {
	background: url(../images/footer_bg.png) #145285 repeat-x;
	clear: both;
	color: #fff;
	font-size: 90%;
	height: 69px;
}


#footer a {
	color: #afd6ff;
}

#footer-misc {
margin:10px;
	float: left;
}

#footer-copyright {
margin:10px;
	float: right;
	text-align: right;
}

#footer-logo {
	float: right;
	margin-left:10px;
}
.content-box-t {
	background: url(../images/content_box.png) repeat-x 0 -10px;
}

.content-box-t-l {
	background: url(../images/content_box.png) no-repeat left 0;
	font-size: 0;
	height: 5px;
}

.content-box-t-r {
	background: url(../images/content_box.png) no-repeat right -5px;
}

#content
 {
	background-color:  #fff;
	border-left: 1px solid #2a4662;
	border-right: 1px solid #2a4662;
	padding: 100px;
}

#content.sidebar {
	padding: 0;
}

#content-wrapper {
	float: left;
	margin: 0 -35% 0 0;
	width: 100%;
}

#content-main-first {
	padding: 0px 10px 0;
}

#content-main-first p {
	margin-bottom: 5px;
}

#content-main div.hr,
#content-main-first div.hr {
	border-bottom: 1px solid #d1e0ef;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	height: 0;
	margin: 5px 0 10px;
}

#content-main-first div.hr {
	margin-bottom: 5px;
}

#content-sidebar {
	background: url(../images/content_border.png) repeat-y ;
	float: right;
	width: 35%;
}

#content-sidebar-main {
	
	padding: 10px 10px 10px 11px;
}

.clear {
	clear: both;
}


.sidebar-recents-t {
	background: url(../images/content_sidebar_recents.png) #145285 repeat-x 0 -94px;
}

.sidebar-recents-t-l {
	background: url(../images/content_sidebar_recents.png) no-repeat left 0;
	color: #fff;
	font-size: 90%;
	line-height: 22px;
	padding-left: 5px;
	text-align: center;
}

.sidebar-recents-t-r {
	background: url(../images/content_sidebar_recents.png) no-repeat right -47px;
	padding-right: 5px;
}


.sidebar-recents-nav {
	height: 22px;
	padding-bottom: 3px;
}


.sidebar-recents-content {
	background: url(../images/content_sidebar_recents.png) #eaf2f9 repeat-x 0 -248px;
	border-left: 1px solid #d1e0ef;
	border-right: 1px solid #d1e0ef;
	clear: both;
	font-size: 90%;
	padding: 10px;
	min-height: 100px;
	text-align: center;
	
}

.sidebar-recents-b {
	background: url(../images/content_sidebar_recents.png) #eaf2f9 repeat-x 0 -183px;
	margin-bottom: 10px;
}

.sidebar-recents-b-l {
	background: url(../images/content_sidebar_recents.png) no-repeat left -141px;
	clear: both;
	font-size: 90%;
	height: 14px;
	line-height: 14px;
	padding: 3px 10px 4px 10px;
	text-align: right;
}

.sidebar-recents-b-r {
	background: url(../images/content_sidebar_recents.png) no-repeat right -162px;
	padding-right: 5px;
}

.sidebar-recents-t .recents-refresh {
	background: url(../images/content_sidebar_recents_refresh.gif) no-repeat;
	display: block;
	float: right;
	font-size: 0;
	height: 12px;
	margin: 5px 5px 0 0;
	width: 12px;
}
