/* 
	CSS Reset 
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, .search_box p
{
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

body 
{
	line-height:1.5;
}
blockquote:before, blockquote:after, q:before, q:after 
{
	content:"";
}
blockquote, q 
{
	quotes:"" "";
}
a img 
{
	border:none;
}


/*
	Fonts
*/

@font-face {
    font-family: 'ColaborateThinRegular';
    src: url('../fonts/Colaborate/colabthi-webfont.eot');
    src: url('../fonts/Colaborate/colabthi-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Colaborate/colabthi-webfont.woff') format('woff'),
         url('../fonts/Colaborate/colabthi-webfont.ttf') format('truetype'),
         url('../fonts/Colaborate/colabthi-webfont.svg#ColaborateThinRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*
	Global Layout
*/

body
{
	background: #f5f5f5;
	font-size: 13px;
	font-family: "helvetica neue",Helvetica,Arial,Verdana,sans-serif;
	padding: 0;
	margin: 0;
	color: #999;
	padding-top: 10px;
}

a
{
	color: #738ca0;
	text-decoration: none;
}

a:hover
{
	color: #738ca0;
	text-decoration: none;
}

a:active
{
	color: #cccccc;
	text-decoration: none;
}

hr
{
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	background: #fff;
	margin: auto;
	margin-bottom: 20px;
	width: 930px;
}

#footer hr
{
	height: 1px;
	border: 0;
	border-top: 1px solid #999;
	background: #666;
	margin: 0 0 20px 0;
	width: 100%;
}

h1, h2, h3, h4, h5, label
{
	color: #738ca0;
	font-family:'ColaborateThinRegular', Arial, sans-serif;
}

h1
{
	font-size: 36px;
	font-weight: normal;
}

h2
{
	color: #5A6F80;
	font-size: 30px;
	font-weight: normal;
}

h2.quote
{
	font-size: 30px;
}

h3
{
	color: #5A6F80;
	font-size: 28px;
	font-weight: normal;
}

h4
{
	color: #5A6F80;
	font-size: 24px;
	font-weight: normal;
}

h5
{
	color: #5A6F80;
	font-size: 22px;
	font-weight: normal;
}

.clear
{
	clear: both;
}

img.mid_align
{ 
	vertical-align: middle;
	margin-right: 5px;
	border: 0;
}

img.frame
{
	padding: 5px;
	background: #fff;
	border: 1px solid #ebebeb;
	-moz-box-shadow: 0 1px 5px #ccc;
 	-webkit-box-shadow: 0 1px 5px #ccc;
 	box-shadow: 0px 1px 5px #ccc;
}

.frame_left
{
	padding: 5px;
	border: 1px solid #ebebeb;
	-moz-box-shadow: 0 1px 5px #ccc;
 	-webkit-box-shadow: 0 1px 5px #ccc;
 	box-shadow: 0px 1px 5px #ccc;
 	float: left;
 	margin: 0 20px 10px 0;
 	text-align: center;
 	background: #fff;
}

.frame_left .caption, .frame_right .caption, .frame_center .caption
{
	margin: 7px 0 2px 0;
	display: block;
	color: #999;
}

.frame_right
{
	padding: 5px;
	border: 1px solid #ebebeb;
	-moz-box-shadow: 0 1px 5px #ccc;
 	-webkit-box-shadow: 0 1px 5px #ccc;
 	box-shadow: 0px 1px 5px #ccc;
 	float: right;
 	margin: 0 0 10px 20px;
 	text-align: center;
 	background: #fff;
}

.frame_center
{
	padding: 5px;
	border: 1px solid #ebebeb;
	-moz-box-shadow: 0 1px 5px #ccc;
 	-webkit-box-shadow: 0 1px 5px #ccc;
 	box-shadow: 0px 1px 5px #ccc;
 	margin: auto;
 	margin-top: 20px;
	margin-bottom: 20px;
 	text-align: center;
 	clear: both;
 	display: table;
 	background: #fff;
}

.dropcap1
{
	display: block;
	float: left;
	margin: 0 8px 0 0;
	font-size: 50px;
	line-height: 40px;
	font-family:'ColaborateThinRegular', Arial, sans-serif;
}

blockquote
{
	padding-left: 60px;
	width: 90%;
	background: transparent url("../images/quote_bg.png") no-repeat top left;
	min-height: 50px;
	margin: 0 0 10px 0;
}

blockquote h2
{
	font-weight: normal;
	font-size: 20px;
}

blockquote h3
{
	font-weight: normal;
	font-size: 18px;
}

#respond
{
	width: 100%;
	float: left;
	margin: 0 0 40px 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}

#top_bar
{
	width: 960px;
	margin: auto;
	padding-top: 15px;
}

.logo
{
	width: 200px;
	float: left;
	margin: 0 0 0 10px;
	height: 90px;
}

.logohover 
{
	width: 200px;
	height: 100%;
	z-index: 1000;
	position: relative;
	background: rgba(0,0,0,0);
	top: -90px;
	left: 0px;
	text-align: center;
	clear: both;
	display: block;
}

.left_nav, .right_nav
{
	background: transparent url('../images/left_nav.png') no-repeat top;
	width: 15px;
	height: 54px;
	float: right;
	position: relative;
	right: 10px;
	margin:30px 0px;
}

.right_nav
{
	background: transparent url('../images/right_nav.png') no-repeat top;
}

#menu_wrapper
{
	width: 710px;
	float: right;
	background: transparent url('../images/nav_bg.png') repeat-x top;
	position: relative;
	right: 10px;
	margin:30px 0px;
}

ul.nav
{
	float: left;
	display: block;
	height: 54px;
	list-style: none;
	position: relative;
	font-size: 16px;
	font-family:'ColaborateThinRegular', Arial, sans-serif;
}

ul.nav img.mid_align
{ 
	margin: -3px 10px 0 0;
	border: 0;
}

ul.nav li
{
	float: left;
	height: 41px;
	position:relative; /*important*/
}

ul.nav li:hover a
{
	background: #ebebeb url('../images/nav_bg_hover.png') repeat-x top;
}

ul.nav li a
{
	display: block;
	padding: 11px 13px 15px 13px;
	color: #333;
}

ul.nav li ul, ul.nav li ul li ul
{
	display: none;
	list-style: none;
	background: #fff url('../images/submenu_bg.png') repeat-x bottom;
	position:absolute;
	top: 50px;
	float: none;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-box-shadow: 0 1px 3px #999;
 	-webkit-box-shadow: 0 1px 3px #999;
 	box-shadow: 0px 1px 3px #999;
 	padding: 0 8px 8px 8px;
 	width: 200px;
 	text-shadow: 0 2px 1px #fff;
 	border: 1px solid #DFDFDF;
 	z-index: 1000;
 	font-size: 15px;
 	z-index: 1000;
}

ul.nav li ul li ul
{
	margin-left: 200px;
	top: -10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	z-index: 999;
}

ul.nav li ul.sub-menu li
{
	float: none;
	border: 0;
	height: 30px;
	margin: 10px 0 10px 0;
	width: 100%;
}

ul.nav li ul.sub-menu li a
{
	color: #333;
	padding: 4px 15px 6px 15px;
	display: block;
	text-shadow: 0 1px 1px #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: none;
}

ul.nav li ul.sub-menu li.clienti 
{
	text-shadow: none;
}

ul.nav li ul.sub-menu li.clienti a
{
	color: #fff !important;
	padding: 4px 15px 6px 15px;
	display: block;
	text-shadow: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #e2001c;
	font-weight:bold; 
}

ul.nav li ul.sub-menu li a.hover
{
	background: #dcdcdc;
}

ul.nav li ul.sub-menu li.clienti a.hover
{
	background: #aa0419;
}

.search_box
{
	display: black;
	float: right;
	width: 152px;
	height: 30px;
	background: transparent url('../images/search_bg.png') no-repeat top;
	margin: 11px 0 0 0;
}

.search_box p input, .search_box p input:hover
{
	background: transparent;
	border: 0;
	width: 100px;
	height: 15px;
	padding: 0;
	margin: 7px 0 0 30px;
}

.search_box p input.blur
{
	color: #999;
	font-style: italic;
}

.header_text, .content_align
{
	width: 930px;
	margin: auto;
}

#slider{ 
	width: 939px; 
	height: 405px; 
	margin: 23px 0 10px 0;
	padding: 0 0 26px 0;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	top: 0;
	left: 0;
	z-index: 0;
	background: transparent url('../images/bottom_shadow.png') no-repeat bottom;
}

#slider .wrapper{ 
	width: 939px; 
	overflow: hidden; 
	height: 400px; 
	margin: 0; 
	position: absolute; 
	top: 0; 
	left: 0; 
}

#slider .wrapper ul{ 
	width: 30000px; 
	list-style: none; 
	position: absolute; 
	top: 0; 
	left: 0; 
	margin: 0; 
}

#slider ul li { display: block; float: left; padding: 0; height: 391px; width: 939px; margin: 0; }
#slider .arrow{ display: none;}
#thumbNav{ 
	position:absolute;
	left: 382px;
	z-index: 99;
	top: 383px;
	width: 160px;
	height: 35px;
	display: block;
	background: transparent url('../images/slider_nav_bg.png') repeat-x;
	overflow: hidden;
	text-align: center;
}
#thumbLeftNav
{
	position:absolute;
	left: 365px;
	z-index: 100;
	top: 383px;
	width: 17px;
	height: 35px;
	display: block;
	background: transparent url('../images/slider_left_nav_bg.png') no-repeat;
}
#thumbRightNav
{
	position:absolute;
	left: 542px;
	z-index: 100;
	top: 383px;
	width: 17px;
	height: 35px;
	display: block;
	background: transparent url('../images/slider_right_nav_bg.png') no-repeat;
}
#thumbRightNav a, #thumbLeftNav a
{
	text-indent: 9999px;
}
#thumbNav a{ 
	display:block;
	width: 14px;
	height: 14px;
	background: url(../images/slider_bullet_nav.png) no-repeat 0 -14px;
	text-indent: 9999px;
	border:0;
	margin-right: 0;
	float: left;
	cursor: pointer;
	position: relative;
	left: 20px;
	top: 10px;
	padding-right: 4px;
	cursor: pointer;
}

#thumbNav a:hover{ background-position: 0 0px; }
#thumbNav a.cur{ background-position: 0 0; }
#start-stop { 
	background: green; 
	background-repeat: repeat-x; 
	color: white; 
	padding: 2px 5px; 
	width: 40px; 
	text-align: center; 
	position: absolute; 
	right: 45px; 
	top: 341px;
	display: none;
}
#start-stop.playing{ background-color: red; }
#start-stop:hover{ background-image: none; }

#slider .wrapper ul ul{ 
	position: static; 
	margin: 0; 
	background: none; 
	overflow: visible; 
	width: auto; 
	border: 0; 
}
#slider .wrapper ul ul li{ 
	float: none; 
	height: auto; 
	width: auto; 
	background: none; 
}
.caption-left h3, .caption-right h3, .caption-bottom h3
{
	color: #f9fbfb;
	line-height: 0;
	margin-bottom: -10px;
	text-transform: uppercase;
	font-size: 22px;
}
.caption-left p, .caption-right p, .caption-bottom p
{
	color: #fff;
}

.caption-left
{
	background: #000;
	width: 300px !important;
	position: relative;
	top: -182px;
	padding: 15px 12px 1px 15px;
	z-index: 999;
}

.caption-right
{
	width: 300px;
	background: #000;
	position: relative;
	left: 612px;
	padding: 15px 12px 1px 15px;
	top: -182px;
	z-index: 999;
}

#content_wrapper
{
	text-shadow: 0 1px 1px #fff;
}

#content_wrapper .page_caption
{
	background: #fff;
	margin-top: 6px;
	font-size: 16px;
}

#content_wrapper .page_caption .caption_inner
{
	width: 930px;
	margin: auto;
	padding: 12px 0 20px 0;
}

#content_wrapper .inner
{
	width: 100%;
	background: transparent url('../images/bg_ip.png') repeat-x top;
}

#content_wrapper .inner .inner_wrapper
{
	width: 940px;
	margin: auto;
	padding: 30px 0 0 0;
	background: transparent;
}

#content_wrapper .inner .inner_wrapper .sidebar_content
{
	width: 610px;
	padding-left: 10px;
	float: left;
}

#content_wrapper .inner .inner_wrapper .sidebar_wrapper
{
	width: 290px;
	float: right;
	border-left: 1px solid #fff;
	background: #E7E7E7;
}

#content_wrapper .inner .inner_wrapper .sidebar_wrapper .sidebar
{
	width: 289px;
	float: right;
	margin-top: -20px;
	min-height: 300px;
	background: #f5f5f5;
}

#content_wrapper .inner .inner_wrapper .sidebar_wrapper .sidebar .content
{
	width: 85%;
	margin: 20px 10px 0 30px;
}

#content_wrapper .inner .home_wrapper
{
	width: 100%;
	background: transparent url('../images/bg_ip.png') repeat-x top;
	margin: 0 auto auto auto;
}

#content_wrapper .sidebar .content .posts.blog
{
	list-style: none;
	margin-left: 0;
	margin-top: 15px;
	font-size: 11px;
}

#content_wrapper .sidebar .content .posts.blog li, #content_wrapper .posts.blog li
{
	margin-bottom: 30px;
	line-height: 1.7em;
	clear: both;
	border:0;
}

#content_wrapper .sidebar a, #content_wrapper .posts li a
{
	color: #999;
}

#content_wrapper .sidebar a:hover, #content_wrapper .posts li a:hover
{
	color: #666;
}

#content_wrapper .sidebar .content .posts.blog li a, #content_wrapper .posts li a
{
	font-weight: bold;
}

#content_wrapper .sidebar .content .posts.blog li img, #content_wrapper .posts.blog li img
{
	float: left;
	margin: 0 10px 2px 0;
	padding: 5px;
	background: #fff;
	-moz-box-shadow: 0 1px 5px #999;
 	-webkit-box-shadow: 0 1px 5px #999;
 	box-shadow: 0px 1px 5px #999;
 	width: 75px;
}

#content_wrapper .sidebar .content .sidebar_widget
{
	list-style: none;
	margin-left: 0;
}

.sidebar_widget li h2.widgettitle {
	font-family:'ColaborateThinRegular', Arial, sans-serif;
	font-size:22px;
}

#content_wrapper .sidebar .content .sidebar_widget li
{
	padding: 10px 0 10px 0;
}

#content_wrapper .sidebar .content .sidebar_widget li:first-child
{
	padding-top: 0;
}

#content_wrapper .sidebar .content .sidebar_widget li ul
{
	margin: 15px 0 0 0;
	margin-left: 20px;
	list-style-image:url("../images/arrow_li.png");
}

#content_wrapper .sidebar .content .sidebar_widget li ul li
{
	padding: 0 0 0 10px;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.twitter
{
	margin: 15px 0 0 -10px;
	list-style-image: none;
	font-size: 11px;
}

#content_wrapper ul.posts.twitter, #content_wrapper ul.posts.blog
{
	list-style: none;
	margin: 15px 0 0 0;
}

#content_wrapper .sidebar .content .sidebar_widget li ul.twitter li, ul.posts.twitter li
{
	background: url("../images/icon_twitter3.png") no-repeat 10px top;
	padding: 0 0 0 35px;
}

#content_wrapper .sidebar .content .sidebar_widget li ul li
{
	margin: 0 0 15px 0;
}

#content_wrapper .sidebar .content .sidebar_widget li ul li
{
	margin: 0 0 15px 0;
}

div.textwidget
{
	margin: 10px 0 0 0;
}

.widget_tag_cloud div
{
	margin: 20px 0 0 0;	
}

#content_wrapper ul
{
	margin-left: 20px;
	list-style-image:url("../images/arrow_li.png");
}

#content_wrapper ul li
{
	line-height: 2em;
}

.client_info ul li { line-height: 1.5em !important; }

#content_wrapper ol
{
	margin-left: 20px;
}

#content_wrapper ol li
{
	line-height: 2em;
}

#content_wrapper table
{
	border: 1px solid #ebebeb;
	-moz-box-shadow: 0 1px 5px #ccc;
 	-webkit-box-shadow: 0 1px 5px #ccc;
 	box-shadow: 0px 1px 5px #ccc;
 	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#content_wrapper table tr
{
	background: #ffffff;
}

#content_wrapper table tr td, #content_wrapper table tr th
{
	border-bottom: 1px solid #ebebeb;
}

#content_wrapper table tr th
{
	font-weight: bold;
	background: #f0f0f0;
	text-align: left;
	text-shadow: 0 1px 1px #fff;
}

#content_wrapper table tr th, #content_wrapper table tr td
{
	padding: 7px 15px 7px 15px;
}

.alert_warning
{
	margin: auto;
	background: #FFFBCC;
	border: 1px solid #E6DB55;
	margin: 10px 0 10px 0;
	font-weight: bold;
	color: #69610A;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #ccc;
 	-webkit-box-shadow: 0 1px 3px #ccc;
 	box-shadow: 0px 1px 3px #ccc;
}

.alert_info
{
	margin: auto;
	background: #DBE3FF;
	border: 1px solid #A2B4EE;
	margin: 10px 0 30px 0;
	color: #0888C3;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #ccc;
 	-webkit-box-shadow: 0 1px 3px #ccc;
 	box-shadow: 0px 1px 3px #ccc;
}

.alert_info .download_span { float:right; } 
.alert_info .download_check { width:265px; height:50px; background:url('../images/down_zero.png') 0px 0px no-repeat; display:inline-block; }

.alert_info ol li { margin-left:25px; }

.alert_success
{	
	margin: auto;
	background: #D5FFCE;
	border: 1px solid #9ADF8F;
	margin: 10px 0 10px 0;
	color: #508600;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #ccc;
 	-webkit-box-shadow: 0 1px 3px #ccc;
 	box-shadow: 0px 1px 3px #ccc;
}

.alert_error
{	
	margin: auto;
	background: #FFCECE;
	border: 1px solid #DF8F8F;
	margin: 10px 0 10px 0;
	color: #E3302C;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #ccc;
 	-webkit-box-shadow: 0 1px 3px #ccc;
 	box-shadow: 0px 1px 3px #ccc;
}

.alert_warning p, .alert_info p, .alert_success p, .alert_error p
{
	margin: 20px;
}

.pagination {
	margin: 25px 0 30px 10px;
	text-align: left;
}

.pagination a {
	padding: 5px 7px 5px 7px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
 	margin: 0 3px 0 3px;
 	background: #f0f0f0;
	border: 1px solid #ccc;
	color: #999;
	text-shadow: 0 1px 1px #fff;
}

.pagination a:hover {
	-moz-box-shadow: 0 1px 3px #ccc;
 	-webkit-box-shadow: 0 1px 3px #ccc;
 	box-shadow: 0px 1px 3px #ccc;
 	border: 1px solid #999;
	background: #fff;
}

.pagination a:active, .pagination a.active {
	color: #666666;
	border: 1px solid #ccc;
	-moz-box-shadow: 0 1px 3px #ccc;
 	-webkit-box-shadow: 0 1px 3px #ccc;
 	box-shadow: 0px 1px 3px #ccc;
	background: #fff;
	text-shadow: 0px 0px 0px transparent;
}

label.error
{
	display: block;
	color: #ff0000;
	font-size: 11px;
}

#reponse_msg
{
	color :#000000;
	font-weight: bold;
}

#content_wrapper table#wp-calendar
{
	background: #fff;
	-moz-box-shadow: 0 1px 5px #ccc;
 	-webkit-box-shadow: 0 1px 5px #ccc;
 	box-shadow: 0px 1px 5px #ccc;
}

#content_wrapper table#wp-calendar caption
{
	font-weight: bold;
	margin-bottom: 10px;
}

#content_wrapper table#wp-calendar tr th, #content_wrapper table#wp-calendar tr td
{
	padding: 0 8px 0 7px;
}

table#wp-calendar tr th
{
	background: #f0f0f0;
}

#content_wrapper table#wp-calendar tfoot tr
{
	display: none;	
}

#home_tagline
{
	background: #fff;
	padding: 10px 0 15px 0;
	text-align: center;
	color: #636363;
}

#home_tagline h2
{
	font-size: 48px;
	font-family:'ColaborateThinRegular', Arial, sans-serif;
}

#home_tagline span.desc
{
	font-size: 18px;
	margin-top: -10px;
	display: block;
	font-family:'ColaborateThinRegular', Arial, sans-serif;
}

.inner_wrapper
{
	min-height: 200px;
	background: transparent url('../images/bg_ip.png') repeat-x top;
}

#footer
{
	text-align: center;
	padding: 0 0 30px 0;
	font-size: 11px;
	font-weight: bold;
	margin-top: 50px;
	text-shadow: 0 1px 1px #666;
	background: #f5f5f5 url('../images/header_bg2.png') repeat-x top;
	color: #fff;
}

#footer a, #footer a:hover
{
	color: #fff;
}

#footer a:active
{
	color: #ccc;
}

#footer .shadow
{
	height: 20px;
	margin: 0 0 10px 0;
	z-index: 999;
	background: transparent url('../images/bg_ip2.png') repeat-x top;
}

#footer ul
{
	display: block;
	width: 860px;
	margin: auto;
	list-style: none;
	padding-bottom: 30px;
	text-align: left;
	font-weight: normal;
	color: #ccc;
}

#footer ul li.widget
{
	float: left;
	width: 17%;
	margin-right: 3%;
}

#footer ul li.widget .widgettitle
{
	margin: 0 0 20px 0;
	font-size: 20px;
	text-shadow: 0 1px 1px #fff;
	font-family:'ColaborateThinRegular', Arial, sans-serif;
	font-weight: bold;
	color: #fff;
}

#footer ul li.widget ul
{
	width: 100%;
	float: left;
}

#footer ul li.widget ul li
{
	margin: 0 0 10px 0;
}

#copyright
{
	margin-top: 20px;
}

.home_box_wrapper
{
	width: 900px;
	margin: auto;
	padding: 30px 0 0 0;
}

.one_third
{
	width: 30%;
	float: left;
	min-height: 50px;
	margin-right: 3%;
}

.home_box_wrapper .one_third
{
	width: 31%;
	margin: 0 20px 30px 0;
	margin-right: 3%;
	display:inline-block;
}

.one_third .home_thumb
{
	width: 50px;
	margin: 0 20px 0 0;
	float: left;
}

.one_third .home_thumb img
{
	width: 50px;
}

.one_third .home_box
{
	width: 180px;
	float: left;
}

.one_third .home_box p
{
	margin-top: 15px;
}

.one_third.last
{
	margin-right: 0;
}

.two_third
{
	float: left;
	width: 64%;
	margin-right: 3%;
}

.two_third.gallery1
{
	height: 300px;
	overflow: hidden;
}

.gallery1_hover
{
	width: 582px;
	height: 251px;
	text-align: center;
	display: block;
	position: relative;
	top: -261px;
	left: 5px;
	z-index: 999;
	background: #000;
  	cursor: pointer;
}

.gallery1_hover img
{
	margin: 83px 0 0 0;
}

.one_half
{
	float: left;
	width: 47%;
}

.one_half.last
{
	position: relative;
	left: 5%;
}

.one_half .gallery_image
{
	width: 100%;
	height: 310px;
	overflow: hidden;
}

.one_half .gallery_desc
{
	width: 94%;
	margin: auto;
}

.one_half .gallery_desc h2
{
	font-size: 22px;
}

.gallery2_hover
{
	width: 400px;
	height: 291px;
	text-align: center;
	display: block;
	position: relative;
	top: -301px;
	left: 6px;
	z-index: 999;
	background: #000;
  	cursor: pointer;
}

.gallery2_hover img
{
	margin: 105px 0 0 0;
}

.one_third .gallery_image
{
	width: 100%;
	height: 220px;
	overflow: hidden;
}

.one_third .gallery_desc
{
	width: 90%;
	margin: auto;
}

.one_third .gallery_desc h2
{
	font-size: 20px;
}

.gallery3_hover
{
	width: 250px;
	height: 183px;
	text-align: center;
	display: block;
	position: relative;
	top: -193px;
	left: 6px;
	z-index: 999;
	background: #000;
  	cursor: pointer;
}

.gallery3_hover img
{
	width: 60px;
	margin: 60px 0 0 0;
}

.one_fourth
{
	width: 22.5%;
	float: left;
	margin-right: 3%;
	margin-bottom: 2%;
}

.one_fourth.last
{
	margin-right: 0;
}

.one_fourth .gallery_image
{
	width: 100%;
	height: 170px;
	overflow: hidden;
}

.one_fourth .gallery_desc
{
	width: 88%;
	margin: auto;
}

.one_fourth .gallery_desc h2
{
	font-size: 18px;
}

.one_fifth
{
	width: 14%;
	float: left;
	margin-right: 6%;
	margin-bottom: 2%;
}

.one_fifth.last
{
	margin-right: 0;
}

.one_sixth
{
	width: 11%;
	float: left;
	margin-right: 6%;
	margin-bottom: 2%;
}

.one_sixth.last
{
	margin-right: 0;
}

.gallery4_hover
{
	width: 180px;
	height: 133px;
	text-align: center;
	display: block;
	position: relative;
	top: -143px;
	left: 6px;
	z-index: 999;
	background: #000;
  	cursor: pointer;
}

.gallery4_hover img
{
	width: 60px;
	margin: 35px 0 0 0;
}

.post_wrapper
{
	width: 100%;
	margin: 0 0 70px 0;
}

.client_post_wrapper
{
	width: 100%;
	margin: 0 0 15px 0;
}

.post_wrapper.single
{
	width: 100%;
	margin: 0;
}

.post_header
{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.post_header a
{
	color: #999;
}

.post_header h2 a
{
	color: #444;
}

.post_header a:hover
{
	color: #666;
}

.post_header .post_detail, .recent_post_detail
{
	font-size: 11px;
	word-spacing: 1px;
	font-style: italic;
	background: #E7E7E7;
	width: 80%;
	padding: 5px 10px 5px 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.post_img
{
	width: 610px;
	height: 282px;
	overflow: hidden;
}

.clients_post_img
{
	width: 192px;
	height: 162px;
	overflow: hidden;
	position:relative;
	float:left;
}

.client_info {
	width:423px;
	height: 162px;
	padding-left:200px;
	font-size:12px;
}

.post_img_date
{
	padding: 5px;
	background: #000;
	position: relative;
	top: -60px;
	left: 7px;
	width: 150px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 0 0 #fff;
	text-align: center;
}

.post_img_date_top
{
	padding: 5px;
	background: #f00;
	position: relative;
	top: -273px;
	left: 6px;
	width: 150px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 0 0 #fff;
	text-align: center;
}

.post_header .post_comment
{
	float: right;
	margin: 10px 0 0 0;
	font-size: 11px;
	padding: 5px 15px 5px 15px;
	text-align: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #ebebeb;
 	-webkit-box-shadow: 0 1px 3px #ebebeb;
 	box-shadow: 0px 1px 3px #ebebeb;
 	background: #cccccc url("../images/bt_g.png") repeat-x top;
	text-align: left;
	text-shadow: 0 1px 1px #fff;
	border: 1px solid #ccc;
}

#about_the_author
{
	width: 98%;
	float: left;
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ebebeb;
	-moz-box-shadow: 0 1px 3px #ebebeb;
 	-webkit-box-shadow: 0 1px 3px #ebebeb;
 	box-shadow: 0px 1px 3px #ebebeb;
 	text-shadow: 0 1px 1px #fff;
}

#about_the_author .header
{
	font-weight: bold;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-shadow: 0 1px 1px #fff;
	border-bottom: 1px solid #ebebeb;
}

#about_the_author .header span
{
	display: block;
	padding: 10px 0 10px 20px;
	font-size: 14px;
}

#about_the_author .thumb
{
	width: 80px;
	float: left;
	margin: 20px 0 0 20px;
}

#about_the_author .thumb img
{
	padding: 3px;
	border: 1px solid #ccc;
	width: 50px;
}

#about_the_author .description
{
	width: 430px;
	float: left;
	padding: 20px 0 20px 0;	
}

.comment .left img.avatar
{
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
	width: 50px;

}

.comment
{
	width: 545px;
	margin-bottom: 20px;
	margin-left: 25px;
	padding-bottom: 20px;
	float: left;
}

.comment .left
{
	width: 80px;
	float: left;
}

.comment .right
{
	width: 65%;
	float: left;
}

.comment .right p
{
	margin: 0;
	padding: 0;
}

ul.children
{
	list-style: none;
}

ul.children .comment
{
	width: 70%;
	margin: -20px 0 40px 80px;
	padding: 10px 0 10px 15px;
	float: left;
	-moz-box-shadow: 0 1px 3px #ccc;
 	-webkit-box-shadow: 0 1px 3px #ccc;
 	box-shadow: 0px 1px 3px #ccc;
	border-bottom: 0;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.cufon.space
{
	margin-bottom: 15px;
}

.arrow_list, .check_list, .star_list
{
	margin-top: 15px;
}
.arrow_list li
{
	margin: 5px 0 0 20px;
	list-style-image: url("../images/arrow_li.png");
}

.check_list li
{
	margin: 5px 0 0 25px;
	list-style-image: url("../images/tick_button.png");
}

.star_list li
{
	margin: 5px 0 0 25px;
	list-style-image: url("../images/icon_star.png");
}

.accordion
{
	margin: 1px 0 0 0;
	background: #fff;
	-moz-box-shadow: 0 1px 5px #ccc;
 	-webkit-box-shadow: 0 1px 5px #ccc;
 	box-shadow: 0px 1px 5px #ccc;
 	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.accordion h3, .accordion div
{
	border: 0;
	background: transparent;
}

.ui-accordion .ui-accordion-header
{
	font-weight: bold;
	background: #fff;
	text-shadow: 0 1px 1px #fff;
	border-bottom: 1px solid #ebebeb;
	display: block;
}

.ui-accordion .ui-accordion-header a
{
	color: #666;
}

.accordion div
{
	border-bottom: 1px solid #ebebeb;	
}

.accordion h3
{
	font-size: 14px;
	padding: 5px 0 5px 8px;
}

.ui-accordion .ui-accordion-header .ui-icon
{
	left: 10px;
}

.ui-tabs-panel
{
	margin-top: 10px;
}

.ui-widget-header
{
	border-bottom: 1px solid #ccc;
}

.tabs .ui-state-default
{
	background: transparent;
}

.tabs .ui-state-default a
{
	color: #999;
}

.ui-tabs .ui-tabs-nav li a 
{
	padding: 5px 20px 5px 20px;
}

.tabs .ui-state-active
{
	font-weight: bold;
	background: #fff;
	text-shadow: 0 1px 1px #fff;
	display: block;	
	margin-top: -20px;
}

.tabs .ui-widget-header
{
	border: 0;	
}

.tabs .ui-tabs-panel
{
	border: 1px solid #ccc;
	-moz-box-shadow: 0 1px 5px #ccc;
 	-webkit-box-shadow: 0 1px 5px #ccc;
 	box-shadow: 0px 1px 5px #ccc;
 	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0px 0 0 0;
	background: #fff;
}

.tabs .ui-state-active a
{
	color: #666;
	font-weight: bold;
}

.pricing_box
{
	border: 1px solid #ccc;
	float: left;
	text-align: center;
	padding: 0 0 20px 0;
}

.pricing_box .header
{
	color: #666;
	text-shadow: 0 1px 1px #fff;
	border-bottom: 1px solid #ccc;
	background: transparent url('../images/nav_bg.png') repeat-x center center;
}

.pricing_box .header
{
	width: 100%;
	height: 40px;
	text-align: center;
}

.pricing_box .header span
{
	position: relative;
	top: 7px;
	font-size: 16px;
	font-weight: bold;
}

.pricing_box h2
{
	font-weight: bold;
	font-size: 28px;
}

#content_wrapper .pricing_box ul
{
	list-style: none;
	margin: 5px 0 15px 0;
}

.pricing_box.large
{
	margin-top: -3%;
	background: #fff;
	-moz-box-shadow: 0 1px 10px #999;
 	-webkit-box-shadow: 0 1px 10px #999;
 	box-shadow: 0px 1px 10px #999;
 	padding: 0 0 40px 0;
 	font-size: 1.2em;
}

.pricing_box.three
{
	width: 33%;
}

.pricing_box.four
{
	width: 24.5%;
	font-size: 1em;
}

.pricing_box.four h2
{
	font-size: 2em;
}

.pricing_box.four.large
{
	margin-top: -1.5%;
}

.pricing_box.five
{
	width: 19.5%;
	font-size: 0.9em;
}

.pricing_box.five h2
{
	font-size: 1.7em;
}

.pricing_box.five.large
{
	margin-top: -1.5%;
}

.pricing_box.five .header span
{
	font-size: 1.2em;
	top: 9px;
}

.narm_gallery
{
	margin: 30px 0 30px 0;
}

.narm_gallery a
{
	display: block;
	margin-right: 2%;
	margin-bottom: 1%;
	float :left;
}

.narm_gallery a img
{
	padding: 3px;
	background: #fff;
	border: 1px solid #ccc;
	-moz-box-shadow: 0 1px 5px #ccc;
 	-webkit-box-shadow: 0 1px 5px #ccc;
 	box-shadow: 0px 1px 5px #ccc;
}

#move_next
{
	position: absolute;
	width: 30px; /*100*/
	height: 600px;
	z-index: 2;
	background: #666;
	display: block;
	/* for IE */
  	filter:alpha(opacity=0);
  	/* CSS3 standard */
  	opacity:0;
}

#move_prev
{
	position: absolute;
	width: 30px; /*100*/
	height: 600px;
	z-index: 2;
	background: #fff;
	display: block;
	/* for IE */
  	filter:alpha(opacity=0);
  	/* CSS3 standard */
  	opacity:0;
}

#content_wrapper .card
{
	float: left;
	height: 500px;
	overflow: hidden;
	margin: 5px 20px 10px 0;
	text-shadow: 0 0 0 transparent;
}

#content_wrapper .card .title
{
	display: block;
	margin: 5px 0 0 10px;
	width: 420px;
	padding: 10px;
	font-size: 11px;
}

#content_slider_wrapper
{
	width: 940px;
	height: 14px;
	background: #ebebeb url('../images/bg_ip2.png') repeat-x top;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	margin: auto;
	border: 1px solid #ccc;
	-moz-box-shadow: 1px 1px 1px #fff;
 	-webkit-box-shadow: 1px 1px 1px #fff;
 	box-shadow: 1px 1px 1px #fff;
}

#content_slider
{
	width: 85%;
	height: 14px;
	background: #ebebeb url('../images/bg_ip2.png') repeat-x top;
	cursor: pointer;
	position: relative;
	border: 0;
}

#content_slider .ui-slider-handle
{
	width: 15%;
	background: #999 url('../images/bg_ip2.png') repeat-x top;
	height: 14px;
	position: absolute;
	display: block;
	border: 0;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px
}

.inner_slide, .inner_wrapper
{
	margin: auto;
}

#content_wrapper .sub_tab, #content_wrapper .sub_tab ul
{
	margin: auto;
	width: 920px;
	float: none;
}

#content_wrapper .sub_tab
{
	padding-top: 25px;
}

#content_wrapper .sub_tab ul
{
	list-style: none;
	list-style-image: none;
	margin-top: 5px;
}

#content_wrapper .sub_tab ul li
{
	float: left;
	margin-right: 10px;
}

#content_wrapper .sub_tab ul li a
{
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	color: #999;
	font-weight: bold;
	padding: 5px 20px 5px 20px;
}

#content_wrapper .sub_tab ul li a.active, #content_wrapper .sub_tab ul li:hover a
{
	background: #999 url('../images/bg_ip2.png') repeat-x top;
	color: #fff;
	text-shadow: 0 1px 1px #666;
}

.portfolio_wrapper
{
	background: #ebebeb;
	border: 1px solid #ccc;
	width: 935px;
	margin: auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
	-moz-box-shadow: 1px 1px 1px #fff;
 	-webkit-box-shadow: 1px 1px 1px #fff;
 	box-shadow: 1px 1px 1px #fff;
}

.tab_wrapper img, .tab_wrapper .frame_left, .tab_wrapper .frame_right, .tab_wrapper .frame_center
{
	-moz-box-shadow: 1px 1px 1px #fff;
 	-webkit-box-shadow: 1px 1px 1px #fff;
 	box-shadow: 1px 1px 1px #fff;
}

#theme_options
{
	position:fixed;top:10px;left:10px;padding:0 15px 0 15px;border:1px solid #333;
	background: transparent url('../images/dark_slider_nav_bg.png') repeat-x top;
 	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	text-shadow: 0 -1px 1px #333;
	cursor:pointer;
	color: #fff;
	-moz-box-shadow: 1px 1px 1px #999;
 	-webkit-box-shadow: 1px 1px 1px #999;
 	box-shadow: 1px 1px 1px #999;
 	z-index: 100;
}

#theme_options a, #theme_options a:hover
{
	display: block;
	padding: 5px;
	color: #fff;
}

.skins_title{background:#fff;border-bottom:1px solid #ddd;width:100%;height:60px;margin:auto;}.skins_title h1{display:block;padding:15px 0 0 20px;font-size:20px;text-shadow:0 1px 1px #fff;color:#888;}.skin_content{background:#f5f5f5;width:100%;float:left;height:430px;overflow:auto;}.skin_content ul{list-style:none;display:block;float:left;margin:20px 0 20px 20px;width:95%;}.skin_content ul li{width:23%;margin-right:16px;margin-bottom:3%;float:left;display:block;text-align:center;}.skin_content ul li a,.skin_content ul li a:hover{color:#999;text-shadow:0 1px 1px #fff;}.skin_content ul li img{padding:4px;border:1px solid #ccc;-moz-box-shadow:0 1px 3px #ccc;-webkit-box-shadow:0 1px 3px #ccc;box-shadow:0 1px 3px #ccc;width:150px;height:138px;}.skin_content ul li img:hover,.skin_content ul li img.active{padding:4px;background:#FFA200;border:1px solid #999;-moz-box-shadow:0 1px 3px #999;-webkit-box-shadow:0 1px 3px #999;box-shadow:0 1px 3px #999;width:150px;height:138px;}*:first-child+html .skin_content{height:380px;padding-bottom:10px;border:0;}

pre, code
{
	font-size: 12px;
	white-space: pre;
}

/*
	Input layout
*/

input[type=text], input[type=password], select
{
	background: transparent;
	padding: 5px;
	font-size: 12px;
	margin: 0;
	border: 1px solid #ebebeb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	font-family: "helvetica neue",Helvetica,Arial,Verdana,sans-serif;
	color: #666;
}

input[type=text].blur
{
	color: #999;
	font-style: italic;
}

textarea
{
	background: transparent;
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	color: #666;
	margin: 0;
	border: 1px solid #ebebeb;
	height: 200px;
	overflow: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	font-family: "helvetica neue",Helvetica,Arial,Verdana,sans-serif;
}

input[type=text]:hover, input[type=password]:hover, textarea:hover
{
	border: 1px solid #ccc;
	-moz-box-shadow: 0 1px 3px #ebebeb;
 	-webkit-box-shadow: 0 1px 3px #ebebeb;
 	box-shadow: 0px 1px 3px #ebebeb;
}

a.button, a.button:hover
{
	display: block;
	width: 101px;
	height: 35px;
	color: #fff;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

input[type=submit]
{
	float: left;	
}

#cancel-comment-reply-link
{
	float: left;
	display: block;
	margin: 7px 0 0 10px;	
}

a.button.center
{
	margin:auto;
}

a.button span
{
	display: block;
	top: 8px;
	position: relative;
	text-transform: uppercase;
	text-shadow: 0 -1px 1px #666;
}

a.long_button, a.long_button:hover, input[type=submit], input[type=button]
{
	display: block;
	width: 150px;
	height: 45px;
	color: #fff;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

input[type=submit], input[type=button]
{
	border: 0;
	text-transform: uppercase;
}

a.long_button.center
{
	margin:auto;
}

a.long_button span
{
	display: block;
	top: 14px;
	position: relative;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0 -1px 1px #666;
}

.comment-reply-link
{
	color: #999;
	font-weight: bold;
	display: block;
	margin: 10px 0 0 0;
}

.screen-reader-text
{
	display: none;
}

#searchsubmit
{
	margin: 5px 0 0 0;
}

.widget_search
{
	margin: 0 0 50px 0;
}

.restore_default
{
	margin-top:12px;display:block;padding-left:10px;float:left;
}

.clients-cl1 { width:460px; float:left; }
.clients-cl2 { width:460px; float:right; }

.clients-footers { width:100%; float:right; }

.hr_shadow {
border: 0;
height: 20px;
width: 720px;
background: url(../images//global-sprite-dividers.png) 0 -20px no-repeat;
margin: 15px 0 22px 0;
}

/* Keygen */
#keygen input, #keygen textarea { 
	padding: 9px;
	border: solid 2px #ffa200;
	outline: 0;
	width: 200px;
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}

#keygen textarea { 
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
	}
	
#keygen input.small { 
	width: 100px;
	font-family:"Lucida Console", Monaco, monospace;
	font-size: 16px;
	}

#keygen .input_code {
	padding:10px 10px 15px 10px;
	border-bottom: 1px solid #CCC;
}

#keygen .captcha_p {
	padding:10px 10px 15px 10px;
}
#keygen .left { float:left; width:200px; margin-right:20px; }
#keygen .right {  }

#keygen input:hover, #keygen textarea:hover,
#keygen input:focus, #keygen textarea:focus { 
	border-color: #E2001A; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}

#keygen .form label { 
	margin-left: 10px; 
	color: #999999; 
	}

#keygen .long_button_key, #refresh .long_button_key {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
	margin:0 auto;
}#keygen .long_button_key:hover, #refresh .long_button_key:hover  {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}#keygen .long_button_key:active, #refresh .long_button_key:active {
	position:relative;
	top:1px;
}
#output .output input { 
	padding: 9px;
	margin:10px 5px;
	border: solid 1px #E5E5E5;
	outline: 0;
	width: 70px;
	font-size:20px;
	text-align:center;
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}
	
       .ui-jcoverflip {
        position: relative;
      }
      
      .ui-jcoverflip--item {
        position: absolute;
        display: block;
      }
      
	  #wrapper_flip {
		  width:940px;
		  height:550px;
		  overflow:hidden;
	  }
	  
      /* Basic sample CSS */
      #flip {
        height: 300px;
        width: 940px;
		margin: 10px 0px 250px 0px;
      }
      
      #flip .ui-jcoverflip--title {
        position: absolute;
        top: 340px;
        width: 100%;
        text-align: center;
        color: #555;
      }
	  
	  #flip .ui-jcoverflip--title h5{
		  color:#e2001a;
	  }
      
	  #flip .ui-jcoverflip--title p {
		  margin:10px;
	  }
	  
      #flip img {
        display: block;
        border: 0;
        outline: none;
      }
      
      #flip a {
        outline: none;
      }
            
      .ui-jcoverflip--item {
        cursor: pointer;
      }
      
      #wrapper_flip ul,
      #wrapper_flip ul li {
        margin: 0;
        padding: 0;
        display: block;
        list-style-type: none;
      }
      
      #scrollbar {
        position: relative;
		width:864px;
		height: 15px;
		background:none;
		border:none;
		margin:0px 38px;
		bottom:265px;
		
      }
	  
	  #scrollbar-bg{
		position: relative;
		width:940px;
		bottom:250px;
		border-width: 1px;
		border-style: solid;
		border-color: #333 #333 #777 #333;
		border-radius: 25px;
		height: 15px;
		background-color: #eaecee;
		background: url('../images/bg-track.png') repeat-x;
	  	box-shadow: inset 0 1px 5px 0px rgba(0, 0, 0, .5), 
					 0 1px 0 0px rgba(250, 250, 250, .5);
	}
	
	#scrollbar .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 74px;
	height: 15px;
	cursor: pointer;
	background: url('../images/handle.png') no-repeat 50% 50%;
	font-weight: bold;
	color: #1C94C4;
	outline: none;
	top: 0px;
	margin-left: -37px;
	border:none;
}

.ecommerce_container {
	background:#FFF;
	-webkit-box-shadow: 5px 0px 15px 15px d3d3d3;
	box-shadow: 5px 0px 15px 15px d3d3d3;
}
	  .footer_flip {
		  position:relative;
		  top:-180px;
	  }

/* LOGIN FORM STYLES */
.inner_wrapper #loginform { width:404px; height:350px; background:url('../images/login_form.png') no-repeat top; position:relative; float:left; }
.inner_wrapper #loginform .login-username label, .inner_wrapper #loginform .login-password label { display:none; }
.inner_wrapper #loginform .login-username { position:absolute; top:158px; left:175px; }
.inner_wrapper #loginform .login-password { position:absolute; top:195px; left:175px; }
.inner_wrapper #loginform .login-remember { position:absolute; bottom:30px; left:20px; }
.inner_wrapper #loginform .login-submit { position:absolute; bottom:20px; right:10px; }
	
/* UPDATE FANCY */


