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

body {
	text-align: center;
   margin: 0 auto;
   padding: 0;
   min-width: 1075px;
	}

#container {
	width: 1075px;
	text-align: center;
	margin: 0 auto;
	}
#header {
	width: 1070px;
	height: 110px;
   padding-top: 15px;
	}
#logo {
	float: left;
	padding-left: 5px;
	padding-right: 75px;
	}
	
#number {
	padding-left: 15px;
	float: left;
	padding-top: 20px;
	}
	
#uploadimage {
	float: right;
	padding-top: 15px;
	}
	
#navbar {
	width: 1070px;
	height: 20px;
	text-align: left;
	margin-left: 34px;
	}
	
#buttons {
	float: left;	
	}	
#buttons a {
	border: 0px;
	margin: 0px;
	padding: 0px;
	}
#flier {
	padding-top: 10px;
   display: inline-block;
}

#PricingTable {
	padding-top: 10px;
   display: inline-block;
}




table.Services {
   text-align: center;
   
   color: #404040;
   background-color: #fafafa;
   
   border: 0px;
   border-collapse: collapse;
   border-spacing: 0px;
}


td.PageSize {
   font-family: Times;
   font-weight: bold;
   font-size: 60px;
   
   text-align: right;
   text-indent: 0px;
   
   padding-top: 10;
   padding-bottom: 10;
   
   color: #FFFFFF;
   background-color: #48BC7F;
}

td.JobType {
   font-family: Times;
   font-weight: bold;
   font-size: 32px;
   
   text-align: left;
   text-indent: 0px;
   
   color: #FFFFFF;
   background-color: #48BC7F;
}

td.PaperWeight {
   font-family: Times;
   font-weight: bold;
   font-size: 60px;
   
   text-align: right;
   text-indent: 5px;
   
   padding-top: 10;
   padding-bottom: 10;
   
   color: #000000;
   background-color: #E3D685;
}


td.Quantity {
   font-family: Helvetica, Arial;
   font-weight: bold;
   font-size: 26px;
   
   text-align: center;
   
   color: #000000;
   background-color: #FFFFFF;
}

td.Pages {
   width: 130px;
   
   font-family: Arial;
   font-weight: normal;
   font-size: 32px;
   
   text-align: right;
   
   color: #000000;
   background-color: #FFFFFF;
}

td.Price {
   width: 130px;
   
   font-family: Arial;
   font-weight: normal;
   font-size: 38px;
   
   text-align: center;
   
   border-bottom: 0px;
   border-top: 0px;
   border-left: 0px;
   border-right: 0px;
   
   color: #000000;
   background-color: #FFFFFF;
}


