body {
	font-family: Century Gothic, Arial, sans-serif;
	font-size: .9em;
	color: #039;
	background: #ffc;
	margin: 0;
	padding: 0;
}
div#header {
	background: #1D5EA0;
	color: #000;
	text-align: center;
	padding: 5px 0;
}
div#navcontainer {
	background: #003399;
	color: #000;
	padding: .2em 0;
	text-align: center;
}
div#navcontainer ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background: #039;
	color: #ffc;
	font: normal 90% arial, helvetica, sans-serif;
}
div#navcontainer li {
	display: inline;
}
div#navcontainer span.current {
	background: #039;
	color: #f60;
	padding: .2em 1em;
}
div#navcontainer a {
	text-decoration: none;
	background: #039;
	color: #ffc;
	padding: .2em 1em;
}
div#navcontainer a:hover {
	background: #f60;
	color: #006;
}

div#mainbody {
	text-align: center;
	margin: 1em auto;
	width: 750px;
}

h2.left_nav {
	font-size: 1em;
	font-weight: bold;
	margin: 0 auto 5px auto;
	text-align: center;
}

#navholder {
width: 160px;
float: left;
display: inline; /* doubled margin bug fix for IE/win */
margin: 15px 15px 5px 0;
height: 100%;
}

#navholder ul {
width: 105px;
background: #FFC;
text-decoration: none;
text-align: left;
}

#navholder li {
list-style: none; /* kills the list item "bullet" markers */
position: relative;
text-align: left;
font-weight: normal;
text-decoration: none;
font-size: .8em;
color:#FFFFCC;
vertical-align: bottom; /* for IE5/win */
}
	
#navholder a {
color: #ffffff;
width: 105px;
display: block;
text-decoration: none;
color:#FFFFCC;
}

#navholder a.original:link, a.original:visited, a.original:active
{
background: #1D5EA0;
text-decoration: none;
}
#navholder a.original:hover
{
background: #f60;
color: #fff;
text-decoration: none;
}

#navholder ul a {
display: block;
padding: 5px 10px;
vertical-align: bottom; /* needed for IE5/win */
text-align: left;
text-decoration: none;
color: #FFC;
}

#navholder ul ul { 
position: absolute;  
left: -3000px;
text-decoration: none;
background: #FFC;
color: #fff;
font-size: 1.3em;
margin:0;
padding:0;
	}	/* flyout elements need a background image or color to avoid bugs in IE/win */

#navholder ul li {
background: #039;
}	
#navholder li:hover {
background-color: #f60;
color: #ffc;
}
	
#navholder ul li:hover ul {
left: 8em;
top: 6px;
}

#navholder ul a:hover {margin: 0;
text-decoration: none;
}
	
/* \*/ /*/ 
#navholder ul li ul {position: static;}
/* */

/* The block above hides the rule inside so that only IE5/Mac can see it.
This rule causes the menus to be fully expanded vertically in that browser,
allowing those users to access the navigation without needing to hover it. */

div#content {
	width: 550px;
	margin: auto;
	text-align: left;
	float: right;
}

* html div#content {
	width: 500px;
	margin: auto;
	text-align: left;
	float: right;
}

div#content_main {
	width: 775px;
	margin: auto;
	text-align: left;
}
.right_tmk {
width: 200px;
margin-left: 200px;

}

#footer {
	text-align: center;
	margin-top: 20px;
	clear: both;
}
#footer a:link { 
	color: #039;
	background: transparent;
	font-size: .9em;
	font-weight: normal;
	text-decoration: underline;
} 
#footer a:visited {
	color: #C30; 
	background: transparent;
	font-size: .9em;
	font-weight: normal;
} 
#footer a:hover {
	color: #f60; 
	background: transparent;
	font-size: .9em;
	font-weight: normal;
} 
#footer a:active { 
	color: #039;
	background: transparent;
	font-size: .9em;
	font-weight: normal;
}
a:link, a:visited, a:hover, a:active {
	font-size: 1em;
	font-weight: normal;
	
}
a:link { 
	color: #009;
	background: transparent;
} 
a:visited {
	color: #039; 
	background: transparent;
	text-decoration: underline;
} 
a:hover {
	color: #c30; 
	background: transparent;
} 
a:active { 
	color: #009;
	background: transparent;
} 

a:link.bold, a:visited.bold, a:hover.bold, a:active.bold {
	font-weight: bold;
	text-decoration: underline;
}
a:link.pro_desc, a:visited.pro_desc, a:hover.pro_desc, a:active.pro_desc {
text-decoration: none;
	font-weight: bold;
}

p {
	margin: 0 auto 1em;
}

p.return {
text-align: right;
margin-top: 0;
}

h1 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 auto 1em;
}

h2, h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 auto 1em;
}

h2.left_nav {
	font-size: 1em;
	font-weight: bold;
	margin: 0 auto 1em 10%;
}

h3 {
font-size: 1em;
font-weight:bold;
margin:0 0 10px 0;
padding:0;
text-align: right;
text-transform: uppercase;
}

h4 {
	font-size: 1.3em;
	font-weight: bold;
}

h5 {
font-size: .8em;
font-weight:normal;
margin:0 0 10px 0;
padding:0;
}

h6 {
	font-size: .6em;
	font-weight: normal;
	margin: 0 auto 1em;
}

p.pricing {
	font-size: .9em;
	margin: 0%;
	
}

h1.pricing {
	font-size: 1em;
	margin: 0%;
	font-weight: bold;
}

h2.pricing {
font-size: .8em;
	margin: 0%;
	font-weight: normal;
}

h3.pricing {
font-size: .7em;
	margin: 0%;
	font-weight: normal;
}
.showheader {
background-color:#FF9900;
color:#000066;
padding:3px;
font-weight:bold;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
img {
	border: 0;
}
img.menu {
	border: 0;
	margin: 0;
}

img.shop {
	border: 0;

}
img.gallery {
padding: 5px 16px 17px 0;
}
	
table {
	margin: 0;
	padding:0;
}
td { 
	padding: 0; 
}
table.displays {
	font-size: .9em;
}



.clear {
clear: both;
margin-top: 0;
margin-bottom: 0;
}

ul, ol {
	margin-top: 0;
	margin-bottom: 1em;
/* Force all browsers to use Mozilla-style left spacing */
	margin-left: 0; 
	padding-left: 40px;
}
li {
	margin-top: .3em;
	margin-bottom: .3em;
}
object, embed {
	margin: 0;
	padding: 0;
}

.tight-btm {
	margin-bottom: 0;
}
.floatright {
	float: right;
	margin: .5em 1em;
}
.floatleft {
	float: left;
	margin: .5em 1em;
}
.floatright2 {
	float: right;
	margin: .5em 1em;
	vertical-align: text-top;
 }
 
.floatrightB {
 	float: right;
	margin: .5em 1em .5em 1em;
	border: 1px solid #039;
 }
 
.floatleftB {
	float: left;
	margin: .5em 1em .5em 1em;
	border: 1px solid #039;
}
  
.page-links {
	text-align: center;
	margin: 1em auto;
}
.msg {
	width: 75%;
	text-align: center;
	margin: 1em auto;
	padding: 1em;
	border: 2px solid #039;
}
.back-link {
	padding-bottom: 5px;
	border-bottom: 1px solid #039;
}
.fag-ans {
	margin-left: 20px;
}
.gallery {
float: right;
vertical-align: text-top;

}
ul.no-bullets {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.no-bullets li {
	margin-bottom: .6em;
}
table.designs {
width: 400px;
	margin: 1em auto;
	border-collapse: collapse;
}

table.designs td {
	border: 1px solid #039;
	text-align: center;
}
table.products {
	width: 90%;
	margin: auto;
	border-collapse: collapse;
}
table.products td {
	padding: 5px;
	text-align: center;
	border: 2px solid #039;
}
table.categories {
	margin: 1em auto;
	border-collapse: collapse;
}
table.categories td {
	width: 33%;
	padding: 10px 10px;
	text-align: center;
}

table.toggle_dim {
width:550px;
text-align:center;
}

table.categories a:link, table.categories a:visited, table.categories a:hover, table.categories a:active {
	font-size: small;
	text-decoration: none;
	font-weight: bold;
}
table.images {
	margin: 1em auto;
	border-collapse: collapse;
}
table.images td {
	width: 165px;
	padding: 5px;
	border: 1px solid #000;
	text-align: center;
}

table.pricing {
	width: 75%;
	margin: auto;
	border-collapse: collapse;
}

table.pricing td {
	border: 2px solid #039;
	text-align: center;
	padding: 5px;
}

table.vanity {
	width: 90%;
	margin: auto;
	border-collapse: collapse;
}

table.vanity td {
	border: none;
	text-align: center;
	border: 2px solid #039;
	padding: 5px;
}

td.product_image {
margin-right: 20px;
padding-right:20px;
}

.description {
padding-top: 10px;
margin-top: 10px;
border-top:#003399 1px solid;
}
.catalog {
margin: 5px;
}


img.border {
	padding: 2px;
	border: 1px solid ##039;
	margin-right: 20px;
}

img.border2 {
	padding: 2px;
	border: 1px solid #000;
	margin-right: 10px;
}

div.product {
	margin-bottom: 2em;
	padding-bottom: 2em;
}
div.product img {
	padding: 2px;
	border: 1px solid #000;
}
div.product .left {
	float: left;
	width: 160px;
	text-align: center;
}
div.product .left p {
	margin-bottom: 0;
}
div.product .left h3 {
	margin-bottom: 2em;
}
div.product .right {
	margin-left: 160px;
}


input.btn{
   color:#FFFFCC;
   font-family:'Century Gothic',Arial,sans-serif;
   font-size:84%;
   font-weight:normal;
   background-color:#003399;
   }
.clr {
clear: both;
}   

.radio {
margin: 5px 0;
}
body {
	background-color: #FFFFCC;
}
#content {
width:575px;
}
.featurebox {
float:right;
width:282px;
margin-left: 10px;
}
.Ftop {
background-image:url(http://www.enchantedlantern.com/graphics/box_top.jpg);
background-repeat:no-repeat;
padding:0;
margin:0;
}
.Fmid {
background-image:url(http://www.enchantedlantern.com/graphics/box_middle.jpg);
background-repeat:repeat-y;
padding:0 15px;
}
.Fbottom {
background-image:url(http://www.enchantedlantern.com/graphics/box_bottom.jpg);
background-repeat:no-repeat;
padding:0;
margin:0;
}
.featuretext {
margin:15px 10px 0 10px;
font-size:90%;
}