﻿/* ========================================================================================= */
/* ================================================== RESET ================================ */
/* ========================================================================================= */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, blockquote, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0 none;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
}

/* from shell.css */
body
{
	font-family: arial, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: center;
}
a, a:link, a:visited {
	color: #008da8;
	text-decoration: none;
}

/* layout.css */
#page.home-nh {
	padding-top: 6px;
	_padding-top: 7px;
}

/* ========================================================================================= */
/* ================================================== HELPER CLASSES ======================= */
/* ========================================================================================= */
.hidden-text {
	left: -10067px;
	overflow: hidden;
	position: absolute;
}
.show {
	display: inherit !important;
}
.no-wrap {
	white-space: nowrap;
}

.cf:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.cf {
	display: inline-block;
}
html[xmlns] .cf {
	display: block;
}
* html .cf {
	height: 1%;
}

/* ========================================================================================= */
/* ================================================== DRG FONT STYLES ====================== */
/* ========================================================================================= */
.c44 {
	color: #6a6a6a;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial;
}
.c49 {
	color: #002a54;
	font-size: 18px;
	font-weight: normal;
	font-family: Arial;
}
.c64 {
	color: #ec008c;
	font-size: 23px;
	font-weight: normal;
	font-family: Arial;
	letter-spacing: -.5px;
}
.c77 {
	color: #ec008c;
	font-size: 25px;
	font-weight: normal;
	font-family: Arial;
	letter-spacing: -.5px;
}
.c78 {
	color: #6a6a6a;
	font-size: 24px;
	font-weight: normal;
	font-family: Arial;
	letter-spacing: -.5px;
}
.c79 {
	color: #ec008c;
	font-size: 55px;
	font-weight: bold;
	font-family: Arial;
	letter-spacing: -.5px;
}
.c80 {
	color: #6a6a6a;
	font-size: 55px;
	font-weight: normal;
	font-family: Arial;
	letter-spacing: -.5px;
}
.c82 {
	color: #00467f;
	font-size: 16px;
	font-weight: normal;
	font-family: Arial;
}

.f48 {
	color: #00467f;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial;
}
.f54 {
	color: #6a6a6a;
	font-size: 16px;
	font-weight: normal;
	font-family: Arial;
}
.f64 {
	color: #2c2c2c;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial;
}


/* ========================================================================================= */
/* ================================================== BUTTONS ============================== */
/* ========================================================================================= */
a.button-hpo, a.button-hpo span {
	background-image: url(decoration/buttons/button-hpo.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
a.button-hpo:hover, a.button-hpo:hover span {
	color: #ffffff;
}
a.button-hpo {
	display: inline-block;
	font:15px arial bold;

	padding: 0 0 0 12px;
}
a.button-hpo span {
	color: #ffffff;
	display: block;
	padding: 0 12px 0 0;
}

* html a.button-hpo, * html a.button-hpo span {
	background-image: url(decoration/buttons/button-hpo.gif);
}
* html a.button-hpo {
	display: inline;
}
* html a.button-hpo span {
	display: inline-block;
}
/* ========================================================================================= */
/* ==================================================SPRITE BUTTONS ============================== */
/* ========================================================================================= */
a.button-sprite, a.button-sprite span {
	
	background-image: url(decoration/buttons/CTA_Sprite.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
a.button-sprite:hover, a.button-sprite:hover span {
	color: #ffffff;
}
a.button-sprite {
	display: inline-block;
	font:15px arial bold;

	padding: 0 0 0 12px;
}
a.button-sprite span {
	color: #ffffff;
	display: block;
	padding: 0 12px 0 0;
}

* html a.button-sprite, * html a.button-sprite span {
	background-image: url(decoration/buttons/CTA_Sprite.gif);
}
* html a.button-sprite {
	display: inline;
}
* html a.button-sprite span {
	display: inline-block;
}

/*Sprite image without arrow*/
a.button-sprite-noarrow, a.button-sprite-noarrow span {
	
	background-image: url(decoration/buttons/CTA_Sprite_noarrow.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
a.button-sprite-noarrow:hover, a.button-sprite-noarrow:hover span {
	color: #ffffff;
}
a.button-sprite-noarrow {
	display: inline-block;
	font:15px arial bold;

	padding: 0 0 0 12px;
}
a.button-sprite-noarrow span {
	color: #ffffff;
	display: block;
	padding: 0 12px 0 0;
}

* html a.button-sprite-noarrow, * html a.button-sprite-noarrow span {
	background-image: url(decoration/buttons/CTA_Sprite_noarrow.gif);
}
* html a.button-sprite-noarrow {
	display: inline;
}
* html a.button-sprite-noarrow span {
	display: inline-block;
}

/* ============================================ */
/* ===== 27px tall green button =============== */
/* ============================================ */
a.green-button-27 {
	background-position: 0 0;
}
a.green-button-27 span {
	background-position: 100% -27px;
	font-size: 15px;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	padding: 0 20px 0 0;
}
a.green-button-27:hover, a.green-button-27:focus {
	background-position: 0 -146px;
}
a.green-button-27:hover span, a.green-button-27:focus span {
	background-position: 100% -173px;
}
a.green-button-27:active {
	background-position: 0 -292px;
}
a.green-button-27:active span {
	background-position: 100% -319px;
}

/* ============================================ */
/* ===== 27px tall green button without arrow */
/* ============================================ */
a.green-button-27noarrow {
	background-position: 0 -762px;
}
a.green-button-27noarrow span {
	background-position: 100% -789px;
	font-size: 15px;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	padding: 0 20px 0 0;
}
a.green-button-27noarrow:hover, a.green-button-27noarrow:focus {
	background-position: 0 -816px;
}
a.green-button-27noarrow:hover span, a.green-button-27noarrow:focus span {
	background-position: 100% -843px;
}
a.green-button-27noarrow:active {
	background-position: 0 -870px;
}
a.green-button-27noarrow:active span {
	background-position: 100% -897px;
}


/* ============================================ */
/* ===== 23px tall green button =============== */
/* ============================================ */
a.green-button-23 {
	background-position: 0 -54px;
}
a.green-button-23 span {
	background-position: 100% -77px;
	font-size: 15px;
	font-weight: bold;
	height: 23px;
	line-height: 21px;
}
a.green-button-23:hover, a.green-button-23:focus  {
	background-position: 0 -200px;
}
a.green-button-23:hover span, a.green-button-23:focus span  {
	background-position: 100% -223px;
}
a.green-button-23:active {
	background-position: 0 -346px;
}
a.green-button-23:active span {
	background-position: 100% -369px;
}

a.green-button-23 span.ftxt11{font-size:11px;} 

/* ======================================================= */
/* ===== 23px tall green with arrow button =============== */
/* ======================================================= */
a.green-button-23arrow {
	background-position: 0 -438px;
}
a.green-button-23arrow span {
	background-position: 100% -461px;
	font-weight: bold;
	height: 23px;
	line-height: 21px;
	padding:0 20px 0 0;
}
a.green-button-23arrow:hover, a.green-button-23arrow:focus  {
	background-position: 0 -484px;
}
a.green-button-23arrow:hover span, a.green-button-23arrow:focus span  {
	background-position: 100% -507px;
}
a.green-button-23arrow:active {
	background-position: 0 -530px;
}
a.green-button-23arrow:active span {
	background-position: 100% -553px;
}
/* ============================================ */
/* ===== 23px tall blue button ================ */
/* ============================================ */
a.blue-button-23 {
	background-position: 0 -100px;
}
a.blue-button-23 span {
	background-position: 100% -123px;
	font-size: 11px;
	font-weight: bold;
	height: 23px;
	line-height: 21px;
}
a.blue-button-23:hover, a.blue-button-23:focus {
	background-position: 0 -246px;
}
a.blue-button-23:hover span, a.blue-button-23:focus span {
	background-position: 100% -269px;
}
a.blue-button-23:active {
	background-position: 0 -392px;
}
a.blue-button-23:active span {
	background-position: 100% -415px;
}
/* ============================================ */
/* ===== 27px tall blue button with arrow ===== */
/* ============================================ */
a.blue-button-27arrow {
 background-position: 0 -600px;
}
a.blue-button-27arrow span {
    background-position: 100% -627px;
    font-size: 15px;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    padding: 0 20px 0 0;
}
a.blue-button-27arrow:hover, a.blue-button-27arrow:focus {
  background-position: 0 -654px;
}
a.blue-button-27arrow:hover span, a.blue-button-27arrow:focus span {
   background-position: 100% -681px;
}
a.blue-button-27arrow:active {
   background-position: 0 -708px;
}
a.blue-button-27arrow:active span {
   background-position: 100% -735px;
}
/* ========================================================================================= */
/* ================================================== HOME PAGE CHROME ===================== */
/* ========================================================================================= */
.chrome, .chrome-btm, .chrome-top, .tile {
	background-image: url(decoration/home-page/chrome-bg.gif);
}
.chrome {
	background-position: center top;
	background-repeat: repeat-y;
	_width:964px;
}
.chrome-btm {
	background-position: right bottom;
	background-repeat: no-repeat;	
	font-size:0;	
	height:7px;		
}
.chrome-top {
	background-repeat: no-repeat;
	padding: 7px 0 0 0;
}
.tile-container {background-image: url(decoration/home-page/hr-sprite.gif);}

/* ========================================================================================= */
/* ================================================== LAYOUT OPTIONS ======================= */
/* ========================================================================================= */

/* ============================================ */
/* ===== layout-1: full width slider ========== */
/* ============================================ */
.layout-1 .slide-container {
	float: none;
	width: 950px;
}
.layout-1 .slide {
	width: 950px;
}

/* ============================================ */
/* ===== layout-2: one side offer ============= */
/* ============================================ */
.layout-2 .slide-container {
	display: inline;
	float: left;
	overflow: hidden;
	width: 708px;
}
.layout-2 .slide {
	width: 708px;
}

/* ============================================ */
/* ===== layout-3: two side offers ============ */
/* ============================================ */
.layout-3 .slide-container {
	display: inline;
	float: left;
	overflow: hidden;
	width: 708px;
}
.layout-3 .slide {
	width: 708px;
}
.layout-3 .side-offer {
	height: 194px;
	position: relative;
}
.layout-3 .side-offer.last-offer {
	border-top: solid 1px #c6c6c6;
}
.layout-3 .side-offer .button-hpo {
	bottom: 12px;
	left: 10px;
	position: absolute;
}

/* ========================================================================================= */
/* ================================================== SLIDE CONTAINER ====================== */
/* ========================================================================================= */
.slide-container {
	overflow: hidden;
	margin: 0 7px 0 7px;
	position: relative;
}


/* ========================================================================================= */
/* ================================================== SLIDE ================================ */
/* ========================================================================================= */
.slide-container .slide {
	height: 389px;	
}

/* ============================================ */
/* ===== slide template 1 ===================== */
/* ============================================ */
.slide-template-1 {
}
.layout-1 .slide-template-1 img {
	float: left;
	margin: 0 92px 0 94px;
	padding: 38px 0 0 0;
}
.layout-2 .slide-template-1 img, .layout-3 .slide-template-1 img {
	float: left;
	margin: 0 32px 0 34px;
	padding: 38px 0 0 0;
}
.slide-template-1 .slide-content {
	float: left;
	width: 467px;
}
.slide-template-1 h2 {
	margin: 0 0 5px 0;
	padding: 26px 0 0 0;
}
.slide-template-1 h3 {
	margin: 0 0 2px 0;
}
.slide-template-1 ul {
	line-height: 25px;
	list-style-position: inside;
	margin: 6px 0 23px 0;
}


/* ============================================ */
/* ===== specific slide styles ================ */
/* ============================================ */
.layout-1 #slide {
	background: url(decoration/home-page/slide-1-bg-large-plan.gif) no-repeat;
	height:389px;
}

.layout-1 #slide-1 {
	background: url(decoration/home-page/slide-1-bg-large.gif) no-repeat;
	height:389px;
}
.layout-2 #slide-1, .layout-3 #slide-1 {
	background: url(decoration/home-page/slide-1-bg-small.gif) no-repeat;
	height:389px;
}


/* ========================================================================================= */
/* ================================================== SLIDE CONTROLS ======================= */
/* ========================================================================================= */
.slide-controls {
	background: url(decoration/slider/controls.gif) repeat-x 3px 0;
	bottom: 8px;
	list-style: none;
	position: absolute;
	right: 8px;
	text-align: center;
	z-index: 300;
}
* html .slide-controls {
	background-image: url(decoration/slider/controls.gif);
}
.slide-controls a {
	background: url(decoration/slider/controls.gif) no-repeat -17px 0;
	color: #fff;
	display: block;
	font-weight: bold;
	height: 17px;
	line-height: 17px;
	overflow: hidden;
	width: 17px;	
}
* html .slide-controls a {
	background-image: url(decoration/slider/controls.gif);
}
.slide-controls span {
	color: #fff;
	display: block;
	position: relative;
	z-index: 300;
}
.slide-controls a:hover,
.slide-controls a:hover span {
	color: #fff;
}

.slide-controls a:focus, .slide-controls a:active {
	outline: none;
}
.slide-controls a:hover {
	background-position: 0 -17px;
}
.slide-controls a.active,
.slide-controls a.active:hover {
	background-position: -20px -34px;
}
.slide-controls a.play-button {
	background-position: 0 -51px;
}
.slide-controls a.play-button:hover {
	background-position: 0 -85px;
}
.slide-controls a.pause-button {
	background-position: 0 -68px;
}
.slide-controls a.pause-button:hover {
	background-position: 0 -102px;
}

.slide-controls li {
	display: inline;
	float: left;
	margin: 0 0 0 3px;
	position: relative;
	z-index: 200;
}
.slide-controls .nav-slider {
	background: url(decoration/slider/controls.gif) no-repeat 0 -34px;
	display: block;
	height: 17px;
	position:absolute;
	width:17px;
	z-index: 200;
}


/* ========================================================================================= */
/* ================================================== PREVIEWS ============================= */
/* ========================================================================================= */
.preview {
	background: url(decoration/slider/preview-bg.png) no-repeat;
	bottom: 17px;
	color: #2c2c2c;
	display: none;
	font-size: 10px;
	height: 53px;
	line-height: 11px;
	position: absolute;
	right: 0;
	text-align: left;
	width: 140px;
}
.preview.preview-large {
	background: url(decoration/slider/preview-bg-200px.png) no-repeat;
	width: 208px;
}
* html .preview {
	background-image: url(decoration/slider/preview-bg.gif);
}
* html .preview.preview-large {
	background-image: url(decoration/slider/preview-bg-200px.gif);
}
.preview img {
	float: left;
	margin: 1px 9px 0 1px;
}
.preview p {
	margin: 0 12px 0 9px;
}
.preview p.first {
	margin: 6px 12px 0 9px;
}



/* ========================================================================================= */
/* ================================================== SIDE OFFERS ========================== */
/* ========================================================================================= */
#side-offers {
	float: left;
	height: 389px;
	overflow: hidden;
	width: 236px;
}

/* ============================================ */
/* ===== side offer default styles ============ */
/* ============================================ */
.side-offer {
	color: #2c2c2c;
	font-size: 12px;
	height: 100%;
	margin: 0 0 0 -1px;
	padding: 0 12px;
}
.side-offer h3 {
	margin: 0 0 8px 0;
}
.side-offer h3 span {
	display: block;
}
.side-offer img {
	float: left;
}
.side-offer sup.cents {
	height:0;
	line-height:1;
	position:relative;
	top:1px;
	vertical-align:text-top;
}

/* ============================================ */
/* ===== double side offer template 1 ========= */
/* ============================================ */
.double-side-template-1 h3 {
	line-height: 23px;
	margin: 0 0 6px 0;
	padding: 9px 0 0 0;
}

/* ============================================ */
/* ===== double side offer template 2 ========= */
/* ============================================ */
.double-side-template-2 h3 {
	margin: 11px 0 6px 0;
}
.double-side-template-2 h3 span {
	line-height: 23px;
}
.double-side-template-2 h3 span.sIFR-replaced {
	margin-bottom:-6px;
}
.double-side-template-2 p {
	width: 85px;
}

/* ============================================ */
/* ===== specific offer styles ================ */
/* ============================================ */
#family-talk-offer-large {
	background: url(/assets/styles/decoration/home-page/backgroundFD.jpg) no-repeat;
}
#family-talk-offer-large a.button-hpo {
	clear: left;
	float: left;
}
#family-talk-offer-large h3 {
	float: left;
	padding: 18px 0 0 0;
	width: 152px;
}
#family-talk-offer-large h3 span {
	float: left;
	height: 23px;
	line-height: 23px;
	width: 152px;
}
#family-talk-offer-large h3 span.sIFR-replaced {
	margin-bottom:-5px;
}
#family-talk-offer-large h3 span.sIFR-replaced span {
	height: 0;
}
#family-talk-offer-large img {
	margin: 20px 16px 12px 0;
}

#family-talk-offer-small {
	background: url(/assets/styles/decoration/home-page/bg_img_family_small.gif) no-repeat left bottom;
}

#smart-phone-offer-small {
	background: url(/assets/styles/decoration/home-page/bg_img_smartphones.gif) no-repeat;
}



/* ========================================================================================= */
/* ================================================== TILE CONTAINER ======================= */
/* ========================================================================================= */
.tile-container 
{  
	background-position:top;
	background-repeat:repeat-x;
	background-color:#fefefe;
	list-style: none;
	margin: 6px 0 0 7px;
	padding: 19px 0 15px 15px;
	width: 935px;
	
}
* html .tile-container {
	
	height: 176px;
	overflow: hidden;
	width: 935px;
}

/* ========================================================================================= */
/* ================================================== TILE ================================= */
/* ========================================================================================= */
.tile 
{
	background-position:-1949px -18px;
	float: left;
	height: 163px;
	list-style: none;
	margin: 0 11px 0 0;
	padding: 15px 0 0 0;
	position: relative;
	width: 300px;
}
* html .tile {
	overflow: hidden;
}
.tile a.button-hpo {
	bottom: 12px;
	position: absolute;
	right: 12px;
}
* html .tile a.button-hpo {
	clear: both;
}
.tile div.new {
	background: url(decoration/home-page/new-flag.png) no-repeat;
	height: 36px;
	left: 0;
	position: absolute;
	top: 0;
	width: 36px;
}
.tile div.tile-column-1 {
	display: inline;
	float: left;
	height: 100%;
	margin: 0 10px;
	width: 100px;
}
.tile div.tile-column-2 {
	float: left;
	height: 100%;
	padding: 0 6px 0 0;
	width: 170px;
}
.tile h4 {
	line-height: 18px;
	margin: 8px 0 6px 0;
}
.tile h4.sIFR-replaced {
	margin-bottom: 1px;
}
.tile img {
	display: block;
	margin: 0 auto;
}
.tile li 
{
	background:url(decoration/home-page/disc-bullet.gif) no-repeat 0 6px;
	margin: 0 0 3px 0;
	padding:0 0 0 10px;
}
.tile p {
	color: #2c2c2c;
	font-size: 11px;
	margin: 0 0 6px 0;
}
.tile sup {
	font-size: 11px;
	height: 0;
	line-height: 1;
	position: relative;
	top: 1px;
	vertical-align: text-top;
}
.tile ul {
	color: #2c2c2c;
	font-size: 11px;
	list-style: none;
	margin: 0 0 7px 0px;
	
	
}
.tile .price {
	color: #000000;
	font-size: 18px;
	line-height: 18px;
}

.layout-1 .legal, .layout-2 .legal, .layout-3 .legal{padding:0 0 0 15px; width:700px;}

/* Garmin Styles*/

#garminheaderlogo
{
	MARGIN: 68px 0px 52px 37px;
	_MARGIN: 99px 0px 52px 37px;
}
#garminheader
{
	MARGIN: 14px 49px 0px 370px;
	_MARGIN: 54px 49px 0px 370px;
}
#garminheaderimageinfo
{
	MARGIN: -10px 0px 0px 25px;
	_MARGIN: 20px 0px 0px 25px;
}
#garmincontent
{
	padding-left:25px;
}
#garminarrowimage
{
	MARGIN: -25px 0px 0px 0px;
}
#garminsubheader
{
	MARGIN-TOP: 10px; 
	FONT-SIZE: 18px; 
	MARGIN-LEFT: 25px; 
	COLOR: #6a6a6a; 
	FONT-FAMILY: Arial;
}
#garminexclusive
{
	MARGIN-TOP: 40px; FONT-SIZE: 18px; MARGIN-LEFT: 0px; COLOR: #008da8; FONT-FAMILY: Arial;
}
#garminmanlogo
{
	MARGIN-TOP: -10px; 
	_MARGIN-TOP: 20px; 
	MARGIN-LEFT: -455px;
	_MARGIN-LEFT: -360px;
	position:absolute;
}
#garmincta
{
	MARGIN-TOP: 35px; FONT-SIZE: 16px; MARGIN-LEFT:-290px; COLOR: #008da8; FONT-FAMILY: Arial;position:absolute;
	_Width:200px;
}
#htchomelegal
{
	MARGIN-TOP: 15px; FONT-SIZE: 9px;_FONT-SIZE: 8.5px; MARGIN-LEFT: -110px; COLOR: #6a6a6a; FONT-FAMILY: ARIAL; POSITION: absolute;
}
/*slide*/

#mytouchslideimage
{
	
	padding-top:13px;
	
	padding-left:45px;
}
#mytouchslideheader
{
	MARGIN-LEFT: 60px;
	margin-top:70px;
	font-family:Arial;
	font-size:33px;
}
.layout-1 .mytouchslide-template-1 img {
	float: left;
	margin: 0 0px 0 46px;
	padding: 38px 0 0 0;
	
}
/* BOGO Smartphones */

#bogo-lhs
{
width: 350px; 
padding: 80px 30px 0 30px; 
float: left;
}

#bogo-lhs .bogobutton
{
text-align:right;
padding-top:20px;
}

#bogo-rhs
{
width: 500px; 
float: left; 
padding-top:30px;
font-family:Arial;
font-size:14px;
}

#bogo-rhs .bogoimg 
{
width: 163px; 
float: left; 
text-align: center; 
}

#bogo-rhs .bogoimg .bogoprice
{
padding: 5px 0px 0 15px; 
}

/*Free Phones*/
#FreePhonesHeader
{
	PADDING-LEFT: 465px;_PADDING-LEFT: 557px;_margin-top:30px;position:absolute;
}
#FreePhonesCookiedHeader
{
	PADDING-LEFT: 490px;_PADDING-LEFT: 585px;_margin-top:30px;position:absolute;
}
#FreePhonesText
{
	margin-left:585px;margin-top:140px;font-family:arial;font-size:14px;color:#000000;position:absolute;width:285px;
	
}
#FreePhonesDigit
{
	margin-left:520px;_margin-left:620px;margin-top:170px;_margin-top:210px;position:absolute;
	
}
#FreePhonesLink
{
	margin-left:780px;margin-top:270px;position:absolute;
	
}
#FreePhonesLegal
{
	margin-left:5px;margin-top:375px;position:absolute;font-family:arial;font-size:9px;color:#9b9b9b;
	
}

/*Supersonic*/
#supersoniclogo
{
	padding-top:11px;
	padding-left:14px;
	background:url(decoration/home-page/supersonic/samsung_162x39.png) no-repeat 0 0px;
	width:162px;
	height:39px;
}
#supersonicheader
{
	padding-top:72px;
	margin-left:160px;
	
	font-family:Arial;
	font-size:50px;
	color:#003f77;
}
#supersonicsubheader
{
	padding-top:70px;
	
	margin-left:162px;
	
	font-family:Arial;
	font-size:21px;
	color:#000000;
	width:400px;
}
#supersonictext
{
	padding-top:10px;
	margin-left:162px;
	
	font-family:Arial;
	font-size:13px;
	color:#2c2c2c;
	
}
#supersonicimage
{
	margin-top:8px;
	margin-left:-250px;
	
	background:url(decoration/home-page/supersonic/phone_176x370.png) no-repeat 0 0px;
	width:176px;
	height:370px;
	float:left;
	position:absolute;
}
#supersonicLink
{
	margin-left:410px;margin-top:25px;position:absolute;
	
}