/*
Theme Name: threestage
Theme URI:  
Description: The WordPress theme.
Version: 1.0
Author: Theme Developed by: 
Author URI: 
Tags: 

*/
/*********************************************
	CSS 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,b,u,i,center,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body{
	line-height:1
}

blockquote,q{
	quotes:none
}

blockquote:before,blockquote:after,q:before,q:after{
	content:'';content:none
}

:focus{outline:0}
a { outline: none; }
a:focus { outline: thin dotted; }
a:active { outline: none; }

ins{
	text-decoration:none
}

del{
	text-decoration:line-through
}

table{
	border-collapse:collapse;
	border-spacing:0
}

ul,ol{
	margin:0;
	padding:5px 0 10px 34px;
}

ul.simple,ol.simple{
	padding:0 0 0 50px;
}

ul.simple li,ol.simple li{
	padding:0;
}


a { outline: none; }
a:focus { outline: thin dotted; }
a:active { outline: none; }

/*********************************************
	UTILITIES
*********************************************/
.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;height:0
}

/* clearfix - is used for clearing floats */
.clearfix:after{
	clear:both;content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}

.clearfix{
	display:inline-block
}

* html .clearfix{
	height:1%
}

.clearfix{
	display:block
}

/* lists */
ul.simple {
	list-style-type:none; 
	margin:0;
}

ul.simple li {
	margin:0;
}

ul.nav {
	list-style-type:none; 
	margin:0;
	padding:0;
}

ul.nav li {
	float:left;
	margin:0;
	padding:0;
}

ul li{
	padding-bottom:1.3em;
}

ol li{
	padding-bottom:1em;
}
	
/*********************************************
	COLUMNS
*********************************************/
.column { 
	border:none; 
	float: left; 
	overflow: hidden; 
	width: 49%; 
}

* html .column { 
	float: left; 
	overflow: hidden;
	 width: 49%; 
	 word-wrap:break-word; 
}

.column-inner { 
	margin: 0 10px; 
}

.full { 
	width: 100% 
}

.half { 
	width: 49.9% 
}

.third { 
	width: 33.3% 
}

.twothirds { 
	width: 66.6% 
}

.quarter { 
	width: 25% 
}

.threequarters { 
	width: 75% 
}

.fifth {
	width: 20% 
}

.twofifths { 
	width: 40% 
}

.threefifths { 
	width: 60% 
}

.fourfifths { 
	width: 80% 
}

.seventy{
	width:70%
}

.thirty{
	width:30%;
}

.tenth{
	width:10%;
}

.nintenths{
	width:90%;
}


/*********************************************
	Helper Classes
*********************************************/
a img{
	border:0;
}
	
.left { 
	float: left !important; 
}

.right { 
	float: right !important; 
}

.center { 
	text-align: center; 
}

.center-block { 
	margin: 0 auto !important;
}

.text-right { 
	text-align: right !important;
}

.text-left { 
	text-align: left !important; 
}

.nowrap { 
	white-space: nowrap; 
}

.hidden { 
	display: none;
}

.inline { 
	display: inline; 
}

.block { 
	display: block; 
}

.relative{
	position:relative;
}

.section{
	padding-bottom:20px;
}

.section-sm{
	padding-bottom:10px;
}

.section-small{
	padding-bottom:5px;
}

.no-border{
	border:none !important;
}

img, div, a, input { 
	/*behavior: url(/css/iepngfix.htc) */
}

img {
 	-ms-interpolation-mode: bicubic; /* fixes scaled images for IE6 and IE7 */
}

p{
	padding-bottom:1.8em;
}

img.right{
	padding: 0 0 10px 10px;
}

img.left{
	padding: 0 10px 10px 0;
}

.leadin{
	border:none !important;
}
/*********************************************
	MAIN
*********************************************/
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}


body {
	background: #acabac url(images/body.jpg) repeat-x;
	font: normal 15px/1.7em Tahoma, Geneva, sans-serif;
	color:#666;
}

body .home p{font-size:15px;}

body.modal{
	background:#fff;
}


#wrapper{	
	margin: 0 auto;
	text-align:left; 
	width:1008px;
}

a{
	color:#5c8c0d;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;	
}

.sprite{
	background-image:url(images/sprite.gif);
	background-repeat:no-repeat;
}

.inner{
	padding:0 16px;
}

/*********************************************
	HEADER
*********************************************/
.header{
	position:relative;
	height:165px;
	z-index:1000;
	
}

.header .inner{
	padding:0;
	margin:0 16px;
	padding-bottom:12px;
	height:152px;
}

.header .logo{
	position:absolute;
	left:-8px;
	top:44px;
}

/*********************************************
	NAVIGATION
*********************************************/
.header ul.nav{
	position:absolute;
	right:10px;
	top:120px;	
}


.header ul.nav li, .header ul.nav li a{
	height:39px;
	width:97px;
	display:block;
	position:relative;
}

.header ul.nav li:hover{cursor:pointer;}

.header ul.nav li a{
	text-indent:-9999px;
	background:none;
	display:block;
	cursor:pointer;
	position:relative;


}


.header ul.nav li.about {background-position:-9px -183px; }
.header ul.nav li:hover.about{background-position:-9px -224px;}

.header ul.nav li.products{background-position:-105px -183px; width:95px;}
.header ul.nav li:hover.products{background-position:-105px -224px;}

.header ul.nav li.news{background-position:-200px -183px; width:112px;}
.header ul.nav li:hover.news{background-position:-200px -224px;}

.header ul.nav li.contact{background-position:-312px -183px; width:107px;}
.header ul.nav li:hover.contact{background-position:-312px -224px;}

/*subnav*/
.header ul.nav ul{
	position:absolute;
	top:39px;
	left:-10px;
	z-index:1000;
	display:none;
}

.header ul.nav li:hover ul{
	display:block;
}

.header ul.nav ul li{
	float:left;
	clear:both;
}

.header ul.nav li.products li{
	display:block;
	width:114px;
}

.header ul.nav li.products li.vtb-sub{height:36px;background-position:-1026px 0;}
.header ul.nav li.products li:hover.vtb-sub{background-position:-1149px 0;}

.header ul.nav li.products li.biz-sub{height:26px;background-position:-1026px -36px;}
.header ul.nav li.products li:hover.biz-sub{background-position:-1149px -36px;}
	
.header ul.nav li.products li.es-sub{height:27px;background-position:-1026px -62px;}
.header ul.nav li.products li:hover.es-sub{background-position:-1149px -62px;}
	
.header ul.nav li.products li.em-sub{height:37px;background-position:-1026px -88px;}
.header ul.nav li.products li:hover.em-sub{background-position:-1149px -88px;}





/*********************************************
	HEADERS
*********************************************/
/*h1{
	background: url(images/h1.jpg) repeat-x;
	padding:6px 12px;
}*/

h1, h2, h3{
	font-size:1.7em;
	color:#8dc63f;
	padding-bottom:.6em;
	font-weight:normal;
}

h2{
	font-size:1.6em;
	color:#0395d3;	
}

h3{
	font-size:1.2em;
	font-weight:normal;
	color:#3e3e3f;	
	padding-bottom:.2em;
}

h3.title a, h3.title a:visited{
	color:#3e3e3f;
}

/*********************************************
	CONTENT
*********************************************/
.content{
	background: url(images/content.png) repeat-y left top;
	position:relative;
	min-height:475px;
	z-index:1;

}

.content .inner{
	padding:27px 34px 24px;
	background-position: right top;
}

.content .third .inner{
	width:291px;
	padding:0;
}

.banner{
	background-position:center top;
	background-repeat:no-repeat;
}

.banner-home{
	height:222px;
	background-image:url(images/banner-home.jpg);
}


.floater{
	position:absolute;
	top:5px;
	right:-22px;
}

.floater .caption{
	font-size:12px;
	padding-left:76px;
	color:#fff;
}

.floater .inner{
	padding-top:0;	
}

.floater .sidebar{
	position:relative;
	right:46px;
	font-size:13px;
	top:22px;
	
}

.floater .sidebar .topper,
.floater .sidebar .sidebar-inner{
	background-image:url(images/sidebar.png);
	background-repeat:no-repeat;
	width:344px;
	padding-bottom:34px;
}


.floater .sidebar .topper{
	background-position:left top;

}

.floater .sidebar .sidebar-inner{
	background-position:left bottom;
	position:relative;
	padding-bottom:10px;
	height:400px;
}

.floater .sidebar .sidebar-content{
	padding:0 23px 0 20px;
	position:relative;
	top:-12px;
	min-height:50px;
}

a.lg-button{
	width:201px;
	height:110px;
	display:block;
	margin:0;
	position:relative;
	right:-34px;
	text-align:center;
	background: url(images/lg-button.png) no-repeat left top;
	
}

.floater a.lg-button{
	*padding:0 15px;
	*right:-19px;
}

a.lg-button-inline{
	left:0;
}

a:hover.lg-button{
	background-position:left bottom;
}

a.lg-button img{padding-top:16px;}

ul, ol{margin:0; padding:0 0 0 16px;}
.sidebar ul, .sidebar ol{padding:0 0 0 18px;}
.sidebar{line-height:1.3em;  }
.sidebar ul li, .sidebar ol li{padding:0;}

.blackberry{padding:10px 0 0 0;}
.seperator{border-bottom:1px dotted #333; margin-bottom:20px;}


/*********************************************
	FOOTER
*********************************************/
.footer{
	width:1008px;
	margin:0 auto;
	text-align:center;
	background-position:0 -620px;
	height:80px;
}

.footer, .footer a{
	color:#fff;
	font-size:12px;
}

.footer .inner{
	padding-top:30px;
}

.footer ul.nav{
	
}

.footer ul.nav li{
	float:none;
	display:inline;
	border-left:1px solid #333;
	padding:0 10px 0 12px;
}

/*********************************************
	FORM STYLES
*********************************************/
fieldset { margin: 0 0 15px 6px; }
label {color: #0274a5; font-family: Tahoma,Arial,Verdana,sans-serif; font-size: 12px; font-weight: bold; display: block; }

.error {color: #FE0000; font-family: Tahoma,Arial,Verdana,sans-serif; font-size: 12px; font-weight: normal; display: block; }

.row { clear: both; display: inline-block; margin-bottom: 12px; }
	.row div { float: left; margin-left: 8px; position: relative; }
	.row div.first { margin-left: 0; }
	.row:after { content: ".";  display: block; height: 0; clear: both; visibility: hidden; }
	* html .row {height: 1%;}
	.row {display: block;}
	.group .row { margin-bottom: 8px; }
	.group { margin-bottom: 4px; }

.text, .select, .textarea { 
	border-bottom:1px solid #eee;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top:1px solid #7a7a7a;
	color:#333;
	padding:5px 3px;
	font-size: 14px;
	width: 272px; 
	font-family: Tahoma,Arial,Verdana,sans-serif;
}
.wide, .textarea { width: 560px; }
.textarea { height: 100px; }

.required{font-size: 11px;}
fieldset em, .required em { color: red; font-weight: normal;  }

.label { float: left; font-weight: bold; width: 90px; }

/*************************************************************************************************************************/
/*************************************************************************************************************************/
/*************************************************************************************************************************/


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Begin Calendar */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 1.1em;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	text-align: center;
	font-size:1.3em;
	font-weight:bold;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 95%;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.navigation{
	width:100%;
	overflow:hidden;
}
.sidebar_smaller p{
	font-size:13px!important;
}
.no_padd{
	padding-bottom:0!important;
	margin-bottom:0!important;
}
.eventSocial{
	padding-bottom:40px;
}