html {
	padding:0;
	margin:0;
}

body {
	padding:0;
	margin:0;
	background-repeat:repeat-y;
	font:13px "Verdana", "Arial", "Times New Roman";
	background-position:center;
}

/**************************************************
***********	GENERAL PAGE STYLES		**************
**************************************************/

p {
	padding-top:0;
	margin-top:0;
	text-indent:40px;
}

a:link, a:active, a:visited { 
	color: #606;
	text-decoration:underline;
}
	
a:hover { 
	color: #060;
	text-decoration: underline overline;
}

hr.clearall {
	width:100%;
	visibility:hidden;
	clear:both;
}

h2 {
	font-size: 14px;
	color:#030;
	text-align:left;
}

ul {
	list-style-type:circle;
}

.homeAlert {
	color:#f00;
}

/**************************************************
***********	WRAPPER STYLES	**************
**************************************************/

div#page-wrapper {
	margin:0 auto;
	width:980px;
	height:550px;
}

/**************************************************
***********	HEADER STYLES		**************
**************************************************/

div#navigation {
	margin:5px 0 0 5px;
	float:left;
}

img.nav-img {
	border-width:0;
	margin-bottom:5px;
	clear:both;
	opacity:0.6;
	filter:alpha(opacity=60);
}

img.nav-img-over {
	border-width:0;
	margin-bottom:5px;
	clear:both;
}

div#body-wrapper {
	float:right;
	width:795px;
	height:550px;
	background-repeat:no-repeat;
}

div#fabric_info {
	position:absolute;
}

img#map {
	position:absolute;
	border-width:0;
}

div#content-wrapper {
	position:absolute;
	margin:65px 0 0 38px;
	width:297px;
}

div#title {
	font: 40px "Vivaldi", "Garamound", "Palatino Linotype";
	color:#900;
	text-transform:capitalize;
	height:70px;
	width:100%;
	text-align:center;
}

div#content {
	height:365px;
	overflow:auto;
	padding:0 10px;
	color:#035112;
}

/**************************************************
***********	BODY STYLES		**************
**************************************************/

div.contact {
	font-size:13px;
	color:purple;
	text-align:center;
}

/**************************************************
***********	FOOTER STYLES		**************
**************************************************/

div#footer {
	text-align:center;
	margin-top:10px;
	width:100%;
	font-size:10px;
}

div#bottom-nav {
}

div#copyright {
	color:#333;
}