/* CSS for all front-end elements goes here */

body {
	font-family:"Lucida Sans", Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #c8c8c8;
	font-size: 0.7em;
	color: #000000;
}

form {
	margin-top: 0;
	margin-bottom: 0;
}

.trans {
	behavior: url("/pngbehavior.htc");
}

.clearer {
	clear: both;
	line-height: 0;
	height: -3px;
}

h2, h3 {
	color: #6d107a;
	font-family: "Trebuchet MS", "Lucida Sans", Arial;
	padding: 0px;
	margin: 10px 0 0 0 ;
}

h2 {
	font-size: 2em;
}

h3 {
	font-weight: normal;
	font-size: 1.6em;
}

p {
	margin: 10px 0px 0px 0px;
/*pagefix - 050310 
	font-size: 1.2em;
	line-height: 1.1;
*/
}

a {
	color:#000099;
}



#wrapper {
	background: #fff;
	background: url(../Images/Gif/mainbg.gif) repeat-y;
	width: 998px;
	margin: 0px auto;
}

#header {
	color: white;
	height: 194px;
	background:url(../Images/Gif/headerbg1.gif) top repeat-x;
}

#navbar {
	text-align:center;
	padding: 4px 20px 4px 20px;
	font-family: "Trebuchet MS", "Lucida Sans", Arial, Helvetica;
	font-weight: bold;
	font-size: 1.3em;
	height: 22px;
	background: #b780b8;
	color: white;
	clear: both;
	z-index: 2000;
}

#navbar a {
	color: white;
}

#navbar a:hover {
	color:#EED2F9;
}

#leftcolumn {
	margin-right: 20px;
	float: left;
	width: 242px;
}

#rightcolumn {
	float:right;
	width: 203px;
}

.news {
	background: url(../Images/Gif/newsbg.gif) no-repeat;
	padding: 0px 20px 0px 43px;
	margin-bottom: 20px;
}

.news a {
	color: #6d107a;
}

.news a:hover {
	text-decoration:underline;
}

#content {
	padding: 20px 0px 30px 0px;
	float: left;
	width: 533px;
	overflow:hidden;
}

#content li {
	list-style-image:url(../Images/Gif/bullet.gif);
}


#footer {
	padding: 3px 20px 3px 20px;
	color: white;
	/*height: 15px;*/
	background: #6d107a;
}

#footer a {
	color: white;
}

.articlecontainer {
	padding: 6px 0px;
	border-bottom: solid 1px #6d107a;
}

.article {
	margin-left: 10px;
}

.lefthead {
	padding-left: 20px;
	width: 350px;
	float: left;
}

.righthead {
	padding-right: 20px;
	text-align: right;
	width: 350px;
	float: right;
}

#nav-left {
	padding-left: 24px;
}
#nav-left a {
	font-weight:bold;
	font-size:12px;
}

.testimonialQuote {
	float: left;
	width: 100%;
	padding-bottom: 14px;
}

.bookingTbCol1 {
	background: #B780B8;
	color: #FFFFFF;
	height: 20px;
}

.bookingTbCol1b {
	width: 20px;
}

.bookingTbCol2 {

	background: #DDC5DE;
}

.doctorTbCol1 {
	background: #B780B8;
	color: #FFFFFF;
	height: 20px;
	vertical-align: top;
}

.doctorTbCol2 {
	width: 25px;
	background: #DDC5DE;
	vertical-align: top;
}

.doctorTbCol3 {
	width: 120px;
	background: #DDC5DE;
	vertical-align: top;
}

.bookingTbCol2b {
	background: #DDC5DE;
}

.bookingInput {
	width: 160px;
	height: 16px;
	font-family: "Trebuchet MS", "Lucida Sans", Arial;
	font-size: 1.0em;
	border: solid 1px #B780B8;
}

.bookingInputDrop {
	height: 22px;
	font-family: "Trebuchet MS", "Lucida Sans", Arial;
	font-size: 1.0em;
	border: solid 1px #B780B8;
}

.bookingInputArea {
	width: 280px;
	font-family: "Trebuchet MS", "Lucida Sans", Arial;
	font-size: 1.0em;
	border: solid 1px #B780B8;
}

.bookingInputArea2 {
	width: 120px;
	height: 40px;
	font-family: "Trebuchet MS", "Lucida Sans", Arial;
	font-size: 1.0em;
	border: solid 1px #B780B8;
}

.bookingBtn {
	width: 100px;
	height: 20px;
	font-family: "Trebuchet MS", "Lucida Sans", Arial;
	font-weight: bold;
	color: #ffffff;
	font-size: 1.0em;
	border: solid 1px #B780B8;
	background: #91268F;
}

.developmentBtn {
	width: 50px;
	height: 20px;
	font-family: "Trebuchet MS", "Lucida Sans", Arial;
	font-weight: bold;
	color: #ffffff;
	font-size: 1.0em;
	border: solid 1px #B780B8;
	background: #91268F;
	margin-left: 16px;
	margin-bottom: 2px;
}

.bookNowBtn {
	width: 65px;
	height: 20px;
	font-family: "Trebuchet MS", "Lucida Sans", Arial;
	font-weight: bold;
	color: #ffffff;
	font-size: 1.0em;
	border: solid 1px #B780B8;
	background: #91268F;
	cursor: pointer;
}

.generalBtn {
	height: 20px;
	font-family: "Trebuchet MS", "Lucida Sans", Arial;
	font-weight: bold;
	color: #ffffff;
	font-size: 1.0em;
	border: solid 1px #B780B8;
	background: #91268F;
	clear:right;
	float: right;
	display: block;
	cursor: pointer;
}
.downloadBtn {
	height: 20px;
	font-family: "Trebuchet MS", "Lucida Sans", Arial;
	font-weight: bold;
	color: #ffffff;
	font-size: 1.0em;
	border: solid 1px #B780B8;
	background: #91268F;
	margin: 4px 0px 0px 91px;
	display: block;
	cursor: pointer;
}

.columninside {
	padding: 20px;
}

.sectionHomepageBtn {
	float: left;
	width: 98%;
	padding: 3px;
	padding-right: 6px;
	margin-bottom: 10px;
}
.sectionHomepageBtn a, .sectionHomepageBtn a:hover {
	color: #6d107a;
	text-decoration:none;
}

.trainingHomeBtn1 {
	float: left;
	width: 98%;
	background: #D4E2B3;
	padding: 3px;
	padding-right: 6px;
	margin-bottom: 10px;
}
.trainingHomeBtn1 a, .trainingHomeBtn1 a:hover {
	color: #6d107a;
	text-decoration:none;
}

.trainingHomeBtn2 {
	float: left;
	width: 98%;
	background: #CBD5DD;
	padding: 3px;
	padding-right: 6px;
	margin-bottom: 10px;
}

.trainingHomeBtn2 a, .trainingHomeBtn2 a:hover {
	color: #6d107a;
	text-decoration:none;
}

.trainingHomeBtn3 {
	float: left;
	width: 98%;
	background: #DBC5CD;
	padding: 3px;
	padding-right: 6px;
	margin-bottom: 10px;
}
.trainingHomeBtn3 a, .trainingHomeBtn3 a:hover {
	color: #6d107a;
	text-decoration:none;
}

.trainingHomeBtn4 {
	float: left;
	width: 98%;
	background: #fff7b4;
	padding: 3px;
	padding-right: 6px;
	margin-bottom: 10px;
}
.trainingHomeBtn4 a, .trainingHomeBtn4 a:hover {
	color: #6d107a;
	text-decoration:none;
}

.hrLineDot {
	float: left;
	width: 100%;
	height: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url(/Images/Gif/hrLineDot.gif) repeat-x;
}

.introText {
	color: #000066;
	font-size: 1.1em;
}

.courseVenueThumb {
	float: left;
	width: 150px;
	height: 125px;
	border: solid 1px #E7E7E7;
	background: #E7E7E7;
	padding: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.courseOutlineWrap {
	float: left;
	width: 100%;
}

.courseOutlinePic {
	float: left;
	width: 100px;
}

.courseOutlineText {
	float: left;
}

.courseOutlineDot {
	float: left;
	width: 100%;
	height: 2px;
	margin-bottom: 10px;
	background: url(/Images/Gif/hrLineDot.gif) repeat-x;
}

.productsDetailCol1 {
	width: 70px;
	vertical-align: top;
	padding-bottom: 10px;
	padding-right: 6px;
	color: #6D107A;
}

.productsDetailCol2 {
	vertical-align: top;
	padding-bottom: 10px;
}

.specialOffers2 {
	float: left;
	width: 510px;
	background: #DBC5CD;
	padding: 3px;
	padding-right: 6px;
	margin-bottom: 10px;
}

.specialOffers2 a, .specialOffers2 a:hover {
	color: #6d107a;
	text-decoration:none;
}

.specialOffers {
	float: left;
	width: 100%;
	background: #DBC5CD;
	padding: 3px;
	padding-right: 6px;
	margin-bottom: 10px;
}

.specialOffers a, .specialOffers a:hover {
	color: #6d107a;
	text-decoration:none;
}

.chooseUs1 {
	color: #FF0000;
}
.chooseUs1 a:link, .chooseUs1 a:visited {
	color: #000000;
}
.chooseUs1 a:hover {
	font-size: 1.3em;
}

.chooseUs2 {
	color: #FF0000;
}
.chooseUs2 a:link, .chooseUs2 a:visited {
	color: #DA1685;
}

.chooseUs2 a:hover {
	font-size: 1.3em;
}

.checkoutCol1 {
	background-color: #FBEAFB;
	vertical-align: top;
}
.checkoutCol2 {
	background-color: #DBC0DC;
	vertical-align: top;
}
.checkoutCol3 {
	background-color: #CDA6CE;
	vertical-align: top;
}

.checkoutQtyBox {
	width: 24px;
	background-color: #FBEAFB;
	text-align: left;
	border: 0px;
	font-family:"Lucida Sans", Arial, sans-serif;
	font-size: 1.0em;
}

.checkoutPPBox {
	float: right;
	text-align: right;
	height: 16px;
	background-color: #DBC0DC;
	border: 0px;
	padding: 0px;
	font-family:"Lucida Sans", Arial, sans-serif;
	font-size: 1.0em;
}

.checkoutTotalBox {
	float: right;
	text-align: right;
	font-family:"Lucida Sans", Arial, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	background-color: #CDA6CE;
	border: 0px;
	height:15px;
}

.corporateHomeBtn {
	float: left;
	width: 100%;
	background: #E4E4F3;
	padding: 3px;
	padding-right: 6px;
	margin-bottom: 10px;
}
.corporateHomeBtn a, .corporateHomeBtn a:hover {
	color: #6d107a;
	text-decoration:none;
}

.pdevelopmentHomeBtn {
	float: left;
	width: 100%;
	background: #CEE8F0;
	padding: 3px;
	padding-right: 6px;
	margin-bottom: 10px;
}

.pdevelopmentHomeBtn a, .pdevelopmentHomeBtn a:hover {
	color: #6d107a;
	text-decoration:none;
}

.rightcolcontent {
	width: 160px;
	float:right;
}

.rightcolheader {
	font-weight: bold;
	color: white;
	text-transform:uppercase;
	background: #6d107a;
	padding: 5px;
}

.ContentWrapScroll
{
	display: block;
	margin: 0px;
	width: 530px;
	height: 500px;
	overflow: auto;
	z-index: 1;
	scrollbar-face-color : #cccccc;
	scrollbar-highlight-color : #ffffff;
	scrollbar-3dlight-color : #dddddd;
	scrollbar-shadow-color : #dddddd;
	scrollbar-darkshadow-color : #ffffff;
	scrollbar-track-color : #eeeeee;
	scrollbar-arrow-color : #bbbbbb;
}

.careerform1 {
	float: left;
	width: 70px;
	padding-right: 10px;
	text-align: right;
	padding-top: 4px;
}

.developmentform1 {
	float: left;
	width: 70px;
	padding-right: 10px;
	text-align: left;
	padding-top: 4px;
}

.careerform2 {
	float: left;
	width: 140px;
	text-align: left;
}

.bookingInputCareer {
	width: 136px;
	height: 16px;
	font-family: "Trebuchet MS", "Lucida Sans", Arial;
	font-size: 1.0em;
	border: solid 1px #B780B8;
}

.bookingOptionInputCareer {
	width: 140px;
	height: 20px;
	font-family: "Trebuchet MS", "Lucida Sans", Arial;
	font-size: 1.0em;
	border: solid 1px #B780B8;
}

.careerleftcolumn {
	float: left;
	width: 220px;
	padding: 10px 0px 10px 10px;
	text-align:	justify;
}
.rowdk
{
	background-color:#B780B8;
}
.rowlt
{
	background-color:#DDC5DE;
}

.rowlt li, .rowdk li {
	list-style-type:circle;
	list-style-image:none!important;
}


.form label {
	width:8em;
	float:left;
}

.borderbox {
	background:#DDC5DE;
	border:2px solid black;
	padding:15px;
	text-align:center;
}

.noborderbox {
	background:#DDC5DE;
	padding:15px;
}

.contactTab, .contactTabHi {
	background:url(../Images/Gif/coloured-tab.gif) no-repeat;
	width:130px;
	height:10px;
	color:white;
	margin:30px 11px 0px 0px;
	float:left;
	padding:20px;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
}

.contactTabHi {
	padding:15px 20px 10px 20px;
	height:25px;
}

.contactTab a, .contactTabHi a {
	color:white;
}

.LargerText {
	font-size:120%;
}

.LargestText {
	font-size:140%;
}

.PurpleText, .PurpleText a {
	color:#939;
}

.faqbox1 {
	background:#f6e1f7;
	padding:10px;
	width:485px;
	margin-bottom:10px;
}

.faqbox2 {
	background:#f6e1f7;
	padding:10px;
	width:485px;
	margin-bottom:10px;
}

.faqbox3 {
	background:#f6e1f7;
	padding:10px;
	width:485px;
}
.trainingCategoryTitle{
	font-size: 1.6em;
	color: #6D107A;
	padding: 3px 0px 3px 10px;
	margin-top: 10px;
}
.trainingCategoryDesc{
	padding: 3px 10px;
	margin-bottom: 3px;
}
.trainingTypeTitle{
	font-size: 1.3em;
	padding: 2px 10px;
}