@charset "utf-8";
/* CSS Document */

/****** global css ******/
html *{
	margin: 0px;
	padding: 0px;
}
body{
	background: #a5cae4 url(/images/orapharma/shared/background.jpg) repeat-x top left;
	text-align: center;
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}

a{
	color: #660066;
}

/******  container css ******/
#container{
	margin: 0px auto;
	text-align: left;
	width: 963px;
	min-height: 375px;
	background: #FFF url(/images/orapharma/shared/container_bg.gif) repeat-y top left;
}

/****** header css ******/
#header{
	height: 84px;
	background: url(/images/orapharma/shared/top_bar.gif) no-repeat top left;
}
#logo {
	width: 358px;
	margin-top: 25px;
	float: left;
	height: 59px;
	
}
#logo img{
	border: 0px;
}

/****** menu css ******/
#menu{
	width: 605px;
	margin-top: 25px;
	background: url(/images/orapharma/shared/menu_bg.jpg) no-repeat top right;
	float: right;
	height: 59px;
	list-style-type: none;
	display: block;
}
#menu li{	
	list-style-type: none;
	float: left;
	display: inline-block;
	margin-right:  2px;
	background: url(/images/orapharma/shared/tab_bg.gif) repeat-x bottom left;
}
#menu li a{
	display: block;
	width: 136px;
	height: 59px;
	
	color: #FFF;
	text-transform:uppercase;
	text-align: center;
	text-decoration: none;
	line-height: 55px;
	font-weight: bold;
}
#menu li a#overview{
	width: 154px;
}
#menu li.on a, #menu li a:hover{
	background: url(/images/orapharma/shared/tab_bg_on.gif) repeat-x bottom left;
}

/****** left column css ******/

#leftCol{
	clear: both;
	float: left;
}

/****** right column css ******/
#rightCol{
	float: right;
}

/****** content bottom css ******/
#bottom{
 	height: 66px;
	text-align: center;
	background: url(/images/orapharma/shared/bottom_bar.gif) no-repeat bottom center;
	padding-bottom: 27px;
}
 
/****** footer css ******/
#footer{
	margin: 0px auto;
	text-align: left;
	width: 900px;
	padding-left: 63px;
	font-size: 11px;
}

#ftr_logo{
	float: right;
	margin-right: 17px;
	margin-top: 10px;
	display: inline-block;
}

#ftr_logo img{
	border: 0px;
}

/****** fixes for ie6 ******/
* html #menu{
	margin-left: -3px;
}
* html #logo{
	margin-right: -3px;
}


