/* Main Body */

body
{
	background-color: #dddddd;
	color: #575757;
	min-width: 1000px;
	font-family: Georgia;
	font-size: 11pt;
}

/* Header Navigation */
#header
{
	height: 41px;
	background: url(../images/header_background.png);
	width: auto;
	margin-left: -8px;
	margin-right: -8px;
	margin-top: -8px;
}

#cardshare_logo
{
	background: url(../images/cardshare_logo.png) no-repeat center center;
	width: 160px;
	height: 29px;
	padding-top: 10px;
	padding-left: 8px;
}

#support_logo
{
	background: url(../images/support_logo.png) no-repeat center center;
	width: 130px;
	height: 32px;
	padding-top: 10px;
	padding-left: 8px;
}

#cardshare_navigation
{
	margin-top: -39px;
	position: absolute;
	right: 0px;
}

#support_navigation
{
	margin-top: -42px;
	position: absolute;
	right: 0px;
}

/* Header Image */

#header_image
{
	height: 350px;
	background: url(../images/header.png) no-repeat center center;
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	min-width: 1000px;
	margin-top: 29px;
}

#download_button
{
	width: 150px;
	height: 150px;
	float: right;
	background: url(../images/download.png);
}

/* Navigation */

/*#navigation
{
	height: 35px;
	width: 460px;
	margin-left: auto;
	margin-right: auto;
}*/

#navigation img
{
	border: 0px;
}

#home
{
}

#cardshare
{
	margin-left: -4px;
}

#support
{
	margin-left: -4px;
}

#blog
{
	margin-left: -5px;
}

/* Screenshots */

#screenshots_container
{
	margin-left: 10px;
}

#buttons
{
	/*margin-left: auto;
	margin-right: auto;*/
	margin-left:294px;
	width: 155px;
	height: 40px;
	cursor: hand;
}

#iphone
{
	margin-top: -2px;
	background-image: url(../images/iphone.png);
	//width: 719px;
	//height: 387px;
	width: 744px;
	height: 377px;
	/*margin-left:auto;
	margin-right:auto;*/
}

.screenshot
{
	position: absolute;
	//margin-left:120px;
	//margin-top:33px;
	margin-left:133px;
	margin-top:28px;
}

/* Writing */

#about
{
	float: right;
	width: 240px;
	margin-right: 0px;
	margin-top: -400px;
}

#page_title
{
	font-size: 16pt;
}

.section_title
{
	font-size: 13pt;
}

#left_content
{
	float: left;
	text-align: left;
	margin-top: 60px;
	margin-left: 10px;
	width: 400px;
}

#right_content
{
	float: right;
	text-align: right;
	margin-top: 60px;
	margin-right: 10px;
	width: 400px;
}

#requirements
{
	margin-top:550px;
}

#support_content
{
	padding: 10px;
}

#support_link
{
	cursor: hand;
}

/* Content */

#content
{
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

#content_header, #content_main, #content_footer
{
	margin-left: auto;
	margin-right: auto;
}

#content_header
{
	height: 20px;
	width: 1000px;
	background: url(../images/content_header.png) no-repeat center center;
}

#content_main
{
	width: 1000px;
	background: #bdbdbd;
	overflow:hidden;
}

#content_main a
{
	text-decoration: none;
	color:#575757;
}

#content_footer
{
	height: 20px;
	width: 1000px;
	background: url(../images/content_footer.png) no-repeat center center;
}

.pre_load
{
	display: none;
}

/* Footer */

#footer
{
	height: 100px;
	background: url(../images/footer.png) no-repeat center center;
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	text-indent:20px;
}

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

#footer #text
{
	padding-top:10px;
}
