@charset "utf-8";
/* ------------------------------ */
/*       jackiebuttice.com        */
/*            v3.0                */
/* ------------------------------ */

/* Reset CSS */

/* Normalizes margin, padding */
	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, fieldset, p, blockquote, th, td {
	margin : 0;
	list-style-position: inside;
	list-style-type: disc;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
/* Normalizes font-size for headers */
	h1, h2, h3, h4, h5, h6 {
	font-size : 100%;
	font-weight: normal;
}
/* Removes list-style from lists */
	ol, ul {
	list-style-image: none;
	list-style-type: circle;
}
/* Normalizes font-style and font-weight to normal */
	address, caption, cite, code, dfn, em, strong, th, var {
	font-style : normal;
	font-weight : normal;
}
/* Removes borders and spacing from tables */
	table {
	border-collapse : collapse;
	border-spacing : 0;
}
/* Removes border from fieldset and img */
	fieldset,  img a {
	border : 0;
}
/* Left-aligns text in caption and th */
	caption, th {
	text-align : left;
}
/* Removes quotation marks from q */
	q:before, q:after {
	content :'';
}
/* Removes rid of Firefox's dotted borders */
	a {
	outline:none;
}
/* Removes rid of IE's blue borders */
	a img {
	border:none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
/* ------------------------- End Reset CSS ---------------------- */

 div {
	behavior: url(js/iepngfix.htc)
}

body {
	margin: 0;
	padding: 0 0 35px 0;
	width: 100%;
	height: 100%;
	background-color: #993302;
	color: #fff;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
p, ul {
  line-height: 2em;
}
.clear {
	clear: both;
}
img {
	border: 0;
}
a {
	outline: none;
	color: #b5b5b5;
}
a span {
	cursor: pointer;
}
div#bd {
	position: relative;
	margin: 0 auto;
	width: 980px;
}
/* HEADER ITEMS */

div#head {
	position: relative;
	float: left;
	height: 180px;
	width: 100%;
	background-image: url(images/head_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
div#head .img {
	position: absolute;
	left: -25px;
	top: -40px;
	height: 256px;
	width: 370px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline-block;
	_background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/logo.png", sizingMethod="scale");
}
div#head .feed {
	z-index: 10;
	position: absolute;
	bottom: 5px;
	left: 106px;
	background-image: url(images/twitter.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 20px;
}   
div#head .linkedin {
	z-index: 10;
	position: absolute;
	bottom: 5px;
	left: 136px;
	background-image: url(images/linkedin.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
} 
div#head .facebook {
	z-index: 10;
	position: absolute;
	bottom: 5px;
	left: 166px;
	background-image: url(images/facebook.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
} 

div#head .right {
	z-index: 10;
	position: absolute;
	bottom: 7px;
	right: 0px;
	float: right;
	text-align: center;
	width: 76%;
}
div#head span {
	float: right;
	margin: 0 0 0 10px;
	padding: 5px 20px 0 20px;
	width: 15%;
	height: 30px;
	line-height: 28px;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}
div#head span.current {
	background-image: url(images/menu_bg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}
div#head .current a {
	color: #ffffff;
	text-decoration: none;
}
div#head span a {
	color: #ffffff;
	text-decoration: none;
}
div#head span a:hover {
	text-decoration: none;
	border-bottom: 2px solid #97c7ef;
}
div#head span.current a:hover {
	text-decoration: none;
	border-bottom: none;
}
/* END HEADER ITEMS */
/* BODY ITEMS */
div#body {
	float: left;
	width: 100%;
}
div#body .a img {
	border: 2px solid #436a8a;
}
/* END BODY ITEMS */
/* CONTENT ITEMS */
div#content .title {
	float: left;
	font-size: 32px;
	width: 320px;
}
div#content .en {
	color: #ffffff;
}
div#content .slash {
	color: #97c7ef;
}
div#content .ru {
	color: #4e5b62;
}
div#content .watch {
	float: left;
	width: 100%;
	margin: 10px 0 10px 0;
}
div#content .note {
	float: left;
	width: 90%;
	margin: 10px 0 20px 0;
	color: #ffffff;
	font-size: 14px;
}
/* END CONTENTS ITEMS */
/* FOORET ITEMS */
div#footer {
	float: left;
	width: 950px;
	height: 200px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #87969b;
	font-size: 11px;
	padding-top: 22px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
div#footer .left {
	float: left;
	width: 70%;
}
div#footer .right {
	float: left;
	text-align: right;
	width: 30%;
}
div#footer .right a {
	color: #87969B;
}
/* END FOOTER ITEMS */
/* ABOUT US ITEMS */
div#index_a {
	width: 940px;
	padding: 20px;
	background-color: #121212;
	border-bottom: #202020 1px solid;
	border-top: #202020 1px solid;
}
div#index_a .title {
  color: #96A1AB;
	position: relative;
	z-index: 100;
	float: left;
	padding: 0px;
	font-size: 18px;
	line-height: 1.6em;
}
div#index_a ul {
  line-height: 1.6em;  
}
div#index_a .pss {
	font-size: 22px;
	background-color: #0e0e0e;
	border: #202020 1px solid;
	color: #FFFFFF;
	margin-bottom: 20px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}
div#index_a .lineh {
	float: left;
	width: 100%;
	height: 2px;
	line-height: 2px;
	margin: 25px 0;
	background-color: #191919;
}
/* SERVICES ITEMS */
div#index_s {
	float: left;
	padding: 0px 20px 23px 20px;
	background-color: #121212;
	border-bottom: #202020 1px solid;
	border-top: #202020 1px solid;
}
div#index_s .dtra {
	float: left;
	width: 940px;
	position: relative;
	z-index: 100;
	margin: 25px 0 10px 0;
	border-bottom: 2px solid #202020;
}
div#index_s .ltra {
	float: left;
	padding: 15px 25px;
	background-color: #202020;
}
div#index_s .rtra {
	float: left;
	padding: 0px 20px 0px 20px;
}
/* END SERVICES ITEMS */
/* PORTFOLIO ITEMS */
div#index_p .portfolio {
	float: left;
	width: 940px;
	margin: 25px 0 0 0;
}
div#index_p .portfolio_left {
	float: left;
	width: 400px;
	height: 200px;
	background-color: #191919;
}
div#index_p .portfolio_left img {
	position: absolute;
	z-index: 10;
}

div#indx>p .portfolio_left a {
	position:relative; 
	float:left; 
	margin:5px;
}
div#indx>p .portfolio_left a span {
	background-image:url(images/zoom.png); 
	background-repeat:no-repeat; 
	width:48px; 
	height:48px; 
	display:none;
    position:absolute; 
	left:15px; 
	top:15px;
}
div#index_p .portfolio_right {
	float: left;
	width: 55%;
	min-height: 178px;
	_height: 178px;
	padding: 10px;
	background-color: #191919;
	border: 1px solid #202020;
}
div#index_p .portfolio_right p {
	color: #96A1AB;
}
div#index_p .portfolio_title {
	float: left;
	font-size: 22px;
	width: 100%;
}
div#index_p .en {
	color: #ffffff;
}
div#index_p .palko {
	color: #97c7ef;
}
div#index_p .ru {
	color: #677079;
}
/* END PORTFOLIO ITEMS */
/* HOME PAGE ITEMS */
div#index {
	width: 940px;
	background-color: #121212;
	border-bottom: #202020 1px solid;
	border-top: #202020 1px solid;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
div#index .contact {
	position: relative;
	z-index: 100;
	margin: 30px 0px 30px 100px;
}
/* END HOME PAGE ITEMS */
/* PORTFOLIO ITEMS */
div#index_p {
	float: left;
	padding: 0px 20px 23px 20px;
	background-color: #121212;
	border-bottom: #202020 1px solid;
	border-top: #202020 1px solid;
}
/* END PORTFOLIO ITEMS */
/* HOME PAGE ITEMS */
div#index .title {
	position: relative;
	z-index: 100;
	float: left;
	padding: 0px;
	font-size: 18px;
	line-height: 38px;
}
div#index .title img {
	float: left;
	margin: 0px 15px 0px 0px;
}
div#index .pss {
	padding: 4px 4px 4px 10px;
	font-size: 22px;
	background-color: #0e0e0e;
	border: #202020 1px solid;
}
div#index .lineh {
	float: left;
	width: 100%;
	height: 2px;
	line-height: 2px;
	margin: 25px 0;
	background-color: #191919;
}
/* END HOME PAGE ITEMS */
/* ITEMS */
div#index_b {
	width: 940px;
	padding: 20px;
	background-color: #121212;
	border-bottom: #202020 1px solid;
	border-top: #202020 1px solid;
}
div#index_b .lineh {
	float: left;
	width: 100%;
	height: 2px;
	line-height: 2px;
	margin: 10px 0;
	background-color: #191919;
}
div#index_p .lineh {
	float: left;
	width: 100%;
	height: 2px;
	line-height: 2px;
	margin: 10px 0;
	background-color: #252525;
}
/* END BLOG PAGE ITEMS */
/* SIDEBAR ITEMS */
div#sidebar .lineh {
	float: left;
	width: 100%;
	height: 2px;
	line-height: 2px;
	margin: 10px 0;
	background-color: #191919;
}
/* END SIDEBAR ITEMS */
/* HOME PAGE ITEMS */
div#index .what {
	line-height: 2em;
	float: left;
	width: 45%;
	_width: 280px;
	_margin: 0 35px;
	background-color: #1f1f1f;
	padding: 10px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}

div#index .what_left {
	padding: 10px 0px 0px 0px;
	float: left;
	width: 20%;
}

div#index .what_center {
	float: left;
	width: 33%;
	font-size: 18px;
	padding: 5px 0 0 0;
	color: #CCC;
}

div#index .what_right {
	float: left;
	width: 80%;
	font-size: 18px;
	color: #CCC;
	height: 200px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
div#index .thumbs {
	float: left;
	width: 100%;
	margin: 25px 0 0 0;
	padding: 0 0 20px 0;
}
div#index .thumb {
	float: left;
	width: 210px;
	margin: 20px 0 0 20px;
	_margin: 20px 10px 0 10px;
}
div#index .thumb a {
	text-decoration: none;
}
div#index .thumb_title {
	position: absolute;
	margin: 0;
	max-width: 200px;
	padding: 2px 5px;
	color: #fff;
	font-size: 16px;
	background-image: url(images/thumb_title_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #bb280a;
}
div#index .thumbext {
	float: left;
	width: 190px;
	height: 35px;
	padding: 10px;
	background-color: #d9d9d9;
}
div#index .thumbext .down {
	color: #333333;
	float: left;
	width: 100%;
	font-size: 14px;
}
div#index .thumbext .up {
	float: left;
	width: 100%;
	color: #555555;
}
/* END HOME PAGE ITEMS */
/* SIDEBAR ITEMS */
div#sidebar {
	float: right;
	width: 300px;
}
div#sidebar .ads_l {
	float: left;
	padding: 5px 0px 10px 50px;
}
div#sidebar .ads_r {
	float: left;
	padding: 5px 0px 10px 0px;
}
/* END SIDEBAR ITEMS */
/* BLOG ITEMS */
div#index_b {
	padding: 20px;
}
div#index_b .title {
	font-size: 26px;
	padding: 4px 10px;
	background-color: #273442;
}
div#index_b .content {
	position: relative;
	z-index: 100;
	float: left;
	width: 600px;
	margin: 5px 40px 35px 0;
}
div#index_b .info {
  color: #677079;
}
div#index_b .tblog {
	display: block;
}
div#index_b .content p {
	margin: 10px 0px 0px 0px;
	font-size: 14px;
	color: #96a1ab;
}
div#index_b .tindex_b {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	font-size: 20px;
}
div#index_b .column {
	padding: 3px 5px;
	background-color: #191919;
	border: 1px solid #202020;
	color: #fff;
	text-decoration: none;
	_float: left;
	_padding: 2px 5px 2px 5px;
}
div#index_b .title_b {
	padding: 3px 0;
	color: #97c7ef;
	text-decoration: underline;
}
div#index_b p {
	color: #3b4b52;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
div#index_b .comm {
	background-color: #191919;
	border: 1px solid #202020;
	padding: 0px 10px 10px 10px;
	margin: 0 0 10px 0;
}
div#index_b .comm p {
	color: #C6D0D8;
}
div#index_b .comm div {
	color: #878F99;
}
div#index_b .comm .lineh {
	height: 2px;
	line-height: 2px;
	margin: 10px 0;
	background-color: #202020;
}
/* END BLOG ITEMS */
/* Fancy BOX */
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}
* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight: document.body.offsetHeight + 'px');
}
div#fancy_wrap {
	text-align: left;
}
div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}
div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('images/fancy_progress.png') no-repeat;
}
div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}
div#fancy_loading_icon {
	position: absolute;
	background: url('images/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}
div#fancy_outer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	padding: 18px 18px 33px 18px;
	margin: 0;
	overflow: hidden;
	background: transparent;
	display: none;
}
div#fancy_inner {
	position: relative;
	width: 100%;
	height: 100%;
	border: 1px solid #BBB;
	background: #FFF;
}
div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}
div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}
img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}
div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('images/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}
#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}
#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}
a#fancy_left, a#fancy_right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	z-index: 111;
	display: none;
	background-image: url(data: image/gif;
	base64,AAAA);
	outline: none;
}
a#fancy_left {
	left: 0px;
}
a#fancy_right {
	right: 0px;
}
span.fancy_ico {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112;
	cursor: pointer;
	display: block;
}
span#fancy_left_ico {
	left: 20px;
	background: transparent url('images/fancy_left.png') no-repeat;
}
span#fancy_right_ico {
	right: 20px;
	background: transparent url('images/fancy_right.png') no-repeat;
}
a#fancy_left:hover {
	visibility: visible;
}
a#fancy_right:hover {
	visibility: visible;
}
/*a#fancy_left:hover span {
	left: 20px;
}
a#fancy_right:hover span {
	right: 20px;
}*/
.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}
div#fancy_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('images/fancy_shadow_n.png') repeat-x;
}
div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('images/fancy_shadow_ne.png') no-repeat;
}
div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('images/fancy_shadow_e.png') repeat-y;
}
div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('images/fancy_shadow_se.png') no-repeat;
}
div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('images/fancy_shadow_s.png') repeat-x;
}
div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('images/fancy_shadow_sw.png') no-repeat;
}
div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('images/fancy_shadow_w.png') repeat-y;
}
div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('images/fancy_shadow_nw.png') no-repeat;
}
div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}
div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}
div#fancy_title table {
	margin: 0 auto;
}
div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}
td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(images/fancy_title_left.png) repeat-x;
}
td#fancy_title_main {
	height: 32px;
	background: transparent url(images/fancy_title_main.png) repeat-x;
}
td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(images/fancy_title_right.png) repeat-x;
}
/* END FANCYBOX ITEMS */
/* Contact Form */
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
label {
	width: 250px;
	display: block;
	margin: 5px;
}
.txt_input {
	width: 400px;
	display: block;
	background-color: #0E0E0E;
	color: #fff;
	border: 1px solid #202020;
	padding: 8px 10px;
}
textarea {
	height: 140px;
	width: 400px;
	background-color: #0E0E0E;
	color: #fff;
	border: 1px solid #202020;
	padding: 8px 10px;
}
input {
	display: block;
	padding: 4px 10px;
	margin: 10px 0px 0px 0px;
	background-color: #0E0E0E;
	color: #fff;
	border: 1px solid #202020;
}
.req {
	color: #f93f0e;
}
/* junk */
.code {
	background: #000;
	border: 1px #202020 solid;
	padding: 5px 10px;
	margin: 10px 0px;
}
.tutorial_image {
	text-align: center;
	margin: 10px 0px;
}
.tutorial_image img {
	background: #191919;
	border: 1px #202020 solid;
	padding: 10px;
}

/*	Featured      		*/ 

#featured {
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 35px;
 }
 
#featured h1 {
	font-size:40px;
	line-height:1.23em;
	text-align:center;
	border: 1px solid 202020;
	margin-left: 90px;
	margin-top: 0px;
	padding-top: 40px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
 }
 
#featured p{
	color:#706e64;
	font-size:16px;
	text-align:left;
 }  
 
.fea {
	background: url(images/fea-img.jpg) no-repeat;
	padding:10px;
	width:424px;
	float:left;
	margin-right:20px;
	margin-left: 20px;
	margin-top: 5px;
 } 

.fea img {
 padding:31px 0 0 10px;
 }
 
/* Featured Slider */

.stepcarousel{
	position: relative;
	overflow: scroll;
	width: 355px;
	height: 310px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 5;
 }

.stepcarousel .belt{
 position: absolute; 
 left: 0;
 top: 0;
 }

.stepcarousel .panel{
	float: left;
	overflow: hidden;
	width: 355px;
	margin:0;
 } 
  
  
.more a{
	width:214px;
	height:55px;
	display:block;
	text-indent:-9999em;
	overflow:hidden;
	margin-top:30px;
	margin-left:0px;
	float:right;
	margin-right:100px;
	display:block;
	background: url(images/more.JPG) no-repeat;
 }
 
/* portfolio enlarge image icons */
.gallery2 {
	width:100%;
	overflow:hidden;
}
.gallery2 a {
	position:relative; 
	float:left; 
	margin:5px;
}
.gallery2 a span { 
	background-image:url(images/zoom.png); 
	background-repeat:no-repeat; 
	width:48px; 
	height:48px; 
	display:none;
    position:absolute; 
	left:15px; 
	top:15px;
}