
#li-banner {
}
}
#top-bar {
	width: 960px;
	text-align: left;
	padding-top: 17px;
}

#top-bar img {
	float: left;
	clear: right;
	margin-right: 20px;
}

#navigation {
	padding-top: 17px;
	margin: 35px 0px 10px 0px;
	text-align: right;
}

#navigation a {
	text-decoration: none;
	font-size: 13px;
	border: #000 0px solid;
	display: inline-block;
	margin:0px;
	padding: 0px;
	background-color: #000;
		-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	background-image: -moz-linear-gradient(center bottom, rgb(15,15,15) 10%, rgb(20,20,20) 50%, rgb(26,26,26) 50%, rgb(31,31,31) 83%, rgb(41,41,41) 98%, rgb(50,50,50) 100%);
}

#navigation a:hover {
	border: #ddd 0px solid;
	color: #555;
	background-color: #CCC;
	background-image: -moz-linear-gradient(center bottom, rgb(161,161,161) 9%, rgb(181,181,181) 50%, rgb(199,199,199) 50%, rgb(240,240,240) 89%);
	}

#navigation a.current-page {
	border: transparent 0px solid;
	color: #aaa;
	background-color: #CCC;
		-moz-box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.4);
	-webkit-box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.4);
	box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.4);
	cursor: default;
	background-image: -moz-linear-gradient(center bottom, rgb(111,111,111) 9%, rgb(151,151,151) 50%, rgb(169,169,169) 50%, rgb(210,210,210) 100%);
}

#navigation a div, #navigation a.current-page div {
	background-image:  url(images/buttons-glow.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 5px 10px;
	color: #555;
}

#navigation a.current-page div {
	text-shadow: 0px 1px 0px #d4d4dd;
	background-image:  url(images/buttons-glow-bright.png);
}

#navigation a div:hover {
	text-shadow: 0px 1px 0px #e5e5ee;
}

button, .skins a {
	border-style: none;
	border-color: inherit;
	border-width: medium;
	color: #777;
		text-decoration: none;
		display: inline-block;
		margin: 10px 0px 0px 0px;
		padding: 0px 5px;
		font-size: 9px;
		cursor: pointer;
		background-color: #000;
		-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	background-image: -moz-linear-gradient(center bottom, rgb(28,23,20) 0%, rgb(33,29,26) 50%, rgb(43,40,39) 50%, rgb(61,58,55) 100%);
}

button:hover, .skins a:hover {
 text-shadow: 0px 1px 0px #e5e5ee;
 background-image: -moz-linear-gradient(center bottom, rgb(161,161,161) 9%, rgb(181,181,181) 50%, rgb(199,199,199) 50%, rgb(240,240,240) 89%);
}

button:active, .skins a:active {
	text-shadow: 0px 1px 0px #e5e5ee;
	-moz-box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.3);
	-webkit-box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.3);
	box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.3);
	
	background-image: -moz-linear-gradient(center bottom, rgb(240,240,240) 0%, rgb(184,184,184) 50%, rgb(219,219,219) 51%, rgb(173,173,173) 85%, rgb(146,146,146) 100%);
	}



button[disabled], button[disabled]:hover, .skins a[disabled], .skins a[disabled]:hover {
	color: #333;
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	-webkit-box-shadow:0px 0px 5px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	opacity: 0.7;
	cursor: default;
	background-image: -moz-linear-gradient(center bottom, rgb(15,15,15) 10%, rgb(20,20,20) 50%, rgb(26,26,26) 50%, rgb(31,31,31) 83%, rgb(41,41,41) 98%, rgb(50,50,50) 100%);
	}

.button-selected, .skins a.button-selected {
 text-shadow: 0px 1px 0px #a5a5aa;
 background-image: -moz-linear-gradient(center bottom,#646464 0%,#787878 50%,#828282 50%,#B4B4B4 93%);
 }

.button-selected:active, .skins a.button-selected:active {
	text-shadow: 0px 1px 0px #a5a5aa;
/*	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #505050),color-stop(0.5, #787878),color-stop(0.5, #828282),color-stop(0.93, #8C8C8C));
	background-image: -moz-linear-gradient(center bottom,#505050 0%,#787878 50%,#828282 50%,#8C8C8C 93%);*/
		text-shadow: 0px 1px 0px #e5e5ee;
	background-image: -moz-linear-gradient(center bottom, rgb(240,240,240) 0%, rgb(184,184,184) 50%, rgb(219,219,219) 51%, rgb(173,173,173) 85%, rgb(146,146,146) 100%);
}










#main-content h2 {
	margin: 20px 0px 10px 20px;
}

#sidebar_slider h3 {
	padding-left: 10px;
}

#content-wrapper {
	width: 960px;
	text-align: left;
	position:relative;
	height: 100%;
	background-image: url(images/background-main-content.png);
	background-repeat: repeat-y;
}

hr {
	color: #000;
	border: 0px dashed transparent;
	border-bottom: 1px dashed #222;
	margin: 15px 10px 0px 20px;
	padding: 5px;
	height: 1px;
	display: block;
	position: relative;
}

#main-content {
	width: 660px;
	margin: 0px!important;
	display: table-cell;
	text-align: left;
	padding: 18px 20px 20px 20px;
}

#sidebar_slider {
	width: 250px;
	height: 100%;
	margin: 0px;
	padding: 15px 9px 20px 8px;
	display: table-cell;
	vertical-align: top;
	background-image: url(images/background-sidebar-content.png);
	background-repeat: repeat-y;
/*	border-right: 1px solid #0c0b0a;*/
}

.skins a {
	display: block;
	float: left;
	color: #777;
	text-decoration: none;
	margin: 10px 0px 5px 10px;
	padding: 5px 10px 5px 10px;
	font-size: 11px;
	cursor: pointer;
}

.transformations {
	list-style-type: none;
	font-size: 11px;
}

.transformations li {
	margin: 0px 0px 0px 0px;
	display: inline-block;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.transformations li a {
	background-image: url(images/bullet-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	display: block;
	padding: 0px 12px 3px 10px;
}

.transformations li a:hover {
	text-decoration: underline;
}

#Basic_title, #Vertical_Curtain_title, #Replace_titile, #2_Sectors_title, #4_Sectors_title, #Blind_title, #Squares_title {
	display: inline-block!important;
	float: left;
	margin: 0px;
	width: 100px;
}

.features_ul, .transitions_ul {
	list-style-type: none;
	margin: 15px 0px 10px 0px;
}

.features_ul li {
	padding: 0px 25px 0px 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(images/checkmark.png	);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

.features_ul li strong {
	color: #cc3419;
}

.features_ul li ul li {
	padding: 0px;
	background-image: none;
	margin-top: 0px;
}

.features_ul li{
	font-size: 15px;
	color: #524a42;
	line-height: 1.6em;
	margin: 0px 20px 15px 20px;
}

fieldset {
	border-bottom: 1px solid #151515;
	border-right: 1px solid #151515;
	border-top: 1px solid #0a0a0a;
	border-left: 1px solid #0a0a0a;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
/*	background-color: #0b0a09;*/
}

fieldset:hover {
/*	background-color: #080706;*/
}

fieldset legend {
	font-size: 10px;
	text-transform:uppercase;
	text-align: left;
	color: #ac3000;
	position: relative;
	border-bottom: 1px solid #090909;
	display: table-cell;
	margin: 0px 0px 0px 0px;
	padding: 3px 6px;
	float: left;
	clear: both;
	width: 236px;
		-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	-khtml-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	background-image: -moz-linear-gradient(center bottom, rgb(13,13,13) 0%, rgb(25,22,22) 100%);
}

label {
	font-size: 12px;
	color: #524a42;
	line-height: 1.8em;
	margin: 8px 0px 0px 10px;
	display: block;
}

.first_item {
	margin-left: 10px;
}

p strong {
	color: #777;
}

p a strong {
	color: #28a1ff;
}

.transitions_ul {
	margin: 20px 20px 10px 120px;
}

.transitions_ul .li-banner {
	border: #373a3e solid 5px;
}

.transitions_ul li {
	display: inline-block;
	margin: 0px 40px 35px 0px;
}
 .transitions_ul li, {
 display:inline;
 zoom: 1;
 float: left;
 width: auto;
}

.transitions_ul li {
	color: #cc3419;
}
 .transitions_ul li, {
 display: block;
 float: left;
 width: 136px;
}
 ul.transformations li li-banner, {
 display: block;
 float: left;
}

#sub-nav {
	display: block;
	clear: both;
	width: 100%;
	position: relative;
}
 #sub-nav ul.transformations li, {
 display: block;
 float: left;
}

.features_ul div.li-banner {
	margin-left: 0px;
}

#ad-baners-tbl div {
	float: left;
}

.ui-slider-horizontal {
	height: 4px;
	-moz-box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.05);
	-webkit-box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.05);
	box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.05);
	cursor: pointer;
	margin: 5px 20px 0px 10px;
}

.ui-widget-content {
	border-top: 1px solid #020202/*{borderColorContent}*/;
	border-left: 1px solid #020202/*{borderColorContent}*/;
	border-right: 1px solid #393939/*{borderColorContent}*/;
	border-bottom: 1px solid #393939/*{borderColorContent}*/;
	background: #282524/*{bgColorContent}*/;
}

.ui-widget-content:hover {
	border-top: 1px solid #000/*{borderColorContent}*/;
	border-left: 1px solid #000/*{borderColorContent}*/;
	border-right: 1px solid #494949/*{borderColorContent}*/;
	border-bottom: 1px solid #494949/*{borderColorContent}*/;
	background: #322f2d/*{bgColorContent}*/;
}

.ui-slider .ui-slider-handle {
	width: 0.8em;
	height: 0.8em;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	border: #000 0px solid;
	background-color: #000;
		-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	background-image: -moz-linear-gradient(center bottom, rgb(28,23,20) 0%, rgb(33,29,26) 50%, rgb(43,40,39) 50%, rgb(61,58,55) 100%);
}

.ui-slider .ui-slider-handle:hover {
	text-shadow: 0px 1px 0px #e5e5ee;
		-moz-box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.4);
	-webkit-box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.4);
	box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.4);
	background-image: -moz-linear-gradient(center bottom, rgb(161,161,161) 9%, rgb(181,181,181) 50%, rgb(199,199,199) 50%, rgb(240,240,240) 89%);
}

.ui-state-focus {
	border: 5px solid #000;
}

#social-icons {
	position: absolute;
	top: 5px;
	right: 50%;
	margin-right: -480px;
}

#contact-us {
	position: absolute;
	top: 10px;
	right: 50%;
	margin-right: -395px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
	letter-spacing: .1em;
}

#contact-us:hover {
	text-decoration: underline;
	color: #fff;
}

#social-icons a {
	width: 26px;
	height: 19px;
	display: block;
	float: left;
	position: relative;
	background-image: url(images/social-icons.png);
	background-repeat: none;
}

#social-icons a.social-envato:hover {
	background-position: 0px -22px;
}

#social-icons a.social-twitter {
	background-position: 26px 0px;
}

#social-icons a.social-twitter:hover {
	background-position: 26px -22px;
}

#social-icons a.social-rss {
	background-position: -26px 0px;
}

#social-icons a.social-rss:hover {
	background-position: -26px -22px;
}

#navigation a:hover, button:hover, .button-selected, .skins a.button-selected {
	-moz-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4);
	-webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4);
	box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4);
}

#navigation a, button, .skins a, fieldset, .ui-slider .ui-slider-handle {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

#footer, #navigation a div, button, button[disabled], button[disabled]:hover, .skins a, p, .features_ul li, label, fieldset legend, label {
}

#navigation a.current-page div, #navigation a div:hover, button:hover, .button-selected:active, .skins a.button-selected, .button-selected, button:active, .skins a:hover, .skins a:active, .ui-widget-content, .ui-widget-content:hover, .ui-slider .ui-slider-handle:hover {
	color: #222;
}
