﻿body {
	margin: 0px;
}

table {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}

td {
	vertical-align: top;
	text-align: center;
}

table#gallery td {
	color: #3D3F43;
	vertical-align: top;
	text-align: left;
	font-family: 'lucida sans unicode';
	font-size: 13px;
	padding-right: 10px;
	padding-bottom: 10px;
}

table#gallery td#heading {
	text-align: right;
	vertical-align: bottom;
}

table#order td {
	color: #3D3F43;
	vertical-align: top;
	text-align: left;
	font-family: 'lucida sans unicode';
	font-size: 13px;
	padding: 5px;
	border: 1px solid black;
}

a {
	color: #B23049;
	text-decoration: underline;
}

a:hover {
	color: #727376;
	text-decoration: underline;
}

div#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

div#footer a:hover {
	color: #D38A98;
	text-decoration: underline;
}

div#page {

	width: 800px;

	margin: 0px auto;

	position: relative;

	text-align: left;

	font-family: 'lucida sans unicode';

	font-size: 13px;

	color: #3D3F43;
	

}



div#banner {

	width: 800px;

}



div#menu {

	width: 200px;

	top: 180px;

	position: absolute;
	

}



div#main {

	width: 610px;

	left: 190px;

	position: relative;

	background: url(../images/mainB.gif);
	



}



div#mainText {

	position: relative;

	left: 15px;

	top: 10px;

	width: 580px;

}

div#featured {

	width: 175px;

	background-color: #D38A98;

}


div#tips {

	width: 175px;

	background-color: #B23049;

}

div#sideText {

	font-size: 11px;

	position: relative;

	left: 5px;

	top: 5px;

	width: 165px;

	color: #FFFFFF;

}


div#footer {
	width: 600px;
	height: 60px;
	background: url(../images/footer.gif) no-repeat right;
	float: right;
}



div#footerText {

	color: #FFFFFF;

	font-size: 11px;

	position: relative;

	left: 15px;

	top: 22px;

}


div#galleryText {

	position: absolute;

	left: 110px;

	height: 150px;

	width: 500px;

}



hr {

	color: #8B8C8E;

	background-color: #8B8C8E;

	height: 1px;

}


img {

	border: 0px;

	padding: 0px;

}


span#h2 {

	font-size: 13px;

	font-weight: bold;

	color: #3D3F43;	

}


span#h1 {

	font-size: 16px;

	font-weight: bold;

}


input, textarea, select {

	border-style: 0;

	font-family: 'lucida sans unicode';

	font-size: 13px;

}
#breadcrumbbanner{
	background-image: url('../images/bg-breadcrumb.png');
	color: white;
	height: 30px;
	font-family: Verdana, Geneva, Tahoma, sans-serif, Arial;
	font-weight: bold;
	vertical-align: middle;
	padding-top: 0;
	margin-top: 0;
	background-repeat: no-repeat;
	padding-top:7px;
}
#breadcrumbbanner a{
	color:white;
	
	font-family:Verdana, Geneva, Tahoma, sans-serif, Arial;
	font-weight:bold;
	

}
#mainText h1{
	background-color: #B9435A;
	color: white;
	padding: 5px;
	font-size: 16px;
}
	


