/* CSS Document */
* 
{
	margin: 0px;
	padding: 0px;
	font-family: verdana, sans-serif;
	font-size: 10pt;
}

p 
{
	margin-bottom: 16pt;
}

h2 
{
	font-family: verdana, sans-serif;
	font-size: 12pt;
	text-decoration : underline;
	color: #711786;
}

ul 
{
	list-style: disc outside url(../images/bullet.png);
	margin-left: 30px;
	padding : 4px;
}

li
{
	margin-bottom : 14pt;
	font-weight : bold;
	font-size : 13pt;
}

li.info-box
{
	font-size : 14px; 
	vertical-align:middle; 
	margin-bottom:10px;
	font-weight : bold;
}

a,a:link,a:visited 
{
	text-decoration: none;
	font-weight : bold;
	font-style : italic;
	color: #711786;
}

a:visited
{
	text-decoration: none;
	font-weight : normal;
	font-style : italic;
	color: #711786;	
}

a:hover
{
	border : 1px dotted #711786;
}
	
/* remove the border from the links*/
img 
{
	border: none;
}

body 
{
	background-color: #e6d9ed;
	background-image: url("../images/backdrop.jpg");
	background-repeat: repeat-x;
}

div.container 
{
	position: relative;
	width: 800px;
	top: 20px;
	left: 0px;
	right: 0px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

/*
The Bottom Stuff
*/
div.top 
{
	position: relative;
	width: 800px;
	height: 22px;
	background-image: url(../images/top.png);
}

/*
Header Stuff
*/
div.header 
{
	position: relative;
	display: table-cell;
	width: 796px;
	height: 110px;
	top: 0px;
	left: 0px;
	background-color: #ffffff;
	background-image: url("../images/banner.jpg");
	background-position : right;
	background-repeat : no-repeat;
	border-width : 2px;
	border-style: solid; 
	border-color: #711786;
}

img.logo 
{
	position: relative;
	top: -2px;
	left: 20px;
}

img.link 
{
	position: relative;
	float: left;
	width: 14px;
	height: 14px;
	left: 2px;
	top: -3px;
}

table.primary-links 
{
	position: relative;
	height: 28px;
	width: 800px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
}

td.current-item 
{
	background-color: #af91c0;
	color: white;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	width: 200px;
}

td.primary-link 
{
	background-color: #683683;
	color: white;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	width: 200px;
}

td.primary-link:hover 
{
	background-color: #e0e0e0;
	color: white;
	cursor: pointer;
}

/*
Body Stuff
*/
div.main-body 
{
	position: relative;
	width: 800px;
	height: auto;
	min-height: 400px;
	background-color: white;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-image: url(../images/TowelBottle.jpg);
}

td.body 
{
	width: 100%;
	font-size: 12px;
	text-align: justify;
	vertical-align: top;
	padding: 10px;
}

td.body-left 
{
	width: 50%;
	font-size: 12px;
	text-align: justify;
	vertical-align: top;
	padding: 10px;
}

td.body-right 
{
	width: 50%;
	font-size: 12px;
	text-align: center;
	vertical-align : top;
	padding: 10px;
}

div.body-backdrop 
{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	background: url(../images/body-backdrop.jpg) no-repeat;
	width: 800px;
	height: auto;
}

div.body-content 
{
	position: relative;
	top: 0px;
	left: 100px;
	width: 600px;
	height: auto;
	min-height: 500px;
	text-align: justify;
}

/*
Secondary Links
*/
div.secondary-links 
{
	position: relative;
	width: 800px;
	height: 24px;
	background-color: #683683;
}

table.secondary-links 
{
	position: relative;
	height: 24px;
	width: auto;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
}

td.secondary-link 
{
	vertical-align: middle;
	text-align: center;
	width: 100px;
	border-right-color: White;
	border-right-style: dotted;
	border-right-width: thin;
}

td.secondary-link#end 
{
	border-right-style: none;
}

a.secondary-link 
{
	font-size: 12px;
	color: white;
	text-decoration: none;
}

a.secondary-link:hover 
{
	font-weight: bold;
}

/*
The Bottom Stuff
*/
div.bottom 
{
	position: relative;
	display: table-cell;
	background-color: #ffffff;
	width: 800px;
	height: 24px;
	font-size: 12px;
	color: black;
	text-align: center;
	vertical-align: middle;
}

/*
comment box
*/
div.comment-container
{
	position : relative;
	width : 80%;
	min-height : 40px;
	text-align : justify;
	background-color : transparent;
	margin-left: auto;
	margin-right: auto;
	left : 0px;
	right : 0px;
	
}

div.comment-header
{
	position : relative;
	font : 18px bold arial, verdana, sans-serif;
	background-color : #711786;
	height : 28px;
	vertical-align : middle;
	padding-left : 5px;
	color : white;
}

div.comment-body, div.info-body
{
	position : relative;
	border : 1px dotted #711786;
	padding : 5px;
	background-color : white;
}

div.comment-body
{
	background: white url('../images/newsback.jpg') top right no-repeat;
}

div.info-body
{
	background-color : #e9ddf0; 
	font-weight : bold; 
	color : #711786; 
	border-style : solid;	
}

div.news-text
{
	font-size : 14px; 
	color : #928394; 
	margin : 5px;
}

div.offers-list-item, div.offers-list-item-right
{
	position : relative; 
	top : -2px; 
	font-size : 14px; 
	padding-left : 10px; 
	color: #711786;
}

div.offers-list-item-right
{
	font-weight : normal;
	color: #ffff90;
}