/* CSS document for html test page   */
/* Coded By Matthew Wombell 18/04/07 */

body {
	background-repeat: no-repeat;
	text-align: center;
	background-image: none;
}

#bottom-box {
	clear: both;
	width: 100%;
	background: #FFFFFF;
}

#content-box {
	top: 57px;
	width: 639px;
	margin: 47px auto;
	height: 560px;
	background-color: #FFFFFF;
	border: 1px solid #757575;
	text-align: left;		
}
/* IE hack for the height of the content box */
html>body #content-box { 
	top: 57px;
	width: 639px;
	margin: 47px auto;
	height: 580px;
	background-color: #FFFFFF;
	border: 1px solid #757575;
	text-align: left;		
}

#top-box {
	position: relative;
	z-index: 2;
	top: 17px;
	left: 17px;
	width: 605px;
	height: 90px;
	border: none;
	line-height: 80px;
}

#upper-box {
	position: relative;
	z-index: 2;
	bottom: 0px;
	width: 605px;
	left: 17px;
	background-color: #FFFFFF;
	border: none;
}

#logo {
	z-index: 2;
	position: relative;
	float: left;
	width: 101px;
}

#navigation {
	z-index: 2;
	position: relative;
	float: right;
	width: 482px;
}

#location {
	z-index: 3;
	position: relative;
	float: left;
	top: 0px;
	left: 17px;
	width: 291px;
}

#location p {
	line-height: 1.3;
}

#product-box{
	float: right;
	width: 297px; 
	padding-right: 17px;
	padding-top: 22px;
}

#image-holder {
	z-index: 3;
	position: relative;
	top: 0px;
	height: 240px;
	width: 297px;
	
}

#item-desc-holder {
	position: relative;
	bottom: 44px;
	width: 297px;
	height: 44px;
	background: url(graphics/grey-desc-holder.gif);
	background-repeat: no-repeat;
}

#subscribe-box {
	position: relative;
	z-index: 2;
	top: 0px;
	left: 17px;	
	width: 605px;
	height: auto;
	border-bottom: 1px solid #027ADF;
	padding-bottom: 10px;
}

#subscribe-left-holder {
	position: relative;
	z-index: 2;
	left: 0px;
	width: 605px;
	top: 5px;
}	

#subscribe-form {
	position: relative;
	z-index: 2;
	float: right;
	top: 33px;
	width: 297px;
}

#footer{
	position: relative;
	z-index: 2;
	float: none;
	left: 17px;
	width: 605px;
	top: 10px;
	text-align: center;
}

.input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	border: 1px solid #666666;
}

.product-description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
}

.prose {
	font-family: Tahoma;
	font-size: 0.8em;
	color: #666666;
}

.footer-links {
	font-family: Tahoma;
	font-size: 0.8em;
	color: #CCCCCC;
	line-height: 1.4em;
}

.footer-links a {
	color: #CCCCCC;
	text-decoration: none;
}

.footer-links a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
