/*--------------------------------------------------------------------
    
    Standard Web CSS Document for NETSARIUS & Eskaywoo projects

---------------------------------------------------------------------*/

/* CCS for elements  */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg-roomcorner.jpg);
	background-repeat: no-repeat;
	background-position: center top;	/* Set background color
	   background-color: #02569A;
    */	/* Set background image
       background-image:url('filename.gif');
       background-repeat:no-repeat | repeat | repeat-x | repeat-y;
       background-attachment:fixed; (this will make the image looks like floating)
    */
	font-family: "Times New Roman", Times, serif;
}
body,td,th, div  {
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	/* 12px, 11px, 10px are common */

	/* options for text setting
       color: #000000;
       text-align:  	left | right | center | justify
       text-decoration:  	none | underline | overline | line-through | blink
	   word-spacing:	normal | 14px;
	   letter-spacing:	normal | 14px;
	*/
}

p {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Times New Roman", Times, serif;
}
.bg-contact {
	background-image: url(../images/img-contact.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.header-link/* header elements */

 {font-size: 18px;
 }
 
.link {
	color: #00853e;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: 00853e;
	text-decoration: none;
}
a:hover.link {
	color: #b2d569;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: 00853e;
	text-decoration: none;
}

h2 {font-size: 16px;}
h3 {font-size: 14px;}


/* form elements */
BUTTON {font-family: Times New Roman, Times, serif; font-size: 12px;}
INPUT {font-family: Times New Roman, Times, serif; font-size: 12px; vertical-align:middle;}
SELECT {font-family: Times New Roman, Times, serif; font-size: 12px;}
TEXTAREA {font-family: Times New Roman, Times, serif; font-size: 12px;}

/* others */
div, h1, h2, h3, h4, form, label, img, span{
	margin:0; padding:0; border:0px;
}


/* block quote and list */
BLOCKQUOTE, PRE	{font-family:	Courier New, monospace;}
UL LI	{list-style-type:	disc; color:#b2d569; size:10}
UL LI LI {list-style-type:	circle;}
UL LI LI LI	{list-style-type:	square;}
OL LI {list-style-type:	decimal;}
OL OL LI {list-style-type:	lower-alpha;}
OL OL OL LI	{list-style-type:	lower-roman;}


/*--------------------------------------------------------------------
    
    User Defined Class and CSS settings

---------------------------------------------------------------------*/


.bg-maxim {
	background-image: url(../images/img-maxim.png);
	background-repeat: no-repeat;
	background-position: left top;
}
	
.bg-maxims {
	background-image: url(../images/img-maxim.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.header1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #816443;
	padding: 0px;
}

.header2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:normal;
	color:#00853e;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	padding-left: 0px;
}
.header3 {
	color: #b2d569;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
}
.bg-olive {
	font-family: "Times New Roman", Times, serif;
	background-color: cbc78b;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	padding: 0px;
	text-decoration: none;
}
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #663300;
	padding: 0px;
}
.subnavi-artisan {
	background-image: url(../images/btn-subnavi-artisans.jpg);
	background-position: right top;
}
.subnavi-collection {
	background-image: url(../images/bg-subnavi-collection.jpg);
}
.subnavi-askwendy {
	background-image: url(../images/bg-subnavi-contact.jpg);
	background-position: left top;
}
.subnavi-gems {
	background-image: url(../images/bg-subnavi-gems.jpg);
}
.subnavi {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #663300;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}
.copy {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #6C4B25;
	line-height: 16px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.style1 {
	font-size: 14px;
	line-height: 20px;
}
.header-link {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: 00853e;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: 00853e;
	text-decoration: none;
}
