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

img, div, a, input { behavior: url(iepngfix.htc) }
 
body {
	background-color: #1f1f1f;
	font-family:Verdana, Geneva, sans-serif;
	color: #ffffff;
	margin: 0px;
	padding::0px;
}

.full_wrap {
	margin:0 auto;
	width:884px;
}

.inner_wrap {
	background: url('images/inner_background.gif') no-repeat;
}

.hdr_image {
	padding-top: 36px;
	padding-left: 13px;
}

.inner_content {

	font-size:11px;
}

.inner_content_left {
	float: left;
	width: 355px;
	padding-top: 20px;
}

.inner_content_right {
	float: left;
	width: 472px;
	padding-top: 20px;
}

.content_right_text {
	padding-top: 20px;
	width: 440px;
	margin-bottom: 30px;
}

.apps_table {
	margin: 0 auto;
	width: 243px;
	height: 553px;
	background:url('images/tbl_apps.png') no-repeat;
}

.apps {
	padding:46px 10px 10px 10px;
	text-transform:uppercase;
}

.apps_more {
	background:url('images/moreapps_bg.png') no-repeat;
	height:170px;
}

.apps_more div {
	height: 180px;
	overflow-y: auto;	
}

.apps_more_table {
	margin: 0 auto 0 56px;
	width: 754px;
}

.apps a, .apps a:link, .apps a:hover, .apps a:visited {
	text-decoration:none;
	color: #fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 8px;
}

.content_right_contact {
	background: url(images/form_bg.png) no-repeat;
	height: 256px;
	width: 458px;
}

.content_right_contact input, textarea {
	background-color: #fff;
	border: 0;
	width: 290px;
	font-size: 20px;
}

.content_right_contact span {
	vertical-align: top;
	padding-left: 2px;
}

.msg_name {
	position: relative;
	left: 116px;
	top: 10px;
	width: 310px;	
	height: 30px;
}

.msg_email {
	position: relative;
	left: 116px;
	top: 15px;
	width: 310px;	
	height: 30px;
}

.msg_message {
	position: relative;
	left: 116px;
	top: 20px;
	width: 310px;
	height: 90px;
}

.msg_message textarea {
	height: 89px;
	averflow-y: auto;
	font-family:Verdana, Geneva, sans-serif
}

.msg_submit {
	text-align:right;
	padding: 32px 48px;
}


#iphone_div {
	height:1px;
	left:680px;
	position:relative;
	top:-120px;
	width:100px;
	z-index:1;
}

.clear {
	clear: both;
}
