/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { 
margin: 0; font-size: 13px; line-height: 1.231; 
background: url(../img/bg_body.gif);
font-family: Arial;
padding-top: 5px;
}

body, button, input, select, textarea {  color: #222; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */




/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */


input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }




/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */

p.th_text {
	padding: 0 20px;
	font-size: 14px;
}


#container {
	position: relative;
	top: 50px;
	width: 1000px;
	margin: 0 auto;
	border: 1px solid white;
	-moz-box-shadow: 0 -2px 10px -5px #757575;
	-webkit-box-shadow: 0 -2px 10px -5px #757575;
	box-shadow: 0 -2px 10px -5px #757575;
	behavior: url(PIE.htc);
}


header {
	height: 546px;
	width: 100%;
	background: url(../img/bg_girl6.jpg);
	position: relative;

}



div.girl_top {
	background: url(../img/bg_girl_top6.png);
	width: 98px;
	height: 26px;
	position: absolute;
	right: 299px;
    top: -26px;
}

header .logo {
	width: 271px;
	height: 102px;
	background: url(../img/logo_new.png);
	position: relative;
	z-index: 1;
	top: 2px;
	left: 70px;
}

header h1 {
	position: absolute;
	z-index: 3;
	color: white;

	font-size: 34pt;
	width: 520px;
	bottom: 45px;
	right: 46px;
	text-shadow: 0px 3px 2px rgba(0,0,0,0.4);
	font-weight: normal;



}



div.pic_text {
	width: 521px;
	height: 128px;
	/*background: url(../img/text.png);*/
	position: absolute;
	bottom: 40px;
	right: 82px;
	z-index: 10;
}

div.bg_pod {
	width: 135px;
	height: 55px;
	background: url(../img/bg_transp.png) repeat;
	position: absolute;
	bottom: 364px;
	right: 30px;
	z-index: 10;
}

	.bg_pod h3 {

	padding: 12px 0 0 17px;
	margin: 0;
		color: #fff9b6;
		font-style: italic;
		font-size: 11px;
	}

	.bg_pod p {
		padding: 0 0 0 17px;
		margin: 0;
		color: #fff9b6;
		font-style: italic;
		font-size: 11px;
	}

div.ribbon {
	width: 190px;
	height: 188px;
	background: url(../img/ribbon.png) no-repeat;
	position: absolute;
	top: -15px;
	right: -14px;
	z-index:50
}

legend {
	height: 49px;
padding: 0;
margin: 0;
}

p.legend {
	background: url(../img/bgfl_gr.png) repeat-x;
	height: 49px;
	width: 325px;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	color: white;
	text-align: center;
	font-size: 22pt;
	font-weight: bold;
	text-shadow: 0px 3px 2px rgba(0,0,0,0.4);
	padding-top: 5px;
	behavior: url(PIE.htc);
	margin: 0;
	position: relative;
}
/*reg&login form*/
/*login*/
#login_popup { 
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -220px;
	margin-top: -160px;
	z-index: 400;
	height: 320px;
	width: 440px;
	background: #ffffff;
	display: none;
}
#login_logo {
	height: 83px;
	margin: 1px 0 0 1px;
	width: 438px;
	background: url(../img/popup_login_header.jpg);
}
#login_popup.emailexists .login-form {margin:10px auto 0 auto; top:10px}
#login_popup h1 {display:none}
#login_popup.emailexists h1 {display: block !important;
	color: #000;
	font-size: 22px;
	text-align: center;
	margin:0 0 5px 0;
	position:relative;
	top:7px

}

.login-form {width:310px;
	margin: 0 auto;
	position:relative;
	top:35px;
}
.login-form .fieldname label {font:13px Arial, Helvetica, sans-serif}
.login-form .field {height:40px}
.login-form .field input {
		width:190px;
		height:25px}

#login_btn {background: url(../img/login_btn.jpg) center  no-repeat;
	width: 162px;
	height: 55px;
	margin: 5px 0 0 90px;	
	cursor: pointer;
	border: 0;
	text-indent:-9999px !important;
	color:#fff

}

/*end login*/
/*regform*/
#regform {background: url(../img/bg_form.png);
	width: 388px;
	height: 395px;
	left: -24px;
	top:-13px;
	position: relative;
}

/*regform fields*/
.registration-form {
width: 340px;
position:absolute;
top:90px;
left:20px
}
.second { position:relative; left:0}
.form-content {
  width: 315px;
  height: 352px;
  margin:0 auto;
}

.registration-form .form-fields {
  margin: 10px 0;
  height:165px;
  width: 315px;
}

input.txt, select {
  width: 195px;
  height: 20px;
  border: 1px solid #E2E3EA;
  border-top: 1px solid #ABADB3;
  outline: none;
  background:#fff
}
.form-fields select.field {
  height:20px;}
.fieldname,
.field {
  width:196px;
  height:34px;
  margin: 0;
  float: left;
  position:relative;
}

.fieldname {
  width: 100px;
  clear: both;
  text-align:right;

}

.fieldname label {
  margin: 5px 8px 0 0;
  display:block;
  font: 12px Arial, Helvetica, sans-serif;
  color: #333;
}
.second .fieldname label {color:#fff}
.registration-form .form-fields .day {
  width: 47px;
  margin-right: 7px;
}

.registration-form .form-fields .month {
  width: 77px;
  margin-right: 7px;
}

.registration-form .form-fields .year {
  width: 57px;
}

/*reg&login errors*/
.registration-form .unknown-error, 
.login-form .unknown-error{
	display: none;
}
.registration-form .invalid .unknown-error, 
.login-form .invalid .unknown-error {
	display: block;
}	

.invalid div.validator {
  display: block;
}
.field .message {
  display: none;
}
.registration-form [class*=invalid-] .exists {
	display: none;}


.invalid-required .required,
.invalid-correctness .correctness,
.invalid-pattern .pattern,
.invalid .exists {
  background:url(../img/err-icon.gif) 0 5px no-repeat;
  padding: 4px 10px 0 19px;
  white-space: nowrap;
  font-size: 11px;
  line-height: 11px;
  display: block;
}
.validator-wrapper {
  position: absolute;
  left: 210px;
  top: 0;
  z-index:1;
}

.validator {
  width: 100%;
  display: none;
}
.validator .shadow {
  width: 100%;
  height: 20px;
  position: absolute;
  margin-top: 3px;
  background-color: black;
  -moz-border-radius: 0px 2px 2px 0px;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  filter: alpha(opacity=30);
  
}
.validator .content-container {
  position: relative;
  height: 20px;
  background-color: #FFFED8;
  border-radius: 0px 2px 2px 0px;
  -moz-border-radius: 0px 2px 2px 0px;
  -webkit-border-radius: 0px 2px 2px 0px;
}

.validator .shadow .shadow-arrow {
  position: absolute;
  top: 0;
  left: -20px;
  width: 0;
  height: 0;
  border-right: 10px solid black;
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  _border: 0;
}


.validator-wrapper .arrow {
  position: absolute;
  top: 0;
  left: -20px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #FFFED8;
  _border: 0;
  _width: 20px;
  _height: 20px;
}
/*end reg&login errors*/
/*end regform fields*/

#submit_button {
	background: url(../img/form_button_inact.png) no-repeat;
    width: 220px;
	height: 54px;
	display: block;
    margin: 10px auto;
	cursor: pointer;
    border: none;
}
.satellizer-ready #submit_button {
	background: url(../img/form_button.png) no-repeat;}

.conditions {
margin: 0 0 10px 0;
clear:both;
}
.conditions p {font: 12px/16px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	margin: 2px 0;}

/*end regform*/
.show_login_popup, .show_contact_us {
    color: #001F55;
    cursor: pointer;
    text-decoration: underline;
}
.show_terms, .show_policy {text-decoration:underline; cursor:pointer}






header h2 {
	position: absolute;
	z-index: 3;
	color: white;
	font-family: Trebuchet MS;
	font-size: 11pt;
	width: 562px;
	bottom: 20px;
	right: 0;
	text-shadow: 0px 2px 2px rgba(0,0,0,0.4);
	font-weight: normal;

}



#main {
	height: 165px;
	border-bottom: 3px solid #8cc000;
	padding: 28px 68px 0 38px;
}



#submain article, #submain>img {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}

#submain>img  {
	margin: 39px 35px 0 30px;
}

article.far {
	width: 576px;
}

article.far>img {
	float: left;
	margin-right: 10px;
	-moz-box-shadow: 0 -2px 10px -5px #757575;
	-webkit-box-shadow: 0 -2px 10px -5px #757575;
	box-shadow: 0 -2px 10px -5px #757575;
	behavior: url(PIE.htc);
}

.pic_shadow {
	-moz-box-shadow: 0 -2px 10px -5px #757575;
	-webkit-box-shadow: 0 -2px 10px -5px #757575;
	box-shadow: 0 -2px 10px -5px #757575;
	behavior: url(PIE.htc);
}

article.sar {
	width: 245px;
}

div.icon_live {
	width: 43px;
	height: 40px;
	background: url(../img/icon_livechat.png);
	float: left;
	margin-right: 8px;
    margin-top: 15px;
}

#main h1, #main p {
	margin: 0;
	font-weight: normal;
}
#main h1 {
	color: #323232;
}

#main p {
	margin-top: 7px;
	color: #757575;
}

#submain {
	height: 278px;
	background: white;
	padding: 0 50px;
	font-size: 11px;
}

#submain h1 {
	color: #323232;
	font-size: 24px;
	font-weight: normal;
}

#submain p {
	color: #757575;
}


footer {
	margin: 0 auto;
	width: 900px;
	padding: 20px 50px 50px 50px;
	color: #757575;
	position: relative;
	top: 50px;
}

footer p {
	margin: 0;
	float: left;
}

footer ul {
	float: right;
	list-style: none;
	}

footer ul li {
	display: inline-block;
	margin-left: 38px;
	zoom: 1;
    *display: inline;
}

footer ul li a, footer ul li a:visited {
		color: #757575;
}

p.top_link {
	position: absolute;
	top: -50px;
	right: 50px;
	color: #323232;
}

p.top_link a, p.top_link a:visited {
	color: #323232;
}

/* popups */

#fade_block {background: url(../img/bg.png) repeat;
	min-width: 100%;
	min-height:100%;
	position: fixed;
	z-index: 100;
	display: none;
	

}


.popup {display:none}
.close_button {
	position: absolute;
	right: 16px;
	top: -24px;
	width: 62px;
	height: 21px;
	background: white;
	color: #6e8e00;
	z-index: 110;
	cursor: pointer;
	padding-left: 10px;
	padding-top: 3px;
}
#contact_us .popup_line {
	top: 38px;
    width: 268px;
}

ol li {
	margin-top: 6px;
}


#contact_us {
	zoom: 1;
    background: url(../img/popup_aboutus_gr.png) repeat-x;
    height: 230px;
    left: 50%;
    margin-left: -325px;
    margin-top: -115px;
    position: fixed;
    top: 50%;
    width: 650px;
    z-index: 100;
}
#cont_logo {
	height: 110px;
	width: 474px;
	background: url(../img/cont_logo.png);
}

#cont_main {
	height: 220px;
	width: 474px;
	background: url(../img/cont_bg.png);
}



.popup_line {
	width: 540px;
	height: 2px;
	background: #6e8e00;
	position: absolute;
	right: 0;
	top: 33px;
    width: 470px;
}

div.t_lines {
	width: 405px;
}



.popup_new {
zoom: 1;
position: fixed;
left: 50%;
top: 0;
margin-top: 50px;
margin-left: -475px;
z-index: 2000;
width: 950px;
height: 700px;
background: white;
display: none;
}

.contact-popup {
color: #323232;
line-height: 16px;
font-size: 14px;
width: 950px;
height: 685px;
overflow: scroll;
padding: 15px 0 0 15px;
overflow-x: hidden;
}
.page-wrap {
position: relative;
}
.content {
width: 900px;
padding: 0 0 37px 0;
position: relative;
}
.main.static {
padding: 0 15px 0 0;

}
.main h1 {
color: #6e8e00;
font-size: 22px;
font-weight: bold;
margin: 25px 0 20px 0;
}
.main p {
margin: 0 0 10px 0;
color: #363636;
}

.main h2 {
color: #6e8e00;
}

.main {
	padding: 0 15px;
}

/* end popups */

#main ul {
list-style: none;
padding: 0;
height: 180px;
width: 9999px;
}

#main ul li {
float: left;

width: 102px;
height: 133px;
	position: relative;
}

#main ul li img {
	border: 1px solid #d3d3d3;

}
.infiniteCarousel {
  width: 897px;
  position: relative;
}

.infiniteCarousel .wrapper {
  width: 846px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  height: 138px;
  overflow: auto;
  min-height: 10em;
  margin: 0 40px;
  position: absolute;
  top: 0;
}

.live_icon {
	position: absolute;
	background: url(../img/icon_live.png);
	width: 40px;
	height: 11px;
	top: 4px;
	left: 4px;
}


.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 2px;
  cursor: pointer;
}


.infiniteCarousel .arrow {
  display: block;
  height: 42px;
  width: 25px;

  text-indent: -999px;
  position: absolute;
  top: 47px;
  cursor: pointer;
}

.infiniteCarousel .forward {
  background: url(../img/arrow_next.png) no-repeat 0 0;
  right: -29px;
}

.infiniteCarousel .back {
  background: url(../img/arrow_prev.png) no-repeat 0 0;
  left: 0;
}

#reg_popup {
	display: none;
	position: absolute;
	width: 692px;
	height: 568px;
	border: 10px solid white;
	border-top: none;
	left: 20%;
	
	top: 0;
	z-index: 100;
	background: #608100;
	behavior: url(PIE.htc);
	border-radius: 0 0 7px 7px;
}


#reg_popup h1 {
	color: #FFF6BC;
	font: bold 36px/30px "Myriad Pro",Arial,sans-serif;
	text-shadow: 2px 2px 0 black;
	margin: 0;
	padding: 15px 0 0 20px;
}

#reg_popup form {
	width: 350px;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

#reg_popup form ul li {
	margin-top: 12px;
}


#reg_popup > img {
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;	
	margin-top: 35px;
}

#reg_popup ul {
 padding-top: 25px;
}

#reg_popup  form p, #reg_popup  form span, #reg_popup  form a {
	color: white;
}

#reg_popup  ul li p {
	text-align: left;
}

p.rp_text {
	float: none;
	width: 315px;
	height: auto;
	line-height: 16px;
	margin-bottom: 25px;
}
input.placeholder{
	color:#ccc !important;
}
input::-webkit-input-placeholder {
    color:    #ccc;
}
input:-moz-placeholder {
    color:    #ccc;
}
input:-ms-input-placeholder {
    color:    #ccc;
}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
