@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
	}
	
body {
	background: #f6f5f3 url(../img/bg-main.jpg) no-repeat;
	color:#dedede;
	font-size:11px;
	font-family:Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
	line-height:16px;
	}

p {
	margin-top:24px;
	}

#container_mbg {
	background: #121212 url(../img/bg-container.jpg) no-repeat top right;
	width:908px;
	margin-left: 20px;
	position: relative;
	margin-top: 3px;
	color:#ffffff;
	}

#logo_mbg {
	background: url(../img/logo.gif) no-repeat;
	float:left;
	width:143px;
	height:95px;
	margin:30px 0 32px 37px;
	}

#prod_info_mbg {
	background: url(../img/prod_info.gif) no-repeat;
	float:right;
	width:154px;
	height:73px;
	margin:40px 20px 0 0;
	}
	
#content_mbg {
	width:473px;
	clear:both;
	margin:0 0 0 37px;
	text-align:justify;
	}

#bottom_mbg {
	background: url(../img/bottom.jpg) no-repeat;
	width:908px;
	height:241px;
	}

#foot_mbg {
	text-align:center;
	color:#686666;
	margin:5px 0 0 0;
	height:100px;
	}
	
#foot_mbg a,
#foot_mbg a:visited {
	color:#686666;
	text-decoration:none;
	}
	
#foot_mbg a:hover {
	text-decoration:underline;
	}

h1 {
	font-size:18px;
	color:#c58f52;
	text-transform:uppercase;
	margin-bottom:21px;
	padding-top:5px;
	}
	
.list {
	background: url(../img/dot.gif) no-repeat 0px 4px;
	margin-left:5px;
	padding: 0 0 0px 13px;
	list-style-type: none;
	}