/* Start of CMSMS style sheet 'Layout' */
@font-face {
	font-family:ql;  
	src: url(/uploads/fonts/ql.ttf) format("truetype");  
}

body{
	background:#a48860;
	margin:0;
	padding:0;
	font-family: ql, verdana, helvetica, sans-serif;
	font-size:18px;
}

div#container{
	background:url(/images/layout/body-background.jpg) #a48860 center center repeat-y fixed;
}

div#header{
	background:url(/images/layout/header.png) center center no-repeat;
	height:229px;
}

div#header img#logo{
	
}

div#footer{
	background:url(/images/layout/footer.png) center center no-repeat;
	height:165px;
}

.classDetais li{
	float:left;
	clear:both;
	display:block;
	height:20px;
}

.classDetais li span{
	width:100px;
	float:left;
	text-align:right;
	margin-right:20px;
	height:20px;
}

#ie6List{
	list-style:none;
}

#ie6List li{
	float:left;
	margin: 0 5px;
	text-align:center;
}

#ie6List li a{
	text-decoration:none;
}

div#footer ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:auto;
	margin-right:auto;
	padding-top:99px;
	width:510px;
}

div#footer ul li{
	float:left;
	margin:0 10px;
	background:url(/images/menu/background.png) no-repeat;
	text-align:center;
	height:49px;
	width:148px;
	line-height:45px;
}

div#footer ul li a{
	color:#F8E300;
	font-weight:bold !important;
}
/* End of 'Layout' */

