`/*
	project: web application template
	author: luka cvrk (www.solucija.com)
*/

*{ margin: 0; padding: 0; behavior: url("../css/border-radius.htc"); }*
body 
{   margin:0;margin-top:-20px; background: url("../images/bg_noise.jpg"); font: normal 62.5%/1 Sylfaen,Helvetica,Arial,sans-serif; color: #000000; 
	line-height:17px;font-size: 15px;
}
	h1 { font-size: 3em; font-weight: normal; float: left; }
	h1 a { text-decoration: none; }
	
	h3 { font-size: 1.3em; border-bottom: 1px solid #eee; margin: 0 0 .8em; }
	p  { margin: 0 0 2em 0; line-height: 1.8em;  text-align: justify; }
	em { border-bottom: 1px dotted #fff; cursor: pointer; text-shadow:0 3px #000000;}
	a,a:visited { color:#2A5A7E;font-size: 15px; }
	img { border: 0; }
	.red { color: #9D2900; font-size:15px;}
@font-face {
    font-family: 'MuseoSans100Regular';
    src: url('museosans-100-webfont.eot');
    src: url('museosans-100-webfont.eot?#iefix') format('embedded-opentype'),
         url('museosans-100-webfont.woff') format('woff'),
         url('museosans-100-webfont.ttf') format('truetype'),
         url('museosans-100-webfont.svg#MuseoSans100Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
input, textarea,  .uneditable-input
{
	display: inline-block;
	height: 18px;
	padding: 4px;
	margin-bottom: 9px;
	font-size: 13px;
	line-height: 18px;
	color: rgb(85, 85, 85);
	border: 1px solid rgb(204, 204, 204);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
select
{
	display: inline-block;
	height: 28px;
	padding: 4px;
	margin-bottom: 9px;
	font-size: 13px;
	line-height: 18px;
	color: rgb(85, 85, 85);
	border: 1px solid rgb(204, 204, 204);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input,textarea
{
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s,box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s,box-shadow linear 0.2s;
	-o-transition: border linear 0.2s,box-shadow linear 0.2s;
	transition: border linear 0.2s,box-shadow linear 0.2s;
}

/* @font-face kit by Fonts2u (http://www.fonts2u.com) */ @font-face {font-family:"Terminal Dosis Light";src:url("TerminalDosis-Light.eot?") format("eot"),url("TerminalDosis-Light.woff") format("woff"),url("TerminalDosis-Light.ttf") format("truetype"),url("TerminalDosis-Light.svg#TerminalDosis-Light") format("svg");font-weight:normal;font-style:normal;}

input
{
	border:1px #ccc solid;
	margin-bottom:4px;
}
div.box p a,div.box p a:visited
{
	color:#fff !important;
}
div.suggest_icons { float:left; margin:14px;margin-right:49px; padding:4px; cursor:pointer; border:4px solid #E9E9E9; border-radius:4px; -moz-border-radius:4px; }
div.suggest_icons a { display:block; height:160px; width:200px; padding:55px 15px 15px; background:#f2f2f2; text-align:center; font-size:15px; color:#333; text-decoration:none; }
div.suggest_icons a:hover { background:#e9e9e9; }
div.suggest_icons img { display:block; margin:0 auto;margin-bottom:10px; }

div.project_icons 
{ 
	float:left; 
	margin:6px 12px 6px 0px;
	padding:4px; 
	cursor:pointer; 
	border:4px solid #E9E9E9; 
	border-radius:4px; 
	-moz-border-radius:4px;
	height:171px;
	width: 186px; 
}
div.project_icons a.project_link
{  
	background: none repeat scroll 0 0 #F2F2F2;
    color: #333333;
    display: block;
    font-size: 15px;
    height: 42px;
    padding-top: 17px;
    text-align: center;
    text-decoration: none;
}
div.project_icons a.project_link:hover { background:#e9e9e9; }
div.sort_button
{
	margin-right:13px;
	padding:5px;
	float:left;
}
div.sort_button a,div.sort_button a:visited
{
	
	text-decoration:none;
}
div.user_menu
{
	margin-bottom:20px;
	margin-top:4px;
}
div.user_menu div.menu_item
{
	margin-bottom:10px;
	
	color:#033447;
	
}
#main_div
{
	overflow: hidden;
	float:left;
	margin:auto;
	margin-top:0px;
	margin-bottom:20px;
	min-height:461px;
	width:650px;
}
img.ajax_loader
{
	float:none !important;
	margin-left:3px;
}
div.user_menu div.menu_item img 
{
	border:0px;
	 float: left;
    margin-top: 0px;
	margin-right:10px;
}
div.user_menu div.menu_item a,div.user_menu div.menu_item a:visited 
{
	text-decoration:none;
	font-size:13px;
	color:#033347;
}
ul.register_ul
{
	padding:0px;
	margin:0px;
	margin-left:15px;
}
ul.register_ul li
{
	margin-top:14px;
	margin-bottom:14px;
	list-style-image: url("../images/list.jpg");
}
div.up_banner
{
	background: url("../images/up_banner.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    float: right;
    height: 113px;
    width: 370px;
} 
div.up_banner a,div.up_banner a:visited
{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
div.up_banner a:hover
{
	text-decoration:underline;
}
div.up_banner  img
{
	 background: url("../images/up_banner_image.png") no-repeat scroll 0 0 transparent;
    float: left;
    margin-left: 10px;
    margin-right: 7px;
    padding: 2px;
}
div.clr
{
	clear:both;
}
textarea
{
	border:1px #ccc solid;
	margin-bottom:4px;
	width: 500px;
	height: 150px;
}
table.ticket
{
	margin-top:4px;
	width: 100%;
}
img.test
{
	float:left;
	margin-right:10px;
}
table.ticket tr td
{	
	padding:3px;
	border-bottom:1px #ddd dashed;
}
input.button
{
	font-family: "Terminal Dosis Light", "museo-sans-2", sans-serif;
	
	color: white;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	background-color: rgba(54, 115, 158, 1);
	-moz-box-shadow: inset 0 1px 2px #51b8e4;
	-webkit-box-shadow: inset 0 1px 2px rgb(81, 184, 228);
	box-shadow: inset 0 1px 2px rgb(81, 184, 228);
	text-shadow: rgb(1, 72, 117) 0px 1px 1px;
	border: 1px solid rgb(22, 71, 88);
	font-size: 17px;
	line-height: 17px;
	font-family: 'Terminal Dosis Light';
	text-transform: uppercase;
	word-spacing: 1px;
	color: white;
	vertical-align: top;
	height: 35px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
}
div.body h1
{
	color: rgb(51, 51, 51);
	
}
div.body a
{
	text-decoration: none;
}
div.body
{
	font-size:13px;
}
a.job_link,a.job_link:visited
{
	display:block;
	margin-bottom:8px;
}
#gift_features li
{
	background: url("../images/success_blue.png") no-repeat scroll left top transparent;
    font-size: 15px;
    list-style: none outside none;
    margin-bottom: 8px;
    margin-top: 8px;
    padding-left: 33px;
    padding-top: 0;
	line-height:22px;
}
.wrap { width: 100%; margin: 0 auto;  }
 
#header { width: 900px; height: 50px; margin: 0 auto; }
	#menu  { float: right; padding: 6px 0 0 0; list-style: none; }
		#menu li { display: inline; }
		#menu a { display: block; float: left; margin-left: 13px; padding: 4px; text-decoration: none; font-size: 13px; color: #000000; }
		#menu a:hover { color: #000; border-bottom: 2px solid #ccc; }
		#menu .active a { border-bottom: 2px solid #C70012; color: #9D2900;}
 
#teaser { clear: both; height: 259px; background: #fff url(../images/teaserbg.jpg) repeat-x; }
	.box { float: left; margin-top:7px; width: 598px; color: #444444; }
	.box_prod { float: left; padding: 66px 0 0; width: 480px; color: #C7E3EE; }
	#image { float: right; width: 388px; position: relative; top: 16px;  height: 258px; }
	#image1{float: right; width: 388px; position: relative; top: 16px;  height: 258px;}

	.step { cursor: pointer; color: #FAFDDD; padding: 4px 0 0 11px; margin: 0px; text-shadow:0 3px #000000;font-size: 1.4em; float: left; text-align: center; background: url(../images/step.gif) no-repeat; height: 30px; }
	.step a { color: #fff; margin: 0 2px 0 0; }
	
.col { float: left; width: 276px; margin: 0 30px 16px 0; }

	.info { border: 1px solid #e0e0e0; background: #f4f4f4; padding: 7px; }

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
table.menu tr td
{
	padding-bottom:25px !important;
}
input.new
{
	background:url("../images/speak_wish.png") no-repeat scroll 0 0 transparent;
	height:42px;
	text-align:center;
	width:234px;
	color:#FFFFFF;
	font-size:18px;
	cursor:pointer;
	border:0px;
}
#TB_secondLine 
{
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}
sup
{
	color:#f00;
}
td.form1 {
	padding: 12px 0px 5px 10px;
	text-align: right;
	vertical-align: top;
	padding-bottom: 0px;
	font-size: 15px;
}
td.form2 {
	padding: 10px 0px 5px 10px;
	
}
td.form2 input.login_form
{
	font-size: 15px;
	height: 30px;
	padding-left: 4px;
	width:273px
}
.signup_form
{
	width:310px !important;
}
div.top_menu a,div.top_menu a:visited
{
	color:#fff;
	font-size:13px;
	text-decoration:none;
}
#TB_window a:link { color: #336699; text-decoration: none; }
#TB_window a:visited { color: #336699; text-decoration: none; }
#TB_window a:hover { color: #3399FF; text-decoration: underline; }
#TB_window a:active { color: #3399FF; text-decoration: underline; }
#TB_window a:focus { color: #336699; text-decoration: none; }

#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	border: 4px solid #525252;
	text-align:left;
}

#TB_window img {
	display:block; 
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
	font-weight: bold;
	border-bottom: 1px solid #BBBBBB;
	font-size: 12px;
	font-family: tahoma, arial, serif;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
}

/* IE6 */
* html #TB_iframeContent{
	margin-bottom:1px;
}
table tr td
{
	font-size:15px;
	line-height: 19px;
}
/* Easy Slider */
#twitter_div { 
	
	
	top: 99px; 
	width: 376px; 
	height: 586px; 
	overflow: hidden;
}
ul#twitter_update_list { 
	list-style: none; 
	margin: 0;
    padding: 0;
	font-size: 13px;	
}
ul#twitter_update_list li { 
	margin-bottom: 10px;
	padding: 10px;
	border-bottom: 1px dotted #AAAAAA;
	
	
}


	#portfolio{
		behavior: url(border-radius.htc);background: #fff;margin-top:-10px;border-radius: 10px 10px;-moz-border-radius: 10px 10px;-webkit-border-radius: 10px 10px;
	-khtml-border-radius: 10px 10px;height:140px !important; width:885px !important;padding-top: 7px;padding-left: 10px;
	
		
	}	
	#portfolio ul, #portfolio li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#portfolio li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:900px;
		height:164px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:none;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		}	
	#nextBtn{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}												

/* // Easy Slider */


ul.tabs {
	height: 44px;
    line-height: 25px;
    list-style: none outside none;
    margin: 20px auto 0;
/*    width: 962px;*/
    width: 922px;
}
.tabs li {
	background:#8EA4AE;
	behavior: url(border-radius.htc);
	float: left;
	display: inline;
	margin: 0 1px -1px 0;
	padding: 5px 0px;
	margin-right:7px;
	color: #777;
	cursor: pointer;
	width:220px;
	border:0px;
	height:39px;
	overflow:hidden;
	z-index:4px;
	text-align:center;
	border-radius:10px;
	
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	
}
.tabs li h3
{
	color:#172A3E;
	border:0px;
}
.tabs li.current h3
{
	color:#A0000E;
	border:0px;
}
.tabs li.current {
	
	
    background: none repeat scroll 0 0 #FFFFFF;
	
	
}

.box {
	display: none;
	
}

.box.visible {
	display: block;
}

.section.vertical {
	width: 440px;
	border-left: 160px solid #FFF;
}
.vertical .tabs {
	width: 160px;
	float: left;
	display: inline;
	margin: 0 0 0 -160px;
}
.vertical .tabs li {
	padding: 0 13px;
	margin: 0 0 1px;
	border: 1px solid #E4E4E4;
	border-right: 1px solid #F9F9F9;
	width: 132px;
	height: 25px;
}
.vertical .tabs li:hover {
	width: 131px;
}
.vertical .tabs li.current {
	width: 133px;
	color: #444;
	
	border: 1px solid #D4D4D4;
  border-right: 1px solid #EFEFEF;
  margin-right: -1px;
}
img.featured_image
{
	margin-left: 8px;
    margin-top: -4px;
    position: absolute;
}
h1.header_h1
{
	color:#043449;
	font-size:22px;
	margin:3px;
	float:none;
}
.vertical .box {
  border-width: 1px;
}

h3
{
	border: 0 none;
    color: #444444;
    font-size: 17px;
    margin-bottom: 2px;
    margin-top: 10px;
}
		/* jQuery lightBox plugin - Gallery style */
	#gallery {
		
		
	}
	#gallery ul { list-style: none;margin-left: 0;
    padding-left: 0;}
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 1px solid #0092C5;
	}
	   
        
        table.ticket tr.unread{
            background-color: #ffff66;
        }
        
       
ul.paginator{
    list-style-type: none;
    overflow: hidden;
    margin: 0 auto;
    display: inline-block;
}

ul.paginator > li{
    margin: 1px;
    padding: 0px 2px;
    float:left;
    overflow: hidden;
    border: 1px solid transparent;
    color: #555555;
    font-size: 14px;
}
ul.paginator > li > a{
    color: #555555;
    text-decoration: none;
    font-size: 14px;
}

ul.paginator > li.current_page{
    border: 1px solid #999999;
    font-weight: bold;
    font-size: 14px;
    color: #555555;
}


div.discount{
    width: 45px;
    height: 32px;
    background: url('./images/discount.png') 0 0 no-repeat transparent;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    padding-top: 13px;
    position: absolute;
    right: 0px;
    top: -10px;
}

.blog{
    padding-top: 10px;
}
.blog_title{
    
}
.blog_title > a{
    font-weight: bold;
    text-decoration: none;
}
.blog_options{
    float: right;
}

.blog_body{
    padding-right: 7px;
	margin-top:10px;
	line-height:25px !important;
	font-size: 13px !important;
}
div.browse_blog
{
	font-size:13px;
}
.blog_info{
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
div.top_header
{
	background:#151515;
	height: 87px;
}
div.top_logo
{
	float:left;
	margin-top: -3px;
}
div.top_logo img
{
    margin-top: 41px;
}
div.width_restrict
{
	width:1000px;
	margin:auto;
}
div.top_user_menu
{
	float:right;
	margin-top:38px;
	text-align: right;
	margin-right:20px;
}
div.top_user_menu img
{
	margin-left: -15px;
    margin-top: 1px;
    position: absolute;
}
div.top_user_menu a,div.top_user_menu a:visited
{
	color: #0491B7;
    display: block;
    float: left;
    text-decoration: underline;
    width: 63px;
}
div.home_bg
{
	background:url("../images/header_bg.png");
	height:385px;
	overflow: hidden;
}
div.middle_main_bg
{
	background:url("../images/middle_main_bg.png") no-repeat;
	height: 395px;
    margin: auto;
	margin-top:10px;
    width: 1000px;
}
div.jobs_main
{
	background:url("../images/main_jobs.png") no-repeat;
	float: left;
    height: 378px;
    margin-left: -24px;
    margin-top: 8px;
    width: 341px;
}
div.jobs_main img
{
	z-index:2;
}
div.whats
{
	float:right;
	margin-top: 3px;
	width: 437px;
}
div.whats h3
{
	color: white;
	font: 300 40px "Terminal Dosis Light","museo-sans-2",Tahoma,sans-serif;
	
	margin: 0;
	padding: 22px 0 0;
	text-shadow: 0px 1px 1px #231F20;
}

div.main_features table tr td
{
	color:#fff;
	text-shadow:0px 1px 1px rgba(0, 0, 0, 0.35);
	font-size: 17px;
	line-height: 31px;
}
div.count
{
	background:url("../images/list_item.png") no-repeat;
	width:9px;
	margin-right:6px;
	height:15px;
}
div.main_features
{
	margin-top:20px;
}
div.right_logo
{
	background:url("../images/right_logo.png");
	float: right;
    height: 209px;
    margin-right: -48px;
    margin-top: -279px;
    width: 246px;
}
div.main_buttons
{
	
    margin-top: 11px;
}
a.button_products,a.button_products:visited
{
	background:url("../images/product_button.png") no-repeat;
	color: #43525A;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: 41px;
    padding-left: 54px;
    padding-top: 9px;
    text-decoration: none;
    text-shadow: 1px 0 0 #FFFFFF;
    width: 116px;
}
#streamlined_signup_button_link  img
{
	margin-left: 2px;
    margin-top: 14px;
    position: absolute;
}
a.button_products:hover
{
	color:#007eb8;
	background:url("../images/product_button_active.png") no-repeat;
}
a.button_customization,a.button_customization:visited
{
	background:url("../images/customization_button.png") no-repeat;
	color: #43525A;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: 41px;
    padding-left: 54px;
    padding-top: 9px;
    text-decoration: none;
    text-shadow: 1px 0 0 #FFFFFF;
    width: 158px;
}
a.button_customization:hover
{
	color:#007eb8;
	background:url("../images/customization_button_active.png") no-repeat;
}
div.main_menu
{
	float:right;
	margin-top:47px;
}
a.main_link,a.main_link:visited
{
	background: url("../images/main_menu.png") no-repeat scroll 0 0 transparent;
    color: #646A6C;
    display: block;
    float: left;
    font-size: 14px;
    font-style: italic;
    height: 26px;
    padding-top: 12px;
    text-align: center;
    text-decoration: none;
    width: 190px;
}
a.main_link_second,a.main_link_second:visited
{
	background: url("../images/main_menu_second.png") no-repeat scroll 0 0 transparent;
    color: #646A6C;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-style: italic;
    height: 26px;
    margin-left: -48px;
    padding-left: 38px;
    padding-top: 12px;
    text-decoration: none;
    width: 116px;
}
.active_menu
{
	color:#fff !important;
}
div.menu_transparent_bg
{
	background: url("../images/menu_transparent_bg.png") repeat scroll 0 0 transparent;
    height: 19px;
    margin-top: -9px;
    position: absolute;
    width: 100%;
}
div.active_menu_main
{
	background:url("../images/menu_active_tab.png") no-repeat;
	height: 26px;
    margin-left: 31px;
    margin-top: -29px;
}
div.active_menu_second
{
	background:url("../images/menu_active_tab.png") no-repeat;
	height: 26px;
    margin-left: -41px;
    margin-top: -29px;
}
div.home_grey_bg
{
	background:url("../images/grey_bg.png");
	height:284px;
}
div.recent_project
{
	float:left;
	margin-top:30px;
}
div.recent_project div.header
{
	
	letter-spacing: -1px !important;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.50);
	float: left;
	margin: 0px;
	padding: 4px 18px 4px 17px;
	font-size: 23px;
	color: rgb(51, 51, 51);
	font-family: "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
	font-weight: 700;
	font-stretch: normal;
	margin-top:-16px;
	
}
div.recent_project div.line
{
	background:url("../images/recent_project_line.png") no-repeat;
	width:669px;
	height:2px;
	margin-top:-2px;
}
div.project_bg
{
	background:url("../images/project_bg.png");
	width:237px;
	height:149px;
	float:left;
	margin-left:-8px;
}
div.projects
{
	margin-top:15px;
	margin-bottom:15px;
}
div.recent_project a,div.recent_project a:visited,div.testimonials a,div.testimonials a:visited
{
	color:#0071b0;
	font-size:15px;
	margin-left: 13px;
}
div.project_bg img
{
	height: 136px;
    margin-left: 25px;
    margin-top: 7px;
    width: 188px;
}
div.testimonials
{
	float:right;
	margin-top:20px;
	color:#000;
}
div.testimonial_bg
{
	background:url("../images/testimonial_bg.png") no-repeat;
	width:285px;
	height:226px;
}
div.testimonial_bg div
{
	color: #77868D;
    font-size: 15px;
    margin-left: 35px;
    padding-top: 36px;
    width: 231px;
}
div.testimonial_name
{
	float:right;
	font-size:15px;
}
div.blue_bg
{
	background:#033447;
	margin-bottom:20px;
}
div.blogs
{
	float:left;
	margin-top:30px;
	width:669px;
}
	
div.blogs div.header
{
	background:url("../images/blogs_header.png") no-repeat;
	width:348px;
	height:34px;
	padding-top:1px;
	font-size:22px;
	font-family:Zekton;
	color:#fff;
	text-align:center;
	float:left;
}
div.blogs div.line
{
	background:url("../images/blogs_line.png") no-repeat;
	width:669px;
	height:1px;
	margin-top:-2px;
}
a.read_all,a.read_all:visited
{
	display:block;
	float:right;
	width:65px;
	height:25px;
	margin-top: 5px;
	background:url("../images/read_all.png");
}
a.read_all:hover
{
	background:url("../images/read_all_active.png");
}
div.blogs_entry
{
	margin-top:10px;
}
div.blog div.date
{
	background:url("../images/blog_date.png");
	width:43px;
	height:62px;
	text-align:center;
	float:left;
	color:#43525a;
	font-size:15px;
}
div.blog div.date_day
{
	padding-top:4px;
	font-size:21px;
}
div.blog div.date_month
{
	padding-top:5px;
}
div.blog a,div.blog a:visited
{
	font-size:15px;
}
div.blog div.body
{
	float:left;
	margin-left:20px;
	width:600px;
	padding-bottom:10px;
	border-bottom:1px dotted #aaa;
}
div.featured_product
{
	float:left;
	margin-top:30px;
	margin-left:30px;
}
div.featured_product div.header
{
	background:url("../images/featured_header.png") no-repeat;
	width:228px;
	height:34px;
	padding-top:1px;
	font-size:22px;
	font-family:Zekton;
	color:#fff;
	text-align:center;
}
div.featured_product div.line
{
	background:url("../images/featured_line.png") no-repeat;
	width:300px;
	height:1px;
	margin-top:-2px;
}
div.featured_product div.product
{
	margin-top:10px;
	width:289px;
	margin-left:10px;
	
}
div.featured_product div.product_photo
{
	float:left;
}
div.featured_product div.product_title
{
	float:left;
	padding-top:16px;
	margin-left:10px;
}
div.featured_product div.body
{
	margin-top:10px;
	font-size:13px;
}
div.featured_product a,div.featured_product a:visited
{
	font-size:15px;
}
div.facebook_like
{
	margin-top:20px;
}
div.footer
{
	background:#252525;
	padding:10px;
	padding-top:26px;
	height:15px;
	color:#fff;
	height:185px;
	font-size:15px;
	margin-top:40px;
}
div.footer div.header
{
	border-bottom: 1px dotted #515151;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 7px;
    width: 206px;
}
div.footer_block
{
	float:left;
	width:197px;
	margin-right:50px;
}

.btn_ext_lg {
height: 48px;
line-height: 48px;
font-weight: 900;
font-size: 31px;
padding: 0 23px;
}
#streamlined_signup_button_link span {
text-align: center;
display: block;
color: white;
font: 900 29px/1.7 "Terminal Dosis Light", "museo-sans-2", sans-serif;
text-shadow: 0 1px 0px black;
}
#streamlined_signup_button_link #get_started_button {
background: url('../images/homepage_sprite.png') -114px -31px no-repeat;
border: none !important;
border-radius: 0;
width: 25px;
height: 25px;
padding: 0;
margin: 13px 0 0 10px;
box-shadow: none;
display: inline-block;
position: relative;
vertical-align: top;
}
div.copyright
{
	color:#858992;
	margin-top:35px;
}
div.footer_links 
{
	padding-top: 8px;
	margin-right:5px;
}
div.footer_links a
{
	color: #AAAAAA;
    display: block;
    font-size: 15px;
    line-height: 27px;
    margin-right: 20px;
    text-decoration: none;
}
div.footer_images
{
	float:left;
	margin-top:-7px;
}
div.main_buttons a,div.main_buttons a:visited
{
	text-decoration:none;
}
div.footer_images img
{
	float:left;
	margin-right:10px;
	width:25px;
}
a.official_developer,a.official_developer:visited
{
	background:url("../images/official_developer.png");
	width:265px;
	height:83px;
	margin-left:-14px;
	margin-top: -9px;
	display:block;
}
div.home_bg div.width_restrict h1
{
	color: white;
    font: 300 41px  "Terminal Dosis Light","museo-sans-2",Tahoma,sans-serif;
    
    margin: 0;
    padding: 22px 0 0;
    text-shadow	: 0 1px 2px #231F20;
	float:left;
}
div.home_bg div.width_restrict h2
{
	color: white;
    font: 300 22px  "Terminal Dosis Light","museo-sans-2",Tahoma,sans-serif;
    
    margin: 0;
	float:right;
    padding: 37px  0 0;
    text-shadow	: 0 1px 2px #231F20;
}
div.internal_bg
{
	background:url("../images/internal_bg.png");
	height:71px;
	border-bottom:1px #fff solid;
}	
div.arrow_left
{
	background:url("../images/arrow_left.png") no-repeat;
	float: left;
    height: 59px;
    margin-top: 12px;
    width: 18px;
}
div.arrow_right
{
	background:url("../images/arrow_right.png") no-repeat;
	width:31px;
	height:71px;
	float:right;
}
div.arrow_bg
{
	background:url("../images/arrow_bg.png");
	height:71px;
	float:left;
	overflow:hidden;
}
div.arrow_bg div
{
	float:left;
	background:url("../images/arrow_shadow.png") no-repeat right center;
    height: 59px;
    margin-top: 12px;
    width: 326px;
}
div.arrow_bg div.last
{
	background:url("../images/arrow_right.png") no-repeat right center;
	height: 59px;
    margin-top: 12px;
    width: 330px;
}
div.arrow_bg div.clr
{
	background:none;
	width:0px;
	clear:both !important;
}
div.arrow_bg a,div.arrow_bg a:visited
{
	color:#8eebff;
	text-shadow: 1px 1px 1px #003f99;
	font-size:20px;
	text-align:center;
	text-decoration:none;
	display:block;
	float:left;
	margin-left: 8px;
    margin-top: 14px;
}
div.subcategory_dotted {
	
	height: 1px;
	margin-bottom: 4px;
	margin-left: -23px;
	margin-top: -4px;
	clear: both;
	width: 249px;
}
div.arrow_bg a.active,div.arrow_bg a.active:visited
{
	color:#fff !important;
	margin-left:5px !important;
}
div.arrow_bg a.image,div.arrow_bg a.image:visited
{
	margin-left:10px;
	margin-top:4px;
}
div.internal_header
{
	font-size:22px;
	font-family:Zekton;
	color:#fff;
	padding-top:1px;
	height:34px;
	float:left;
	width:224px;
	padding-left: 18px;
	background:url("../images/header_customization.png") no-repeat;
}
a.get_free_quote,a.get_free_quote:visited
{
	float:right;
	display:block;
	background:url("../images/get_free_quote.png") no-repeat;
	width:188px;
	height:25px;
}
a.get_free_quote:hover
{
	background:url("../images/get_free_quote_active.png") no-repeat;
}
a.need_customization,a.need_customization:visited
{
	float:right;
	display:block;
	background:url("../images/need_customization.png") no-repeat;
	width:188px;
	height:25px;
}
a.need_customization:hover
{
	background:url("../images/need_customization_active.png") no-repeat;
}
div.left_block
{
	width: 693px;
	padding-left: 10px;
	padding-right: 16px;
	float:left;
	padding-bottom:20px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}
div.main_desc
{
	font: 300 1.6em "Terminal Dosis Light","museo-sans-2",sans-serif;
	letter-spacing:-1px;
}
div.main_desc_about
{
	font-size:18px;
	font-weight:bold;
}
div.right_block
{
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding:20px;
	padding-top:0px;
	margin-top:-4px;
	float:left;
	width:241px;
}
td.right_block  a,td.right_block a:visited
{
	color:#fff;
	text-decoration:none;
	font-size:16px;
	margin-bottom:5px;
	display:block;
}

div.right_links
{
	text-align:left;
	margin-bottom:20px;
	width:253px;
}
.client_home a.subcategory,.client_home a.subcategory:visited
{
	float:left;
}
div.right_links h3
{
	color:#fff;
}
div.right_links span
{
	float:left;
	display:block;
}

div.customization_block
{
	background:url("../images/customization_block.png") no-repeat;
	text-align:center;
	width:205px;
	float:left;
	margin-top:10px;
	margin-right:8px;
	height:173px;
	padding-top:13px;
}
div.customization_block a,div.customization_block a:visited
{
	text-decoration:underline;
	color:#0092c5;
	font-size:15px;
	display:block;	
}
div.customization_block a.little_up,div.customization_block a.little_up:visited
{
	margin-top:-4px;
}

.last
{
	margin-right:0px !important;
}
div.search_bg
{
	background:url("../images/search_bg.png") no-repeat;
	width:247px;
	height:27px;
	padding-top:7px;
	margin-left: 10px;
}
div.search_separator
{
	color: #FFFFFF;
    float: left;
    font-size: 24px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: -3px;
}
input.search_icon
{
	border:0px;
	background:url("../images/search_icon.png");
	float: left;
    height: 17px;
    margin-left: 10px;
    width: 21px;
}
input.search_text
{
	border:0px;
	font-style:italic;
	color:#fff;
	float:left;
	background:none;
	width: 189px;
	font-size:14px;
}
div.small_width_restrict
{
	width:694px;
}
table.main_table
{	
	width:1000px;
	overflow:hidden;
}
a.view_more,a.view_more:visited
{
	background:url("../images/view_more_button.png");
	text-decoration:none;
	width:85px !important;
	height:25px !important;
	margin-top:5px !important;
}
a.view_more:hover
{
	background:url("../images/view_more_button_active.png");
}
div.recent_plugins
{
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	 border-radius: 5px;
	 border-top-left-radius: 0;
	 background:#d9e1e5;
	 padding:10px;
	 margin-top:-3px;
}
div.recent_plugins a,div.recent_plugins a:visited, div.top_sale a,div.top_sale a:visited
{
	font-size:15px;
	text-decoration:underline;
	color:#0092c5;
	font-weight:bold;
	margin-top:15px;
	width:139px;
	display:block;
	float:left;
}
div.recent_plugins_header
{
	width:224px;
	height:30px;
	background:url("../images/recent_plugins.png") no-repeat;
	font-size:22px;
	font-family:Zekton;
	margin-left: -1px;
	padding-left: 15px;
	color:#fff;
	padding-top:4px;
}
div.recent_plugin
{
	margin-bottom:10px;
	border-bottom:1px dotted #000;
}
div.recent_plugin img, div.top_sale img
{
	
	width:70px;
}
div.main_header_left
{
	float:left;
	background:url("../images/main_header_left.png") no-repeat;
	width:12px;
	height:34px;
}
div.main_header
{
	float:left;
	background:url("../images/main_header.png");
	height:34px;
	font-size:22px;
	font-family:Zekton;
	color:#fff;
	text-align:center;
}
div.main_header_right
{
	float:left;
	background:url("../images/main_header_right.png") no-repeat;
	width:67px;
	height:34px;	
}
div.top_sale_header
{
	background:url("../images/top_sale_header.png") no-repeat;
	width:164px;
	height:29px;
	font-size:22px;
	font-family:Zekton;
	color:#fff;
	margin-left:-1px;
	padding-left: 12px;
	padding-top: 6px;
}
div.top_sale
{
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	 border-radius: 5px;
	 border-top-left-radius: 0;
	 border:2px #a40003 solid;
	 background:#d9e1e5;
	 padding:10px;
	 margin-top:-3px;
}
table.contact_table
{
	margin-top:8px;
}
table.contact_table tr td
{
	font-size:15px;
}

table.contact_table tr td select
{
	height: 34px;
	font-size: 15px;
    padding-left: 4px;
    padding-top: 6px;
}
table.contact_table tr td textarea
{
	font-size:15px;
	padding-left:4px;
	width:628px;
	height:248px;
	padding-top:4px;
}
div.ready
{
	margin-top:8px;
	color:green;
	width:463px;
	margin:auto;
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
}
div.error
{
	margin-top:8px;
	color:red;
	width:250px;
	margin:auto;
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
}
div.paginator a, div.paginator a:visited
{
	background:#F9F9F9;
	margin-right:5px;
	color:#666666;
	text-decoration:none;
	padding: 5px 13px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #AFAFAF;
}
div.paginator a.active, div.paginator a.active:visited
{
	background:#686868;
	color:#fff;
	border:1px solid #686868;
}
div.paginator
{
	text-align:center;
	margin-top:20px;
}
#lightbox-container-image-box
{
	max-width: 888px;
}
#lightbox-container-image-data-box
{
	max-width: 868px;
}
#lightbox-image
{
	max-width: 768px;
}

.item
{
	background:#eee;
	text-align:center;
	color:#111;
	padding:4px;
}  
table.ticket tr.unread td a{
	
}

.last_post_admins{
	background:#C2D3FC;
}
.first_td_last_post_admins{
	background:#C2D3FC;
}
.last_td_last_post_admins{
	background:#C2D3FC;
}

.to_client_class_td1{
	border: 1px dashed #FFFF66 !important;
	border-bottom: 0 !important;
}
.to_client_class_td2{
	border: 1px dashed #FFFF66 !important;
	border-top: 0 !important;
}
div.main_desc b
{
	font-size:17px;
}
div.about
{
	font-size: 15px;
	line-height: 20px;
}
ol li
{
	font-size: 15px;
	margin-top: 4px;
	line-height: 20px;
}
ul li
{
	padding-top:10px;
}
ul
{
	margin-left:0px;
	padding-left:0px;
}
div.price_right
{
	background:#0092C5;
	color: #FFFFFF;
    float: right;
    font-size: 15px;
    height: 26px;
    margin-left: 632px;
    padding-top: 4px;
    position: absolute;
    text-align: center;
    width: 42px;
	margin-top:-10px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/* GLOBAL STANDARD SEP STYLES */

.sep_standart_textred { color:#cd2900; }
.sep_standart_textgreen { color:#0c0; }
.sep_standart_textstrong { font-weight:bold; }

	/* SEP global icon container */
.sep_icon { display:inline-block; width:32px; height:32px; background-image:url(/i/sep_icons_32.png); background-repeat:no-repeat; }
.sep_icon_16 { display:inline-block; width:16px; height:16px; background-image:url(/i/sep_icons_16.png); background-repeat:no-repeat; }

	/* positions for 32x32 icons */
.sep_icon_error { background-position:0 0; }
.sep_icon_download { background-position:0 -32px; }
.sep_icon_purchase { background-position:0 -64px; }
.sep_icon_question { background-position:0 -224px; }

	/* positions for 16x16 icons */
.sep_icon_download_16 { background-position:-1px -25px; }
.sep_icon_purchase_16 { background-position:-1px -50px; }
.sep_icon_seicon_16 { background-position:-1px -75px; }
.sep_icon_sepicon_16 { background-position:-1px -100px; }
.sep_icon_friends_16 { background-position:-1px -125px; }



	/* SEP global button */
.sep_btn {
	position:relative; z-index:2; cursor:pointer;
	display:inline-block; height:12px; padding:5px 10px;
	font-size:12px; line-height:12px; font-family:Arial, sans-serif; text-align:center;
	color:#fff; background:url(/i/bg_sep_button.png) repeat-x 100% 100% scroll transparent;
	-webkit-transition:background-color .3s linear; -moz-transition:background-color .3s linear; -o-transition:background-color .3s linear; transition:background-color .3s linear; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
}
.sep_btn:hover { color:#fff; }


	/* SEP global button with icon */
.sep_btn_icon {
	position:relative; z-index:2; cursor:pointer;
	display:inline-block; height:10px; padding:5px 5px 5px 33px;
	font-size:12px; line-height:10px; font-family:Arial, sans-serif; text-align:center;
	color:#fff; background:url(/i/bg_sep_button.png) repeat-x 100% 100% scroll transparent;
	-webkit-transition:background-color .3s linear; -moz-transition:background-color .3s linear; -o-transition:background-color .3s linear; transition:background-color .3s linear; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
}
.sep_btn_icon div {
	position:absolute; top:3px; left:4px;
	height:22px; width:22px; margin-right:8px;
	background-image:url(/i/sepcore_icons_16.png); background-repeat:no-repeat; background-color:#fff; +rounded(5px);
}

	/* SEP global button colors */
.sep_red			{ background-color:#e8715c; border:1px solid #c94b3a; }
.sep_blue			{ background-color:#67aee6; border:1px solid #3f719d; }
.sep_black			{ background-color:#57575b; border:1px solid #2d2e31; }
.sep_green			{ background-color:#97be2f; border:1px solid #718d21; }
.sep_yellow			{ background-color:#e7c759; border:1px solid #bfa02e; }
.sep_red:hover, .sep_red:active			{ background-color:#ff8974; text-decoration:none; }
.sep_blue:hover, .sep_blue:active		{ background-color:#80c1f9; text-decoration:none; }
.sep_black:hover, .sep_black:active		{ background-color:#7f7f83; text-decoration:none; }
.sep_green:hover, .sep_green:active		{ background-color:#a9c937; text-decoration:none; }
.sep_yellow:hover, .sep_yellow:active	{ background-color:#fbdc70; text-decoration:none; }



.sep_message { position:relative; display:inline-block; padding:9px 20px; margin:12px 0; color:#fff; +rounded(5px); }
.sep_message div { float:left; height:24px; width:24px; margin:-7px 20px 0 -17px; border:1px solid rgba(0, 0, 0, 0.2); background-image:url(/i/sep_icons_16.png); background-repeat:no-repeat; background-color:#fff; +rounded(5px); opacity:0.9; }
.sep_message p { float:left; font-size:12px; font-family:Arial, sans-serif; }

#ticket_notif
{
	color:#fff !important;
	margin-left:3px;
}
#project_notif
{
	color:#fff !important;
	margin-left:3px;
}
div.sign_links
{
	background:#2d4960;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:7px;
	float:left;
	margin-top:-8px;
}
div.sign_links a,div.sign_links a:visited
{
	float:left;
	margin-right:7px !important;
}
div.sign_links div.nav
{
	float:left;
	background:url("../images/divider-top-nav.png");
	width:2px;
	height:16px;
}
div.main_menu a,div.main_menu a:visited
{ 
	float:left;
	display:block;
	font-size: 16px;
	margin-right: 30px;
	text-decoration:none;
	color:#ddd;
}
h2
{
	color: #000;
	font: 300 34px  "Terminal Dosis Light","museo-sans-2",Tahoma,sans-serif;
	
	margin: 0;
}
div.spotlight-feature-wrap
{
	
}
div.spotlight-feature-wrap div.spotlight
{
	float:left;
	margin: 6px 0 0 8px !important;
	font-weight: 400;
	font-stretch: normal;
	color: rgb(85, 85, 85);
	text-shadow: 0px 1px 1px white;
	width: 450px;
	line-height: 23px;
	font-size: 16px;
	background:url("../images/home_main_block.png");
	height:158px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding-right: 10px;
}
div.feature_icon
{
	padding-left: 10px;
	padding-top: 37px;
	display: block;
	float: left;
	margin-right: 10px;
	width:120px;
}
h4
{
	display: block;
	letter-spacing: 0;
	margin-bottom: 3px;
	text-shadow: 0px 1px 0px white;
	font: 300 19pt "Terminal Dosis Light","museo-sans-2",Tahoma,sans-serif;
	color: #144065;
	margin-bottom:10px;
	margin-top: 18px;
}
div.horizontal_line
{
	border-top: 1px solid rgb(143, 143, 143);
	border-bottom: 1px solid rgb(253, 253, 253);
	float:left;
	width:237px;
}

#preview-left {
	background: transparent url(../images/preview-bg-sprite_new.png) left top no-repeat;
	width: 10px;
	height: 224px;
	display: block;
	float: left;
}
#preview-bg div#left-ruler {
	margin-left: 30px;
}
#preview-bg div#right-ruler {
	margin-right: 30px;
	float: right;
}
#preview-bg div#left-ruler, #preview-bg div#right-ruler {
	line-height: 0px;
	margin-top: 17px;
	width: 285px;
	border-top: 1px solid rgb(146, 146, 146);
	border-bottom: 1px solid rgb(247, 247, 247);
	border-left: 0px;
	border-right: 0px;
	float: left;
}
#preview-bg h3 {
	letter-spacing: -1px !important;
	text-shadow: 0 1px 1px 
	rgba(255, 255, 255, 0.50);
	float: left;
	margin: 0px;
	padding: 4px 18px 4px 17px;
	font-size: 23px;
	color: 
	rgb(51, 51, 51);
	font-family: "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
	font-weight: 700;
	font-stretch: normal;
}
#preview-right {
	background: 
	transparent url(../images/preview-bg-sprite_new.png) right top no-repeat;
	width: 10px;
	height: 224px;
	display: block;
	float: left;
}
div.plugins 
{
	margin-top: 46px;
	margin-bottom: 22px;
}
div.plugins div.main
{
	float:left;
	margin-right:50px;
	font-size:13px;
	width:152px;
	text-align: center;
	padding-top:10px;
}
div.plugins div.main a
{
	text-decoration:none;
}
h2
{
	margin-bottom:10px;
}
div#hp_signup_bottom {
	text-transform: none;
	clear: both;
	margin: 0 15px 30px;
	padding: 5px 20px;
	overflow: auto;
	background-color: rgb(230, 226, 213);
	color: rgb(67, 67, 67);
	letter-spacing: -1px	9;
	font: 500 17px "Terminal Dosis Light", "museo-sans-2", sans-serif;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-top:44px;
}

div#hp_signup_bottom span.text {
line-height: 55px;
text-shadow: 0px 1px 1px 
white;
float: left;
}

.btn_ext, .btn_ext:link, .btn_ext:active, .btn_ext:visited {

font-weight: bold;
color: 
white;
text-align: center;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
display: inline-block;
cursor: pointer;
position: relative;
}
div#hp_signup_bottom a {
float: right;
margin: 9px 4px 0 10px;
}
.btn_ext_green {
background-color: 
rgb(134, 195, 0);
-moz-box-shadow: inset 0 1px 2px #e2f0bc;
-webkit-box-shadow: inset 0 1px 2px 
rgb(226, 240, 188);
box-shadow: inset 0 1px 2px 
rgb(226, 240, 188);
text-shadow: 
rgb(1, 72, 117) 0px 1px 1px;
border: 1px solid 
rgb(100, 121, 42);
}
.btn_ext_md {
font-size: 20px;
height: 36px;
line-height: 36px;
padding: 0 23px;
}
.btn_ext_blue {
background-color: 
rgb(0, 143, 213);
-moz-box-shadow: inset 0 1px 2px #51b8e4;
-webkit-box-shadow: inset 0 1px 2px 
rgb(81, 184, 228);
box-shadow: inset 0 1px 2px 
rgb(81, 184, 228);
text-shadow: 
rgb(1, 72, 117) 0px 1px 1px;
border: 1px solid 
rgb(22, 71, 88);
}
#hp_signup_bottom a,#hp_signup_bottom a:visited
{
	text-decoration:none;
	
}
div.featured_cont
{
	margin-bottom:10px;
}
div.featured_block
{
	background-color: white;
	padding: 10px 10px 7px 10px;
	width: 140px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow: 0px 2px 3px 0px rgb(161, 161, 161);
	-moz-box-shadow: 0px 2px 3px 0px #a1a1a1;
	box-shadow: 0px 2px 3px 0px rgb(161, 161, 161);
	float:left;
	margin-right:13px;
	text-align:center;
}
div.featured_block a, div.featured_block a:visited
{
	color:rgb(42, 90, 126);
	text-decoration:none;
	font-size:16px;
}
div.featured_block img.product_image
{
	width:140px !important;
	height:100px !important;
	margin-bottom:8px;
}
img.featured_img
{
	position:absolute;
	margin-top: -10px;
	margin-left: 110px;
}
div.header_right_button
{
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 15px 15px 12px 16px;
	float: left;
	vertical-align: top;
	background-color: rgb(136, 199, 0);
	
	-webkit-box-shadow: 0px 2px 5px rgb(46, 79, 104), inset 0 1px 1px rgb(224, 247, 119);
	-moz-box-shadow: 0px 2px 5px #2e4f68, inset 0 1px 1px #e0f777;
	box-shadow: 0px 2px 5px rgb(46, 79, 104), inset 0 1px 1px rgb(224, 247, 119);
	min-width: 116px;
	float:right;
	cursor:pointer;
	margin-top: 23px;
}
div.header_right_button span
{
	font-size: 20px;
	line-height: 17px;
	font-family: 'Terminal Dosis Light';
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 1px;
	color: white;
	vertical-align: top;
	font-weight: bold;
}
div.right_links a,div.right_links a:visited
{
	color: rgb(85, 85, 85);
	text-decoration: none;
	line-height: 28px;
	font-size:16px;
	display:block;
}
div.right_links a.active,div.right_links a.active:visited 
{
	color:#fff;
	background:rgba(54, 115, 158, 1);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-left: -21px;
    padding: 5px 5px 5px 21px;
}
div.right_header
{
	color: rgb(85, 85, 85);
	font-size: 28px;
	font-family: Terminal Dosis Light !important; 
	text-shadow: 0px 1px 1px white;
	font-weight: normal;
	margin-top:20px;
	margin-bottom:14px;
}
div.right_cont
{
	background-color: white;
	padding: 10px 10px 7px 10px;
	width: 239px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow: 0px 2px 3px 0px  rgb(161, 161, 161);
	-moz-box-shadow: 0px 2px 3px 0px #a1a1a1;
	box-shadow: 0px 2px 3px 0px  rgb(161, 161, 161);
	padding: 7px;
	border: 1px solid rgb(170, 170, 170);
	margin-bottom:20px;
}
div.right_cont a,div.right_cont a:visited
{
	color: rgb(42, 90, 126);
	text-decoration: none;
	margin-bottom:3px;
	display:block;
	font-size: 17px;
}
div.recent_plugin
{
	font-size:15px;
	line-height: 20px;
}
div.prod_cont
{
	background-color: white;
	padding: 10px 18px 20px 18px;
	-webkit-box-shadow: 0px 2px 3px 0px rgb(161, 161, 161);
	-moz-box-shadow: 0px 2px 3px 0px #a1a1a1;
	box-shadow: 0px 2px 3px 0px rgb(161, 161, 161);
	margin-top: 20px;
	margin-left: 3px;
	margin-right: 7px;
	width:641px;
}
div.buy_now_button
{
	background-color: #EA8800;
    cursor: pointer;
    float: right;
    margin-top: 14px;
    padding: 10px 10px 9px 11px;
    text-decoration: none;
    text-shadow: 0 1px 1px #629500;
    vertical-align: top;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0px 2px 5px rgb(46, 79, 104), inset 0 1px 1px rgb(224, 247, 119);
	-moz-box-shadow: 0px 2px 5px #2e4f68, inset 0 1px 1px #e0f777;
	box-shadow: 0px 2px 5px rgb(46, 79, 104), inset 0 1px 1px rgb(224, 247, 119);
	
}
div.buy_now_button span
{
	font-size: 17px;
	line-height: 17px;
	font-family: 'Terminal Dosis Light';
	text-transform: uppercase;
	letter-spacing: -1px;
	word-spacing: 1px;
	color: white;
	vertical-align: top;
}
div.main_white_block
{
	background-color: white;
	padding: 10px 18px 20px 18px;
	-webkit-box-shadow: 0px 2px 3px 0px rgb(161, 161, 161);
	-moz-box-shadow: 0px 2px 3px 0px #a1a1a1;
	box-shadow: 0px 2px 3px 0px rgb(161, 161, 161);
	width: 641px;
}
div.product_addthis
{
	position:absolute;
	margin-left:-20px;
}
div.header_shadow
{
	background:url("../images/header_shadow.png");
	height:12px;
	width:100%;
	position:absolute;
	margin-top:-5px;
}
div.header_icons
{
	float:left;
	margin-right:20px;
	width:300px;
}
a.header_icon_customization,a.header_icon_customization:visited
{
	display:block;
	position:absolute;
	z-index:4;
	margin-top: 109px;
	margin-left: -113px;
	background:url(../images/header_icon_customization.png);
	width:157px;
	height:137px;
}
a.header_icon_customization:hover
{
	background:url(../images/header_icon_customization_hover.png);	
}
a.header_icon_plugins,a.header_icon_plugins:visited
{
	display:block;
	position:absolute;
	z-index:3;
	margin-top: 52px;
	margin-left: -11px;
	background:url(../images/header_icon_plugins.png);
	width:129px;
	height:106px;
}
a.header_icon_plugins:hover
{
	background:url(../images/header_icon_plugins_hover.png);	
}
a.header_icon_upgrade,a.header_icon_upgrade:visited
{
	display:block;
	position:absolute;
	z-index:4;
	margin-top: 161px;
	margin-left: 2px;
	background:url(../images/header_icon_upgrade.png);
	width:122px;
	height:120px;
}
a.header_icon_upgrade:hover
{
	background:url(../images/header_icon_upgrade_hover.png);	
}
a.header_icon_templates,a.header_icon_templates:visited
{
	display:block;
	position:absolute;
	z-index:4;
	margin-top: 108px;
	margin-left: 83px;
	background:url(../images/header_icon_template.png);
	width:101px;
	height:89px;
}
a.header_icon_templates:hover
{
	background:url(../images/header_icon_template_hover.png);	
}
a.header_bg_button,a.header_bg_button:visited
{
	display: block;
	background: url("../images/start_new_project.png");
	width: 322px;
	height: 71px;
	text-align: center;
	padding-top: 15px;
	color: black;
	font: 300 28px "Terminal Dosis Light","museo-sans-2",Tahoma,sans-serif;
	text-shadow: 1px 1px 1px #CCC;
	
}
a.header_bg_button:hover
{
	background: url("../images/start_new_project_hover.png");
}
div.line_bg
{
	background:url("../images/home_title_bg.png");
	height:2px;
	float:left;
	width:275px;
	margin-top:32px;
}
a.middle_button,a.middle_button:visited
{
	text-decoration:none;
	display:block;
	float:right;
	font: 300 28px "Terminal Dosis Light","museo-sans-2",Tahoma,sans-serif;
	background: url("../images/middle_button.png");
	width:251px;
	height:56px;
	color:#fff;
	padding-top:17px;
	margin-top:26px;
	margin-left:11px;
	text-align:center;
	text-shadow:1px 0px 1px #000;
}
a.middle_button:hover
{
	background: url("../images/middle_button_hover.png");
}
div.stella
{
	background:url("../images/stella.png");
	width:693px;
	position:absolute;
	margin-left: 113px;
	margin-top: -82px;
	height:119px;
}
div.main_desc a,div.main_desc a:visited
{
	font-size:28px !important;
}