@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	color:#5a5b5a;
	margin-top:14px;
}

a{
	color:#207999;
	border:none;
	text-decoration:none;
}

img{
	border:none;
}

p{
	margin:0px;
	padding:4px;
	text-align:justify;
	font-size:1.2em;
}

h1{
	text-align:center;
	font-size:1.8em;
}
	
	
.p_center{
	margin:0px;
	padding:4px;
	text-align:center;
	font-size:1.2em;
}

#main_body{
width:971px;
position:absolute;
left:50%;
margin-left:-485px;
}

#content{
	background-image:url(images/container_bg.png);
	background-repeat:repeat-y;
	width:971px;
	text-align:center;
}

#content_top{
	width:971px;
	height:13px;
	padding:0px;
	margin:0px;
	background-image:url(images/container_top.png);
	background-repeat:no-repeat;
}

#content_base{
	width:971px;
	height:13px;
	padding:0px;
	margin:0px;
	background-image:url(images/container_base.png);
	background-repeat:no-repeat;
}

#footer{
	/*background-color:#272727;*/
	width:920px;
	text-align:right;
	font-weight:bold;
	font-size:1.2em;
	padding:10px;
	margin: 0 auto;
	color:#BFBFBF;
}

#footer a{
	color:#b4ad9c;
}

#footer a:hover{
	color:#FFF;
}

.product_grid_bg{
width:940px;
height:137px;
background-color:#ddd8de;
padding:0px;
margin: 0 auto;
}

#main_content{
	width:944px;
	padding:0px;
	margin: 0 auto;
}

#flash_content{
	width:940px;
	padding:0px;
	margin: 0 auto;
	text-align:center;
}

#menu_div{
	text-align:left;
	width:940px;
	padding:0px;
	padding-bottom:3px;
	margin: 0 auto;
}

#menu_div a{
	margin-right:16px;
}

#spacer_hori{height:6px;}

#contact_div{
		text-align:left;
	width:940px;
	padding:0px;
	margin: 0 auto;
}
	
