/* CSS Document */

body {
	background-image: url(../images/background.png);
	background-repeat:repeat-x;
	background-color:#000000;
	margin:0px;
}

ol li {
	font-family: Arial, Tahoma, Helvetica, "Trebuchet MS", sans-serif;
	font-size: 12px;
}

#wrapper {
	width:900px;
	margin:auto;
}

/* Header and Navigation */

#header {
	width:900px;
	height:74px;
}

#logo {
	width:190px;
	height:51px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	margin-left:15px;
	margin-top:20px;
	float:left;
}

#logo_link {
   width:185px;
   height:51px;
   display:block;
}

#logo_link span {
   display:none;
}

#navigation {
	width:430px;
	float:right;
	margin-top:25px;
}

#navigation ul {
	margin-left:10px;
}

#navigation li {
	font-family: Arial, Tahoma, Helvetica, "Trebuchet MS", sans-serif;
	font-size:16px;
	color:#2B2B2B;
	float:left;
	margin-right:10px;
	padding-right:20px;
	padding-left:10px;
	list-style-type:none;
	background-image:url(../images/nav_divider.png);
	background-position: right center;
	background-repeat:no-repeat;
}

#navigation a {
	font-family:Arial, Tahoma, Helvetica, "Trebuchet MS", sans-serif;
	font-size:16px;
	color:#781818;
	font-weight:normal;
	text-decoration:none;
}

#navigation a:visited {
	color:#781818;
	text-decoration:none;
}

#navigation a:hover {
	color:#B9090B;
	text-decoration:none;
}

/* Header and Navigation */

/* Main Graphic */

#main_graphic {
	width:900px;
	height:343px;
	background-image:url(../images/main_graphic.jpg);
	background-repeat:no-repeat;
	clear:both;
}

#download_section {
	width:350px;
	height:61px;
	margin-left:15px;
	margin-top:290px;
	float:left;
}

#download_section h1 {
	font-family:Arial, Tahoma, Helvetica, "Trebuchet MS", sans-serif;
	font-size:24px;
	color:#EB3B37;
	margin:0px;
	padding:0px;
}

#download_section h2 {
	font-family:Arial, Tahoma, Helvetica, "Trebuchet MS", sans-serif;
	font-size:18px;
	color:#FFFFFF;
	margin:0px;
	padding:0px;
}

#download_button {
	width:162px;
	height:46px;
	float:left;
	margin-left:5px;
	margin-top:290px;
}

#download_button span {
	display:none;
}

#download_button a {
	width:162px;
	height:46px;
	background-image:url(../images/download_button.gif);
	background-repeat:no-repeat;
	display:block
}

#download_button a:hover {
	background-position: 0px -45px;
	background-repeat:no-repeat;
}

/* Main Graphic */

/* Subpage Header */

#sub_header {
	width:900px;
	height:93px;
	background-image:url(../images/sub_header.png);
	background-repeat:no-repeat;
	clear:both;
	margin-top:0px;
}

#sub_header h1 {
	width:500px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#FFFFFF;
	margin-left:15px;
	padding-top:15px;
	float:left;
}

#sub_header_buttons {
	width:260px;
	float:right;
	padding-top:20px;
}

#try_it {
	width:120px;
	height:50px;
	background-image:url(../images/try_button.png);
	background-repeat:no-repeat;
	background-position: center center;
	float:left;
	margin-right:5px;
}

#try_it_link {
   width:120px;
   height:50px;
   display:block;
}

#try_it_link span {
   display:none;
}

#buy_it {
	width:120px;
	height:50px;
	background-image:url(../images/buy_button.png);
	background-repeat:no-repeat;
	background-position: center center;
	float:left;
	margin-right:10px;
}

#buy_it_link {
   width:120px;
   height:50px;
   display:block;
}

#buy_it_link span {
   display:none;
}

/* Subpage Header */

/* Cell Phone Graphic */

#cell_phone {
	width:266px;
	height:444px;
	background-image:url(../images/cell_phone.png);
	background-repeat:no-repeat;
	position:absolute;
	z-index:1000;
	margin-left:600px;
	margin-top:15px;
}

/* Cell Phone Graphic */

/* Main Content */

#content_wrapper {
	width:900px;
	min-height:560px;
	background-color:#F5F5F5;
	background-image:url(../images/page_bottom.png);
	background-repeat:no-repeat;
	background-position: center bottom;
}

#content_left {
	width:560px;
	float:left;
}

#intro_text {
	width:540px;
	margin-left:20px;
	padding-top:10px;
	padding-bottom:20px;
}

#intro_text h1 {
	font-family:Arial, Tahoma, Helvetica, "Trebuchet MS", sans-serif;
	font-size:30px;
	color:#B9090B;
	margin-bottom:0px;
}

#intro_text p {
	font-family:Arial, Tahoma, Helvetica, "Trebuchet MS", sans-serif;
	font-size:14px;
	color:#3C3C3C;
	line-height:24px;
	margin-top:5px;
	font-weight:normal;
}

#features_section {
	width:540px;
	margin-left:20px;
	padding-top:20px;
	background-image:url(../images/features_divider.png);
	background-repeat:no-repeat;
	background-position: center top;
	padding-left:10px;
}

#features_section h2 {
	font-family:Arial, Tahoma, Helvetica, "Trebuchet MS", sans-serif;
	font-size:24px;
	color:#781818;
	margin-bottom:0px;
}

#features_section h4 {
	width:450px;
	font-family:Arial, Tahoma, Helvetica, "Trebuchet MS", sans-serif;
	font-size:12px;
	color:#3C3C3C;
	padding-top:15px;
	font-weight:normal;
}

.feature_items {
	width:250px;
	height:100px;
	float:left;
	margin-top:15px;
	margin-right:20px;
}

.feature_items img {
	padding:10px 10px 10px 5px;
}

.feature_items h3 {
	font-family:Arial, Tahoma, Helvetica, "Trebuchet MS", sans-serif;
	font-size:13px;
	color:#B9090B;
	margin-bottom:0px;
}

.feature_items p {
	font-family:Arial, Tahoma, Helvetica, "Trebuchet MS", sans-serif;
	font-size:10px;
	color:#3C3C3C;
	margin-top:0px;
}

#sub_text {
	width:540px;
	margin-left:20px;
	padding-top:10px;
	padding-bottom:20px;
}

#sub_text h1 {
	font-family:Arial, Tahoma, Helvetica, "Trebuchet MS", sans-serif;
	font-size:24px;
	color:#B9090B;
	margin-bottom:0px;
	font-weight:normal;
}

#sub_text h2 {
	font-family:Arial, Tahoma, Helvetica, "Trebuchet MS", sans-serif;
	font-size:16px;
	line-height:24px;
	color:#781818;
	margin-bottom:0px;
	margin-top:0px;
	font-weight:normal;
}

#sub_text p {
	font-family:Arial, Tahoma, Helvetica, "Trebuchet MS", sans-serif;
	font-size:12px;
	color:#3C3C3C;
	line-height:24px;
	margin-top:5px;
	font-weight:normal;
}


#content_right {
	width:320px;
	float:right;
}

#buy_section {
	width:355px;
	height:59px;
	background-image:url(../images/buy_button_square.png);
	background-repeat:no-repeat;
	position:absolute;
	margin-top:110px;
	margin-left:18px;
	z-index:800;
}

#buy_section h2 {
	width:160px;
	font-family:Arial, Tahoma, Helvetica, "Trebuchet MS", sans-serif;
	font-size:18px;
	color:#FFFFFF;
	margin-top:27px;
	margin-left:10px;
	float:left;
}

#buy_button {
	width:162px;
	height:35px;
	margin-left:10px;
	margin-top:15px;
	float:left;
}

#buy_button span {
	display:none;
}

#buy_button a {
	width:162px;
	height:35px;
	background-image: url(../images/buy_it_button.png);
	background-repeat:no-repeat;
	display:block
}

#buy_button a:hover {
	background-position: 0px -36px;
	background-repeat:no-repeat;
}

#testimonials_header {
	width:320px;
	height:51px;
	background-image:url(../images/testimonials_top.png);
	background-repeat:no-repeat;
	background-position: left top;
	padding-top:10px;
	padding-left:10px;
	margin-left:25px;
	margin-top:200px;
}

#testimonials_header h2 {
	font-family:Arial, Tahoma, Helvetica, "Trebuchet MS", sans-serif;
	font-size:18px;
	color:#781818;
	margin-bottom:0px;
}

#testimonials_section {
	width:270px;
	background-image:url(../images/testimonials_bottom.png);
	background-repeat:no-repeat;
	background-position: right bottom;
	padding-right:10px;
	padding-bottom:15px;
	margin-left:25px;
}

#testimonials_section p {
	font-family:Arial, Tahoma, Helvetica, "Trebuchet MS", sans-serif;
	font-size:11px;
	color:#434242;
	line-height:21px;
	margin-bottom:0px;
}

#testimonials_section span {
	font-family:Arial, Tahoma, Helvetica, "Trebuchet MS", sans-serif;
	font-size:12px;
	color:#781818;
	margin-bottom:0px;
}

#quote_element h2 {
	clear:both;
	font-family:Arial, Tahoma, Helvetica, "Trebuchet MS", sans-serif;
	font-size:18px;
	color:#781818;
	margin-bottom:0px;
	text-align:center;
	padding-top:20px;
}

#quote_element span {
	color:#B9090B;

}

/* Main Content */

/* Sub Features Section */

.sub_features_section {
	width:500px;
	height:230px;
	margin-left:20px;
	padding-top:10px;
	padding-bottom:20px;
	clear:both;
}

.sub_features_section h1 {
	font-family:Arial, Tahoma, Helvetica, "Trebuchet MS", sans-serif;
	font-size:18px;
	color:#B9090B;
	margin-bottom:0px;
	padding-top:40px;
}

.sub_features_section p {
	font-family:Arial, Tahoma, Helvetica, "Trebuchet MS", sans-serif;
	font-size:12px;
	color:#3C3C3C;
	line-height:24px;
	font-weight:normal;
	margin-top:0px;
}

/* Sub Features Section */

/* Sub Sidebar Section */

#compatible_section {
	width:270px;
	margin-top:30px;
	margin-bottom:10px;
	margin-left:30px;
}

#compatible_section h2 {
	font-family:Arial, Tahoma, Helvetica, "Trebuchet MS", sans-serif;
	font-size:21px;
	color:#B9090B;
	margin-bottom:0px;
}

#compatible_section h3 {
	font-family:Arial, Tahoma, Helvetica, "Trebuchet MS", sans-serif;
	font-size:14px;
	color:#781818;
	font-weight:normal;
	margin-bottom:0px;
}

#compatible_section p {
	font-family:Arial, Tahoma, Helvetica, "Trebuchet MS", sans-serif;
	font-size:11px;
	color:#3C3C3C;
	font-weight:normal;
	margin-bottom:0px;
	margin-top:0px;
	line-height:18px;
}

#compatible_section img {
	padding-left:10px;
}


#buy_section_sub {
	width:355px;
	height:59px;
	background-image:url(../images/buy_button_square.png);
	background-repeat:no-repeat;
	margin-left:18px;
}

#buy_section_sub h2 {
	width:160px;
	font-family:Arial, Tahoma, Helvetica, "Trebuchet MS", sans-serif;
	font-size:18px;
	color:#FFFFFF;
	margin-top:27px;
	margin-left:10px;
	float:left;
}

#buy_button_sub {
	width:162px;
	height:35px;
	margin-left:10px;
	margin-top:15px;
	float:left;
}

#buy_button_sub span {
	display:none;
}

#buy_button_sub a {
	width:162px;
	height:35px;
	background-image: url(../images/buy_it_button.png);
	background-repeat:no-repeat;
	display:block
}

#buy_button_sub a:hover {
	background-position: 0px -36px;
	background-repeat:no-repeat;
}

#testimonials_header_sub {
	width:320px;
	height:51px;
	background-image:url(../images/testimonials_top.png);
	background-repeat:no-repeat;
	background-position: left top;
	padding-top:20px;
	padding-left:10px;
	margin-left:25px;
	margin-top:20px;
}

#testimonials_header_sub h2 {
	font-family:Arial, Tahoma, Helvetica, "Trebuchet MS", sans-serif;
	font-size:14px;
	color:#781818;
	margin-bottom:0px;
}

#testimonials_section_sub {
	width:270px;
	background-image:url(../images/testimonials_bottom.png);
	background-repeat:no-repeat;
	background-position: right bottom;
	padding-right:10px;
	padding-bottom:15px;
	margin-left:25px;
}

#testimonials_section_sub p {
	font-family:Arial, Tahoma, Helvetica, "Trebuchet MS", sans-serif;
	font-size:11px;
	color:#434242;
	line-height:21px;
	margin-bottom:0px;
}

#testimonials_section_sub span {
	font-family:Arial, Tahoma, Helvetica, "Trebuchet MS", sans-serif;
	font-size:12px;
	color:#781818;
	margin-bottom:0px;
}

/* Sub Sidebar Section */

/* Comparison Table */

#comparison
{
	font-family: Arial, Tahoma, Helvetica, "Trebuchet MS", sans-serif;
	font-size: 12px;
	margin-top:10px;
	margin-left:15px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#comparison th
{
	font-size: 14px;
	font-weight: normal;
	padding: 10px 8px;
	color: #781818;
}
#comparison td
{
	padding: 8px;
	color: #666666;
}
#comparison .odd
{
	background: #DADADA;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C3C3C3;
	border-bottom-color: #C3C3C3;
}

/* Comparison Table */

/* Footer */

#footer {
	width:900px;
	clear:both;
	margin-top:10px;
}

#footer_left {
	float:left;
	width:400px;
	margin-left:20px;
}

#footer_right {
	float:right;
	width:400px;
	margin-right:20px;
}

#footer p {
	font-family:Arial, Tahoma, Helvetica, "Trebuchet MS", sans-serif;
	font-size:10px;
	color:#FFFFFF;
	line-height:14px;
}

#footer a {
	color:#FFFFFF;
	text-decoration:underline;
}

#footer a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}

#footer a:hover {
	color:#B9090B;
	text-decoration:underline;
}

/* Footer */

.form_adjust {
	height:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#434242;
}

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
	padding-bottom:10px;
}

.dark_red {
	color:#781818;
}

.bright_red {
	color:#B9090B;
}

a:link {
	font-family:Arial, Tahoma, Helvetica, "Trebuchet MS", sans-serif;
	color:#B9090B;
	text-decoration:none;
}

a:visited {
	color:#B9090B;
	text-decoration:none;
}

a:hover {
	color:#781818;
	text-decoration:none;
}

/* Table Test */

.features_height {
	height:47px;
}

.features_heading {
	font-family:Arial, Tahoma, Helvetica, "Trebuchet MS", sans-serif;
	font-size:18px;
	text-align:left;
	color:#B8090B;
}

.table_heading {
	font-family:Arial, Tahoma, Helvetica, "Trebuchet MS", sans-serif;
	font-size:16px;
	text-align:center;
	color:#FFFFFF;
	background-image:url(../images/divider.png);
	background-repeat:no-repeat;
	background-position: right center;
	background-color:none;
}

.table_odd {
	background-color: #DBDBDB;
}

.table_even {
	background-color: #E5E5E5;
}

#new_table td {
	text-align:center;
	font-family:Arial, Tahoma, Helvetica, "Trebuchet MS", sans-serif;
	font-size:12px;
	color:#333333;
}

#new_table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
}

#new_table .table_features {
	text-align:left;
	font-family:Arial, Tahoma, Helvetica, "Trebuchet MS", sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#333333;
}

#new_table .prices {
	font-family:Arial, Tahoma, Helvetica, "Trebuchet MS", sans-serif;
	font-size:16px;
	text-align:center;
	color:#B9090B;
	font-weight:normal;
}


/* Table Test */
