@charset "utf-8";
/* ------------------------------------------------------------------------
CSS sheet for United Paper Corporation
Author: Chris Robinson
Date Created: 9-3-2009
All inquiries for this document should be directed to information@virtualtech.com.
--------------------------------------------------------------------------*/

/* ------------------------------------------------------------------------
MAIN DESIGN ELEMENTS
--------------------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
a{
	color: #000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
body {
	height: 100%;
	background: #303030;
	font: 13px/1.5em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
#wrap{
	width: 902px;
	background: #fff;
	margin: 20px auto;
	text-align: left;
	border: 1px solid #fff;
	overflow: hidden;
}
/* ------------------------------------------------------------------------
#HEADER ELEMENTS
--------------------------------------------------------------------------*/
div.nav{
	background: url(../images/navBG.jpg) repeat-x;
	height: 100px;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #fff;
}
a.logo{
	display: block;
	float: left;
	width: 250px;
	height: 100px;
	text-indent: -9999px;
	background: url(../images/logo.jpg) no-repeat;
}
ul.nav{
	display: block;
	float: right;
	margin-right: 20px;
}
ul.nav li{
	float: left;
	list-style-type: none;
	margin: 0px 15px;
}
ul.nav li a{
	color: #1e1e66;
	line-height: 102px;
}
ul.nav li.ordering a{
	background: url(../images/cart.png) no-repeat center right;
	padding-right: 20px;
}
#headerImg{
	display: block;
	width: 900px;
	height: 79px;
	background: url(../images/headerbg.jpg) no-repeat;
}	
/* ------------------------------------------------------------------------
#CONTENT ELEMENTS
--------------------------------------------------------------------------*/
#main{
	display: block;
	clear: both;
	width: 609px;
	padding: 20px;
	float: left;
	font: 16px/1.5em Verdana, Arial, Helvetica, sans-serif;
}
#main p{
	margin: 20px 0px;
}
h1{
	color:#1D1E66;
	font-size:150%;
}
#aside{
	width: 252px;
	float: left;
	text-align: center;
	border-left: 1px solid #efefef;
}
#aside ul li{
	list-style-type: none;
	margin: 30px 0px;
}
#aside ul li form{
	margin: 0px;
}
#aside a img{
	margin: 0px;
	border: 0px;
}
/* ------------------------------------------------------------------------
#FOOTER ELEMENTS
--------------------------------------------------------------------------*/
#footer{
	display: block;
	clear: both;
	background: #808080;
	color: #fff;
	overflow: hidden;
	font: 12px/13px Arial, Helvetica, sans-serif;
}
#address1{
	float: right;
	padding: 5px 0px;
	border-right: 1px solid #fff;
	padding-right: 10px;
}
#address2{
	float: right;
	width: 242px;
	padding: 5px 0px;
	background: #1d1e66;
	padding-left: 10px;
}
#footer a{
	color: #fff;
}
#footer p{
	line-height: 20px;
	padding: 5px 0px 0px 5px;
}



