/* * * * * * * * * * * * * *
 * DJO Ormed CSS
 * updated: 2008-06-13
 * * * * * * * * * * * * * * */

body{
	font-family:Verdana,Arial,sans-serif;
	font-size:10px;
}
#fck body{
	background-color:transparent !important;
}
#wrapper{
	width:1000px;
	margin:0 auto;
}
#content{
	border:1px solid #666;
	background-color:#fff;
	background-image:url(../images/lines.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	width:998px;
	min-height:400px;
}
#topline{
	width:1000px;
	height:20px;
	background-image:url(../images/topline.gif);
	line-height:10px;
	/* background-color:#d3d3d3; */
	/* border-width:1px 1px 0 1px; */
	/* border-color:#666; */
	/* border-style:solid; */
	/* -moz-border-radius:20px 20px 0 0; */
}
#bottomline{
	width:1000px;
	height:20px;
	background-image:url(../images/bottomline.gif);
	/* background-color:#666; */
	/* border-width:0 1px 1px 1px; */
	/* border-color:#666; */
	/* border-style:solid; */
	/* -moz-border-radius:0 0 20px 20px; */
}


#tagline{
	float:right;
	margin:4px 50px 5px 10px;
	text-transform:uppercase;
	font-weight:bold;
	color:#666;
	display:inline;
}
#topline ul{
	margin:0 0 0 10px;
	padding:0;
	float:left;
}
#topline ul a{
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	line-height:20px;
}
#topline a sup{
	font-size:.8em;
}
#topline ul li{
	display:inline;
	margin:0 35px 0 5px;
	padding:1px 0;
	position:relative;
}

#bottomline{
	text-align:right;
}
#bottomline a{
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	line-height:20px;
	margin-right:50px;
}



#content h1.header{
	text-indent:-1000em;
	margin:20px 47px 20px;
	padding:0;
	background-image:url(../images/ormed.gif);
	background-position:100%;
	background-repeat:no-repeat;
	height:38px;

}

#editorial{
	margin:20px 20px 0;
	font-size:11px;
}


a img{
	border:none;
}


/*
	Editorial styles starts here
*/
#editorial *{
	margin:0;
	padding:0;
}
#editorial h1{
	font-size:20px;
	text-transform:uppercase;
}
#editorial h1 sup{
	font-size:.8em;
}
#editorial sup{
	font-size:.8em;
}
#editorial h2{
	font-size:12px;
}
#editorial h3{
	color:#59c134;
	font-size:12px;
	text-transform:uppercase;
}
#editorial h4{
	color:#59c134;
	font-size:12px;
}
#editorial h5{
	color:#59c134;
	font-size:11px;
}
#editorial h6{
	color:#59c134;
	text-decoration:underline;
}
#editorial p{
	margin:0;
	padding:0;
}
#editorial ul{
	margin-left:0;
}
#editorial ul li,#editorial li ul li{
	list-style-type: none;
	background-image:url(../images/dot.gif);
	background-position:2px 4px;
	background-repeat:no-repeat;
	padding-left:17px;
}
#editorial ol{
	margin-left:20px;
}
#editorial ol li,#editorial li ol li{
	background-image:none;
	list-style-type: decimal;
	margin:0;
	padding:0;
}
#editorial a:link,#editorial a:visited{
	color:#59c134;
	/* color:inherit; */
	text-decoration:none;
}
#editorial table td{
	vertical-align:top;
}
#editorial p.small{
	font-size:.8em;
}

