@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

a {
color:#0082d1;
}
A:link {
color: #0082d1;
text-decoration: underline;}
.progtbl {
	font-size: 9px;
}
.oneColFixCtrHdr #container #mainContent3 #b .prog .progtbl p {
	font-size: 1em;
}
.oneColFixCtrHdr #container #mainContent3 #b .prog {
}
.oneColFixCtrHdr #container #mainContent3 #b .prog .progtbl {
	padding: 2px;
}




A:visited {
color: #0082d1;
text-decoration: underline;}

A:active {
color: #0082d1;
text-decoration: none;}

A:hover {
	text-decoration: none;
	color: #82D0FF;
}

#recommend a {
	color: #D8EFFE;
	text-decoration: underline;
	font-weight: normal;
}
#recommend a:hover {
	color: #034E7E;
	text-decoration: none;
	font-weight: normal;
}

html {height: 100%;}

h1 {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: none;
	padding-bottom: 4px;
}
HR {
border:1px solid #333;
color:#333;
height:1px;
background-color:#333;
    width:90%;
	margin:0 5% 0 5%;
   }

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #002469;
	font-size: 10px;
}
h5 {
	color: #FFCC66;
	font-size: 12px;
	font-weight: normal;
}

h2 {
	font-family: Tahoma;
	color: #0082d1;
	font-size: 120%;
	line-height: 1.5em;
}
h3 {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
}
body {
	height:100%;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #002469;
	text-align: center;
	background-color: #999999;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
#span {
	padding: 4px;
	background-image: none;
	background-repeat: repeat-x;
	background-color: #333333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
}

#container {
	width: 774px;
	background:#000000;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
}
#top{
height:97px;
}
#header {
	background-color: #000000;
	background-image: url(images/topbg.jpg);
	height: 118px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	background-position: left top;
}
#header h1 {
	padding: 10px 0;
}
#mainContent3 {
	background-repeat: repeat-y;
	background-color: #E1F4FF;
}
#mainContent3plts {
	background-color:#000000;
	background-repeat: repeat-y;
}

#mainContent3shop {
background-color:#000000;
}

#search {
	margin-left:500px;
	margin-top:25px;
}

/*begin nav*/
#nav {
	text-align:center;
	float:left;
	width:100%;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
#nav ul {
    list-style:none;
}
  #nav li {
    float:left;
    background:url("images/grey_tableft.gif")
      no-repeat left top;
    margin:0;
    padding:0 0 0 9px;
	position:relative;
    }
  #nav a, #header strong, #header span {
    display:block;
    background:url("images/grey_tabright.gif")
      no-repeat right top;
    padding:5px 15px 4px 6px;
	text-decoration:none;
	}
  #nav #current {
    background-image:url("images/orange_tableft.gif");
    }
  #nav #current a {
  color:#FFFFFF;
    background-image:url("images/orange_tabright.gif");
    padding-bottom:5px;
    }
	  #nav #current li {

     color:#000;/* or whatever */
     padding:3px;/* or whatever*/  
		border: 1px solid #999;
		 background:#999; 
		  display:block;
}
  #nav #current li a {

  color:#ffffff;
  background:#999;
  padding:0;
  width:100px;
  top: 2em;
	    }

		 

	
  #nav a:link, #nav a:active, #nav a:visited{
  color: #ffffff;
  font-weight: bold;
}



#nav li ul {
	position: absolute;
	left: -1000em;
	top: 2em;
	display: none;
	background-color: #333333;
	border: 1px solid #666666;
	}
#nav #current li ul {
	z-index:1;
	position: absolute;
	left: -1000em;
	top: 2em;
	display: none;
	background-color: #333333;
	background-image:none;
	}
	
#nav li:hover ul, #nav li.sfhover ul  { 
	display: block; 
	left: 0; 
	}
#nav li ul li {
text-align:left;
    background:#333333;

    width:100px;
    padding:0;
    margin:0;
}
#nav #current li:hover ul, #nav #current li.sfhover ul  { 
	display: block; 
	left: 0; 
	}
#nav #current li ul li {
background-image:none;
    background:#333333;
    
    width:100%;
    padding:0;
    margin:0;
}

#nav li ul li a:link,#nav li ul li a:visited{
	color:#fff;
	
	}
#nav li ul li a:hover{
	background:#cccccc;
	color:#fff;
	}


#nav li ul li a {
	background:#999999;
    color:#ffffff;
}
#nav #current li ul li a:link,#nav #current li ul li a:visited{
	color:#fff;
	
	}
#nav #current li ul li a:hover{
	background:#ffffcc;
	color:#fc0;
	}


#nav #current li ul li a {
	background:#ffcc33;
    color:#fff;
}

#nav a:hover{
	color: #FFCC00;
}
/* ooo */
/*aaa*/
/*end nav*/
#mainContent {
	background: #000000;
	height: 222px;
	padding-bottom:3px;
	border-bottom-style: solid;
	border-bottom-color: #0082d1;
	border-bottom-width: 4px;
}
#mainContentev {
	height: 222px;
	padding-bottom:3px;
	border-bottom-style: solid;
	border-bottom-color: #550000;
	border-bottom-width: 4px;
	background-color: #000000;
	background-image: url(images/events.jpg);
}
#mainContentl2 {
	background: #000000;
	height: 222px;
	padding-bottom:3px;
	border-bottom-style: solid;
	border-bottom-color: #0540A4;
	border-bottom-width: 4px;
}
#mainContent2 {
	padding: 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}
#maincontent5 {
height:200px;
}
#recommend {
	padding: 5px 10px 10px 10px;
	height: 94px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-repeat: repeat-x;
	background-color: #1279BD;
	background-image: url(images/vio_bg.jpg);
}
#news {
	padding: 10px;
	background-image: url(images/news_bg.jpg);
	background-repeat: repeat-x;
	height: 90px;
	background-color: #550000;
}
#bi1{
	padding:10px;
	float:left;
	width:200px;
	height: 100%;
}

.img {
	border: 4px solid #FF9900;
	height: 50px;
	width: 50px;
	margin-right: 10px;
	float: left;
}
#b1{
	padding:0px;
	float:left;
	width:258px;
	height: 220px;
	

}

#b2{
	float:left;
	width:258px;
	height: 220px;
}
#b {
	padding: 10px;
	float: left;
	width: 530px;
	height:100%;
	font-size: 12px;
	color: #002469;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: dotted;
	border-top-color: #0082d1;
	border-right-color: #0082d1;
	border-bottom-color: #0082d1;
	border-left-color: #0082d1;
}

#b3{
	float:left;
	width:258px;
	height: 220px;
}
#c1{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	padding:10px;
	float:left;
	width:172px;
	height: 160px;
}
#c2{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #CCCCCC;
	padding:10px;
	float:left;
	width:171px;
	height: 160px;
}
#c3{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #CCCCCC;
	padding:10px;
	float:left;
	width:171px;
	height: 160px;
}
#c4{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding:10px;
	float:left;
	width:172px;
	height: 160px;
}
#footer {
	padding: 0 10px;
	background-color: #A8DEFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0082d1;
	
}
#footer p {
	padding: 10px 0; 
}
.clear {
	clear:both}
.prodimg {
	float: left;
}

.prodimg {
	width: 20%;
}
.prodmain {
	padding: 9px;
	width: 73%;
	float: left;
}
.product {
	background-color: #333333;
}
.strong {
	color: #999999;
	font-weight: bold;
}
h6 {
	font-size: 12px;
	color: #ce5300;
}
form fieldset {
	clear: both;
	font-size: 50%;
	padding: 10px;
	margin: 0 0 0 0;
	background-color:#333333;
	background-image:url(images/contact_bg.jpg);
	background-repeat:repeat-x;
	border: 1px solid #CCCCCC;
	list-style-image: none;
	list-style-type: none;
}
form fieldset legend {
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	margin: 0 0 0 0;
	padding: 0 5px;
}
form div {
  clear: left;
  display: block;
  width: 354px;
  height: expression('1%');
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

form fieldset div.notes {
	float: right;
	width: 200px;
	height: auto;
	margin: 14px 0 10px 10px;
	padding: 5px;
	border: 1px solid #666666;
	background-color: #ffffe1;
	color: #666666;
	font-size: 9px;
}

form fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
}
form div fieldset {
  clear: none;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
  margin: 0 0 0 144px;
  padding: 0 5px 5px 5px;
  width: 197px;
}

fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none;
}
fieldset li {  
padding-bottom: 1em;

}
fieldset.submit {  
background-color:transparent;
background-image:none;
border-style: none;
}
label{
	display:block;
	width: 20em;
	margin-right: 1em;
	color:#FFFFFF;
	font-size:12px;
	list-style-image: none;
	list-style-type: none;
}
label em {
	display: block;
	color: #CCCCCC;
	font-size: 80%;
	font-style: normal;
	text-transform: uppercase;
}

.testimonial{
	background-color:#ffffff;
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border: 1px solid #002469;
}
.testimonialr{
	background-color:#333333;
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border: 1px solid #FFFFFF;
}
.nametitle {
	color: #ffd291;
	font-weight: bold;
}
#b p {
	color: #002469;
	font-size: 12px;
}
#b h1 {
	color: #002469;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0082d1;
	line-height: 20px;
}
#bi1 h1 {
	font-size: 10px;
}
#midleft {
	float: left;
	width: 377px;
	background-color: #550000;
	padding: 5px;
}
#midright {
	float: left;
	width: 377px;
	background-color: #550000;
	padding: 5px;
	text-align: right;
}
#b .relation p {
	font-size: 10px;
}
.prod_title {
	background-color: #CCCCCC;
	color:#666666;
}

.prod_intl2 {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 140px;
	height:130px;
	background-color: #333333;
	background-image: url(images/l2logo.jpg);
	background-repeat: no-repeat;
	background-position: ;
}.prod_intl2l {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 140px;
	height:130px;
	background-color: #333333;
	background-image: url(images/learningtolearn.jpg);
	background-repeat: no-repeat;
	background-position: ;
}
.prod_intbb {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 140px;
	height:130px;
	background-color: #333333;
	background-image: url(images/bblogo.jpg);
	background-repeat: no-repeat;


	background-position: ;
}
.prod_intpe2 {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 140px;
	height:136px;
	background-color: #333333;
	background-image: url(images/PE2LOGO.jpg);
	background-repeat: no-repeat;
}
.prod_intcoach {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 140px;
	height:136px;
	background-color: #333333;
	background-image: url(images/coaching.jpg);
	background-repeat: no-repeat;

}
.prod_intcc {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 140px;
	height:136px;
	background-color: #333333;
	background-image: url(images/creative_classrooms.jpg);
	background-repeat: no-repeat;
}
.prod_intttt {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 140px;
	height:136px;
	background-color: #333333;
	background-image: url(images/ttt.jpg);
	background-repeat: no-repeat;
}
.prod_inta4l {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 140px;
	height:136px;
	background-color: #333333;
	background-image: url(images/a4l.jpg);
	background-repeat: no-repeat;
}
.prod_inta4n{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 140px;
	height:136px;
	background-color: #333333;
	background-image: url(images/a4n.jpg);
	background-repeat: no-repeat;
}
.prod_inttlc{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 140px;
	height:136px;
	background-color: #333333;
	background-image: url(images/tlc.jpg);
	background-repeat: no-repeat;
}
.prod_intooooo{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height:136px;
	background-color: #333333;
}
.prod_intalps {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 140px;
	height:136px;
	background-color: #333333;
	background-image: url(images/alps.jpg);
	background-repeat: no-repeat;
}
.prod_intpal {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 140px;
	height:120px;
	background-color: #333333;
	background-image: url(images/pallogo.jpg);
	background-repeat: no-repeat;
	background-position: ;
}
.prod_intir2 {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 140px;
	height:120px;
	background-color: #333333;
	background-image: url(images/irelate2.jpg);
	background-repeat: no-repeat;
	background-position: ;
}
.prod_intil2 {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 140px;
	height:120px;
	background-color: #333333;
	background-image: url(images/ilearn2.jpg);
	background-repeat: no-repeat;
	background-position: ;
}.prod_intcup {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 140px;
	height:120px;
	background-color: #333333;
	background-image: url(images/closeup.jpg);
	background-repeat: no-repeat;
	background-position: ;
}
.prod_intcupp {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 140px;
	height:120px;
	background-color: #333333;
	background-image: url(images/closeupp.jpg);
	background-repeat: no-repeat;
	background-position: ;
}
.prod_intit2 {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 140px;
	height:120px;
	background-color: #333333;
	background-image: url(images/ithink2.jpg);
	background-repeat: no-repeat;
	background-position: ;
}.prod_intpp {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 140px;
	height:120px;
	background-color: #333333;
	background-image: url(images/pp.jpg);
	background-repeat: no-repeat;
	background-position: ;
}
.prod_intl2uc {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 140px;
	background-color: #333333;
	background-image: url(images/l2uc.jpg);
	background-repeat: no-repeat;
	background-position: ;
}
.prod_inthf {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 140px;
	height:120px;
	background-color: #333333;
	background-image: url(images/hfactor.jpg);
	background-repeat: no-repeat;
	background-position: ;
}
.prod_intptm {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 140px;
	height:120px;
	background-color: #333333;
	background-image: url(images/ptm.jpg);
	background-repeat: no-repeat;
	background-position: ;
}
.prod_title a {
padding:5px;
	text-decoration: none;
	display: block;
	color: #333333;
}
.prod_title a:hover {
	text-decoration: none;
	display: block;
	color: #ffffff;
	background-color: #666666;
}

#block1 a, #block2 a, #block3 a{
color:#CE5300;
}
#b li {
	font-size: 12px;
	list-style-type: square;
	list-style-position: inside;
	color: #002469;
}
.smaller {
	font-size: 10px;
	color: #CCCCCC;
}
#b li ul li {
	font-size: 100%;
	list-style-type: square;
	list-style-image: none;
	list-style-position: inside;
	margin-left: 20px;
}
#bi1 li {
	font-size: 10px;
	list-style-position: inside;
	list-style-image: url(images/bullet.jpg);
	color: #CCCCCC;
}
#bread {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 0082d1;
	background-color: #002469;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#bread A:link{
#color:#0082d1;
}
#bread A:active{
#color:#0082d1;
}
#bread A:visited{
#color:#0082d1;
}
#bread A:hover{
#color:#ffffff;
}
#b form {
	list-style-type: none;
	list-style-image: none;
}
#b table {
	font-size: 12px;
}
.trainer_img {
	border:4px #333333 solid;
}
#bi1 h1 {
	line-height: 20px;
}
.palbox {
	border: 2px solid #00CC00;
	width: 210px;
	padding: 10px;
	margin-right: 152px;
	margin-left: 152px;
}
.palbox h3 {
	font-weight: normal;
	color: #BFCCBB;
}
#b .palbox p {

}
.palbox h1 {
	color: #FFFFFF;
}
.title {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#breadshop {
	background-color: #666666;
	font-size: 10px;
	color: #FFFFFF;
	padding: 10px;
	width: 60%;
	float: left;
}
#breadshop1 {
	width: 35%;
	background-color: #0066CC;
	float: right;
	padding-top: 10px;
	padding-right: 9px;
	padding-bottom: 10px;
	padding-left: 9px;
	font-size: 10px;
}
#bsm {
	padding: 10px;
	width: 754px;
}
#bsm li {
	list-style-position: inside;
}
#bsm li ul {
	margin-left: 20px;
	font-size: 80%;
	color: #CCCCCC;
}
#bsm li ul a {
	color: #FFCC33;
}
#bsm li ul li li a {
	color: #FFFFCC;
}
.otext {
	color: #FFCC66;
}
.prod_int {
	background-color: #333333;
	padding: 10px;
}
.oneColFixCtrHdr #container #mainContent3 #b .prod_main .prod_int img {
	border: 4px solid #999999;
}

.tdwidth {
padding-right:10px;
}

.prod_mainfa {
width:97%;
}.oneColFixCtrHdr #container #mainContent3 #b .tdwidth img {
	border: 4px solid #999999;
}
.oneColFixCtrHdr #container #mainContent3 #bi1 .testimonial img {
	border: 2px solid #999999;
}
#bread p {
	color: #FFFFFF;
}
