body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	margin: 0px;
	padding: 0px;
}
#centre {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: left;
}
#mainPanel {
	margin-top: 20px;
	height: 640px;
	background-image: url(../images/home_bg.jpg);
}
#mainNav {
	padding-top: 400px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B24408;
}
#mainNav ul {
	margin: 0 0 0 25px;
	padding: 0;
	font-weight: bold;
	font-size: 0.95em;
	}
#mainNav ul li {
	list-style-type: none;
	font-weight: bold;
	/*letter-spacing: 0.05em;*/
	line-height: 20px;
	color: #FFF;
	display: inline;
	margin: 0 16px 0 0;
	}
#mainNav ul li a{
	text-decoration: none;
	color: white;
	}
#mainNav ul li a:hover{
	text-decoration: none;
	color: #B24408;
	}
/* --------------------- tabPanels --------------------- */.basictab ul{
	list-style-type: none;
	padding: 0;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
	display: inline;
	margin: 0;
}

.basictab li a{
	text-decoration: none;
}

.basictab li a:visited{
}

.basictab li a:hover, .basictab li a.current{
}

.basictab li a:active{
}

/* ------------- Sub Navigation ------------- */
.tabcontainer{
	clear: left;
	/*width: 95%;*/ /*width of 2nd level sub menus*/
	height: 220px;
}
.tabcontainer h2 {
	margin: 0px;
	padding: 0px;
}
.tabcontainer ul{
	margin: 0;
	/*padding: 10px 0 0 0;*/
	height: 400px;
}
.tabcontainer ul li{
	display:block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.tabcontainer a {
	text-decoration: none;
	font-size: 90%;
	color: #999;
}
.tabcontainer a:hover {
	color: #B24408;
}

.tabcontent{
	display:none;
	height: 220px;
	/*margin-top: 5px;*/
}
.tabcontent p{
	margin-top: 0px;
	padding-top: 0px;
}
.tabcontent ul{
	padding-top: 17px;
	width: 250px;
}
.tabcontent ul li{
	margin-top: 3px;
	color: white;
}

/* Home */
#sc1 {
	
}
#sc1 ul{
	margin-left: 0px;
}
/* About Us */
#sc2 {
	background-image:url(../images/home_about_us_bg.jpg);
}
#sc2 ul{
	margin-left: 38px;
	background-image:url(../images/arrow2.gif);
	background-repeat:no-repeat;
	background-position: 38px 5px;
}
/* C5EA */
#sc3 {
	background-image: url(../images/home_c5ea_bg.jpg);
}
#sc3 ul{
	margin-left: 116px;
	background-image:url(../images/arrow2.gif);
	background-repeat:no-repeat;
	background-position: 38px 5px;
}
/* Fertility */
#sc4 {
	background-image:url(../images/home_fertility_bg.jpg);
}
#sc4 ul{
	margin-left: 372px;
	background-image:url(../images/arrow2.gif);
	background-repeat:no-repeat;
	background-position: 38px 5px;
}
/* Training */
#sc5 {
	background-image:url(../images/home_training_bg.jpg);
}
#sc5 ul{
	margin-left: 448px;
	background-image:url(../images/arrow2.gif);
	background-repeat:no-repeat;
	background-position: 38px 5px;
}
/* Products */
#sc6 {
	background-image: url(../images/home_product_bg.jpg);
}
#sc6 ul{
	margin-left: 520px;
	background-image:url(../images/arrow2.gif);
	background-repeat:no-repeat;
	background-position: 38px 5px;
}
/* Press */
#sc7 {
	background-image: url(../images/home_press_bg.jpg);
}
#sc7 ul{
	margin-left: 601px;
	background-image:url(../images/arrow2.gif);
	background-repeat:no-repeat;
	background-position: 38px 5px;
}
/* Contact Us */
#sc8 {
	background-image: url(../images/home_contact_us_bg.jpg);
}
#sc8 ul{
	margin-left: 660px;
	background-image:url(../images/arrow2.gif);
	background-repeat:no-repeat;
	background-position: 38px 5px;
}


/* --------------------- footer --------------------- */ 
#footer {
	background-color: #6b513f;
	height: 20px;
	color: white;
	font-size: 0.9em;
	text-align: right;
}
#footer a{
	text-decoration: none;
	color: white;
}
#footer ul {
	margin: 0;
	padding: 2px 0 0 0;
}
#footer ul li {
	list-style-type: none;
	display: inline;
	margin: 0 16px 0 0;
	}
#footer ul li a{
	text-decoration: none;
	color: white;
	}
#footer ul li a:hover{
	text-decoration: none;
	color: #B24408;
	}
.floatLeft {
	display:block;
	float: left;
	padding: 2px 0 0 16px;
}
.floatRight {
	display:block;
	float: right;
}