/*--------------------------------------------------------------
Main CSS Document 

Version:	1.0
Author:		James Roberts
Website: 	http://www.method.org.uk

--------------------------------------------------------------*/

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, images, 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; }

body {
	padding: 0px;
	background-position: 0px 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	color: #666666;
	margin: 0px;
	text-align: justify;
	font: normal normal 11px 'Century Gothic', Arial, Verdana, sans-serif, Sans-Serif;
}

/*----------------------------------------------------------------------
	LINKS
----------------------------------------------------------------------*/

a:link {
	color: #009ac6;
}

a:visited {
	color: #009ac6;
}

a:hover {
	text-decoration: none;
	color: #666;
}

a:active {
	color: #666;
}

/*----------------------------------------------------------------------
	MAIN DIVS
----------------------------------------------------------------------*/

#wrapper {
	margin-top: 20px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#flashwrapper {
	background-color: #bbbdc0;
}
#navigation {
	width: 930px;
	float: right;
	height: 20px;
	padding-top: 3px;
	text-transform: uppercase;
	font-size: 12px;
	color: white;
	padding-right: 50px;
	text-align: right;
	padding-bottom: 0px;
	background-color: #bbbdc0;
}
#subnavigation {
	width: 930px;
	float: right;
	clear: both;
	padding-bottom: 8px;
	padding-top: 0px;
	height: 20px;
	font-size: 11px;
	color: white;
	padding-right: 50px;
	text-align: right;
	background-color: #dcddde;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url(../images/subnav_bottom.gif);
}
#navigation ul {
	list-style-type: none;
	font-size: 14px;
}
#navigation li, #subnavigation li {
	border-right-color: white;
	border-right-width: 1px;
	border-right-style: solid;
	padding-right: 12px;
	padding-left: 12px;
	display: inline;
}
#navigation a {
	color: white;
	text-decoration: none;
}
#navigation a.current{
	color: #009ac6;
}
#navigation a:hover{
}
#subnavigation ul {
	list-style-type: none;
	font-size: 12px;
}
#subnavigation a {
	color: #a6a8ab;
	text-decoration: none;
}
#subnavigation a.current{
	color: #009ac6;
}
#subnavigation a:hover{
}
#navNormal {
	float: right;
	position: relative;
	width: 980px;
	clear: both;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url(../images/nav_bottom.gif);
	height: 15px;
}
#navPlus {
	position: relative;
	float: right;
	width: 980px;
	clear: both;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url(../images/nav_bottomPlus.gif);
	height: 15px;
}
#page {
	float: left;
	display: block;
	background-color: white;
}
#leftmenu{
	display: inline;
	float: left;
	margin-bottom: 50px;
	margin-top: 35px;
	padding-left: 50px;
	width: 250px;
	border-right-color: #bbbdc0;
	border-right-width: 1px;
	border-right-style: solid;
}
#quote{
	padding-bottom: 10px;
	padding-top: 20px;
}
#fullcontent{
	/*
overflow: auto;
	height: 300px;
*/
	margin-top: 35px;
	display: inline;
	float: right;
	padding-bottom: 50px;
	padding-top: 0px;
	padding-right: 40px;
	padding-left: 20px;
	width: 590px;
}
#clientarea{
	margin-right: 50px;
	margin-left: 50px;
	overflow: auto;
	margin-top: 35px;
	display: inline;
	padding-bottom: 50px;
	padding-top: 0px;
	float: left;
	width: 880px;
}
#press{
	margin-right: 50px;
	margin-left: 50px;
	overflow: auto;
	margin-top: 35px;
	display: inline;
	padding-bottom: 50px;
	padding-top: 0px;
	float: left;
	width: 880px;
}
#fullcontent ul{
	list-style-type: none;
}
#fullcontent li{
	padding-bottom: 5px;	
	padding-left: 10px;
}
#middlecontent {
	margin-top: 35px;
	display: inline;
	float: left;
	padding-bottom: 50px;
	padding-top: 0px;
	padding-left: 20px;
	width: 275px;
}
#middleslice {
	margin-top: 35px;
	display: inline;
	float: left;
	padding-bottom: 50px;
	padding-top: 0px;
	padding-left: 20px;
	width: 175px;
}
#middleslice ul, #leftmenu ul {
	text-align: left;
	list-style-type: none;
}
#middleslice a {
	color: #bbbdc0;
	text-decoration: none;
	list-style-type: none;
}
#middleslice a:hover {
	color: #009ac6;
	text-decoration: none;
	list-style-type: none;
}
#leftmenu a {
	text-decoration: none;
	list-style-type: none;
}
#leftmenu a:hover {
	text-decoration: none;
	list-style-type: none;
}
#smallcontent {
	margin-top: 35px;
	display: inline;
	float: right;
	padding-bottom: 50px;
	padding-top: 0px;
	padding-right: 40px;
	padding-left: 20px;
	width: 415px;
}
#smallercontent {
	margin-top: 35px;
	display: inline;
	float: right;
	padding-bottom: 50px;
	padding-top: 0px;
	padding-right: 40px;
	padding-left: 20px;
	width: 315px;
}
.leader{
	font-weight: bold;
}
.highlight{
	color: #009ac6;
}
p {
	text-align: justify;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 18px;
}
.clientlogos p {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 18px;
	vertical-align: middle;
}
.clientlogos th, .clientlogos tr, .clientlogos td, .clientlogos p, .clientlogos tbody {
	vertical-align: middle;
}
#footer{
	padding-right: 10px;
	padding-left: 10px;
	color: #bbbdc0;
	font-size: 11px;
	clear: both;
	padding-bottom: 50px;
	padding-top: 20px;
}
#footer #left{
	color: white;
	display: inline;
	float: left;
}
#footer #right{
	color: white;
	text-align: right;
	display: inline;
	float: right;
}
#footer a{
	text-decoration: none;
	color: white;
}
h1{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 5px;
	color: #009ac6;
}
h2{
	padding-bottom: 10px;
	padding-top: 5px;
	color: #009ac6;
}
.KT_required{
	font-weight: bold;
	color: #009ac6;
}
#KT_Insert1, #KT_Update1 {
  width: 100px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(../images/send.gif) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
#kt_login1 {
  width: 100px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(../images/login.gif) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
strong, b {
	font-weight: bold;
}
#KT_tngdeverror {
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom-color: #009ac6;
	border-top-color: #009ac6;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#leftmenu li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.divider {
	display: block;
	clear: both;
	width: 100%;
	height: 2px;
	padding-bottom: 6px;
	padding-top: 5px;
	border-bottom-color: #009ac6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.pressdivider {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	width: 275px;
	height: 2px;
	padding-bottom: 6px;
	padding-top: 5px;
	border-bottom-color: #009ac6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#fiftyfiftyleft {
	display: inline;
	float: left;
	text-align: left;
	width: 400px;
}

#fiftyfiftyright {
	display: inline;
	float: right;
	text-align: left;
	width: 400px;
}
#fiftyfiftyleft p, #fiftyfiftyright p {
	text-align: left;
}
.pressimage {
	float: left;
	display: inline;
	padding-right: 5px;
	width: 120px;
}
.presstext {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-top: 0px;
	float: right;
	display: inline;
	width: 260px;
}
.element {
	padding-left: 10px;
}
.toggler  { 
	font-weight: bold; 
	cursor:pointer; 
	color:#999999; 
	margin: 0; 
	padding:5px; 
	font-size: 12px; 
}
.toggler:hover	 { 
	color: #009ac6; 
	background: #e5e8ec; 
}

.facebook
{
	margin-top: 15px;
}
