@charset "utf-8";
/* CSS Document */

body
	{
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-image: url('../images/bg.png');
	background-repeat: repeat-x;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	}
	
a, a:visited
	{
	color: #0066cc;
	}

hr
	{
	height: 1px;
	margin: 20 0 20 0;
	padding: 0;
	background-color: #cccccc;
	border: 0;
	}
	
a:hover
	{
	color: #8596C2;
	}
	
#wrapper
	{
	width: 900px;
	margin: 0 auto 0 auto;
	text-align: left;
	position: relative;
	}

#menu
	{
	height: 45px;
	background-image: url('../images/menu_bg.png');
	overflow: hidden;
	}

#title
	{
	height: 88px;
	background-image: url('../images/title_bg.png');
	float: none;
	clear: both;
	}
	
#splash
	{
	height: 270px;
	background-image: url('../images/splash_bg.jpg');
	}

#content
	{
	min-height: 200px;
	background-image: url('../images/content_bg.png');
	background-repeat: repeat-x;
	padding: 20px;
	line-height: 1.5em;
	}
	
#iphone
	{
	position: absolute;
	top: 156px;
	left: 430px;
	}
	
#buynow
	{
	position: absolute;
	top: 390px;
	left: 37px;
	}
	
#menu li
	{
	float: left;
	}
	
#menu li a
	{
	display: block;
	font-size: 12px;
	padding: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #746d5b;
	}
	
#menu li a:hover
	{
	text-decoration: underline;
	}
	
#welcometext
	{
	position: absolute;
	top: 260px;
	left: 40px;
	color: white;
	line-height: 2em;
	font-size: 12px;
	width: 400px;
	}
	
h4
	{
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	}
	
h2
	{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
	}

strong
	{
	font-weight: bold;
	}

p
	{
	padding-bottom: 10px;
	}

.clearer
	{
	float: none;
	clear: both;
	}
	

#footer
	{
	padding: 20px;
	text-align: center;
	float: none;
	clear: both;
	border-top: 3px solid #CCCCCC;
	margin-top: 10px;
	}

.contact_table
	{
	border-collapse: collapse;
	}

.contact_table td
	{
	padding: 5px;
	}

#screenshot
	{
	float: left;
	width: 380px;
	padding-left: 20px;
	}

#thumbnails
	{
	float: left;
	width: 460px;
	}

.thumb
	{
	padding: 0 5px 5px 0;
	}

h3 
	{
	color: #444;
	background-color: transparent;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0 2px 0;
	padding: 5px 0 6px 0;
	}

.blog_content
	{
	margin: 10px 0 0 0;
	}
	
a.title, h3
	{
	color: #000066;
	}

a.title:hover
	{
	color: #8596C2;
	}

.date
	{
	color: #999999;
	}


.date2
	{
	color: #999999;
	font-size: .8em;
	line-height: .8em;
	padding: 4px 0 4px 0;
	}

#recent
	{
	float: right;
	width: 280px;
	}

#blog
	{
	width: 500px;
	float: left;
	}

.recent_item
	{
	margin: 0 0 4px 0;
	}
	

h1
	{
	font-weight: bold;
	font-size: 2.5em;
	margin: 20px 0 20px 0;
	}

#dbz
	{
	margin: 10px 0 20px 10px;
	}
	
#dbz li
	{
	padding-left: 20px;
	margin-left: 20px;
	}

#submenu
	{
	width: 250px; 
	float: left;
	padding-right: 20px;
	}

	#submenu li
		{
		border-bottom: 1px solid #dddddd;
		}

	#submenu a
		{
		display: block;
		font-weight: bold;
		padding: 10px 0 10px 0;
		font-size: 1.1em;
		text-decoration: none;
		}
	
#main_content
	{
	width: 580px; 
	float: right;
	}