@charset "utf-8";

/* ============  sitewide ============ */
html {
     overflow: -moz-scrollbars-vertical;
}
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #2C0E10;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
}
h2 {
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	padding-top: 10px;
}
h3 {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding: 5px 3px 1px 3px;
	margin: 3px;
}
h4 {
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	padding: 5px 0 0 0;
	margin: 0;
}
h5 {
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	padding: 0;
	margin: 0;
}
a:link {
	color: #333A59;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333A59;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #4F6312;
}
a:active {
	text-decoration: none;
	color: #333A59;
}

/* ============  Container ============ */
.worldsfinest #container {
	width: 780px;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat-y;
}

/* ============  Header ============ */
.worldsfinest #header {
	padding: 0 0 6px 0;
} 

/* ============  Main Menu ============ */
.worldsfinest #navigation {
	position: relative;
	height: 37px;
	top: -13px;
	}
.worldsfinest #mainmenu {
	padding-bottom: 10px;
	color: #FFFFFF;
	font-weight:bold;
	font-variant: normal;
	font-size: 12px;
	height: inherit;
	background-repeat: repeat-x;
	background-image: url(../images/bg_menu.jpg);
	}
.worldsfinest #mainmenu ul {
    padding: 0px;
	}	
.worldsfinest #mainmenu li {
	float: left;
	list-style: none;
	padding-left: 8px;
	padding-right: 15px;
	padding-top: 18px;
	color: #E0F0AE;
	}
.worldsfinest #mainmenu li a{
	color:#FFFFFF;
	text-decoration:none;
	}
	.worldsfinest #mainmenu li a:hover{
	color:#C2A07A;
	text-decoration: none;
	}
	
/* ============  Right Column ============ */	
.worldsfinest #sidebar1 {
	float: right;
	width: 220px;
	padding: 0px 0px 15px 0px;
}
.worldsfinest #sidebar1 h2 {
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 10px;
	text-align: center;
	letter-spacing: 1px;
}
.worldsfinest #sidebar1 p {
	padding-left: 30px;
	text-align: left;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
}
.worldsfinest #sidebar1 ul {
	list-style: none;
	padding-left: 22px;
	}
.worldsfinest #sidebar1 li {
	background: url(../images/bullet.png) left center no-repeat;
	padding-left: 30px;
	padding-bottom: 10px;
	text-align: left;
	color: #300D14;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
}
.worldsfinest #sidebar1 a {
	color: #FFFFFF;
	text-decoration:none;
}
.worldsfinest #sidebar1 a:hover {
	color: #2E0E13;
	font-weight: bold;
}
   /* rollover button - shop online */
#shopOnline {
	display: block;
	width: 220px;
	height: 48px;
	background: url("../images/btn_order.gif") no-repeat 0 0;
}
#shopOnline:hover { 
  background-position: 0 -49px;
}
#shopOnline span {
  display: none;
}



/* ============  Main Content ============ */
.worldsfinest #contentArea {
	margin: 0 220px 0 0;
	padding: 0px;
} 

.worldsfinest #mainContent {
	padding: 0 20px 0 8px;
}  
.worldsfinest #mainContent img {
	border: none;
	margin-right: 10px;
}
.worldsfinest #mainContent a img {
	border: thin solid #FFFFFF;
	margin: 1px 1px 1px 1px;
}
.worldsfinest #mainContent a:hover img  {
	border: 2px solid #FFFFFF;
	margin: 0px;
}
.worldsfinest #mainContent a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	}
.worldsfinest #mainContent a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:underline;
	}
.worldsfinest #mainContent li.desc {
	background: url(../images/bullet.gif) left no-repeat;
	padding-left: 30px;
	list-style-type: none;
	font-weight: bold;
	line-height: 30px;
} 	
.worldsfinest #mainContent li a {
	color: #333A59;
	font-weight: bold;
	}
 	
.worldsfinest #mainContent .up {
	top: -10px;
	padding-top: -10px;
	padding-left: 30px;
	margin-top: -5px;
	}
.worldsfinest #container #mainContent td {
	margin: 0px 5px 10px 5px;
	padding: 0px 5px 10px 5px;
}
.worldsfinest #container #mainContent td p {
	text-align: justify;
}


/* ============  Footer ============ */
.worldsfinest #footer {
	padding: 0;
} 
.worldsfinest #footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 9px;
	color: #AE8A4D;
}
.worldsfinest #footer a {
	color: #AE8A4D;
	text-decoration: none;
}
.worldsfinest #footer a:hover {
	color: #AE8A4D;
	text-decoration:underline;
}

/* ============  Formatting ============ */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.10ptBuffer {
	padding-top: 40px;
	padding-bottom: 30px;
	}
.buffer {
	padding-left: 40px;
	}	
.featured {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333A59;
	vertical-align: middle;
	}
.btnImg {
	border: none;
	}	

/* ============  Additional ============ */
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
