/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com 
   Addition by Christian Montoya - www.christianmontoya.net */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset, table {
        margin: 0;
        padding: 0;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 10px 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font: normal normal 10px Helvetica, Arial, sans-serif; 
		color: #7a7a7b;
}

/* ----------------  INITIAL END ------------- */

body, html {
	height: 100%;
	text-align: center;
	font: normal normal 10px Helvetica, Arial, sans-serif; 
	color: #7a7a7b;
	line-height: 12px;
}


#contentTable {
	background: url(../images/bg.jpg) left bottom repeat-x;
	text-align: center;
	height: 100%;
}

.f {
	background: 
}
#content {
	margin: 12px auto 0 auto;
	text-align: left;
	width: 587px;
	background: white;
}
#navicontent {
	width: 587px;
	height: 62px;
	background: white;
}
#logotop {
	float: left;
	width: 298px;
	height: 62px;
	position: relative;
	left: -36px;	
}
#logobottom {
	width: 298px;
	height: 73px;
	position: relative;
	left: -36px;
}
#banner {
	width: 587px;
	height: 146px;
	background: url(../images/banner.jpg) no-repeat;
}

#navigation {
	float: left;
	position: relative;
	height: 59px;
	z-index: 200;
}

#navigation div {
	float: left;
}
#mainNaviContainer {
	padding: 5px 0 0 15px;
	margin: 1px 0 0 0;
	width: 572px;
	height: 25px;
	background: url(../images/mainnavibg.jpg) repeat-x;
}

/* ----------------  MAIN NAVIGATION ------------- */



#mainNavi {
	margin: 0px;
	padding: 0px;
}
#mainNavi li {
	list-style: none;
	margin: 0 1px 0 0;
	height: 21px;
	float: left;
	padding: 5px 0 0 0;
}
#mainNavi li a {
	margin: 0px;
	height: 21px;
	display: block;
}
.mainMenuSpacer {
	height: 21px;
	width: 15px;
	background:url(../images/spacer.jpg) no-repeat;
}
#menu1 {
	width: 66px;
	background: url(../images/navigation/aboutpeter_off.jpg) no-repeat;
}
#menu1:hover {
	width: 66px;
	background: url(../images/navigation/aboutpeter_on.jpg) no-repeat;
}
#menu2 {
	width: 58px;
	background: url(../images/navigation/mentoring_off.jpg) no-repeat;
}
#menu2:hover {
	width: 58px;
	background: url(../images/navigation/mentoring_on.jpg) no-repeat;
}
#menu3 {
	width: 74px;
	background: url(../images/navigation/methodology_off.jpg) no-repeat;
}
#menu3:hover {
	width: 74px;
	background: url(../images/navigation/methodology_on.jpg) no-repeat;
}
#menu4 {
	width: 63px;
	background: url(../images/navigation/positioning_off.jpg) no-repeat;
}
#menu4:hover {
	width: 63px;
	background: url(../images/navigation/positioning_on.jpg) no-repeat;	
}
#menu5 {
	width: 105px;
	background: url(../images/navigation/thebig5_off.jpg) no-repeat;
}
#menu5:hover {
	width: 105px;
	background: url(../images/navigation/thebig5_on.jpg) no-repeat;
}
#menu6 {
	width: 106px;
	background: url(../images/navigation/strategicplan_off.jpg) no-repeat;
}
#menu6:hover {
	width: 106px;
	background: url(../images/navigation/strategicplan_on.jpg) no-repeat;
}

/* ----------------  GENERAL STUFF ------------- */

.clear {
	clear: both;

}
#contentLeftHome {
	text-align: left;
	padding: 0 0 0 40px;
}
#contentRightHome {
	padding: 0 20px 0 0;
}
#contentSpacer {
	background: url(../images/spacerContent.gif) repeat-y;
}
#footer {
	height: 58px;
	background: url(../images/footerbg.jpg) repeat-x;
}
#footerleft {
	float: left;
	width: 20px;
	height: 58px;
	background: url(../images/footerleft.jpg)
}
#footercenter {
	width: 547px;
	height: 58px;
	float: left;
}
#footerright {
	float: left;
	width: 20px;
	height: 58px;
	background: url(../images/footerright.jpg)
}
.copyright {
	margin: 20px 0 0 300px;
}
.next, .back {
	background: url(../images/arrow.gif) left center no-repeat;
	padding: 2px 0 2px 12px;
	font: normal bold 11px Arial, Helvetica, sans-serif;
}
.back {
	background: url(../images/arrow_back.gif) left center no-repeat;
}
#contentLeftHome ul li, #contentRightHome ul li {
	list-style: none;
	background: url(../images/arrow_list.jpg) left top no-repeat;
	padding: 0px 0 10px 25px;
	color: #3d3d3e;
	line-height: 16px;
	font: italic normal 12px Arial, Helvetica, sans-serif;
}
#subnavi {
	padding: 18px 0 0 0;
}
#subnavi img {
	margin: 0 0 10px 0;
}
.peter {
	position: absolute;
	top: 25px;
	margin: 0 0 0 363px;
}
.testimonials_bg {
}
.testimonials_arrow {
	background: url(../images/testimonials_bg.jpg) no-repeat;
	padding: 0 0 0 20px;
	color: #3d3d3e;
	font: italic normal 12px Arial, Helvetica, sans-serif;
	
	line-height: 16px;
}
/* ----------------  FONT STUFF ------------- */

#contentLeftHome a:link, #contentLeftHome a:visited, #contentRightHome a:link, #contentRightHome a:visited {
	color: #cb2210;
	text-decoration: none;
}
#contentLeftHome a:hover, #contentLeftHome a:active, #contentRightHome a:hover, #contentRightHome a:active {
	text-decoration: underline;
}

p {
	
}
.phighlight {
	color: #3d3d3e;
}
.phighlight_testimonials {
	font-weight: bold;
}
h1 {
	font: normal normal 18px Helvetica, Arial, sans-serif;
	color: #666;
}
h2, .testimonials_homepage {
	font: normal bold 12px Helvetica, Arial, sans-serif;
	color: #666;
}
.testimonials_homepage {
	padding: 10px 0 5px 30px;
	background: url(../images/testimonials_home_bg.jpg) 0px 10px no-repeat;
}
h3 {
	font: normal bold 12px Helvetica, Arial, sans-serif;
	color: white;
}
.highlight {
	color: #cb2210;
}
.latestNews {
	font: normal normal 18px Helvetica, Arial, sans-serif;
	color: #666;
	padding: 17px 0 10px 45px;
	width: 100px;
	background: url(../images/latestnews.jpg) left top no-repeat;
}
.headerOneHome {
	padding: 7px 0 0 0;
	height: 32px;
}
.StartTest { background: url(../images/testBG.gif) left top no-repeat; width: 210px; height: 182px; position: absolute; top: 450px; margin: 0 0 0 200px; }
.StartTestPadding { padding: 50px 0 0 6px; }
.StartTestButton { display: block; background: url(../images/StartTestButton.gif) left top no-repeat; overflow: hidden; height: 26px; width: 95px; position: relative; left: 38px;  }
.StartTestButton:hover { background-position: 0px -27px; }
.STdescription { position: relative; left: 6px; }
.postit {
	position: absolute;
	top: 630px;
    margin: 0 0 0 200px;
	width: 182px;
}
.contacttext {
	font: normal bold 11px Arial, Helvetica, sans-serif;
	color: #666;
}


/* FORM ELEMENTE */	

.inputtextfield {
	padding: 6px 20px 0 10px;
	border: none;
	width: 250px;
	height: 24px;
	background: url(../images/inputtextfield_bg.gif) no-repeat;
	}
.textfield {
	padding: 7px 0 10px 10px;
	_padding-bottom: 8px;
	height: 47px;
	width: 230px; 
	background: none;
	border: none;
	overflow: auto;	
	}
*+html .textfield  {
	padding-bottom: 7px;
	}
.backgroundTextfield {
	background: url(../images/textfield_bg.gif) no-repeat;
   
	}
.SubmitButton {
	cursor: pointer;
	_cursor: hand;
	margin: 10px 0 0 0;
	border: none;
	width: 68px;
	height: 20px;
	background: url(../images/sendbutton_off.gif) no-repeat;
	}
*+html .SubmitButton {
	top: -38px;

	}	
.SubmitButton:hover {
	background: url(../images/sendbutton_on.gif) no-repeat;
	}
.ButtonAcceptDeny {
	float: left;
	width: 100px; 
	height: 20px; 
	text-align: center; 
	background: #674e0c; 
	padding: 3px 0 0 0;
}	

/* SPECIAL ELEMENTS */	

.paddingB8px { padding-bottom: 8px; }
.displayNone { display: none; }

.formTable td{ font-size: 11px;}
.formClass {font-size: 12px;}					
