/*   
Author: Vladimir Golušin : BigFish.rs
*/

* {
  margin: 0;
  padding: 0;
}

html, body {}

img, div { behavior: url("/css/iepngfix.htc") }

body {
	font: 11px Tahoma, Arial, Verdana, sans-serif;
	color: #333;
	text-align: center;
}

div.wrap {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}


/* @group header */
/* HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
div.header {
	/*background: #060606 url("/img/bg-mid.jpg") repeat-x bottom left;*/
	/*background: #060606 url("/img/bg-mid.png") repeat-x bottom left;*/
}

div.home {
	height: 400px;
	background: #060606 url("/img/front/bg-mid.jpg") repeat-x bottom left;
}

div.content {
	/*height: 280px;*/
	height: 230px;
	background: #060606 url("/img/front/bg-mid.png") repeat-x bottom left;
}

#header-home {
	background: url("/img/front/bg-header-home.jpg") no-repeat bottom center;
	height: 300px;
}

#header-content {
	background: url("/img/front/bg-header.jpg") no-repeat bottom center;
	height: 180px;
}

#logo {
	width: 210px;
	height: 80px;
	float: left;
	display: inline;
}

#menu {
	width: 750px;
	height: 80px;
	float: left;
	display: inline;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Arial, Verdana, sans-serif;
}

#menu ul {
	margin-left: 40px;
}

#menu ul li {
	display: inline;
	float: left;
	margin-right: 5px;
	width: 170px;
	overflow: hidden;
	height: 80px;
	color: #aaa;
	padding-top: 25px;
	
	text-transform: capitalize;
}

#menu ul li span {
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: -0.03em;
	
	text-transform: none;
}

#menu ul li a {
	color: #e8e8e8;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #fff;
}

/* @end */


/* @group mid */
/* MID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* @end */


/* @group content */
/* CONTENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#home-content {}

#home-content div.video {
	float: left;
	display: inline;
	margin-left: 55px;
	width: 530px;
	height: 300px;
	margin-top: 10px;
}

#home-content div.optin {
	float: left;
	display: inline;
	width: 324px;
	height: 300px;
	margin-top: 10px;
}

#home-content div.optin div.bg {
	border: 5px solid #fff;
	background: transparent url("/img/front/bg-optin.jpg") no-repeat 0 0;
	height: 250px;
	padding: 20px;
}

#home-content div.optin h1 {
	color: #fff;
	margin-bottom: 10px !important;
	padding: 0 !important;
}

#home-content div.optin div.item {
	margin-bottom: 10px;
}

#home-content div.optin input#realname,
#home-content div.optin input#email {
	width: 264px;
	margin-top: 1px;
	padding: 8px 4px;
	font-size: 1.4em;
}





div.box {
	float: left;
	display: inline;
	margin: 0 10px 15px;
}

#rc div.box {
	margin: 0 0 20px;
}

div.box div.inner-content {
	background: #e1e1e1 url("/img/front/bg-box.png") no-repeat bottom right;
	border: 1px solid #ccc;
	padding: 20px;
	width: 258px;
}

div.box div.inner-content h2 {
	margin-bottom: 25px;
	font-size: 1.9em;
}

div.box div.inner-content h2 img {
	vertical-align: middle;
	float: right;
}

div.box div.inner-content li {
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 16px;
	
	background: url("/img/front/bullet-accept.png") no-repeat 0 0;
	padding-left: 25px;
}

div.box img.shadow {
	margin: 0 8px;
}

#testimonials {
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	border-width: 1px 1px 1px 0;
	clear: both;
	margin: 0px 10px 0;
	height: 115px;
}

#testimonials div.item {
	float: left;
	display: inline;
	
	border: 1px solid #ccc;
	border-width: 0 0 0 1px;
	height: 115px;
}

#testimonials div.one {
	width: 309px;
}

#testimonials div.two {
	width: 318px;
}

#testimonials div.three {
	width: 309px;
}

#testimonials div.item p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Arial, Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 20px;
	color: #1c1c1c;
}

#testimonials div.item p span {
	display: block;
	margin-top: 5px;
	color: #999;
	font-weight: normal;
	font-style: italic;
	font-size: 0.9em;
}

#advertisement {
	/*background: #f7f7f7 url("/img/front/screen-adv-dashboard.png") no-repeat 12px bottom;*/
	background: #f7f7f7;
	border: 1px solid #ccc;
	margin: 10px 10px 20px;
	height: 220px;
}

#advertisement div.image {
	float: left;
	display: inline;
	margin: 10px;
	margin-right: 20px;
}

#advertisement h3 {
	margin: 20px 40px 10px 0px;
	font-size: 3.4em;
	letter-spacing: -2px;
	font-weight: bold;
	color: #3c3c3c;
}

#advertisement p {
	margin: 0 40px 10px 0px;
	font-size: 1.8em;
	color: #1c1c1c;
}

#ic {
	clear: both;
}

#ic h1 {
	color: #fff;
	letter-spacing: -1px;
	padding-top: 30px;
	font-size: 2.4em;
	margin-left: 10px;
}

#content {
	
}

#lc {
	float: left;
	display: inline;
	width: 620px;
	margin: 0 10px;
}

#rc {
	float: left;
	display: inline;
	width: 300px;
	margin: 0 10px;
}

#lc div.fitem, 
#rc div.fitem {
	float: none;
	margin-bottom: 10px;
	font-weight: normal;
}

#lc div.fitem span, 
#rc div.fitem span {
	display: block;
	font-weight: bold;
	color: #777;
	padding: 2px 5px;
}

#lc div.fitem input[type=text], 
#rc div.fitem input[type=text] {
	width: 240px;
	margin-top: 1px;
	padding: 6px 4px;
}

#lc div.fitem input[type=image], 
#rc div.fitem input[type=image] {
	margin: 10px 0;
}

#lc div.fitem p, 
#rc div.fitem p {
	margin: 0 10px;
	color: #777;
}

#lc h2 {
	margin: 40px 0 0;
	font-size: 2.6em;
	letter-spacing: -2px;
}

#lc div.testimonial {
	margin: 0 5px 10px;;
	width: 298px;
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	float: left;
	display: inline;
}

#lc div.testimonial p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Arial, Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 20px;
	color: #1c1c1c;
}

#lc div.testimonial p span {
	display: block;
	margin-top: 5px;
	color: #999;
	font-weight: normal;
	font-style: italic;
	font-size: 0.9em;
}

#lc p {
	color: #666;
}

#lc a {
	color: #2d83da;
}

#lc a:hover {
	color: #7abafd;
}
/* @end */


/* @group footer */
/* FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#footer {
	background: url("/img/front/bg-footer.png") no-repeat top center;
	padding: 20px 10px 30px;
	margin-top: 20px;
}

#footer div.col {
	width: 210px;
	margin: 0 10px 10px;
	float: left;
	display: inline;
}

#footer div.col h4 {
	color: #000;
	margin-bottom: 10px;
}

#footer div.col a {
	color: #999;
}

#footer div.col ul {
	
}

#footer div.col li {
	margin-bottom: 5px;
}
/* @end */


/* @group elements */
/* ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Arial, Verdana, sans-serif;
	color: #111;
}

h1 {
	font-weight: bold;
	font-size: 2.5em;
	letter-spacing: -0.03em;
}

h2 {
	font-size: 2.0em;
	letter-spacing: -0.05em;
	font-weight: bold;
}

h3 {
	font-size: 1.7em;
	letter-spacing: -0.01em;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #333;;
}

h5 {
	font-size: 1.1em;
}

p {
	margin: 0 0 10px;
	line-height: 130%;
	color: #333;
}

strong {
	font-weight: bold;
}

form {
	margin: 0;
	padding: 0;
}

input[type=text] {
	background: #fff url("/img/front/bg-field.png") repeat-x 0 0;
	border: 1px solid #c8c8c8;
	font-size: 13px;
	color: #333;
	line-height: 14px;
	padding: 2px;
}
/* @end */


/* @group misc */
/* MISC
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.clearer {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
	display: block;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

img a:hover {
	margin-bottom: -5px;
}
/* @end */


#checkout-dialog-btn,
.video-tour-btn {
	cursor: pointer;
}