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


body { color:#413d3d; }
#container
	{ 
	width: 1000px;  /* using 20px less than a full 980px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	 /* this overrides the text-align: center on the body element. */
	
	}

#header
{
	width:1000px;
	float:left;
	height:84px;
	text-align:center;
		
}

#header .logo
{
	margin-left:50px;
	margin-right:50px;

}

#header .shoppingcart

{
	background-repeat:no-repeat;
	width:500px;
	border:0px;
	float:right;
	margin-top:15px;
	text-align:justify;
	text-align:right;
	font-size:11px;

}
#header .header_links
{
	float:right;
	text-align:right;
	vertical-align:text-top;
	width:300px;
	position:relative;
	bottom:0px;
	font-size:11px;
	padding-top:5px;
	color:#818181;
	

}

#header .header_links a
{
	color:#fff;
	text-decoration:none;
}

#header .header_links a:hover
{
	color:#48a5bf;
	text-decoration:underline;
}


#services
{

	width:1000px;

	float:left;
	margin-top:36px;
	text-align:center;

}

#welcome
{

	width:1000px;
	float:left;
	margin-top:20px;
	text-align:center;
	margin-bottom:50px;
}

#footer
{
	width:1000px;
	background:#FFF;
	float:left;
	text-align:center;

}