/*************************************************************
 
 -------------------------------------------------------------
 Theme:   The Paper Family
 Author:  SecretPenguin
          http://www.secretpenguin.com
 
 
*************************************************************/



/*============================================================
Body
============================================================*/

* {
	margin: 0;
	padding: 0;
	}

body {
	font-size: 12px; 
	color: #333333; 
	line-height: 22px; 
	font-weight: normal;
	letter-spacing: 0px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #FFF url(../images/bg-top.jpg); 
	background-position: top center; 
	background-repeat: repeat-x;
	text-align: left;
	}
	
p {
	padding-bottom: 7px;
	}		
	
a, a:link, a:visited {
		color: #000;
		text-decoration: underline;
		}
	
	a:hover {
		color: #333;
		text-decoration: underline;
		}	

h1 {
	display: block;
	width: 502px;
	height: 165px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/thepaperfamily.png);
	margin: 0px auto;
	}

h1 a {
	display:block;
	width:100%;
	height:100%;
	outline:none;
	background: url(../images/thepaperfamily.png);
	}
	
h2 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 48px; 
	color: #000; 
	font-weight: bold;
	padding-bottom: 10px;
	}
	
#container {
	width: 955px;
	margin: 0px auto;
	background: #FFF url(../images/bg-container.jpg); 
	background-position: top center; 
	background-repeat: no-repeat;
	}

#top {
	height: 75px;
	font-size: 10px;
	padding-top: 10px;
	margin: 0px auto;
	width: 955px;
	}
	
#top a, #top a:link, #top a:visited {
		font-size: 10px; 
		color: #333;
		text-decoration: none;
		text-transform: none;	
		}
	
	#top a:hover {
		color: #333;
		text-decoration: underline;
		text-transform: none;
		}
		
.left-top {
	float: left;
	padding-top: 10px;
	}
	
.right-top {
	float: right;
	overflow: hidden;
	}	
	
#secretpenguin {
	display: block;
	width: 118px;
	height: 31px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/secretpenguin.png);
	margin: 0px auto;
	}

#secretpenguin a {
	display:block;
	width:100%;
	height:100%;
	outline:none;
	background: url(../images/secretpenguin.png);
	}			


/* MENU */	
	
#nav {
	}
	
#menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 791px;
  height: 147px;
  background: none;
  position: relative;
}

#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}

#menu a:hover {
  background-position: left bottom;
}

#menu .mrtrafficpaper {
  width: 169px;
  height: 147px;
  background: url(../images/menu-mrtrafficpaper.png) no-repeat;
  left: 80px;
  top: -30px;
}

#menu .mrsprintpaper {
  width: 176px;
  height: 147px;
  background: url(../images/menu-mrsprintpaper.png) no-repeat;
  left: 249px;
  top: -30px;
}

#menu .sirbrandingpaper {
  width: 188px;
  height: 147px;
  background: url(../images/menu-sirbrandingpaper.png) no-repeat;
  left: 425px;
  top: -30px;
}

#menu .mswebpaper {
  width: 137px;
  height: 147px;
  background: url(../images/menu-mswebpaper.png) no-repeat;
  left: 613px;
  top: -30px;
}

#menu .babynotepaper {
  width: 121px;
  height: 147px;
  background: url(../images/menu-babynotepaper.png) no-repeat;
  left: 750px;
  top: -30px;
}

/* END MENU */


#pages {
	width: 955px;
	}

#mrtrafficpaper {
	background: url(../images/bg-mrtrafficpaper.jpg); 
	background-position: top center; 
	background-repeat: no-repeat;
	width: 955px;
	height: 230px;
	margin-top: -24px;
	}
	
#mrsprintpaper {
	background: url(../images/bg-blue.jpg); 
	background-position: top center; 
	background-repeat: no-repeat;
	width: 955px;
	height: 232px;
	}	
	
#sirbrandingpaper {
	background: url(../images/bg-yellow.jpg); 
	background-position: top center; 
	background-repeat: no-repeat;
	width: 955px;
	height: 232px;
	}	
	
#mswebpaper {
	background: url(../images/bg-blue.jpg); 
	background-position: top center; 
	background-repeat: no-repeat;
	width: 955px;
	height: 232px;
	}	
	
#babynotepaper {
	background: url(../images/bg-yellow.jpg); 
	background-position: top center; 
	background-repeat: no-repeat;
	width: 955px;
	height: 232px;
	}				

.left-home {
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 40px;
	}	
	
.right-home {
	padding-top: 34px;
	padding-right: 40px;
	}	
	
.download {
	float: right;
	}
	
.download a, .download a:link, .download a:visited {
	display: block;
	width: 167px;
	height: 88px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/pdf-download.png);
	background-position: top;	
	}
	
.download a:hover, .download a:visited:hover {
	background-position: bottom;
	}
	
.comingsoon {
	float: right;
	}
	
.comingsoon a, .comingsoon a:link, .comingsoon a:visited {
	display: block;
	width: 167px;
	height: 88px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/pdf-comingsoon.png);
	background-position: top;	
	}
	
.comingsoon a:hover, .comingsoon a:visited:hover {
	background-position: bottom;
	}
	
.purchase {
	float: right;
	}
	
.purchase a, .purchase a:link, .purchase a:visited {
	display: block;
	width: 167px;
	height: 88px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/pdf-purchase.png);
	background-position: top;	
	}
	
.purchase a:hover, .purchase a:visited:hover {
	background-position: bottom;
	}		
	
.top-link {
	font-size: 10px;
	float: right;
	clear: right;
	padding-right: 10px;
	}
	
.description {
	}	

.recycle {
	color: #8aa757;
	}

#footer {
	padding: 20px;
	clear:both;
	color: #333333;
	margin: 0;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	background: url(../images/bg-footer.jpg); 
	background-position: top center; 
	background-repeat: no-repeat;
	width: 955px;
	height: 200px;
	}			
	
	#footer a, #footer a:link, #footer a:visited {
		color: #333;
		text-decoration: none;
		text-transform: none;	
		}
	
	#footer a:hover {
		color: #333;
		text-decoration: underline;
		text-transform: none;
		}