/* @override http://dev.vfmassociates.com:8888/css/vfm.css */

/*Padding and margin reset*/
	html, body, p, ul, li, ol, dl, dt, dd, h1, h2, h3, h4, h5, h6, blockquote, address, table, tr, td, th, form, fieldset, img{
		margin: 0;
		padding: 0;
		font-size: 1em;
		list-style: none;
		font-style: normal;
		font-weight: normal;
		border: 0;
	}

	a{
		text-decoration: none;
		color: #7fa8d8;
	}
	
	a:hover{
		text-decoration: underline;
	}
	
	.clearer{
		height: 1px;
		font-size: 1px;
		clear: both;
	}
	
	abbr{
		border: none;
	}
	
/*Background*/
body{
	background: #0d0db3 url(../images/bg_body.jpg) repeat-x;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	padding-bottom: 30px;
}

#wrapper{
	width: 936px;
	margin: 0 auto;
	background: url(../images/bg_wrapper_m.gif);
}

#wrapper .inner{
	background: url(../images/bg_wrapper_t.jpg) no-repeat top;
	min-height: 981px;
	padding: 0 55px;
}

#wrapper #footer{
	background: #0d0db3 url(../images/bg_wrapper_b.gif) no-repeat top;
	padding-top: 50px;
	padding-left: 40px;
}

#masthead{
	margin-bottom: 6px;
	height: 181px;
	overflow: hidden;
	position: relative;
	z-index: 10
}

/*Branding*/
#branding{
	position: relative;
	z-index: 20;
}

#branding img{
	position: absolute;
	left: -40px;
	top:5px;
	z-index: 200;
}

#branding h1{
	padding: 37px 0 22px 238px;
	color: #92b8e2;
	text-transform: uppercase;
	letter-spacing: .1em;
}

#branding #nav{
	background: url(../images/bg_nav.gif) repeat-x top;
	min-height: 40px;
	padding-left: 224px;
	margin-bottom: 50px;
}

#branding #nav li{
	display: inline;
}

#branding #nav li a{
	color: #fff;
	font-size: 16px;
	display: block;
	float: left;
	padding: 8px 14px 4px;
	min-height: 28px;
	border-right: 1px solid #000;
	white-space: nowrap;
}

#branding #nav li ul a,
#branding #nav li.active ul a{
	font-size: 13px;
	min-height: 0;
	padding: 4px 14px;
	color: #fff;
	border-right: 0;
	white-space: normal;
}

#branding #nav li.last a{
	border-right: 0;
}

#branding #nav li.active a{
	color: red;
}

/*Dropdown menus*/
/* Basic code - don't modify */
 
	#nav { display: block; margin: 0; padding: 0; position: relative; }
	#nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
	#nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
	* html #nav ul { line-height: 0; } /* IE6 "fix" */
	#nav ul a { zoom: 1; } /* IE6/7 fix */
	#nav ul li { float: none; }
	#nav ul ul { top: 0; }
    
/* Essentials - configure this */

	#nav ul { width: 130px; }
	#nav ul ul { left: 0; }

/* Everything else is theming */
	#nav a:hover {background:#070664 !important;}
	#nav ul a:hover {background:#484d92 !important;}
	#nav *:hover { background-color: none; }
	#nav li.hover a { background-color: #070664; }
	#nav li.hover ul a { background-color: #616091; }
	#nav ul { top: 40px; }
	#nav ul li {position: relative;}
	#nav ul li ul{top:11px;}
	#nav ul li a { background-color: #585788; width: 102px; }
	#nav ul a.hover { background-color: #484d92; }
	#nav ul a { border-bottom: 1px solid #7b7ba3; border-right: none; opacity: 0.9; filter: alpha(opacity=95); }
	/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */


/*=====Typo======*/
h2{
	background: #03033e url(../images/bg_h2.gif) repeat-x top;
	font-weight: bold;
	font-size: 15px;
	padding: 13px 12px 2px;
	min-height: 25px;
	color: #fff;
}

h2 strong{
	color: red;
}

.block ul li{
	background: url(../images/bullet_on_636363.gif) no-repeat 0 4px;
	padding-left: 15px;
	padding-bottom: .25em;
}

.block ul {
	padding-left: 30px;
}

/*====Shared=====*/
.block .content{
	padding: 12px 12px 1px;
	background: #636363;
	color: #fff;
}

.block{
	margin-bottom: 6px;
}

.block .content p,
.block .content ul,
.block .content ol{
	margin-bottom: 1em;
}

.tease{
	width: 279px;
	margin-bottom: 6px;
	margin-right: 0;
	float: left;
	background: #406ca6;
}

.tease-right{
	float: right;
}

.tease p{
	padding: 6px 12px 8px;
}

#wrapper .bubbles li{
	background: none;
}

/*More button*/
.more a, .more span{
	display: block;
	float: left;
	background: url(../images/bg_button_l.png) no-repeat top left;
	padding-left: 9px;
}

.more span{
	background: url(../images/bg_button_r.png) no-repeat top right;
	padding: 4px 9px 0 0;
	min-height: 20px;
	font-weight: bold;
	color: #04054c;
}

#content_main{
	float: left;
	width: 567px;
}

#content_sub{
	float: right;
	width: 254px;
}


/*=====Homepage======*/

.home #content_main, .home #content_sub{
	float: none;
	width: auto;
}

.home #content_main ul,
.home #content_main ul li{
	padding: 0;
}

.home #content_main .one{
	width: 305px;
	margin-right: 6px;
	float: left;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.home #content_main .one .content{
	padding: 12px 140px 0 12px;
	background: #fff url(../images/bg_handshake.jpg) no-repeat top right;
	color: #070769;
	position: relative;
	min-height: 306px;
}

.home #content_main .one .content .more{
	position: absolute;
	bottom: 15px;
	right: 30px;
}

.home #content_main .two{
	float: left;
	width: 255px;
}

.home #content_main .two .two-a{
	background: #406ca6;
	color: #fff;
	margin-bottom: 6px;
}

.home #content_main .two .two-a ul{
	margin-bottom: 6px;
}

.home #content_main .two .two-a .content{
	min-height: 115px;
	background: #406ca6;
}

.home #content_main .two .two-a li{
	background: url(../images/bullet_on_406ca6.gif) no-repeat 0 2px;
	padding-left: 20px;
	font-weight: bold;
	padding-bottom: .25em;
}

.home #content_main .two .two-b .content,
#content_sub .guarantee .content{
	background: #5b9aed url(../images/bg_guarantee.gif) no-repeat bottom right;
	color: #fff;
	float: left;
	min-height: 132px;
	padding-bottom: 0;
	width: 230px;
}

.home #content_main .two .two-b h2{
	background: #03033e url(../images/bg_h2_tick.gif) no-repeat top;
	padding-right: 60px;
}

.home #content_main .three{
	width: 254px;
	float: right;
}

.home #content_main .three .content{
	padding: 12px 12px 0;
	color: #fff;
	min-height: 295px;
}

.courses{
	float: right;
	background: #335685;
	padding-bottom: 12px;
}

.home .courses{
	padding-bottom: 0;
}

.courses .content{
	background: none;
}

/*Courses list*/
.courses ul li{
}

.courses ul{
	padding: 0;
}

#wrapper .courses .content ul li{
	padding: 10px 14px;
	background: #253c79;
	margin-bottom: 1px;
	display: block;
	color: #fff;
}

.courses ul li a:hover{
	background: #040444;
	text-decoration: none;
}

.courses ul li strong{
	font-size: 13px;
	display: block;
	/*color: #99c4f4;*/
}

.home #content_sub{
	clear: both;
}

.home #content_sub .one{
	width: 567px;
	float: left;
}

.home #content_sub .one h3{
	color: #fff;
	font-weight: bold;
	padding: 10px;
	position: relative;
	z-index: 300;
}

.home #content_sub .two{
	float: right;
	width: 255px;
}

.home #content_sub .two-a {
	background: #335685;
	float: left;
	margin-bottom: 6px;
	color: #fff;
	padding-bottom: 12px;
	overflow: hidden;
	width: 255px;
}

.home #content_sub .two-a h3,
.home #content_sub .two-a p,
.home #content_sub .two-a .more{
	padding: 0 12px 12px;
}

.home #content_sub .two h3{
	padding-top: 12px;
	font-weight: bold;
	font-size: 14px;
}

.home #content_sub .two-b {
	clear: left;
	color: #fff;	
	width: 255px;
}

.home #content_sub .two-b h2{
	background-image: url(../images/bg_h2_pdf.jpg);
	padding-left: 56px;
	width:187px;
}

.home #content_sub .two-b h3{
	margin-bottom: 12px;
}

.home #content_sub .two-b .content{
	float: left;
	background: #323232;
	padding-bottom: 16px;
}

/*Product wheel*/
.home  ul.product-library{
	margin-top: -30px;	
	background: url(../images/product_summary.jpg) no-repeat top left;
	width: 521px;
	height: 521px;
}

.block ul.product-library li{
	display: inline;
	padding: 0;
	margin: 0;
}

ul.product-library{
	position: relative;
}

ul.product-library li a{
	display: block;
	height: 132px;
	width: 132px;
	position: absolute;
	background: url(../images/product_summary_alt.jpg) no-repeat top left;
	text-indent: -999em;
}

.home .product-library li a{
	background-image: url(../images/product_summary.jpg);
}

.product-library .training-courses a{
	top: 3px;
	left: 195px;
	background-position: -195px -524px;
}

.product-library .conferencing a{
	top: 59px;
	left: 325px;
	background-position: -325px -580px;
}

.product-library .company-health-checks a{
	top: 194px;
	left: 384px;
	background-position: -384px -715px;
}

.product-library .consultancy a{
	top: 329px;
	left: 326px;
	background-position: -326px -850px;
}

.product-library .multimedia a{
	top: 387px;
	left: 195px;
	background-position: -195px -908px;
}

.product-library .experiential-learning a{
	top: 329px;
	left: 60px;
	background-position: -60px -850px;
}

.product-library .psychometric-testing a{
	top: 195px;
	left: 4px;
	background-position: -4px -716px;
}

.product-library .mystery-shopping a{
	top: 60px;
	left: 60px;
	background-position: -60px -581px;
}

/*About page*/
body.about .about-vfm .content,
body.about .about-vfm h2{
	padding-left: 24px;
	padding-right: 24px;
}

body.about .rugby .content, body.contact #content_sub .content{
	background: #406da8;
}

body.about .about-vfm{
	margin-bottom: 24px;
}

.rugby img{
	margin-top: -20px;
	margin-bottom: 24px;
}

/*Products page*/
.products ul.product-library{
	background: url(../images/product_summary_alt.jpg) no-repeat top left;
	width: 521px;
	height: 521px;
	padding-left: 0;
}

#wrapper .link-list,
#wrapper .link-list li,
#wrapper .block .coda-nav,
#wrapper .block .coda-nav ul,
#wrapper .block .coda-nav li{
	padding-left: 0;
	background: none;
}

#wrapper .link-list li,
#wrapper .coda-nav li{
	font-size: 14px;
	font-weight: bold;
	width: auto !important;
}

/*Training page*/
ul.training-courses{
	background: url(../images/training_courses.jpg) no-repeat top left;
	height: 521px;
	width: 521px;
	padding: 0;
	position: relative;
}

ul.training-courses li{
	display: inline;
}

ul.training-courses li a{
	display: block;
	height: 167px;
	width: 167px;
	position: absolute;
	top	: 0;
	left: 0;
	background: url(../images/training_courses.jpg) no-repeat top left;
	text-indent: -999em;
}

.training-courses li.parts-service a{
	top: 10px;
	left: 179px;
	background-position: -179px -531px;
}

.training-courses li.commercial-skills a{
	top: 150px;
	left: 350px;
	background-position: -350px -671px;
}

.training-courses li.technical-management a{
	top: 343px;
	left: 285px;
	background-position: -285px -864px;
}

.training-courses li.general-management a{
	top: 343px;
	left: 73px;
	background-position: -73px -864px;
}

.training-courses li.sales-training a{
	top: 131px;
	left: 6px;
	background-position: -6px -652px;
}

/*Sales page*/
body.sales .block .content{
	min-height: 360px;
}

/*Dialog boxes*/
.ui-dialog-content h3{
	display: none;
}

.ui-dialog-content p{
	margin-bottom: .75em;
}

.ui-dialog-content ul {
	padding-left: 2em;
}

.ui-dialog-content ul li{
	list-style-type: disc;
}

/*News page*/
.news #content_main .content{
	margin-bottom: 6px;
	padding: 20px;
}

.news #content_main .content h3{
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 12px;
	color: #060555;
}

/*International page*/
.international .map{
	text-align: center;
}

.international #content_main{
	float: none;
	color: #fff;
	width: auto;
	background: #636363;
	padding: 12px;
}

.international .international-content{
	padding: 20px 24px;
}

.international .international-content p{

	font-size: 13px;
	clear: left;
}

.international .international-content .countries-list ul{
	width: 25%;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 25px 0;
}

.international .international-content .countries-list ul li{
	font-weight: bold;	
}

/*Contact page*/
.contact #content_sub .content ul{
	padding: 0 10px;
}

.contact form{
	padding: 10px 20px;
	position: relative;
}

.contact form label{
	display: block;
	padding-top: 10px;
}

.contact form label.main-label{
	padding: 0 0 12px;
}

.contact form label.explain{
	padding-top: 0;
	padding-bottom: 12px;
	text-align: right;
	font-style: italic;
	color: #ccc;
}

.contact fieldset.req-set{
	float: left;
}

.contact fieldset.req-set input, .textarea{
	width: 247px !important;
}

.contact fieldset.opt-set{
	float: right;
	width: 205px !important;
}

.contact fieldset.opt-set input{
	width: 175px;
}

.contact strong.larger{
	font-size: 1.3em;
	display: block;
}

.contact form .button{
	clear: both;
	display: block;
}

.contact #content_main p{
	color: #fff;
}

/*Team page*/
.team #content_main .block .content{
	padding-bottom: 24px;
}
