@charset "utf-8";
/* CSS Document */

/******************************/
/*Applied to the Whole Website*/
/******************************/
body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote, img
{
	margin:0px;
	padding:0px;
}
.left
{
	float:left;
}
.noFormat
{
	text-decoration:none;
	color:inherit;
}
.newProductForm .label
{
	width: 200px;
	float:left;
	clear:both;
	margin-left:40px;
}
.inputBox
{
	float:left;
}
/******************************/
/*Sectional Appliction*/
/******************************/
body
{
	font-family:Arial, Helvetica, sans-serif;
}
#wrapper
{
	width:100%;
	float:left;
}
#header
{
	width:100%;
	float:left;
	background-image: url(/images/header-line.jpg);
	background-repeat: repeat-x;
	clear:both;
	margin-bottom:5px;
	height:85px;
}
#navigation
{
	padding-top:48px;
	float:right;
	margin-right:25px;
	font-weight:bold;
	font-size:12px;
}
#inner-wrap
{
	width:94%;
	margin: auto;
	margin-top:15px;
}


#footer
{
	width:100%;
	float:left;
	background-image: url(/images/header-line.jpg);
	background-repeat: repeat-x;
	clear:both;
	height:37px;
	padding-top:48px;
	font-size:12px;
	text-align:center;
}

