*,* {
    margin: 0;
    padding: 0;
}

body {
	font: 11px 'Droid Sans',Arial, sans-serif;
    background: #a7d9f9;
	color: #000;
}

h2 {
	font: 16px 'Droid Sans',Arial, sans-serif;
}

body#terms {
	background: #fff;
	padding: 10px;
}

.inline {
	display: inline;
}

.block {
	display: block;
}

p {
	margin: 0 0 15px 0;
}

a {
	color: #000;	
	text-decoration: none;
}

a:hover {
	color: #79C364;
}

a img {
	border: 0;
}

.clear {
	clear: both;
}

/*
	Main
*/

#main {
	width: 970px;
	margin: 0 auto;
}

/*
	Header
*/

#header {
	height: 112px;
	position: relative;
	margin: 0 0 9px 0;
	background: #fff;
}

#nav {
	position: absolute;
	top: 40px;
	right: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	margin: 0 0 0 7px;
	padding: 0;
	display: inline;
	color: #304462;
	font: 14px 'Droid Sans',Arial, sans-serif;
	color: #304462;
	text-transform: uppercase;
}

#nav li a {
	margin: 0 7px 0 0;
}

#nav li a:hover {
	color: #79c364;
}


/*
	Content
*/

#content {
	width: 970px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#content h1 a {
	position: absolute;
	top: 35px;
	left: 45px;
    background: transparent url('./img/logo.png') no-repeat;	
	width: 235px;
	height: 55px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	outline: 0;
}

/*
	Footer
*/

#footer {
	height: 320px;
    background: transparent url('./img/footer.png') repeat-x bottom left;	
	position: relative;
	margin: 0 auto;
	width: 970px;
}

#footer a {
	color: #336699;
}

#footer h2 {
	font-weight: bold;
	font-size: 24px;
	color: #666666;
	margin: 0 0 15px 0;
}

#footer h2 a {
	color: #666666;
}

#footer div {
	position: absolute;
	width: 255px;
	height: 275px;
	top: 35px;
}

#footer #column-1 {
	left: 25px;
}

#footer #column-2 {
	left: 333px;
}

#footer #column-3 {
	left: 643px;
}

#products {
	list-style: none;
	margin: 0;
	padding: 0;
}

#products .product {
	background: #fff;
	height: 310px;
	position: relative;
	margin: 0 0 11px 0;
}

#products .product.single {
}

#products .banner {
	margin: 0 0 11px 0;
}

#products .splash {
	margin: 0 0 11px 0;
}

#products .banner a {
	height: 115px;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url('img/banner.png');
	display: block;
}

#products .product-logo,
#products .product-image,
#products .product-title,
#products .product-description,
#products .product-thumbnails,
#products .product-offers,
#products .product-like {
	position: absolute;
}

#products .product-image {
	top: 15px;
	width: 280px;
	left: 0;
}

#products .product-title {
	left: 310px;
	top: 25px;
	text-transform: uppercase;
	color: #000;
}

#products .product-name {
	font: bold 42px 'Droid Sans',Arial, sans-serif;
	display: block;
	margin: -3px 0;
}

#products .product-tm {
	font: normal 20px 'Droid Sans',Arial, sans-serif;
	vertical-align: text-top;
}


#products .product-brand {
	display: block;
	font: bold 12px 'Droid Sans',Arial, sans-serif;
}

#products .product-meta {
	display: block;
	font: normal 14px 'Droid Sans',Arial, sans-serif;
}

#products .product-logo {
	top: 5px;
	left: 665px;
}

#products .single .product-logo {
	top: 5px;
	left: 565px;
}


#products .product-description {
	width: 325px;
	height: 100px;
	overflow: hidden;
	top: 110px;
	left: 310px;
	font: 12px Georgia,serif;
	line-height: 140%;
}

#products .product-thumbnails {
	bottom: 15px;
	left: 310px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 75px;
	width: 350px;
}

#products .product-thumbnails li {
	float: left;
	width: 70px;
	height: 65px;
}

#products .product-thumbnails li img {
	width: 65px;
	height: 65px;
	cursor: pointer;
}

#products .product-like {
	bottom: 10px;
	left: 15px;
	background: transparent;
	overflow:hidden;
	width:60px;
	height:30px;
}

#products .single .product-like {
	bottom: auto;
	left: auto;
	top: 15px;
	right: 15px;
	background: transparent;
	overflow:hidden;
	width:320px;
	height:280px;
}

#products .product-share {
	width: 53px;
	height: 18px;
	position: absolute;
	bottom: 15px;
	left: 15px;
	display: block;
	background: transparent url('img/share_small.png') no-repeat top left;
	text-indent: -9999px;
	overflow: hidden;
}

#products .single .product-share {
	bottom: auto;
	left: auto;
	top: 15px;
	right: 15px;
	background: transparent url('img/share_big.png') no-repeat top left;
	width: 53px;
	height: 67px;
}


#products .product-offers {
	position: absolute;
	top: 0;
	right: 0;
	width: 233px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	list-style: none;
}

#products .product .product-offers {
	background: transparent url('img/offers.png') no-repeat top left;
}

#products .product-offers li {
	padding: 25px 0 0 0 ;
	width: 116px;
	margin: 0;
	float: left;
	text-align: center;
	position: relative;
	height: 270px;
}

#products .product-offers li img {
	width: 85px;
}

#products .product-offers .product-offer-price-badge {
	width: 125px;
	height: 100px;
	background: transparent url('img/pricebg.png');
}

#products .product-offers .product-offer-price {
	margin: 0;
	padding: 18px 0 0 0;
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}


#products .product-offers .product-offer-price span {
	display: block;
	margin: 0 0 3px 0;
	font-size: 12px;
	font-weight: normal;
}

#products .product-offers .product-offer-phone-price {
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	width: 116px;
	position: absolute;
	text-transform: uppercase;
	top: 235px;
	left: 0;
	color: #AF0A0A;
}

#products .product-offers .product-offer-description {
	/*
	font-size: 8px;
	margin: 10px auto 15px auto;
	padding: 0;
	width: 90%;
	text-transform: uppercase;
	*/
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #AF0A0A;

	
}

#products .product-offers .product-offer-order {
	display: block;
	background: transparent url('img/button_order.png') no-repeat top left;
	text-indent: -9999px;
	overflow: hidden;
	outline: 0;
	width: 105px;
	height: 36px;
	opacity: 0.85;
	position:  absolute;
	bottom: 0;
	left: 6px;
}

#products .product-offers .product-offer-order:hover {
	opacity: 1;
}

#contract {
	padding: 15px;
	background: #fff;
	overflow: hidden;
	position: relative;
}

#contract .contract-title {
	color: #79c364;
}

#contract .text {
	background: transparent url('img/input.png') no-repeat top left;
	border: 0;
	width: 136px;
	height: 22px;
	margin: 2px 0 10px 0;
	padding: 0 10px;
}

#acceptTerms {
	margin: 0 5px 5px 0;
}

a#terms {
	font-weight: bold;
	color: #BB055C;
}

#contract table {
	margin: 15px 0 0 0;
}

#contract .button {
	background: transparent url('img/button_order_finish.png') no-repeat top left;
	width: 157px;
	height: 37px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	border: 0;
}

#contract .contract-info {
	position: absolute;
	top: 15px;
	right: 15px;
}


/*
	Order
*/

#order {
	clear: both;
	padding: 20px 0 0 0;
}

#order h2 {
	margin: 0 0 6px 0;
}

#order div {
	float: left;
	width: 25%;
	
}

#order form p {
	margin: 10px 0;
}

.orderButton {
	display: block;
	overflow: hidden;
	text-indent: -99999px;
	width: 143px;
	height: 30px;
	background: transparent url('./img/orderbutton.png') no-repeat top left;
}

table {
	clear: both;
	width: 100%;
	border-collapse: collapse;
	margin: 5px 0;
}

th {
	text-align: left;
	font-weight: normal;
}

td,th {
	padding: 5px;
	font-size: 14px;
}

tr:nth-child(2n+1) {
	background: #eee;
}

tr.space {
	border-bottom: 20px solid #fff;
}

#backLink {
	position: absolute;
	top: 25px;
	right: 25px;
}

.inv {
	font-size: 13px;
	color: #222;
	text-transform: uppercase;
	margin: 5px 0;
	display: block;
}