/* CSS Document for JOHNSON PAPER AND SUPPLY COMPANY*/

/*------------------------------------GLOBAL PARAMETERS*/

*{
	margin: 0;
	padding: 0;
}

body{
	background: #e8e6d7 url("images/background_pattern.jpg") top left repeat-x;
}

/*------------------------------------POSITIONING PARAMTERS*/

#container{
	margin: 0 auto;
	width: 900px;
}

#header{
	background: url("images/header.jpg");
	width: 900px;
	height: 300px;
}

#message{
	hieght: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}	

#content{
	width: 900px;
	background: url("images/sticky_footer.jpg") bottom center no-repeat;
	min-hieght: 350px;
}

#top{
	position: relative;
	top: -55px;
	margin-left: 70px;
	margin-right: 70px;
	width: 750px;
	padding-bottom: 20px;
}
	

#left{
	position: relative;
	top: -55px;
	padding-left: 70px;
	width: 375px;
	float: left;
}

#middle{
	position: relative;
	top: -55px;
	float: left;
	width: 250px;
}

#right{
	position: relative;
	top: -30px;
	width: 370px;
	float: right;
	text-align: left;
	padding-right: 80px;
}

#footer{
	margin: 0 auto;
	width: 900px;
	height: 125px;
	clear: both; 
	text-align: center;
}

#footer_content{
	margin: 0 auto;
	padding-top: 20px;
	width: 780px;
	height: 50px;
	text-align: center;
}

#banner_box{
	float: right;
	margin: 50px 76px 0 0;
	width: 105px;
	height: 95px;
	border: 1px #f00 solid;
	cursor: pointer;
}

#banner{
	display: block;
	width: 105px;
	height: 95px;
	cursor: pointer;
}

/*------------------------------------TEXT PARAMETERS*/

h1.title{
	position: relative;
	top: 180px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #892727;
	padding-left: 67px;
}

h1.products{
	padding: 10px 0 2px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #892727;
}

h2.products{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	padding: 0 0 4px 15px;
	color: #333;
}

li.products{
	padding: 2px 0 4px 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #892727;
	padding-bottom: 5px;
}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.3;
}

p.footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 1.5;
}

p.footer a:link, p.footer a:visited{
	text-decoration: none;
	color: #308841;
}

p.footer a:hover{
	text-decoration: underline;
}

p.quote{
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#right p a{
	text-decoration: none;
	color: #308841;
}

#right p a:hover{
	text-decoration: underline;
}	

/*------------------------------------FORM PARAMETERS*/

#left td{
	padding: 0 0 10px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

#left td.break{
	padding-bottom: 5px;
}

#left td.text{
	vertical-align: top;
	padding: 2px 0 0 0;
	text-align: right;
}

#left em{
	color: #f00;
}

/*------------------------------------IMAGE PARAMETERS*/

#rightImage{
	width: auto;
	height: auto;
}
