/* Left Navigation */

#leftpancontainer{
	width:200px;
	float:left;
	margin-left: 5px;
	margin-top: 12px;
}


.leftpantitle {
    float: left;
	width: 200px;
	height: 25px;
	background: #666666;	
	color: #FFFFFF;
	font-size:10pt;
	font-weight:bold;
	line-height:28px;
	border-top: 1px solid white;
}

.leftpan {
	width: 200px;
	background: #FFFFFF;
	float:left;
	
}

.leftpan ul {
	margin: 0;
	padding: 0;
	width:190px;
}

.leftpan li {
	display: block;
	clear:both;
}

.leftpan a {
	display: block;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #444444;
 	border-top: 1px solid white;
	margin-left: 0px;
	background-color: #DCDCDC;
	width:200px;
	height:23px;
	text-align: left;
	text-decoration: none;
}

.leftpan img {
	vertical-align: baseline;
	margin-top: -2px;
	margin-bottom: -2px;
	margin-right: 6px;
}

.leftpan a:hover {
	background-color: #CCCCCC;
}

.leftpan .current a {
	background-color: #F48221;
	color: #FFFFFF;
}
	
/* Content General*/

#gencontent {
	width: 500px;
	margin: 10px;
	background: #FFFFFF;
	float:left;
}

#consmallboxtitle {
   float: left;
	width: 200px;
	height: 30px;
	padding: 0px;
	background: #666666;
	color: #FFFFFF;
	font-size:10pt;
	font-weight:bold;
	line-height:28px;
}

#consmallboxcontainer{
	width:200px;
	float:left;
	border: 1px solid lightgrey;
}

#consmallbox {
	width: 200px;
	height: 150px;
	float:left;
	background: url(images/box_bg.jpg) repeat-x left bottom;	
	
}

/* Posts */

#genposts {
	float: left;
	width: 500px;
}

/* ISO 9001:2000 logo part  */
#consmallboxlogocontainer{
	width:200px;
	height:220px;
	float:left;
	border: 1px solid lightgrey;
}

#consmallboxlogo {
	width: 200px;
	height: 190px;
	float:left;
	background: url(images/box_bg.jpg) repeat-x left bottom;
}
