/* GLOBAL PARAMETERS */

html, body {
	  background: #745637;
	  margin: 0;
      padding: 0;
}

h1 { 
	font-family: Tahoma; 
	font-size: 10pt; 
	color: #6b4c23; 
	font-weight: bold; 
	margin-bottom: 0; 
	padding-bottom: 0;
	margin-top: 0;
	text-transform: uppercase;
}
 
h2 { 
	font-family: tahoma; 
	font-size: 10pt; 
	color: #6b4c23;
	text-decoration: none;
	font-weight: normal;
	padding-top: 0;
	margin-top: 0;
	display: inline;
}

h3 { 
	font-family: tahoma; 
	font-size: 13pt; 
	color: #8c2907;
	margin-top: 6px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0; 
	padding-bottom: 0;
}

ul, li, ol { 
	font-family: verdana, arial, helvetica; 
	font-size: 9pt; 
	color: #666666; 
	font-weight: normal;
}


/* DOCUMENT LINKS */

a:link, a:active, a:visited { 
	font-family: tahoma; 
	font-size: 9pt; 
	color: #5a3f1c; 
	text-decoration: underline; 
	font-weight: normal; 
} 
a:hover { 
	font-family: tahoma; 
	font-size: 9pt; 
	color: #000000; 
	text-decoration: underline; 
	font-weight: normal; 
}
 

/*DROPDOWN MENU*/

.anylinkcss {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px;
	border-bottom-width: 0;
	line-height: 24px;
	z-index: 100;
	background: #ffffff;
	width: 160px;
	margin-top: 2px;
}

.anylinkcss a:hover { /*hover background color*/
	background: #feeaab;
}

.anylinkcss ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: 1px solid #411701;
}

.anylinkcss ul li a, .anylinkcss ul li a:visited {
	width: 100%;
	display: block;
	border-bottom: 1px solid #411701;
	padding: 4px 0;
	text-decoration: none;
	text-indent: 16px;
	font: bold 9pt arial;
	color: #562c17;
}

.anylinkcss ul li a:hover {
	color: #562c17;
	text-decoration: none;
	font: bold 9pt arial;
}


/* ######### class for shadow DIV ######### */

.anylinkshadow { /*CSS for shadow. Keep this as is */
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99; /*zIndex for shadow*/
	background: black;
	visibility: hidden;
}

	
/* DOCUMENT TABLES */

table { 
	border-collapse: collapse; 
} 

table td, table th { 
	padding: 0; 
}

img {
	border: 0px none;
}
			
	
/* header */

#header { 
	width: 981px;
	height: 226px; 
	margin-left: auto; 
	margin-right: auto;
}

.menu { 
	background-color: #d9b97b;
}

.menu img {
	float: left;
}


/* Document Menu  */

.home, .products, .products1, .leather, .contact {
	position: relative;
	background: url('images/home_1.gif') no-repeat;
	white-space: nowrap;
	display: block;
	width: 140px;
	height: 25px;
	margin: 0;
	padding: 0;
	float: left;
}

.products {
	background: url('images/products_1.gif') no-repeat;
}

.products1 {
	background: url('images/products1_1.gif') no-repeat;
}

.leather {
	background: url('images/leather_1.gif') no-repeat;
}

.contact {
	background: url('images/contact-us_1.gif') no-repeat;
}

.home a, .products a, .products1 a, .leather a, .contact a {
	display: block;
	width: 140px;
	height: 25px;
}

.home img, .products img, .products1 img, .leather img, .contact img {
	width: 140px;
	height: 25px;
	border: 0px none; 
}

.home a:hover img, .products a:hover img, .products1 a:hover img, .leather a:hover img, .contact a:hover img {
	visibility:hidden
}


/* Tables Content  */

#content { 
	width: 100%;
	font-family: tahoma; 
	font-size: 10pt; 
	color: #6b4c23;
	text-align: justify;
}

.left { 
	width: 50%;
	background: url('images/andaman-creations.jpg') no-repeat top right;
}

.left-border { 
	width: 20px;
	background: url('images/border-left-repeat.jpg') repeat top left;
	vertical-align: top;
}

.right-border { 
	width: 20px;
	background: url('images/border-right-repeat.jpg') repeat top left;
	vertical-align: top;
}

.middle { 
	width: 764px;
	background: #d9b97b url('images/andaman-creations-phuket.jpg') no-repeat top left;
	padding-left: 348px;
	padding-right: 25px;
	padding-top: 78px;
	vertical-align: top;
}

.middle-sub, .middle-sub2 { 
	width: 764px;
	background: #d9b97b url('images/andaman-creations-phuket2.jpg') no-repeat top left;
	padding-left: 66px;
	padding-right: 82px;
	vertical-align: top;
}

.middle-sub2 { 
	padding-right: 22px;
}

.products-table { 
	width: 616px;
	font-family: Tahoma; 
	font-size: 8pt; 
	color: #745b3d; 
	text-decoration: none; 
	font-weight: normal;
}

.products-table td { 
	width: 112px;
	height: 152px;
	background-image: url(images/products-bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 6px;
	padding-right: 6px;
	vertical-align: top;	
}

.products-table tr { 
	padding-top: 6px;	
}

.products-table img { 
	padding-top: 6px;
	padding-bottom: 4px;
	border: none;
}

.products-detail {
	font-family: Tahoma; 
	font-size: 8pt; 
	color: #745b3d; 
	text-decoration: none; 
	font-weight: normal;	
}

.products-detail img {
	border: none;	
}

.right { 
	width: 50%;
	background: url('images/jewelry-phuket.jpg') no-repeat top left;
}


.hot-items { 
	width: 391px;
	margin-bottom: 4px;
}

.hot-items td { 
	width: 33%;
	vertical-align: top;
	padding: 4px;
	text-align: left;
}

.hot-items a:link, .hot-items a:visited, .hot-items a:active, .hot-items a:hover  { 
	font-family: tahoma; 
	font-size: 8pt; 
	color: #462805; 
	text-decoration: underline; 
	font-weight: bold;
}

.hot-items a:hover { 
	color: #000000;
}

.item-heading { 
	font-weight: bold;
	line-height: 18px;
	background: url('images/heading_bg.gif') repeat-x bottom left;
}

.contact-table { 
	width: 320px;
	float: left;
}

.contact-table td { 
	padding: 1px;
}

/* Tables footer  */

#footer {
	width: 981px;
	height: 65px;
	background: url('images/footer.gif') no-repeat top left;
	margin-left: auto; 
	margin-right: auto;
	font-family: Tahoma; 
	font-size: 8pt; 
	color: #50341e;
}

.copyrights {
	padding-left: 100px;
	padding-top: 13px;
	width: 570px;
	vertical-align: top;
}

.links {
	padding-top: 15px;
	width: 411px;
	vertical-align: top;
}

.webdesign {
	width: 100%;
	text-align: center;
	vertical-align: top;
}

.links a, .links a:visited, .links a:active, .links a:hover, .webdesign a, .webdesign a:visited, .webdesign a:active, .webdesign a:hover{ 
	font-family: Tahoma; 
	font-size: 8pt; 
	color: #5d441f; 
	text-decoration: none; 
	font-weight: normal;
	padding-left: 9px;
	padding-right: 9px;
} 

.links a:hover, .webdesign a:hover { 
	color: #d9b97b; 
}
