@charset "utf-8";
/* CSS Document * this is now used for the site map and the coupon only - HELLO - */


* 	{
	padding: 0;
	margin: 0;
	}

/*Site Map CSS*/
#wrappersitemap {
	height: 400px;
	width: 900px;
	margin-right: auto;
	margin-left: 50px;
	border-color: #cab7ba;
	border-style: thin;
	color: #4c4747;
	margin-top: 10px;
	font-size:12px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	}

#sitemap {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 12px;
	border:double;
	border-color: #cab7ba;
	}


#sitetable	{
	margin-right: auto;
	margin-left: auto;
	height: 325px;
	width: 900px;
	margin-top:	50px;
	}
		
h1{
	text-align:center;
	font-weight:bold;
	}

.pagesite {
	font-weight:bold;
	}
	
#tablesite {
	margin-right: auto;
	margin-left: auto;
	border: double;
	border-color: #cab7ba;
	}

#tablesite a:link {
		color: #552832;}
#tablesite a:visited {
		color: #99989c;}
#tablesite a:hover {
		color: #ef3d47;}

#footermedia {
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	font-size:10px;
	text-align: center;
	}

#footermedia a:link {
		color: #552832;}
#footermedia a:visited {
		color: #99989c;}
#footermedia a:hover {
		color: #ef3d47;}
				
/*Coupon CSS*/
#wrappercoupon {
	height: auto;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: hidden;
	color: #0b2b0e;
	}
	
#coupon {
	float: left;
	}

#coupon2 {
	float: right;
	}

#footercoupon {
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	color: #4c4747;
	font-size:12px;
	text-align: center;
	}

#footercoupon a:link {
		color: #4c4747;}
#footercoupon a:visited {
		color: #cab7ba;}
#footercoupon a:hover {
		color: #b0102a;}

