
/* Standard Styles */
body {
	margin:0;
	padding:0;
	background: #fff url(../images/bg.png) left top repeat;
	font-family: Georgia, "Times New Roman", Arial;
	font-size: 14px;
	color: #4a4a49;
}

h1, h2 {
	color: #009cd9;
	margin-top:0;
}

h1 {
	font-size: 27px;
	xxfont-weight: normal;
}
.bold {
	font-weight: bold;
}
p{
	line-height: 20px;
}
a{
	color: #009cd9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

.fLeft {
	float: left;
}
.fRight {
	float: right;
}
.clr, .clear {
	clear: both;
}


a:hover.enquire{
	text-decoration: underline;
}

.first {
	text-indent: 26px;
	background: url(../images/block.png) top left no-repeat;
}




/* Main Layout styles */

.container {
	
}

.content_wrapper {
	position:relative;
	margin-top: 88px;
	padding-bottom: 20px;
	
	min-width: 950px;
	max-width: 1600px;
	min-height: 800px;
}

.postit {
	position: absolute;
	top:  80px;
	left:  810px;
}

#showcase .content_wrapper {
	background: url(../images/bg-side-showcase.png) 790px 220px no-repeat;
}

#contact .content_wrapper {
	background: url(../images/bg-side-contact.png) 790px 220px no-repeat;
}
#testimonials .content_wrapper {
	background: url(../images/bg-side-testimonial.png) 790px 220px no-repeat;
}

#seminars .content_wrapper {
	background: url(../images/bg-side-seminars.png) 790px 220px no-repeat;
}



.left_and_center {
	left: 38px;
	position: relative;
	width: 760px;
	padding-bottom: 30px;
}
#home .left_and_center, .inside .main_col {
	border-bottom: solid 2px #009cd9;
}

.left_col {
	float:left;
}

.main_col {
	float: right;
}

.right_col {
	float: right;
}

#home .left_and_center {
	position: relative;
	margin-top:30px;
}

#home .left_and_center .left_col {
	width: 360px;
}
#home .left_and_center .main_col {
	width: 360px;
	padding-left: 20px;
}

.inside .left_and_center .left_col {
	margin-top: 80px;
	float:left;
}
.inside .left_and_center .main_col {
	width: 582px;
	background: url(../images/trans-bg.png) left top repeat;
	padding: 30px;
}
#about-us .main_col_left {
	width: 300px;
}
#about-us .main_col_right {
	margin-top: 60px;
}

#about-us .main_col, #contact .main_col {
	padding-right: 5px;
	width:607px;
}

#showcase .main_col_left {
	width: 300px;
}
#showcase .main_col_left ul{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#showcase .main_col_left li{
	padding-left: 25px;
	background-image: url(../images/block2.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
}
#showcase .main_col_right {
	padding-top: 210px;
}


#contact .main_col_left{
	width: 265px;
}

#contact .main_col_right {
	width: 315px;
	margin-top: 37px;
}

.logo {
	position: absolute;
	display: block;
	width: 136px;
	height: 145px;
	text-indent: -50000px;
	background: url(../images/logo.png) left top no-repeat;
	top:0;
	left:0;
}
/* Menu styles */

.menu {
	width: 642px;
	height: 28px;
	position: absolute;
	top: 60px;
	left: 156px;
}
.menu ul {
	margin: 0;
	padding: 0;
}
.menu li {
	float: left;
	list-style: none;
}
.menu a {
	display: block;
	height: 28px;
	text-indent:-5000px;
	background-repeat: no-repeat;
	background-position: left top;
}

.menu .home a {
	width: 97px;
	background: url(../images/menu_home.png) no-repeat;
}
.menu .about-us a {
	width: 105px;
	background: url(../images/menu_about.png);
}
.menu .testimonials a {
	width: 121px;
	background: url(../images/menu_testimonial.png);
}
.menu .showcase a {
	width: 111px;
	background: url(../images/menu_showcase.png);
}
.menu .seminars a {
	width: 105px;
	background: url(../images/menu_semi.png);
}
.menu .contact a {
	width: 103px;
	background: url(../images/menu_contact.png);
}
.menu a:hover, .menu a.current {
	background-position: left bottom;
}


/* Form Styles */

#Form_Form {
	padding: 0;
	margin: 10px 0;

}

fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
#Form_Form div.field {
	min-height: 18px;
	clear:both;
	padding-bottom: 10px;
}

#Form_Form label.left
{
width: 100px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}
/*
input.text, textarea.text {
	border: solid 1px #ccc;
}
*/
.middleColumn {
	float: left;
}

.middleColumn label {
	display:block !important;

}
.middleColumn label.required {
	color: red;
	padding: 2px 0 4px 0 ;
}

#Form_Form input.text {
	width: 185px;
}
#Form_Form  textarea {
	width: 188px;
}

.Actions {
	margin-top: 10px;
}

#Form_Form_action_process, .submit input
{
	float: right;
	margin-right: 20px;
	background: url(../images/btnSend.png) left top no-repeat;
	width: 90px;
	height: 22px;
	text-indent: -5000px;
}
.seminar_list td, .seminar_list th {
	background: #cce4f7;	
	padding:4px;
}
.seminar_list th {
	color: #009cd9;
}
.seminar_list td .actions{
	margin: 6px 0;
}
a.enquire {
	font-weight: bold;
	color: white;
	padding:4px 20px;
	background: #009cd9;
	text-decoration: none;
	xxwidth: 100%;
}

.needToTalk {
	display: block;
	width: 94px;
	height: 94px;	
	background: url(../images/need-to-talk.png) left top no-repeat;
	text-indent: -5000px;
}
.needToTalk:hover {
	background: url(../images/need-to-talk-over.png) left top no-repeat;
}

