/*-----------------------------------------------------------------------------------*/
/*	Column Styles
/*-----------------------------------------------------------------------------------*/

.zilla-one-half { width: 48%; }
.zilla-one-third { width: 30.66%; }
.zilla-two-third { width: 65.33%; }
.zilla-one-fourth { width: 22%; }
.zilla-three-fourth { width: 74%; }
.zilla-one-fifth { width: 16.8%; }
.zilla-two-fifth { width: 37.6%; }
.zilla-three-fifth { width: 58.4%; }
.zilla-four-fifth { width: 79.2%; }
.zilla-one-sixth { width: 13.33%; }
.zilla-five-sixth { width: 82.67%; }

.zilla-one-half,
.zilla-one-third,
.zilla-two-third,
.zilla-three-fourth,
.zilla-one-fourth,
.zilla-one-fifth,
.zilla-two-fifth,
.zilla-three-fifth,
.zilla-four-fifth,
.zilla-one-sixth,
.zilla-five-sixth {
	position: relative;
	margin-right: 4%;
	margin-bottom: 2em;
	float: left;
}

.zilla-column-last {
	margin-right: 0!important;
	clear: right;
}

/*-----------------------------------------------------------------------------------*/
/*	Button Styles
/*-----------------------------------------------------------------------------------*/

a.zilla-button,
a.zilla-button:visited {
	display: inline-block;
	color: #fff!important;
	text-decoration: none!important;
	text-align: center;
	font-family: Helvetica, Arial, Sans-serif;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	font-size: 14px;
	outline: none;
	font-weight: bold;
	line-height: 1em;
	padding: 7px 13px!important;
	cursor: pointer;
	border-radius: 16px;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		-o-border-radius: 16px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
		-o-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
	border: 1px solid #0d507a!important;
	margin: 0 0.1em 1.5em 0!important;
	vertical-align: middle;
	background: #0c6fb1;
		background: -webkit-gradient(linear, left top, left bottom, from(#14a7cf), to(#0c6fb1));
		background: -webkit-linear-gradient(top, #14a7cf, #0c6fb1);
		background: -moz-linear-gradient(top, #14a7cf, #0c6fb1);
		background: -ms-linear-gradient(top, #14a7cf, #0c6fb1);
		background: -o-linear-gradient(top, #14a7cf, #0c6fb1);
}
	
a.zilla-button.square {
	border-radius: 4px!important;
		-webkit-border-radius: 4px!important;
		-moz-border-radius: 4px!important;
		-o-border-radius: 4px!important;
}
	
a.zilla-button.medium {
	padding: 11px 16px!important;
	font-size: 16px;
	border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		-o-border-radius: 20px;
}

a.zilla-button.large {
	padding: 15px 20px!important;
	font-size: 18px;
	border-radius: 20px;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		-o-border-radius: 25px;
}

a.zilla-button:hover {
	text-decoration: none;
}
	
a.zilla-button:active {
	position: relative;
	top: 1px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
		-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
		-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
		-o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
}
	
a.zilla-button.green {
	border-color: #69963b!important;
	background: #7fc33c;
		background: -webkit-gradient(linear, left top, left bottom, from(#b1d960), to(#7fc33c));
		background: -webkit-linear-gradient(top, #b1d960, #7fc33c);
		background: -moz-linear-gradient(top, #b1d960, #7fc33c);
		background: -ms-linear-gradient(top, #b1d960, #7fc33c);
		background: -o-linear-gradient(top, #b1d960, #7fc33c);
}
	
a.zilla-button.green:hover {
	background: #8dd242;
		background: -webkit-gradient(linear, left top, left bottom, from(#b9e46a), to(#8dd242));
		background: -webkit-linear-gradient(top, #b9e46a, #8dd242);
		background: -moz-linear-gradient(top, #b9e46a, #8dd242);
		background: -ms-linear-gradient(top, #b9e46a, #8dd242);
		background: -o-linear-gradient(top, #b9e46a, #8dd242);
}
	
a.zilla-button.light-blue {
	border-color: #2681a2!important;
	background: #2caada;
		background: -webkit-gradient(linear, left top, left bottom, from(#46cae8), to(#2caada));
		background: -webkit-linear-gradient(top, #46cae8, #2caada);
		background: -moz-linear-gradient(top, #46cae8, #2caada);
		background: -ms-linear-gradient(top, #46cae8, #2caada);
		background: -o-linear-gradient(top, #46cae8, #2caada);
}

a.zilla-button.light-blue:hover {
	background: #32bcef;
		background: -webkit-gradient(linear, left top, left bottom, from(#50d6f5), to(#32bcef));
		background: -webkit-linear-gradient(top, #50d6f5, #32bcef);
		background: -moz-linear-gradient(top, #50d6f5, #32bcef);
		background: -ms-linear-gradient(top, #50d6f5, #32bcef);
		background: -o-linear-gradient(top, #50d6f5, #32bcef);
}

a.zilla-button.blue {
	border-color: #0d507a!important;
	background: #0c6fb1;
		background: -webkit-gradient(linear, left top, left bottom, from(#14a7cf), to(#0c6fb1));
		background: -webkit-linear-gradient(top, #14a7cf, #0c6fb1);
		background: -moz-linear-gradient(top, #14a7cf, #0c6fb1);
		background: -ms-linear-gradient(top, #14a7cf, #0c6fb1);
		background: -o-linear-gradient(top, #14a7cf, #0c6fb1);
}
	
a.zilla-button.blue:hover {
	background: #1188d6;
		background: -webkit-gradient(linear, left top, left bottom, from(#1bb6e6), to(#1188d6));
		background: -webkit-linear-gradient(top, #1bb6e6, #1188d6);
		background: -moz-linear-gradient(top, #1bb6e6, #1188d6);
		background: -ms-linear-gradient(top, #1bb6e6, #1188d6);
		background: -o-linear-gradient(top, #1bb6e6, #1188d6);
}

a.zilla-button.red {
	border-color: #ab4b44!important;
	background: #e3514a;
		background: -webkit-gradient(linear, left top, left bottom, from(#ed8376), to(#e3514a));
		background: -webkit-linear-gradient(top, #ed8376, #e3514a);
		background: -moz-linear-gradient(top, #ed8376, #e3514a);
		background: -ms-linear-gradient(top, #ed8376, #e3514a);
		background: -o-linear-gradient(top, #ed8376, #e3514a);
}
	
a.zilla-button.red:hover {
	background: #ff5e56;
		background: -webkit-gradient(linear, left top, left bottom, from(#ff988c), to(#ff5e56));
		background: -webkit-linear-gradient(top, #ff988c, #ff5e56);
		background: -moz-linear-gradient(top, #ff988c, #ff5e56);
		background: -ms-linear-gradient(top, #ff988c, #ff5e56);
		background: -o-linear-gradient(top, #ff988c, #ff5e56);
}
	
a.zilla-button.orange {
   border-color: #dc9014!important;
   background: #ffb031;
		background: -webkit-gradient(linear, left top, left bottom, from(#ffce4f), to(#ffb031));
		background: -webkit-linear-gradient(top, #ffce4f, #ffb031);
		background: -moz-linear-gradient(top, #ffce4f, #ffb031);
		background: -ms-linear-gradient(top, #ffce4f, #ffb031);
		background: -o-linear-gradient(top, #ffce4f, #ffb031);
}
	
a.zilla-button.orange:hover {
   background: #ffc531;
		background: -webkit-gradient(linear, left top, left bottom, from(#ffdb4f), to(#ffc531));
		background: -webkit-linear-gradient(top, #ffdb4f, #ffc531);
		background: -moz-linear-gradient(top, #ffdb4f, #ffc531);
		background: -ms-linear-gradient(top, #ffdb4f, #ffc531);
		background: -o-linear-gradient(top, #ffdb4f, #ffc531);
}

a.zilla-button.purple {
   border-color: #996192!important;
   background: #d17ac6;
		background: -webkit-gradient(linear, left top, left bottom, from(#e3acdc), to(#d17ac6));
		background: -webkit-linear-gradient(top, #e3acdc, #d17ac6);
		background: -moz-linear-gradient(top, #e3acdc, #d17ac6);
		background: -ms-linear-gradient(top, #e3acdc, #d17ac6);
		background: -o-linear-gradient(top, #e3acdc, #d17ac6);
}
	
a.zilla-button.purple:hover {
   background: #eb90e0;
		background: -webkit-gradient(linear, left top, left bottom, from(#f3baec), to(#eb90e0));
		background: -webkit-linear-gradient(top, #f3baec, #eb90e0);
		background: -moz-linear-gradient(top, #f3baec, #eb90e0);
		background: -ms-linear-gradient(top, #f3baec, #eb90e0);
		background: -o-linear-gradient(top, #f3baec, #eb90e0);
}
	
a.zilla-button.grey {
	color: #555!important;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
	border-color: #acacac!important;
	background: #e5e5e5;
		background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#e5e5e5));
		background: -webkit-linear-gradient(top, #efefef, #e5e5e5);
		background: -moz-linear-gradient(top, #efefef, #e5e5e5);
		background: -ms-linear-gradient(top, #efefef, #e5e5e5);
		background: -o-linear-gradient(top, #efefef, #e5e5e5);
}
	
a.zilla-button.grey:hover {
	background: #f6f6f6;
		background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f6f6f6));
		background: -webkit-linear-gradient(top, #fcfcfc, #f6f6f6);
		background: -moz-linear-gradient(top, #fcfcfc, #f6f6f6);
		background: -ms-linear-gradient(top, #fcfcfc, #f6f6f6);
		background: -o-linear-gradient(top, #fcfcfc, #f6f6f6);
}
	
a.zilla-button.black {
	border-color: #323232!important;
	background: #444444;
		background: -webkit-gradient(linear, left top, left bottom, from(#6c6c6c), to(#444444));
		background: -webkit-linear-gradient(top, #6c6c6c, #444444);
		background: -moz-linear-gradient(top, #6c6c6c, #444444);
		background: -ms-linear-gradient(top, #6c6c6c, #444444);
		background: -o-linear-gradient(top, #6c6c6c, #444444);
}
	
a.zilla-button.black:hover {
	background: #575757;
		background: -webkit-gradient(linear, left top, left bottom, from(#8d8d8d), to(#575757));
		background: -webkit-linear-gradient(top, #8d8d8d, #575757);
		background: -moz-linear-gradient(top, #8d8d8d, #575757);
		background: -ms-linear-gradient(top, #8d8d8d, #575757);
		background: -o-linear-gradient(top, #8d8d8d, #575757);
}

/*-----------------------------------------------------------------------------------*/
/*	Alert Styles
/*-----------------------------------------------------------------------------------*/

.zilla-alert {
    padding: 0.8em;
    margin: 0 0 1.5em 0;
    line-height: 1.6em;
    border-radius: 4px!important;
		-webkit-border-radius: 4px!important;
		-moz-border-radius: 4px!important;
		-o-border-radius: 4px!important;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
		-o-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
}

.zilla-alert.white {
    background: #fff;
    border: 1px solid #dfdfdf;
    color: #373737;
}

.zilla-alert.red {
    background: #ffe6e3;
    border: 1px solid #f2c3bf;
    color: #bf210e;
}

.zilla-alert.yellow {
    background: #fff7d6;
    border: 1px solid #e9d477;
    color: #956433;
}

.zilla-alert.green {
    background: #edfdd3;
    border: 1px solid #c4dba0;
    color: #657e3c;
}
	
.zilla-alert.grey {
    background: #fbfbfb;
    border: 1px solid #dfdfdf;
    color: #373737;
}

/*-----------------------------------------------------------------------------------*/
/*	Tab Styles
/*-----------------------------------------------------------------------------------*/

.zilla-tabs.ui-tabs .ui-tabs-hide {
    position: absolute;
    left: -10000px;
}

.zilla-tabs {
	background: none;
	margin: 0 0 2em 0;
}

.zilla-tabs .zilla-nav {
	list-style: none!important;
	margin: 0!important;
	padding: 0;
	background: none;
	border: 0;
	float: none;
}

.zilla-tabs .zilla-nav li {
	float: left;
	position: relative;
	margin: 0 2px -1px 0!important;
	z-index: 10;
	list-style: none!important;
}
	

.zilla-tabs .zilla-nav li a {
	border: 1px solid #dfdfdf!important;
	border-bottom: none!important;
	display: block;
	overflow: hidden;
	padding: 5px 10px 0 10px;
	height: 26px;
	background: #FBFBFB;
	margin: 0!important;
	text-decoration: none;
	color: #373737!important;
	-webkit-border-radius: 3px 3px 0 0;
	   -moz-border-radius: 3px 3px 0 0;
	   		border-radius: 3px 3px 0 0;
}
	
.zilla-tabs .zilla-nav li a:hover {
	background: #fff!important;
	margin: 0!important;
}

.zilla-tabs .zilla-nav .ui-tabs-selected a,
.zilla-tabs .zilla-nav .ui-tabs-active a {
	height: 27px;
	background: #fff;
}

.zilla-tabs .zilla-tab {
	background: #fff;
	padding: 10px;
	border: 1px solid #dfdfdf;
}

/*-----------------------------------------------------------------------------------*/
/*	Toggle Styles
/*-----------------------------------------------------------------------------------*/

.zilla-toggle { margin: 0 0 2em 0; }

.zilla-toggle .zilla-toggle-title {
	display: block;
	padding: 10px 10px 10px 30px; 
	background: #FBFBFB;
	border: 1px solid #dfdfdf;
	cursor: pointer;
	outline: none;
	position: relative;
}
	
.zilla-toggle .zilla-toggle-title:hover { border: 1px solid #c5c5c5; }

.zilla-toggle-inner {
	padding: 10px;
	background: #fff;
	border: 1px solid #dfdfdf;
	border-top: none;
}

.zilla-toggle span.ui-icon {
    background: url(images/toggles/toggle-closed.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 10px;
    margin: -6px 0 0 0;
}

.zilla-toggle .ui-state-active .ui-icon { background: url(images/toggles/toggle-open.png) no-repeat; }

/* Clearfix */
.zilla-clearfix:before,
.zilla-clearfix:after { content:""; display:table; }
.zilla-clearfix:after { clear: both; }
.zilla-clearfix { zoom:1; /* For IE 6/7 (trigger hasLayout) */ }


/* Awesome Styles */

.box {
	width:177px;
	margin-right:18px;
	padding:20px 20px 20px 109px;
	margin-top:35px;
	float:left;
	*zoom:1;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}

.box:before, .box:after {
	content:"";
	display:table;
}

.box:after {
	clear:both;
}

.box h5 {
	font-family:"Ubuntu";
	font-size:20px;
	margin-bottom:10px;
	margin-left:-90px;
	margin-top:-5px;
}

.box img {
	float:left;
	margin-right:13px;
}

.box:last-child {
	margin-right:0;
}

.box.alert {
	background:#EFF8FD url('images/box1_sign.gif') 20px 45px no-repeat;
	border:1px solid #DFEAF0;
}

.box.success {
	background:#E8FBD7 url('images/box2_sign.gif') 20px 45px no-repeat;	
	border:1px solid #CAE7AE;
}

.box.error {
	background:#FAE5E5 url('images/box3_sign.gif') 20px 45px no-repeat;	
	border:1px solid #E1CCCC;
}

/* Awesome button style */
.button {
	display:inline-block;
	text-align:center;
	color:#484D56;
	font-family:"Droid Sans";
	font-weight:bold;
	padding:7px 30px;
	margin-right:15px;
	margin-bottom:22px;
	border:1px solid #E1E1E1;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	background-image:-webkit-gradient(linear,  50% 0%,  50% 100%,  color-stop(0%,  #f7f7f7),  color-stop(100%,  #eaeaea));
	background-image:-webkit-linear-gradient(#f7f7f7, #eaeaea);
	background-image:-moz-linear-gradient(#f7f7f7, #eaeaea);
	background-image:-o-linear-gradient(#f7f7f7, #eaeaea);
	background-image:linear-gradient(#f7f7f7, #eaeaea);
}

.button.mini {
	padding:3px 20;
	margin-right:12px;
	padding-left:10px;
	padding-right:10px;	
}

.button:hover {
	text-decoration:none;
	background-image:-webkit-gradient(linear,  50% 0%,  50% 100%,  color-stop(0%,  #eaeaea),  color-stop(100%,  #f7f7f7));
	background-image:-webkit-linear-gradient(#eaeaea, #f7f7f7);
	background-image:-moz-linear-gradient(#eaeaea, #f7f7f7);
	background-image:-o-linear-gradient(#eaeaea, #f7f7f7);
	background-image:linear-gradient(#eaeaea, #f7f7f7);
}

.button.aqua {
	background-image:-webkit-gradient(linear,  50% 0%,  50% 100%,  color-stop(0%,  #84d5de),  color-stop(100%,  #51bad0));
	background-image:-webkit-linear-gradient(#84d5de, #51bad0);
	background-image:-moz-linear-gradient(#84d5de, #51bad0);
	background-image:-o-linear-gradient(#84d5de, #51bad0);
	background-image:linear-gradient(#84d5de, #51bad0);
	border:1px solid #6BB7B8;
	color:white;
}

.button.aqua:hover {
	background-image:-webkit-gradient(linear,  50% 0%,  50% 100%,  color-stop(0%,  #51bad0),  color-stop(100%,  #84d5de));
	background-image:-webkit-linear-gradient(#51bad0, #84d5de);
	background-image:-moz-linear-gradient(#51bad0, #84d5de);
	background-image:-o-linear-gradient(#51bad0, #84d5de);
	background-image:linear-gradient(#51bad0, #84d5de);
}

.button.red {
	border:1px solid #C25B4A;
	color:white;
	background-image:-webkit-gradient(linear,  50% 0%,  50% 100%,  color-stop(0%,  #f0725e),  color-stop(100%,  #e44c3e));
	background-image:-webkit-linear-gradient(#f0725e, #e44c3e);
	background-image:-moz-linear-gradient(#f0725e, #e44c3e);
	background-image:-o-linear-gradient(#f0725e, #e44c3e);
	background-image:linear-gradient(#f0725e, #e44c3e);
}

.button.red:hover {
	background-image:-webkit-gradient(linear,  50% 0%,  50% 100%,  color-stop(0%,  #e44c3e),  color-stop(100%,  #f0725e));
	background-image:-webkit-linear-gradient(#e44c3e, #f0725e);
	background-image:-moz-linear-gradient(#e44c3e, #f0725e);
	background-image:-o-linear-gradient(#e44c3e, #f0725e);
	background-image:linear-gradient(#e44c3e, #f0725e);
}

.button.yellow {
	border:1px solid #E1CB71;
	color:white;
	background-image:-webkit-gradient(linear,  50% 0%,  50% 100%,  color-stop(0%,  #f1df9c),  color-stop(100%,  #e7c43f));
	background-image:-webkit-linear-gradient(#f1df9c, #e7c43f);
	background-image:-moz-linear-gradient(#f1df9c, #e7c43f);
	background-image:-o-linear-gradient(#f1df9c, #e7c43f);
	background-image:linear-gradient(#f1df9c, #e7c43f);
}

.button.yellow:hover {
	background-image:-webkit-gradient(linear,  50% 0%,  50% 100%,  color-stop(0%,  #e7c43f),  color-stop(100%,  #f1df9c));
	background-image:-webkit-linear-gradient(#e7c43f, #f1df9c);
	background-image:-moz-linear-gradient(#e7c43f, #f1df9c);
	background-image:-o-linear-gradient(#e7c43f, #f1df9c);
	background-image:linear-gradient(#e7c43f, #f1df9c);
}

.button.black {
	border:1px solid #545454;
	color:white;
	background-image:-webkit-gradient(linear,  50% 0%,  50% 100%,  color-stop(0%,  #404e59),  color-stop(100%,  #1b1924));
	background-image:-webkit-linear-gradient(#404e59, #1b1924);
	background-image:-moz-linear-gradient(#404e59, #1b1924);
	background-image:-o-linear-gradient(#404e59, #1b1924);
	background-image:linear-gradient(#404e59, #1b1924);
}

.button.black:hover {
	background-image:-webkit-gradient(linear,  50% 0%,  50% 100%,  color-stop(0%,  #1b1924),  color-stop(100%,  #404e59));
	background-image:-webkit-linear-gradient(#1b1924, #404e59);
	background-image:-moz-linear-gradient(#1b1924, #404e59);
	background-image:-o-linear-gradient(#1b1924, #404e59);
	background-image:linear-gradient(#1b1924, #404e59);
}

.button.orange {
	background-image:-webkit-gradient(linear,  50% 0%,  50% 100%,  color-stop(0%,  #f3b752),  color-stop(100%,  #e88e34));
	background-image:-webkit-linear-gradient(#f3b752, #e88e34);
	background-image:-moz-linear-gradient(#f3b752, #e88e34);
	background-image:-o-linear-gradient(#f3b752, #e88e34);
	background-image:linear-gradient(#f3b752, #e88e34);
	border:1px solid #D79759;
	color:white;
}

.button.orange:hover {
	background-image:-webkit-gradient(linear,  50% 0%,  50% 100%,  color-stop(0%,  #e88e34),  color-stop(100%,  #f3b752));
	background-image:-webkit-linear-gradient(#e88e34, #f3b752);
	background-image:-moz-linear-gradient(#e88e34, #f3b752);
	background-image:-o-linear-gradient(#e88e34, #f3b752);
	background-image:linear-gradient(#e88e34, #f3b752);
}

.button.green {
	background-image:-webkit-gradient(linear,  50% 0%,  50% 100%,  color-stop(0%,  #9bdc64),  color-stop(100%,  #70ca47));
	background-image:-webkit-linear-gradient(#9bdc64, #70ca47);
	background-image:-moz-linear-gradient(#9bdc64, #70ca47);
	background-image:-o-linear-gradient(#9bdc64, #70ca47);
	background-image:linear-gradient(#9bdc64, #70ca47);
	border:1px solid #85C24A;
	color:white;
}

.button.green:hover {
	background-image:-webkit-gradient(linear,  50% 0%,  50% 100%,  color-stop(0%,  #70ca47),  color-stop(100%,  #9bdc64));
	background-image:-webkit-linear-gradient(#70ca47, #9bdc64);
	background-image:-moz-linear-gradient(#70ca47, #9bdc64);
	background-image:-o-linear-gradient(#70ca47, #9bdc64);
	background-image:linear-gradient(#70ca47, #9bdc64);
}

.button.blue {
	background-image:-webkit-gradient(linear,  50% 0%,  50% 100%,  color-stop(0%,  #50b4e1),  color-stop(100%,  #3589d8));
	background-image:-webkit-linear-gradient(#50b4e1, #3589d8);
	background-image:-moz-linear-gradient(#50b4e1, #3589d8);
	background-image:-o-linear-gradient(#50b4e1, #3589d8);
	background-image:linear-gradient(#50b4e1, #3589d8);
	border:1px solid #4C98AE;
	color:white;
}

.button.blue:hover {
	background-image:-webkit-gradient(linear,  50% 0%,  50% 100%,  color-stop(0%,  #3589d8),  color-stop(100%,  #50b4e1));
	background-image:-webkit-linear-gradient(#3589d8, #50b4e1);
	background-image:-moz-linear-gradient(#3589d8, #50b4e1);
	background-image:-o-linear-gradient(#3589d8, #50b4e1);
	background-image:linear-gradient(#3589d8, #50b4e1);
}


/* Grid styles */

.grid-4,
.grid-3,
.grid-2{
margin-top:50px;
}

.grid-4 {
	width:222px;
	margin-right:30px;
	float:left;
}

.grid-4:last-child {
	margin-right:0;
}

.grid-3 {
	width:312px;
	margin-right:20px;
	float:left;
}

.grid-3:last-child {
	margin-right:0;
}

.grid-2 {
	width:479px;
	margin-right:20px;
	float:left;
}

.grid-2:last-child {
	margin-right:0;
}

.grid-column-last{
	margin-right:0 !important;
}

/* Lists styles */
.list {
	float:left;
	font-family:"Droid Sans";
	color:#A3A3A3;
	margin-right:30px;
	margin-top:35px;
	list-style:none;
}

.list ul{
	list-style:none;
	margin:0;
	padding:0;
}

.list ul li {
	padding-left:25px;
	line-height:30px;
}

.list.arrow ul li {
	background:url(images/archive_list_item.gif) left center no-repeat;
}

.list.bullet ul li {
	background:url(images/features-list2.gif) left center no-repeat;
}

.list.checklist ul li {
	background:url(images/features-list3.gif) left center no-repeat;
}

.list.roundarrow ul li {
	background:url(images/features-list4.gif) left center no-repeat;
	margin-bottom:14px;
}

.list.roundarrow ul li:last-child {
	margin-bottom:0;
}

/* Horizontal Line */

hr.awesome_hline{
width:100%;
clear:both;
display:block;
border-bottom:2px solid #E5EAEB;
margin:40px 0;
height:0;
}

/* Clearer DIV */
div.clear{
display:block;
clear:both;
height:0;
width:100%;
}