@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background: url(images/logobg.gif) repeat-x;	
}
h1 {
	font-size: 16px;
	font-size: 20px; 
	font-weight: bold;
	margin-top: 0px;
	
}
h2 { 
	display:block; 
	float:left;
	margin:0px;
	padding:5px 10px 0px 0px;
	color:#336699; color:#900;
}
#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	color: #FFFFFF;
	font-size: 11px;
	background: url(images/custom-printed-promotional-napkins-promotioinal-beverage-dinner-luncheon-napkins-logo.gif) no-repeat;
	height: 158px;
	width: 1000px;
	text-align: right;
}
#logo a {
	color: #FFFFFF;	
	text-decoration: none;
}
#logo a:hover {
	text-decoration: underline;	
}
#links {
	padding-right: 50px;
	padding-top: 33px;
}
#content {
	width: 1000px;
	background: url(images/contentbg.gif) repeat-y;
	float: left;
}
#navigation {
	margin-left: 55px;	
	display:block;
	float: left;
	width: 174px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navigation ul li {
	border-bottom: 1px solid #000000;
	padding: 5px;
}
#rightBox {
	float: right;
	margin-right: 55px;
	border-left: 2px dotted #CCCCCC;
	width: 665px;
	
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
}
#creditcard-box {
	display:block;
	float:right;
	margin-top:-40px;
}
a:link { color:#336699; }
a:active { color:#336699; font-weight:bold; }
a:visited { color:#39C; }
a:hover { color:#FFF; background:#336699;}

#footer {
	clear: both;
	width: 1000px;
	height: 64px;
	padding-top: 5px;
	background: url(images/footer.gif) no-repeat;
	text-align: center;
	font-size: 11px;
}
#footer hr {
	width: 800px;	
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.products {
	text-align: center;	
}
.prices {
	background: #000000;
	font-size: 11px;
}
.prices th {
	background: #CCCCCC;
	text-align: center;
}
.prices td {
	background: #FFFFFF;
	text-align: center;
}
.btt {
	text-align: right;
	font-size: 10px;
}
.note {
	color: #FC0;
	font-weight:bold;
}

.borders {
	border:1px solid #333;	
}
.abstract-text {
	color:#FFF;	
}
.pricing-text {
	color:#C00;	
}

/*prevent form spam */ 			
.noshow { display:none; }
