/*

  _   _ ___ ____     _    __  __    ___  ____   ____ 
 | \ | |_ _|  _ \   / \  |  \/  |  / _ \|  _ \ / ___|
 |  \| || || |_) | / _ \ | |\/| | | | | | |_) | |  _ 
 | |\  || ||  _ < / ___ \| |  | |_| |_| |  _ <| |_| |
 |_| \_|___|_| \_|_/   \_\_|  |_(_)\___/|_| \_\\____|
                                                     

*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	background-image: url(../images/basics/bg.png);
	background-color: #262b2f;
}

body {
	color: #a7abb0;
	font: 12px/18px "Lucida Grande", Lucida, "Lucida Grande Unicode", Verdana, sans-serif;
	text-shadow: rgba(0,0,0,0.41) 0 -1px 1px;
}

p {
	margin-bottom: 18px;
}

img {
	border-style: none;
	border-width: 0;
	vertical-align: bottom;
}

ul, ol {
	
}

h1, h2, h3, h4 {
	font-size: 12px;
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
}

a:link, a:visited {
	text-decoration: underline;
	outline: 0;
	color: #a7abb0;
}

a:link:hover, a:visited:hover {
	text-decoration: none;
	color: #fff;
}

a:link:active, a:visited:active {
	text-decoration: none;
}



#wrapper {
	width: 894px;
	margin: 0 auto;
}


.row {
	overflow: hidden;
	width: 480px;
	margin-bottom: 18px;
}

.column {
	float: left;
	margin-right: 26px;
	width: 454px;
	overflow: hidden;
	position: relative;
}

.column.six {
	width: 454px;
}

.column.six .row {
	width: 480px;
}

.column.three {
	width: 214px;
}

.column.three .row {
	width: 240px;
}

.column.four {
	width: 294px;
}

.column.four .row {
	width: 324px;
}

.column.two {
	width: 134px;
}

.column.two .row {
	width: 160px;
}

.column.oneandahalf {
	width: 94px;
}

.column.oneandahalf .row {
	width: 120px;
}


.link {
	position: relative;
	width: 94px;
	height: 95px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 1;
	cursor: pointer;
}

.link.left {
	float: left;
	margin-right: 14px;
	margin-bottom: 18px;
}

.link.right {
	float: right;
	margin-bottom: 18px;
	margin-left: 14px;
}

.link .img {
	display: block;
	width: 94px;
	height: 95px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	background-image: url(../images/basics/links/link-oneandahalf.png);
		cursor: pointer;

}

.link img {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 86px;
}

/* --- */

.link:hover .img {
	background-position: 0 -95px;
}

.link:active .img {
	background-position: 0 -190px;
}

/* --- */

.link.wide {
	width: 214px;
	cursor: pointer;
}

.link.wide .img {
	width: 214px;
	background-image: url(../images/basics/links/link-three.png);
		cursor: pointer;

}

.link.wide img {
	width: 206px;
}

#header {
	height: 125px;
	padding-top: -100px;
	position: relative;
}

/* title */

#title {
	height: 99px;
	padding: 26px 52px 0 381px;
	position: relative;
	background: url(../images/essentials/header/title/bg.png) no-repeat 0 bottom;
	width: 461px;
}

#title h1 {
	font-size: 24px;
	padding-top: 35px;
	background: url(../images/essentials/header/title/icon.png) no-repeat 0 21px;
	height: 63px;
	padding-left: 82px;
	line-height: 30px;
	color: #fff;
}

#title a {
	height: 41px;
	position: absolute;
	top: 60px;
	right: 52px;
	background-image: url(../images/essentials/header/title/price-left.png);
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-left: 10px;
	line-height: 40px;
	background-color: #4e9430;
	color: #fff;
	margin-right: 3px;
}

#title a span {
	height: 41px;
	background: url(../images/essentials/header/title/price-right.png) no-repeat right 0;
	display: inline-block;
	cursor: pointer;
	padding-right: 10px;
}

#title a:hover {
	background-position: 0 -41px;
}

#title a:hover span {
	background-position: right -41px;
}

#title a:active {
	background-position: 0 -82px;
}

#title a:active span {
	background-position: right -82px;
}

/* --- */

.mirror #title {
	background: url(../images/essentials/header/title/bg-mirrored.png) no-repeat 0 bottom;
	padding: 26px 50px 0 51px;
	width: 793px;
}

.mirror #title a {
	right: 381px;
	top: 60px;
	position: absolute;
	display: block;
}

/* @group main */

#main {
	background-image: url(../images/essentials/main/bg.png);
	position: relative;
	min-height:390px;
  	height:auto !important;
  	height:390px;
}

/* @group iphone */

#iphone {
	width: 230px;
	height: 346px;
	background-image: url(../images/essentials/main/iphone/bg.png);
	position: absolute;
	top: -100px;
	padding: 122px 76px 197px;
	right: 509px;
	left: 3px;
}

#iphone .img {
	width: 230px;
	height: 346px;
	overflow: hidden;
	position: relative;
}

#iphone a {
	height: 57px;
	width: 179px;
	display: block;
	position: absolute;
	top: 150px;
	z-index: 1;
	background-image: url(../images/basics/links/clicktoplay.png);
	text-indent: -9999px;
	left: 26px;
}


/* --- */

.mirror #iphone {
	left: 509px;
	right: 3px;
}


/* @group content */

#content {
	background: url(../images/essentials/main/content/bg.png) repeat-x;

	width: 454px;
	overflow: hidden;
	padding: 27px 55px 1px 385px;
	margin-bottom: -20px;
}

#content abbr {
	border-bottom: 1px dotted #656c73;
	cursor: help;
}

#content abbr:hover {
	color: #fff;
}

#content h2 {
	margin-bottom: 9px;
	color: #fff;
	font-weight: bold;
}

#content ul {
	margin-bottom: 18px;
	width: 100%;
}

#content ol {
	margin-bottom: 18px;
	width: 100%;
}

#content ul li {
	list-style-type: none;
	background: url(../images/basics/li.png) no-repeat 0 8px;
	padding-left: 15px;
}

#content ol li {
	list-style-type: none;
	background: url(../images/basics/li.png) no-repeat 0 8px;
	padding-left: 15px;
}

/* --- */

.mirror #content {
	padding: 30px 385px 1px 55px;
}


#footer {
	padding-top: 30px;
	background: url(../images/essentials/footer/bg.png) no-repeat;
	text-align: center;
	position: relative;
	z-index: 1;
}

/* That's it */
.notice {
    padding: 10px 10px 0px 10px;
    background-color: #de3f3f;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
}
