/***********
Author: SignoFactory
Author Website: http://www.signofactory.com
Date: 01/05/2011
Version: 1.0
***********/

/*****
Main sections are separated by many stars, others are just to help you finding important elements insite those sections
*****/

/***** General Classes *****/
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3e3e3e;
	background: #fefefd;
}

.wrapper{
	width: 940px;
	margin: auto;
	overflow: hidden;
}

.alignLeft{
	float:left;
}

.alignRight{
	float: right;
}

h1{
	font-family: 'Droid Sans', arial, serif;
	font-size: 13px;
	line-height:20px;
	font-weight: bold;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
	font-weight: 100;
}

.one_half{ 
    width:48%; 
	position:relative; 
	margin-right:4%; 
	float:left;
}

.one_half_last{ 
    width:48%; 
	position:relative; 
	float:right;
}

a{
	color: #72cccf;
	text-decoration: none;
}

a:hover{
	color: #ea9c6c;
}


/***** Top *****/
#top{
	width: 100%;
	background: #faf9f7;
	color: #fff;
	text-shadow: 0px 1px 3px rgba(0,0,0, .12);
	margin-bottom:40px;
	height:auto;
	border-bottom: 1px solid #dfe1e1;
}

#top h1{
	color: #3e3e3e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight:100;
	font-style: italic;
	width:100%;
	text-align: left;
	height:40px;
	margin-top:15px;
}

/*Header*/
#header_wrapper{
	margin-top:-100px;
	height:100px;
}

#header{
	height:60px;
	background: url(images/header.png) no-repeat center bottom;
	padding-bottom:3px;
}

#header .wrapper{
	padding-top:20px;
	width: 920px;
}

#call{
	font-family: 'Droid Sans', arial, serif;
	font-size: 16px;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, .12);
}

/*Big Image*/
#bigImage{
	overflow:hidden;
    width: 1040px;
	height:auto;
	margin:auto;	
}

#bigImage img{
	margin: 20px 0px 30px 0px;
}

#top h1{
	text-align: center;
	font-size: 36px;
	margin-top: 40px;
}

/***** Content *****/
/* Features */
#features{
	width:100%;
	overflow:hidden;
	list-style:none;
	padding-bottom: 40px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e5e5e5;
}

#features li{
	padding-left:46px;
	float:left;
	width:254px;
	margin-right:20px;
}

#icon_1{background: url(images/1.png) no-repeat top left;}
#icon_1:hover{background: url(images/1_hover.png) no-repeat top left;}
#icon_2{background: url(images/2.png) no-repeat top left;}
#icon_2:hover{background: url(images/2_hover.png) no-repeat top left;}
#icon_3{background: url(images/3.png) no-repeat top left;}
#icon_3:hover{background: url(images/3_hover.png) no-repeat top left;}

#features li h1{
	line-height:30px;
}

#features li:last-child{
	margin-right: 0px !important;	
}

.featuresIcon{
	margin-left:-46px;
	float:left;
}

/*Left Content*/
#mainContent{
	float:left;
	padding-top: 15px;
	width: 620px;
	padding-right:20px;
	overflow: hidden;
}

#mainContent ul{
	margin-bottom: 15px;
}

#mainContent ul li{
	margin-bottom:15px;
	line-height:12px;
	background: url(images/li.png) no-repeat left;
	padding-left:22px;	
}

#buttonsWrap{
	margin-bottom:40px;
	padding-bottom:40px;
    border-bottom: 1px solid #e5e5e5;
	width:100%;
	overflow:hidden;
	height:auto;
}

.buttons{
	width:515px;
	margin:auto;
}

.buttons p{
	float:left;
	width:224px;
}

.buttons p span{
	display:block;
    color: #597286;
	width:224px;
	font-size:11px;
	text-align:center;
}

.button{ 
	font-size: 17px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, .15);
	color: white;
	text-decoration: none;
	display: block;
	height:44px;
	width:224px;
	text-align: center;
	line-height:41px;
	float:left;
	margin-bottom:2px;
	font-weight:bold;
}

/*FireFox 2 - 3 - 4*/
.button, x:-moz-any-link, x:default {

font-weight: normal;

}

.btn-green{
    background: url(images/btn_green.png);	
}

.btn-blue{
    background: url(images/btn_blue.png);	
}


.or{
	float:left; 
	width:67px; 
	height:37px; 
	background:url(images/or.png) no-repeat;
}

.button:hover{color: white; background-position: bottom;}

.button:active{margin-top: 1px; margin-bottom: 1px;}

#description{
	overflow: hidden; 
	padding-bottom:25px;
	margin-bottom:0px;
    border-bottom: 1px solid #E5E5E5;
}

#description h1{
    margin-bottom:10px;	
}

#description p{
	margin-bottom:15px;
}

.descriptionIcon{
    float: left;
	width:44px;
	margin-top: 4px;	
}

#description .one_half,
#description .one_half_last{
	margin-top:25px;
}

/* Images */
#images{
	width: 645px;
	margin-top:0px;
	overflow: hidden;
}

#images a{
	display:block;
	float: left;
	padding:5px;
	background: url(images/img_bg.png);
	border: 1px solid #d6d6d6;
	margin-right:25px;
	margin-top:40px;
}

#images a img{
	border: none; /*IE fix*/
	opacity: 1;
	-webkit-transition: opacity 0.4s linear;
	-moz-transition: opacity 0.4s linear;
	-o-transition: opacity 0.4s linear;
}

#images a img:hover{
    opacity:0.7;	
}


/*Sidebar*/
#sidebar{
	width:299px;
	height:auto;
	padding-bottom:15px;
	border-left: 1px solid #e5e5e5;
	overflow:visible !important;
}

.sidebarSeparator{
	width: 280px;
	height:1px;
	border-bottom: 1px solid #efeeee;
	margin: 15px 0px 15px 19px;
}

/*Connect*/
#connect{
	margin-top:15px;
	width: 300px;
	margin-left:19px;
	overflow: visible;
	height: 20px;
}

#connect *{
	float: left;
}

.connect_comment_widget{
	display: none;
}

/*Newsletter*/
#newsletter{
	background: #eef4f6;
	width: 278px;
	height:auto;
	border: 1px solid #ced4d8;
	border-radius:3px;
	padding:16px 0px;
	margin-left:19px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, .06);
}

#newsletter h1{
	font-size:12px;
	margin-bottom: 15px;
	color: #5a5a5a;
}

#newsletter input{
	display: block;
	height:28px;
	background: white;
	border: none;
    border:1px solid #d6dbde;
	width: 163px;
	padding-left:10px;
	line-height:30px;
	color: #5a5a5a;
	text-decoration:none;
	float: left;
	border-right: none;
	border-bottom-left-radius:3px;
	border-top-left-radius: 3px;
	position: relative;
	z-index:1;
	box-shadow: inset 0px 2px 3px rgba(0, 0, 0, .05);
	font-size: 11px;
}

#newsletter img{
    float: left;
    padding: 4px 12px 0px 12px;	
	border: none;
}

#newsletter p{
    padding: 0px 12px;
    font-size: 11px;
    color: #5A5A5A;
    text-align: center;	
	width:256px;
	margin-top:15px;
}

.subscribe{
    font-family: 'Droid Sans', arial;
    font-weight: bold;
    font-size: 11px;
    border: 1px solid #D6DBDE;
    display: block;
    width: 81px;
    height: 30px;
    line-height: 32px;
    color: #5a5a5a;	
	background: #fefefe;
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(246,246,246)),
    color-stop(1, rgb(254,254,254))
    );
    background-image: -moz-linear-gradient(
    center bottom,
    rgb(246,246,246) 0%,
    rgb(254,254,254) 100%
    );
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	float:right;
	text-align: center;
	position: relative;
	z-index:10;
	margin-top:-32px;
}

.subscribe:hover{color: #5A5A5A; background: #fff;}

/*Tabs Widget*/
#tabs-widget{
	margin-left:19px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, .06);
	width: 278px;	
}

#tabs-widget>ul{
	background: url(images/tabBg.png) repeat-x;
	width: 278px;
	height:44px;
	border: 1px solid #d6dbde;
	border-top-left-radius: 3px 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-right-radius: 3px 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
}

#tabs-widget>ul li{
	float:left;
	height:44px;
	line-height:44px;
	border-right: 1px solid #d6dbde;
}

#tabs-widget>ul li a{
	display: block;
	padding: 0px 12px;
	height:44px;
	line-height:46px;
	color: #7f878c;
	font-family: 'Droid Sans', arial, serif;
	font-size:12px;
	font-weight: bold;
}

#tabs-widget>ul li:hover{
    background: rgba(255, 255, 255, .5) !important;	
}

.ui-tabs-selected a{
	height:39px !important;
    color: #5a5a5a !important;
	border-bottom: 5px solid rgba(255, 255, 255, .5) !important;
}

.ui-tabs-hide {  
display: none;  
}  
	
/*Widgets*/
.tabbed{
	width: 278px;
	padding:15px 0px 0px 0px;
	border: 1px solid #d6dbde;
	border-bottom-left-radius: 3px 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top:none;
	background: #fff;
}

#testimonials ul li,
#twitter-widget ul li{
	width: 222px;
	list-style:none;
	color: #a1a1a1;
	padding-left:44px;
	padding-bottom: 15px;
	padding-right:12px;
	margin-top: 15px;
	border-bottom:1px solid #f0f0f0;
	line-height:20px;
}

#testimonials ul li:first-child,
#twitter-widget ul li:first-child{
    margin-top:0px !important;	
}

#testimonials ul li{background:url(images/quote.png) no-repeat 12px 0px;}
#twitter-widget ul li{background:url(images/twitter-widget.png) no-repeat 12px 0px;}

#testimonials ul li span{
    font-weight: bold;
	font-style:italic;	
}

#twitter-widget ul li span{
	display:block;
    width:100%;	
}

#testimonials ul li:last-child,
#twitter-widget ul li:last-child{
    margin-bottom: 0px !important;	
}

/*Contact*/
#contact{
	overflow: hidden;
}

.submit{
	cursor: pointer;
    display: block;
    width: 254px;
    height: 30px;
	background: url(images/submit.png) top;
	float:left;
	position: relative;
	z-index:10;
	margin:0px 12px 15px 12px;
	border:none;
}

.submit:hover{
    background-position:bottom;	
}

.submit:active{
	margin-top:1px;
	margin-bottom:14px;
}

#email, #name{
    display: block;
	height:28px;
	
	background: white;
	background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0, rgb(255,255,255)),
      color-stop(1, rgb(250,250,250))
    );
    background-image: -moz-linear-gradient(
      center bottom,
      rgb(255,255,255) 0%,
      rgb(250,250,250) 100%
    );

    border:1px solid #ced4d8;
	width: 242px;
	padding-left:10px;
	line-height:30px;
	color: #5a5a5a;
	text-decoration:none;
	float: left;
    border-radius: 2px;
	position: relative;
	z-index:1;
	box-shadow: inset 0px 2px 3px rgba(0, 0, 0, .1);
	margin-left: 12px;
	margin-bottom: 15px;
	font-size: 11px;
}

.activeLabel{
    background-image: none !important;
	border: 1px solid #a5b7d3 !important;
	box-shadow: 0px 0px 4px #85a9d6 !important;
}

.error{
    background:#fff4f4 !important;	
}

#contact textarea{
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	height:28px;
	
	background: white;
	background: white;
	background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0, rgb(255,255,255)),
      color-stop(1, rgb(250,250,250))
    );
    background-image: -moz-linear-gradient(
      center bottom,
      rgb(255,255,255) 0%,
      rgb(250,250,250) 100%
    );
	
    border:1px solid #ced4d8;
	width: 232px;
	padding: 5px 10px;
	color: #5a5a5a;
	text-decoration:none;
	float: left;
    border-radius: 3px;
	position: relative;
	z-index:1;
	box-shadow: inset 0px 2px 3px rgba(0, 0, 0, .1);
	margin-left: 12px;
	margin-bottom: 15px;
	line-height:23px;
	min-height:120px;
	font-size: 11px;
}

#load_img {
	display: none;
    line-height: 30px;
	margin-top: 15px;
    margin-left: 12px;
	margin-bottom: 15px;
}

#result{
	display:block;
	line-height: 30px;
    border-right: 3px solid #fff;
	padding: 0px 12px;
	line-height:30px;
	color: #adadad;
	float: left;
	margin-bottom:3px;
	margin-top: -12px;
}

/***** Footer *****/
#footer{
	height: 24px;
	width:100%;
	background: #faf9f7;
	line-height: 24px;
	padding: 30px 0px;
	font-size:12px;
	color: #b8b8b8;
	text-align: center;
	border-top: 1px solid #dedede;
	margin-top:40px;
}


#footer .alignLeft a{
	display: block;
	width: 24px;
	height: 24px;
	opacity: 0.2;
	margin-right: 10px;
	float:left;
}

#footer .alignLeft a:hover{
	opacity: 0.3;
}

/*Icons*/
#appstore-icon{
	background: url(images/appstore.png);
}

#stumbleupon-icon{
	background: url(images/stumbleupon.png);
}

#skype-icon{
	background: url(images/skype.png);
}

#youtube-icon{
	background: url(images/youtube.png);
}

#digg-icon{
	background: url(images/digg.png);
}

#dribbble-icon{
	background: url(images/dribbble.png);
}

#stumbleupon-icon{
	background: url(images/stumbleupon.png);
}

#twitter-icon{
	background: url(images/twitter.png);
}

#forrst-icon{
	background: url(images/forrst.png);
}

#facebook-icon{
	background: url(images/facebook.png);
}