@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	background:url(../imageslib/pagebg.jpg) repeat #303030;
	font-family:Tahoma, Geneva, sans-serif;
	color:#FCFCFC;
	font-size:11px;
}

.menutitle{
	color:#FCFCFC;
	font-size:12px;
}

.menudetail{
	color:#ffbb03;
	font-size:10px;
}

.overallContainer{
	 width:100%;
	 margin:0;
	 padding:0;
	 text-align:center;
}

.bodyContainer{
	margin:0;
	padding:0;
	width:780px;
	height:auto;
}

.topBanner{
	margin:0;
	padding:0;
	height:425px;
	border-bottom:1px solid #000;
}

.contentContainer{
	background:url(../imageslib/bg.jpg) repeat-y center center #333;
	padding:10px 5px 10px 5px;
	margin:0;
	height:auto;
	vertical-align:top;
	border-bottom:1px solid #111;
	border-top:1px solid #666;
}

.bottom{
	background:url(../imageslib/bgfooter.jpg) repeat-y center center #000;
	height:50px;
	padding-top:10px;
	border-top:1px solid #666;
}

.menubar{
	margin:0;
	padding:0;
	margin-bottom:10px;
}

.menubar li{
	display:inline;
	list-style:none;
	padding:10px;
	margin-top:0px;
	padding-left:15px;
	background:url(../imageslib/arrow_left.jpg) 0px center no-repeat  ;
}

a{
	text-decoration:none;
	color:#ff9900;
}

a:hover{
	text-decoration:underline;
	color:#06F;
}

.photobox{
	background:url(../imageslib/photobox.jpg) no-repeat center center;
	padding:3px 11px 11px 3px;
}

h2{
	font-size:16px;
}
h3{
	font-size:14px;
}
h4{
	font-size:12px;
}

h1{
	font-size: 220%;
}

.linkBlock{
	display:inline-block;
	width:244px;
	margin:0;
	padding:5px;
	text-align:center;
}
.linkBlock a{
	color:#FC0;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
.linkBlock a:hover{
	text-decoration:underline;
	color:#06F;
}
.linkred{
	color:#E20A2B;
	color:#EFEFEF;
	font-weight:bold;
	font-size:10px;
}

.menucategory{
	color:#CC0221;
	font-size:13px;
	height:26px;
	padding-top:8px;
	font-weight:bold;
	width:100%;
	margin:0;
	background:url(../imageslib/titlebarbg.jpg) center center repeat-x #F90;
}

.menucategoryleftbg{
	height:34px;
	width:9px;
	float:left;
	background:url(../imageslib/titlebarleft.jpg) no-repeat center center #F90;
}

.menucategoryrightbg{
	height:34px;
	width:9px;
	background:url(../imageslib/titlebarright.jpg) no-repeat center center #F90;
	float:right;
}

.submenucategory{
	color:#FC0;
	font-size:12px;
}

.menuitemblockleft{
	display:inline-block;
	width:20px;
	text-align:left;
	vertical-align:top;
	float:left;
}

.menuitemblockmiddle{
	display:inline-block;
	width:170px;
	vertical-align:top;
	text-align:left;
float:left;
}

.menuitemblockright{
	display:inline-block;
	width:50px;
	text-align:right;
	vertical-align:top;
	color:#FC0;
	float:right;
}

.menudetail{
	color:#F90;
	font-size:10px;
	font-weight:normal;
}

.mainmenuitemleft{
	display:inline-block;
	width:190px;
	vertical-align:top;
	text-align:left;
}

.mainmenuitemleftline{
	border-bottom:1px solid #B7B7B7;
	display:inline-block;
	width:190px;
	vertical-align:top;
	text-align:left;
	margin-bottom:2px;
	float:left;
}

input[type=text]{
	height:18px;
}

#lecedreContainer
{
	width:768px;
	margin:0 auto;
}
#lecedreContainerl
{
	float:left;
	width:250px;
}
#lecedreContainerm
{
 	margin-left:8px;
	border-left:1px dotted #999;
	border-right:1px dotted #999;
	float:left;
	width:250px;
}
#lecedreContainerr
{
	float:right;
	width:250px;
}

