/*
Theme Name: BIFMA Level
*/
html{
	margin: 0;
	padding: 0;
	height: 100%;
	min-width: 950px;
	text-align: center;
	line-height: 1.25em;
	background: url('images/logo_home.jpg') top right no-repeat;
}
html#b1{
	background: #fff url('images/logo_pages.jpg') top right no-repeat;
}
html#b2{
	background: #fff url('images/logo_other.jpg') top right no-repeat;
}
html#b3{
	background: #f1f2f3;
}
body{
	margin: 0 auto;
	padding: 0;
	width: 950px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
html#b3 body{
	background: url('images/logo_blog.jpg') top left no-repeat;
}

p{
	clear: both;
}
h1{
	font-weight: normal;
	font-size: 1.25em;
	clear: both;
}
html h1 strong{
	font-size: 3.75em;
}
html#b1 h1 strong, html#b2 h1 strong, html#b3 h1 strong{
	font-weight: normal;
	font-size: 1.5em;
}
#navigation{
	margin: 40px auto;
	margin-bottom: 0;
	padding: 0;
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
	height: 1.4em;
	width: 750px;
	overflow: hidden;
	border-bottom: 1px solid #000;
}
#navigation li{
	float: left;
}
#navigation a{
	display: block;
	padding: 1em;
	padding-top: 0;
	border-right: 1px solid #000;
	text-decoration: none;
	color: #000;
}
#navigation a:hover, #navigation .current, div.breadcrumb a{
	text-decoration: none;
	color: #99cc00;
}
div.breadcrumb{
	margin: 0;
	margin-top: 10px;
	padding: 0;
	padding-left: 100px;
	padding-bottom: 3.2em;	
	text-align: left;
}
div.breadcrumb p{
	margin: 0;
	padding: 0;
}
#lcol{
	float: left;
	width: 450px;
	padding-left: 100px;
	padding-top: 10px;
	text-align: left;
}

/* products tables */
#lcol table.products{
	margin-top: 30px;
	width: 450px;
}
#lcol table.products th.thead{
	padding-bottom: 15px;
	font-weight: normal;
	font-size: 1.75em;
	clear: both;
}
#lcol table.products th.thead span{
	font-size: .6em;
}
#lcol table.products td{
	width: 33%;
}
/* */

#lcol a, #rcol a{
	color: #666;
}
#lcol a:hover, #rcol a:hover{
	text-decoration: none;
	color: #999;
}
html#b1 #lcol{
	padding-bottom: 175px;
	background: url('images/logo_green.jpg') bottom left no-repeat;
}
#lcol h1#the_blog{
	margin: 0;
	padding: 3px;
	padding-top: 30px;
	padding-bottom: 15px;
	background: #fff;
	font-size: 2em;
}
#lcol div#content_block{
	margin-top: 5px;
	padding: 3px;
	background: #fff;
}
#lcol h2{
	font-weight: normal;
}
#lcol h2 a{
	font-weight: normal;
	font-size: 1em;
	color: #000;
	border: 0;
}
#lcol h2 a:hover{
	border: 0;
}
#lcol h3{
	font-weight: normal;
	font-size: .9em;
	color: #ddd;	
}
fieldset{
	border: none;
}
#lcol #comment{
	display: block;
	padding: 15px;
	border-top: 1px solid #aaa;
}
#lcol form label{
	display: block;
}
#lcol form input{
	width: 90%;
	padding: 3px;
	font-size: 1em;
}
#lcol form input, #lcol form textarea{
	border: 1px solid #ccc;
}
#lcol form .submit{
	width: 30%;
}
#rcol{
	width: 300px;
	text-align: left;
	float: left;
}
#rcol h1, #rcol #other, #rcol p{
	margin: 0;
	padding: 10px;
	padding-left: 30px;
}
#rcol h1{
	font-size: 1.25em;
}
#rcol ul, #rcol #other{
	margin: 0;
	padding: 0;
	padding-left: 30px;
	padding-bottom: 30px;
	list-style: none;
	list-style: none;
}
#rcol #other{
	padding-top: 10px;
}
#rcol #side_about, #rcol #thirdparty{
	position: relative;
	top: 115px;
	font-size: 1.25em;
}
#rcol #side_about, #side_about ul{
	margin: 0;
	padding: 0;
	padding-left: 40px;
	list-style: none;
}
#rcol #side_about li ul{
	padding-top: 5px;
	padding-left: 10px;
	font-size: .85em;

}
/*
#rcol #side_about li ul li:before{
	content: "> ";
}
*/
#side_about li{
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}
#side_about a{
	text-decoration: none;
	color: #ff9900;
}
#side_about a:hover{
	text-decoration: underline;
}
#footer{
	padding: 40px;
	padding-left: 100px;
	text-align: left;
}
.ffix{
	clear: both;
	display: block;
}