/*	-------------------------------------------------------------
 
	Fuzion Template - For ThemeForest.net
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	Description:Base CSS
	Name:screen.css
	Version:1.0
	Date:January 5th, 2010
	By:Simon Bouchard <www.simonbouchard.com>

	This file is part of a site template for sale at ThemeForest.net.
	See: http://themeforest.net/user/simonbouchard/portfolio
	Copyright &copy; 2009 Simon Bouchard <info@simonbouchard.com>
 
-------------------------------------------------------------	*/

/*	-------------------------------------------------------------
	IMPORT 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


/*	-------------------------------------------------------------
	RESET
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html, 
body, 
div, span, 
applet, object, iframe, 
h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline; }

:focus {
	outline: 0; }
	
ol, ul {
	list-style: none; }

table {
	border-collapse: separate;
	border-spacing: 0; }
	
caption, th, td {
	text-align: left;
	font-weight: normal; }
	
acronym {
	cursor: help;
	border-bottom: 1px dashed #333; }
	
strong {
	font-weight: bold;
	color: #000;
	background:transparent; }
	
em {
	font-style: italic; }

hr {
	display: none;
	 }

.right {
	float: right; }

.left {
	float: left; }

.hide {
	display: none; }

.clear {
	clear: both; }
	
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0; }
	
.clearfix {
	display: block; }
	
html[xmlns] .clearfix {
	display: block; }
	
* html .clearfix {
	height: 1%; }

blockquote, q {
	quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
	content: ''; }

blockquote {
	margin: 5px 0 10px 0;
	font-style: italic;
	font-size: 12px;
	padding: 10px;
	quotes: "\201C" "\201D"; }

blockquote p {
	color: #166e9d;
	display:inline;
	margin-left:5px; }

blockquote span {
	color:#8c8b8b; }

blockquote:before, blockquote:after { 
	font-family:"Droid Sans Bold", sans-serif;
	font-weight: bold; 
	font-size: 20px;
	color:#8c8b8b; }

blockquote:before { 
	content: open-quote; }

blockquote:after { 
	content: close-quote; }

/*	-------------------------------------------------------------
	OVERIDES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html,
body {
	font: 11px/1.6em "Verdana", "Helvetica", Arial, sans-serif;
	letter-spacing:-0.2px;
	color: #4a4a4a;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff url("../../images/bg.gif") repeat-x top left; }

.list:after, 
.main-content-footer:after,
.left:after,.right:after {
	content:'';
	display:block;
	clear:both;
	height:0;
	visibility:hidden; }
 
/*	-------------------------------------------------------------
	LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

a {
	margin: 0;
	outline: 0;}
 
	a, a:visited, a:active {
		color: #166e9d;
		text-decoration: none; }
 
	a:hover {
		color: #666;
		text-decoration: none; }
  
/*	-------------------------------------------------------------
	TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

p {
	line-height: 1.8;
	margin: 0 0 12px 0; }

h1, h2, h3, h4, h5, h6 {
	font-family:"Droid Sans Bold", sans-serif;
	letter-spacing:-0.5px;
	color: #333;
	font-weight:normal; }

h1 {
	color: #166e9d;
	text-align: left;
	margin-bottom: 0.7em;
	line-height: 1.2em;
	font-size: 2em;
	margin-top: 15px;
	height: 25px; }

h2 {
	text-align: left;
	margin-bottom: 0.5em;
	line-height: 1.2em;
	font-size: 2.5em;
	margin-top: 0;
	
	padding:0 0 20px 0;
	border-bottom:2px solid #ddd; }

h3 {
	text-align: left;
	margin-bottom: 0.1em;
	line-height: 1.2em;
	font-size: 1.5em;
	margin-top: 17px; }

h4 {
	color: #166e9d;
	font-size: 14px;
	margin: 17px 0 0 0; }	

h5 {
	font: 12px/1.6em "Verdana", "Helvetica", Arial, sans-serif;
	font-weight:bold;
	margin:0; }

/*	-------------------------------------------------------------
	GLOBAL
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.clear {
	clear: both; }
 
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden; }

	.clearfix { display:inline-block; }

	/* Hide from IE Mac \*/
	.clearfix { display:block; }
	/* End hide from IE Mac */

::selection{ /* Safari and Opera */
	background:#383838;
	color:#fff; }

::-moz-selection{ /* Firefox */
	background:#383838;
	color:#fff; }

.left {
	float: left;
	width: 48%;
	display: block; }
	
.right {
	float: right;
	width: 48%;
	display: block; }

	.left-small {
		float: left;
		width: 40%;
		display: block; }

		.left-small h4 {
			margin:0; }
		
	.right-small {
		float: left;
		width: 40%;
		display: block; }

.center {
	margin:0 auto;
	text-align:center; }

/*	-------------------------------------------------------------
	INTERFACE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.container {
	margin:0;
	padding:0;
	width:100%; }
 
.wrapper {
	width: 960px;
	padding:0px;
	margin-left: 54px;
	margin-top: 59px;
	clear: both;
	background:#fff; 
	margin:auto;
	}

.content {	
	height:auto !important;
	min-height:500px;
	padding:0 0 25px 0; }


/* Header */ 
.header {
	position: relative;
	background: #fff;
	margin: 0;
	padding:0; }

	.header .wrap {
		height:60px;
		position: relative;
		padding:40px 0 20px 0;
		margin:40px;
		margin-bottom:15px;
		border-bottom:1px solid #ddd; }
		
		.subpage .header .wrap {
			position: relative;
			padding:40px 0 0 0;
			margin:40px 40px 0 40px;
			border-bottom:1px solid #ddd; }

		.header a.logo  {
			position:absolute;
			top:40px;
			left:0px;
			margin:0;
			display:block;
			width:250px;
			height:69px;
			padding:0 0 8px 10px;
			border-bottom:3px solid #ddd;
			background:transparent url("../../images/logo.png") no-repeat 10px 0; }

			.header a.logo span {
				display:none;}

/* Top Navigation */
ul#topNav {
	position:absolute;
	top:48px;
	right:0;
	float:right;
	list-style: none;
	margin:0;
	padding:0; }

	ul#topNav li {
		position:relative;
		float:left;
		padding: 0;
		margin: 0; 
		
		
		}
		ul#topNav li.line { padding-left:0px!important; padding-right:0px!important;}
ul#topNav li.line span {color: #166e9d; font-weight: bold; padding-top:10px; display:block;}
	ul#topNav li:last-child {
		background:none; }

	ul#topNav li, ul#topNav li a {
		font-family:"Droid Sans Bold", sans-serif;
		font-weight:normal;
		font-size:1.1em;
		margin:0;
		padding:10px 8px 10px 8px;
		display: block; }
		ul#topNav li a
		{

		}
		ul#topNav li a:hover {
			color:#166e9d;
			border-bottom:3px solid #ddd; }

		ul#topNav li a.pro:hover, ul#topNav li:hover a.pro {
			color:#000;
			text-shadow: 1px 1px 0 #fff;
			border-bottom:none;
			-moz-border-radius: 5px;
			-khtml-border-radius: 5px;
			-webkit-border-radius: 5px;
			box-shadow: 1px 1px 0px #999;
			-moz-box-shadow: 1px 1px 0px #999;
			-webkit-box-shadow: 1px 1px 0px #999;
			background:transparent url("../../images/bg_topnav_item.gif") repeat-x top left; }

/* Top Navigation - Dropdown */
ul#topNav li .sub {
	position: absolute;
	top: 45px; 
	left: 8px;
	background: #d6d6d5;
	padding: 7px;
	float: left;
	display:none;
	z-index:100;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	box-shadow: 1px 1px 0px #999;
	-moz-box-shadow: 1px 1px 0px #999;
	-webkit-box-shadow: 1px 1px 0px #999; }
	
	ul#topNav li .sub ul {
		margin: 0; 
		padding: 10px;
		width: 150px; /* Width of each dropdown menus */
		float: left;
		background-color: #fff;
		-moz-border-radius: 3px;
		-moz-border-radius-topleft: 1px;
		-moz-border-radius-bottomleft: 1px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		-webkit-border-top-left-radius: 1px;
		-webkit-border-bottom-left-radius: 1px; }
	
	ul#topNav .sub ul li {
		padding:2px 0;
		margin:0;
		display:block;
		width: 100%;
		text-indent:5px;
		border-bottom:1px solid #f2f2f2 ;
		border-left:none!important;
		}

		ul#topNav .sub ul li:hover {
			cursor:hand; }

		ul#topNav .sub ul li:last-child  {
			border-bottom:none; }
	
	ul#topNav .sub ul li a {
		font-family:"Droid Sans Regular", sans-serif;
		font-size:12px;
		letter-spacing:-0.5px;
		font-weight:normal;
		color:#8c8b8b;
		float: none;
		padding:0;
		margin:3px 0;
		display: block; 
		
		}
	
		ul#topNav .sub ul li a:hover {
			border:none;
			color:#166e9d; }

/* Left Navigation */
ul.leftNav {
	margin: 0 0 5px 17px; 
	float: left;}

	ul.leftNav li {
		width:190px;
		margin: 0;
		padding: 1px 0;
		border-bottom: 1px solid #ddd;
		display: block; }

		ul.leftNav li.subcat {
			font-family:"Droid Sans Bold", sans-serif;
			text-indent:15px;
			color:#8c8b8b;
			font-size:14px;
			margin:20px 0 3px 0;
			border-bottom:none; }

			ul.leftNav li.subcat:first-child {
				margin-top:0; }

		ul.leftNav li:last-child {
			border-bottom: none; }

		ul.leftNav li img {
			margin:2px 5px 3px 0;
			vertical-align:middle; }

		ul.leftNav li a {
			font-family:"Droid Sans Regular", sans-serif;
			font-size:12px;
			letter-spacing:-0.5px;
			display: block;
			margin:0;
			padding:4px 0 4px 15px; }

			ul.leftNav li a:hover, ul.leftNav li a.selected {
				font-family:"Droid Sans Bold", sans-serif;
				color:#166e9d; }

/* Columns */
.leftcol, .rightcol {
	position: relative;
	float: left;
	display: inline; }

	.leftcol {
		position: relative;	
		margin: 0 0 0 25px;
		width: 249px;
		padding: 0 !important; }

	.rightcol {
		margin-left: 30px;
		margin-top:5px;
		width: 619px; }

/* Page Title*/
.pagetitle {
	width:840px;
	margin:0 0 10px 40px;
	padding:0;}

/* Content Footer */
.main-content-footer {
	width:100%;
	height:1%;
	padding:0;
	margin:0; }

.main-content-footer .col-left,
.main-content-footer .col-right  {
	width:300px;
	padding:20px 0 0 0;
	float:left; }

.main-content-footer .col-left {
	margin:0 19px 0 0; }

.main-content-footer .col-left .icon,
.main-content-footer .col-right .icon  {
	width:70px;
	height:100%;
	float:left;
	margin:0 15px 0 0; }

.main-content-footer .col-left .text,
.main-content-footer .col-right .text {
	padding:0 0 0 85px; }

.main-content-footer .col-left p,
.main-content-footer .col-right p {
	margin:5px 0;}

.main-content-footer .col-left h4,
.main-content-footer .col-right h4 {
	margin:0; }

/*	-------------------------------------------------------------
	DESIGN ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/* Navigation */
.paper {
	background: #fff;
	padding: 7px 20px 7px 7px;
	float: left;
	margin:7px 0 0 15px;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	box-shadow:2px 1px 1px #ddd;
	-moz-box-shadow:2px 1px 1px #ddd;
	-webkit-box-shadow:2px 1px 1px #ddd; }

	.paper p {
		font-size:11px;
		padding:0 19px 0 30px; }

	.paper h3 {
		font-size:17px;
		padding:0 30px;
		margin:20px 0 15px 0;
		border:none; }

	.paper h3.plus {
		background:transparent url("../../images/icon_plus.gif") no-repeat 10px 3px; }

/* Valued Contents */
#value {
	font-family:"Droid Sans Regular", sans-serif;
	color:#166e9d;
	line-height: 1.8em;
	padding: 5px 30px 20px 30px;
	margin: 20px 0 15px 0;
	font-size:16px;
	text-align:justify;
	border-left:8px solid #9ac7dd;
	background:#d2edfa;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px; }

	#value h4 {
		font-size:16px;
		margin:0; }

	#value p {
		font-size:12px; }

		#value a.learnmore {
			margin:4px 0 0 0;
			padding:0;
			color: #4a4a4a; }

		#value a.learnmore:before {
			margin:0 4px 0 5px;
			padding:0;
			font-weight:normal;
			content: "\279C";
			color:#166e9d; }

/* Lists */
.list_title {
	margin:0;
	background:#efefef;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px; }

.list_title h4 {
	font-size:12px;
	padding:6px 10px 4px 25px;
	text-transform:uppercase;
	color:#31302f;
	background:transparent url("../../images/icon_plus.gif") no-repeat 10px 9px; }

.global_list {
	padding:0;
	margin:10px 0 0 15px;
	float:left;
	width:139px;
	list-style-type: none; }

	.global_list li {
	line-height:1.9em; }

.plus {
	background:transparent url("../../images/icon_plus.gif") no-repeat 0 3px;
	padding:0 0 0 20px; }

/*	-------------------------------------------------------------
	BLOG (NEWS & UPDATES)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.entries {}

.entries h4 {
	font-size:22px;
	margin:0 0 7px 0;
	padding:7px 0 0 0; }

.meta {
	display:block;
	font-style:italic;
	font-weight:normal;
	margin:0 0 0px 0; }

.entries dl { text-indent:6px; }
.entries dt { width:175px; float:left; font-weight:bold; padding:5px 0; }
.entries dd { border-bottom:1px solid #ddd; padding:5px 0; }

/*	-------------------------------------------------------------
	CONTACT FORM
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#contactform {
	width: 600px;
	margin:0 auto;
	padding:20px 8px 0 8px; }
	
#contactform .input-div {
	width: 200px;
	float: left;
	font-size: 11px; }

#contactform input {
	font-family:"Droid Sans Regular", sans-serif;
	width: 180px;
	padding: 5px 7px;
	border: 1px solid #cdcdcd;
	border-top: 1px solid #8d8d8d;
	border-bottom: 1px solid #ececec;
	display: block;
	margin-bottom: 10px;
	margin-top: 5px; }

#contactform .message-div {
	width: 380px;
	padding-left:20px;
	float: left;
	font-size: 11px; }

#contactform textarea {
	padding: 5px 7px;
	width:360px;
	border: 1px solid #cdcdcd;
	border-top: 1px solid #8d8d8d;
	border-bottom: 1px solid #ececec;
	font-size: 11px;
	display: block;
	margin-bottom: 20px;
	margin-top: 5px; }

#contactform .submit {
	border: 1px solid #cdcdcd;
	border-bottom: 1px solid #8d8d8d;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff url(../../images/bg_submit.gif) repeat-x 0 100%;
	font-size: 9px;

	cursor: pointer;
	padding: 4px;
	width:95px;
	display: block; }

#contactform .submit:hover { }

/* Error Handling */
#contactform .errorbox { 
	display:none; 
	margin:0; 
	padding:10px;
	font-weight:normal; 
	color:#bb252c;
	background:#fdebed;
	border:1px solid #fec5cb; }

	#contactform .errorbox ul li { 
		font-size:10px;
		line-height:2.1em; }


/*	-------------------------------------------------------------
	FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.footer {
	margin:0 40px;
	padding:20px 40px;
	background-color: #ddd;
	border-top:3px solid #ccc; }

	.footer .left {
		width: 70%; }
		
	.footer .right {
		width: 30%; }

	.footer a.logo  {
		margin:15px 0 0 0;
		display:block;
		width:99px;
		height:29px;
		padding:0;
		float:right;
		background:transparent url("../../images/logo_footer.png") no-repeat 0 0; }

		.footer a.logo span {
			display:none; }

			.footer a.logo:hover {
				border:none;}

	.footer p {
		font-size:10px;
		color:#666;
		margin:5px 0 0 0; }
		
		.footer a:hover {
		border-bottom:1px solid #666; }
		
		
		.req {color:#ff0000; font-weight: bold;}
		
		
		
		
		
			
.contactform {
	width: 500px;
	/*margin:0 auto;
	padding:20px 8px 0 8px;*/ }
	
.contactform .input-div {
	width: 200px;
	float: left;
	font-size: 11px; }

.contactform input {
	font-family:"Droid Sans Regular", sans-serif;
	width: 180px;
	padding: 5px 7px;
	border: 1px solid #cdcdcd;
	border-top: 1px solid #8d8d8d;
	border-bottom: 1px solid #ececec;
	display: block;
	margin-bottom: 10px;
	margin-top: 5px; }

.contactform .message-div {
	width: 380px;
	padding-left:20px;
	float: left;
	font-size: 11px; }

.contactform textarea {
	padding: 5px 7px;
	width:360px;
	border: 1px solid #cdcdcd;
	border-top: 1px solid #8d8d8d;
	border-bottom: 1px solid #ececec;
	font-size: 11px;
	display: block;
	margin-bottom: 20px;
	margin-top: 5px; }

.contactform .submit {
	border: 1px solid #cdcdcd;
	border-bottom: 1px solid #8d8d8d;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff url(../../images/bg_submit.gif) repeat-x 0 100%;
	font-size: 9px;
	text-transform: uppercase;
	cursor: pointer;
	padding: 4px;
	width:95px;
	display: block; }

.contactform .submit:hover { }

/* Error Handling */
.contactform .errorbox { 
	display:none; 
	margin:0; 
	padding:10px;
	font-weight:normal; 
	color:#bb252c;
	background:#fdebed;
	border:1px solid #fec5cb; }

	.contactform .errorbox ul li { 
		font-size:10px;
		line-height:2.1em; }
		
		
		
		
.vcontactform {
	width: 700px;
	/*margin:0 auto;
	padding:20px 8px 0 8px;*/ }
	
.vcontactform .input-div {
	width: 200px;
	float: left;
	font-size: 11px; }

.vcontactform input {
	font-family:"Droid Sans Regular", sans-serif;
	width: 180px;
	padding: 5px 7px;
	border: 1px solid #cdcdcd;
	border-top: 1px solid #8d8d8d;
	border-bottom: 1px solid #ececec;
	display: block;
	margin-bottom: 0px;
	margin-top: 5px; }

.vcontactform .message-div {
	width: 380px;
	padding-left:20px;
	float: left;
	font-size: 11px; }

.vcontactform textarea {
	padding: 5px 7px;
	width:360px;
	border: 1px solid #cdcdcd;
	border-top: 1px solid #8d8d8d;
	border-bottom: 1px solid #ececec;
	font-size: 11px;
	display: block;
	margin-bottom:0px;
	margin-top: 5px; }

.vcontactform .submit {
	border: 1px solid #cdcdcd;
	border-bottom: 1px solid #8d8d8d;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff url(../../images/bg_submit.gif) repeat-x 0 100%;
	font-size: 9px;
	text-transform: uppercase;
	cursor: pointer;
	padding: 4px;
	width:95px;
	display: block; }

.vcontactform .submit:hover { }

/* Error Handling */
.vcontactform .errorbox { 
	display:none; 
	margin:0; 
	padding:10px;
	font-weight:normal; 
	color:#bb252c;
	background:#fdebed;
	border:1px solid #fec5cb; }

	.vcontactform .errorbox ul li { 
		font-size:10px;
		line-height:2.1em; }
		
		
		.error { color:#ff0000;}