*
{
	margin:0;
	padding:0;
}

html, body
{
	height:100%;
}

body
{
	background-color:#993333;
}

#distance
{
	width:1px;
	height:50%;
	margin-bottom:-300px;
	float:left;
}


#main_container
{
	position:relative;
	margin:0 auto;
	text-align:left;
	clear:left;
	width:800px;
	min-height:600px;
	height:auto;
	background-image: url("/images/bg.gif");
	background-repeat:repeat-y;
	border: solid 1px #993333;
	z-index: 0;
}

/* for Internet Explorer */
* html #main_container {
height: 600px;
}


#header
{
	min-width:100px;
	position:absolute;
	top:0px;
	left:0px;
}
#footer
{
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:1;
}

#abovefooter
{
	position:absolute;
	left:0px;
	bottom:152px;
}

#content
{
	position:relative;
	margin-left:170px;
	z-index:100;
	margin-top:160px;
	margin-bottom:152px;
}


#nav_container
{
	position:relative;
	top:165px;
	left: 25px;
	height: 180px;
	width: 133px;
	float:left;
}

#nav_container a
{
	display:block;
	background:url(/images/bg_link.jpg) top left no-repeat;
}

#nav_container img
{
	border:0;
}

#nav_container a:hover
{
	background:url(/images/bg_linko.jpg) top left no-repeat;
}


#designer_info
{
	width:720px;
	margin:0 auto;
	position: relative;
	top: -3px;
	z-index: 100;
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #888888;
}

#content h1
{
	padding: 30px 20px 15px 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #993333;	
}

#content h2
{
	padding: 0px 20px 0px 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #993333;	
}
#content p
{	
	padding: 5px 40px 10px 30px;
	color: #000000;
}

#content p, a, a:hover, a:visited
{
	text-indent:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
}

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

a:visited
{
	color: #661111;
	text-decoration: underline;
}

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



.boldtext
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #993333;	
}

.bodytext
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 11px;
}

#map_container
{
	position:relative;
	margin-left:20px;
	top:170px;
	right:100px;
	height: 250px;
	width: 300px;
	float:right;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}

#map_container img
{
	border: solid 1px #993333;
	display:block;
}

#map_container a
{
	line-height:20px;
}

/* drop shadow for the images - Quang May 18/2008 */
.shopImage {
	width: 82px;  /* force width cuz the image is 800px and causes horizontal scrollbar in IE */
	background: url('/images/shadow.gif') no-repeat bottom right;
	float: right;
/*	margin: 0px 0px 20px 20px; */
	margin-top: 6px;
	padding-left: 4px;
	position: relative;
}

.shopImage img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	display: block;
	margin: -5px 5px 5px -5px;
	position: relative;
}

