
/*** *  For project  * ***********************************/
HTML{
	height: 100%;
}
BODY {
	background: #a49080;
	display: table;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2D568E;
}
a.friend{
	position: absolute;
	right:70px;
	top:0px;
	width: 66px;
	height: 66px;
	background: url(../images/friend.gif) no-repeat left top;
}
/*
a.print{
	position: absolute;
	right:0px;
	top:0px;
	width: 66px;
	height: 66px;
	background: url(../images/print.gif) no-repeat left top;
}
*/
a.print{
	position: absolute;
	right:140px;
	top:30px;
	width: 57px;
	height: 16px;
	background: url(../images/btn-print.gif) no-repeat left top;
}

a.email{
	position: absolute;
	right:140px;
	top:48px;
	width: 57px;
	height: 16px;
	background: url(../images/btn-email.gif) no-repeat left top;
}

/*********************************************************/
/*********************************************************/
.wrap{
	width: 100%;
	height:100%;
	display: table-cell;
	vertical-align: middle;
}
.container{
	width: 940px;
	height:748px;
	margin: 0 auto;
	background: #fff;
	padding: 10px; 
}
.container_index{
	width: 940px;
	height: 748px;
	margin: 0 auto;
	padding: 0; 
	background: #ccc0b6;
	display: table-cell;
	vertical-align: middle;
}
.container_index .cont{
	width: 520px;
	height: 240px;
	margin: 0 auto;
	padding: 0; 
	font-size:16px;
	font-weight: bold;
	text-align: center;
}
.container_index .dev{
	height: 3px;
	font-size: 1px;
	background: #2D568E;
	margin-bottom: 10px;
}
.col_content{
	width:425px;
	float: left; 
	background: #ccc0b6; 
	height: 733px;
	overflow: hidden;
	padding: 15px 20px 0px 20px; 
	position: relative;
}
.col_picture{
	width:465px;
	height: 748px;
	overflow: hidden;
	padding: 0; 
	float: right;
	position: relative;
}
.recipes{
	background: url(../images/pic.jpg) no-repeat center center;
}


.col_picture.recipes  span.time {
	display: block;
	position: absolute;
	right: 0px;
	bottom: -1px;
	background: url(../images/clock-bg.png) no-repeat left top; 
	width: 55px;
	height: 52px;
	font-size: 18px;
	line-height:0.5;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 7px 5px 5px 10px;
}
.col_picture.recipes  span.time strong{
    color:#FFF;
    font-size:35px;
    font-weight:bold;
    line-height: 37px;
    text-transform:none;
    text-align: center;
}
.col_picture.recipes  span.time .sm{
    color:#FFF;
    font-size:30px;
    font-weight:bold;
    line-height: 37px;
    text-transform:none;
    text-align: center;
}




.col_picture strong{
	font-size: 200px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 200px;
}
.col_picture p{
	font-size: 70px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
	padding: 15px 20px 20px 20px;
}
/*** Styles for Navigator *********************************/
ul.nav{
	list-style: none;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}
ul.nav li{
	list-style: none;
	display: block;
	overflow: hidden;
	float:left;
	width:32%; 
	margin-right: 1%;
}
ul.nav li a,
ul.nav li a:visited{
	display: block;
	color: #2D568E;
	font-size:12px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	line-height: 1.8; 
}
ul.nav li a:hover,
ul.nav li a.active,
ul.nav li a.active:visited,
ul.nav li a:hover span,
ul.nav li a.active span,
ul.nav li a.active:visited span{
	text-decoration: none;
	color: #fff;
	height: auto;
	padding: 0;
	margin: 0;
}
ul.nav li a span,
ul.nav li a:visited span{
	color: #2D568E;
	font-size:12px;
}
/**********************************************************/
.p7VSC_content ul{
	list-style: disc;
}
.p7VSC_content ul li{
	list-style-type: disc;
	margin: 0 0 0 20px;
	padding: 0 0 5px 5px;
	display: list-item;
}

.p7VSC_content ul.step{
	list-style: none;
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
	display: block;
}
.p7VSC_content ul.step li{
	list-style: none;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
	display: block;
}
.p7VSC_content ul.step li a{
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
	text-decoration: none; 
}

.p7VSC_content ul.step li.active a,
.p7VSC_content ul.step li.active a:visited{
	color: #fff;
}

ul.step_middle{
    list-style: none!important;
	font-size: 13px;
	font-weight: bold;
	margin-left: 30px;
	padding:0;
	display: block;
}
ul.step_middle li{
    padding: 5px;
    text-indent: -30px;
    display: block!important;
    list-style: none!important;
    
}
ul.step_middle li a{
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	text-transform: uppercase;
}

.pager{
	margin:20px 0 0 4px;
	font-size: 13px;
	font-weight: bold;
	padding:0;
}



.p7VSC_content ul.step_middle li.active a,
.p7VSC_content ul.step_middle li.active a:visited{
	color: #fff;
}

a.pic_step_l,
a.pic_step_l:visited{
	display: block;
	float: left;
	width:228px;
	height: 243px;
	margin-bottom: 10px;
	overflow: hidden;
	background-color: #A49080;
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
}
a.pic_step_r,
a.pic_step_r:visited{
	display: block;
	float: right;
	width:228px;
	height: 243px;
	margin-bottom: 10px;
	overflow: hidden;
	background-color: #A49080;
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
}
a.pic_step_bot{
	margin-bottom: 0;
}

a.pic_step_l span.wrap,
a.pic_step_r span.wrap{
	display: block;
	position: relative;
	height: 243px;
	width:228px;
}
a.pic_step_l span.num,
a.pic_step_r span.num{
	display: block;
	font-size: 170px;
	line-height:1.1;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	color: #CCC0B6;
}
a.pic_step_l span.time,
a.pic_step_r span.time{
	display: block;
	position: absolute;
	right: 0px;
	bottom: -1px;
	background: url(../images/clock-bg.png) no-repeat left top; 
	width: 55px;
	height: 52px;
	font-size: 18px;
	line-height:0.5;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 7px 5px 5px 10px;
}
.col_picture a.pic_step_l span.time strong, 
.col_picture a.pic_step_r span.time strong{
    color:#FFF;
    font-size:35px;
    font-weight:bold;
    line-height: 37px;
    text-transform:none;
    text-align: center;
}
.col_picture a.pic_step_l span.time strong.sm, 
.col_picture a.pic_step_r span.time strong.sm{
    color:#FFF;
    font-size:30px;
    font-weight:bold;
    line-height: 37px;
    text-transform:none;
    text-align: center;
}

a.pic_step_l:hover,
a.pic_step_r:hover,
a.pic_step_l.active,
a.pic_step_r.active{
	border:4px solid #CABFB4;
	width:220px;
	height: 235px;
}

a.pic_step_l:hover span.wrap,
a.pic_step_r:hover span.wrap,
a.pic_step_l.active span.wrap,
a.pic_step_r.active span.wrap{
	display: block;
	position: relative;
	height: 237px;
	width:220px;
}
a.pic_step_l:hover span.num,
a.pic_step_r:hover span.num,
a.pic_step_l.active span.num,
a.pic_step_r.active span.num{
	color: #fff;
}
a.pic_step_l:hover span.time,
a.pic_step_r:hover span.time,
a.pic_step_l.active span.time,
a.pic_step_r.active span.time{
	display: block;
	position: absolute;
	right: -4px;
	bottom: -3px;
	background: url(../images/clock-bg.png) no-repeat left top; 
	width: 55px;
	height: 52px;
	font-size: 18px;
	line-height:1;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 7px 5px 5px 10px;
	line-height:0.5;
}

a.pic_step_l span.tech,
a.pic_step_r span.tech{
	display: block;
	position: relative;
	/*height: 180px;*/
	height: 243px;
	width:228px;
	font-size: 30px;
	text-align: center;
	color: #CCC0B6;
}
a.pic_step_l span.num1,
a.pic_step_r span.num1{
	display: block;
	font-size: 140px;
	line-height:1;
	height: 140px;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	color: #2D568E;
}

a.pic_step_l span.str1,
a.pic_step_r span.str1{
	display: block;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	color: #2D568E;
}

ul.type1{
	list-style: disc;
	margin: 5px 0 0 15px;
}
ul.type1 li{
	line-height: 1.5;
	padding-bottom: 5px;
}

.box_scroll{
	height: 345px;
}

.box_scroll_col{
	width: 100%;
	float: left;
	padding-right: 37px;
	font-size:11px;
	line-height: 2;
	text-align: justify;
}
/*
.box_scroll_col_left{
	width: 205px;
	float: left;
	padding-right: 37px;
	font-size:11px;
	line-height: 2;
	text-align: justify;
}
.box_scroll_col_right{
	width: 168px;
	float: left;
}
*/
.box_scroll_col_right p{
	margin-bottom: 10px;
	font-size:11px;
	line-height: 1.2;
}
.box_scroll_col_left p{
	margin-bottom: 10px;
	font-size:11px;
	line-height: 1.2;
}
.inp_newsletter{
	width: 260px;
	background: #E7E1DC;
	border: none;
	margin-bottom: 10px;
}


/*** Styles for 8 pictures on the page ********************/

a.pic_step_sm_l,
a.pic_step_sm_l:visited{
	display: block;
	float: left;
	width:228px;
	/*height: 180px;*/
	height: 243px;
	margin-bottom: 10px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #A49080;
	text-decoration: none;
}
a.pic_step_sm_r,
a.pic_step_sm_r:visited{
	display: block;
	float: right;
	width:228px;
	/*height: 180px;*/
	height: 243px;
	margin-bottom: 10px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #A49080;
	text-decoration: none;
}
a.pic_step_bot{
	margin-bottom: 0;
}

a.pic_step_sm_l span,
a.pic_step_sm_r span{
	display: block;
	position: relative;
	/*height: 180px;*/
	height: 243px;
	width:228px;
	font-size: 30px;
	text-align: center;
	color: #CCC0B6;
}
a.pic_step_sm_l span.num,
a.pic_step_sm_r span.num{
	display: block;
	font-size: 140px;
	line-height:1;
	height: 140px;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
}

a.pic_step_sm_l:hover,
a.pic_step_sm_r:hover,
a.pic_step_sm_l.active,
a.pic_step_sm_r.active{
	border:4px solid #CABFB4;
	width:220px;
	height: 172px;
}

a.pic_step_sm_l:hover span,
a.pic_step_sm_r:hover span,
a.pic_step_sm_l.active span,
a.pic_step_sm_r.active span{
	display: block;
	position: relative;
	width:220px;
	color: #fff;
}

/**********************************************************/
/**********************************************************/
.shadow{
	position: absolute;
	left: 0px;
	top: 0px;
	width:465px;
	height: 748px;
	background: #000;
	filter: alpha(opacity=80);     
	-moz-opacity: 0.8;     
	opacity: 0.8;
}

.video-bg{
	position: absolute;
	left: 0px;
	top: 0px;
	width:465px;
	height: 748px;
	background: #a5ad89 url(../images/video-placeholder-bg.jpg) no-repeat center center;
}

.box_video{
	position: absolute;
	left: 0px;
	top: 245px;
	width:465px;
	height: 261px;
/*	border:1px solid #fff;*/
}



ul.type1{
	list-style: disc;
	margin: 5px 0 0 15px;
}
ul.type1 li{
	line-height: 1.5;
	padding-bottom: 5px;
}

.box_scroll{
	height: 345px;
}
/*
.box_scroll_col_left{
	width: 205px;
	float: left;
	padding-right: 30px;
	font-size:11px;
	line-height: 2;
	text-align: justify;
}
*/
.box_scroll_col_left{
	width: 195px;
	float: left;
	padding-right: 37px;
	text-align: justify;
}
.box_scroll_col_right{
	width: 168px;
	float: left;
}
.box_scroll_col_right p{
	margin-bottom: 10px;
	font-size:11px;
	line-height: 1.2;
}
.inp_newsletter{
	width: 260px;
	background: #E7E1DC;
	border: none;
	margin-bottom: 10px;
}

.user_form{
	margin: 0 auto;
	font-size: 12px;
}
.user_form td{
	vertical-align: top;	
}
.user_form td.form_field{
	padding-right: 10px;
}
.require{
	color: #ff4040;
}
.inp_note {
  	font-size: 11px;
  	{*padding-left: 10px;*}
}
.btn{
	border: none;
	padding: 2px 5px;
	background: #2D568E;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

.message_head{
	background: url(images/mark_orange_dark.gif); 
	background-repeat:no-repeat; 
	background-position:left top; 
	padding-left: 25px; 
	padding-right: 25px; 
	background-color: #ff8040;
	border: 1px solid #ff8040;
	vertical-align: middle; 
	font-size: 13px;
	font-weight: bold;
	height: 20px;
	color: #fff;
}

.message_cont{
	font-family: "Trebuchet MS"; 
	font-size: 12px; 
	color: #ff8040; 
	background-color:#fff; 
	border-bottom: 1px solid #ff8040;
	border-right: 1px solid #ff8040;
	border-left: 1px solid #ff8040;
	padding: 5px;	
	padding-left: 40px;
	padding-right: 40px;
	font-weight: bold;
/*	text-align: center;*/
}
#warning{
	dispay: block;
	position: absolute; 
}

.close_msg {
	cursor: pointer;
	visibility: hidden;
	float: right;
}