body {
	margin:0px auto;
	padding: 0;
	color: #666;
	background: #00345b url(../images/body-bg.jpg) repeat-x center top;
	font-family: Arial;
	font-size: 14px;
}

h1 {
	padding:0;
	margin:0;
	padding-top:10px;
	color: #2280c0;
	font: bold 23px Arial;
	border-bottom: 2px solid #e2ecf9;
}

h2 {
	padding:0;
	margin:3px 0;
	padding-bottom:5px;
	color: #3892ce;
	font: bold 16px Arial;
}

h2 a {
	color: #3892ce;
	text-decoration:none;

}

h2 a:hover {
	color: #2462A6;
	text-decoration:none;
}

h3 {
	padding:0;
	margin:0;
	padding-bottom:5px;
	color: #333;
	font: bold 15px Arial;
}

h3 a {
	color: #666;
	text-decoration:none;
}

h3 a:hover {
	color: #09F;
	text-decoration:none;
}

img {
	border:0;
}

a	{
	color:#4094d0;
	font: Arial;
	text-decoration:none;
}

a:hover	{
	text-decoration:underline;
}

.clear {
	clear:both;
}

.title {
	color: #54c7e9;
	font: 28px Arial;
}

.price {
	color: #2280c0;
	font: bold 17px Arial;
}

#header {
	margin:0px auto;
	margin-top: 10px;
	width: 895px;
	height:102px;
	background: transparent url(../images/header-bg.gif) no-repeat right bottom;
}

#logo {
	display:block;
	padding: 20px 0 0 0;
}

#topnav {
	margin: 0 auto;
	width: 895px;
	height: 49px;
	text-align: center;
	margin-bottom: 0px;
	clear:both;
	background: url(../img/header.png) top left repeat-x;
} 
#topnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
} 
#topnav ul li {
	display: inline;
	font-size: 10px;
	margin: 0px;
	overflow: hidden;
} 
#topnav ul li a {
	width: 149px;
	height: 49px;
	padding: 0 0 0px;
	overflow: hidden;
	float:left;
	text-indent: -900%;
  	outline: none;	
}
#topnav ul li#nav_overview a {
    width: 150px;
	background: url(../images/overview.gif) top left no-repeat;
} 
#topnav ul li#nav_blog a {
	background: url(../images/blog.gif) top left no-repeat;
} 
#topnav ul li#nav_story a {
	background: url(../images/story.gif) top left no-repeat;	
} 
#topnav ul li#nav_screenshots a {
	background: url(../images/screenshots.gif) top left no-repeat;	
} 
#topnav ul li#nav_purchase a {
	background: url(../images/purchase.gif) top left no-repeat;
} 
#topnav ul li#nav_support a {
	background: url(../images/support.gif) top left no-repeat;	
} 
#topnav ul li.on a:hover, #topnav ul li.on a {
	background-position: 0 -49px !important;
} 
	
#content {
	margin:0px auto;
	padding: 30px 20px 30px 40px;
	width: 835px;
	background: #FFF url(../images/content-bg.gif) repeat-x left bottom;
}

#left {
	float:left;
	width: 550px;
}

#right {
	float: right;
	width: 176px;
	height: 298px;
	font-size: 11px;
	background: url(../images/right-bg.gif) no-repeat left top;
	padding: 20px 15px 20px 30px;
}

#twitter-div {
	float: right;
	width: 176px;
	height: 298px;
	font-size: 11px;
	background: url(../images/right-bg.gif) no-repeat left top;
	padding: 20px 15px 20px 30px;
    margin-top: 40px;
}
#twitter-div #twitter-inner-div {
	height: 283px;
    overflow: hidden;
}
#twitter-div #twitter-inner-div #twitter_update_list {
    padding: 0 0 15px 20px;
}
#twitter-div #twitter-inner-div #twitter_update_list li {
    margin: 0 0 15px 0;
}

.home-img {
	padding: 15px;
	margin-right: 20px;
	background-color:#f3f7fc;
}

.screenshots {
    list-style: none;
}

.screenshot {
	float:left;
	display:block;
	padding: 10px 10px;
	margin: 0 20px 5px 0;
	background-color:#f3f7fc;
}

.screenshot a {
	float:left;
	display:block;
	padding: 15px 20px;
	margin: 0 20px 5px 0;
	background-color:#f3f7fc;
}

.screenshot a:hover {
	background-color:#C7DAF1;
}

.error {
    color: #f00;
    font-weight: bold;
}

#bottom {
	margin:0px auto;
	clear:both;
	padding: 30px 20px 30px 40px;
	width: 835px;
	font-size: 11px;
	background-color:#FFF;
}

#item-box {
	float:left;
	margin-right: 25px
}

#footer {
	margin:0px auto;
	margin-bottom:20px;
	width: 875px;
	height:25px;
	text-align:right;
	padding: 10px 20px 0 0;
	color:#cecece;
	font-size: 11px;
	background: transparent url(../images/footer-bg.gif) repeat-x left bottom;
}

#footer a {
	text-decoration:underline;
	color:#efefef;
}

#footer a:hover {
	text-decoration: none;
	color:#efefef;
}

