/*MAIN DOCUMENT STYLES*/

body{
	margin:0;
	padding:0;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#515151;
	font-size:14px;
}

.container{
	margin:auto;
	width:1200px;
	overflow:inherit;
}

.header{
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
	height:209px;
	width:1200px;
}

.nav_panel{
	background-image:url(../img/nav_bg.jpg);
	padding-top:15px;
	height:45px;
	width:1200px;
	
}

.body_area{
	background-image:url(../img/body_bg.jpg);
	background-repeat:repeat-y;
	width:1000px;
	padding-top:25px;
	padding-left:100px;
	padding-right:100px;
	padding-bottom:25px;
}


/*LIST*/

ul.niceList {
  margin: 0;
  padding: 0;
  clear:both;
}
ul.niceList li {
  margin: 0;
  padding-left:16px;
  list-style: none;
  background: url('../img/list.jpg') no-repeat top left;
  background-position: 0 4px;
  clear:both;
}

/*LIST*/   

.intro{
	font-size:14px;
	text-align:justify;
}

.list_icon{
	list-style-image:url(../img/list.jpg);
}

.title{
	text-transform:uppercase;
	font-weight:bold;
	font-size:16px;
}

.contents{
	padding-top:25px;
}

.product_name{
	font-size:12px;
	font-weight:bold;
	color:#00bef1;
}

.small{
	font-size:12px;
	font-style:italic;
	text-align:justify;
}

.blue{
	color:#00bef1;
}

.footer{
	background-image:url(../img/footer_bg.jpg);
	background-repeat:no-repeat;
	height:141px;
	width:1200px;
}
