@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/wood_panel_2.jpg) ;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #09561b;
	font-size: 15px;
}
h1 {
	letter-spacing: -1px;
	font-size: 34px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 { letter-spacing: -1px; font-size: 18px; text-decoration: none }
h3 {
	font-size: 18px;
	color: #8F0A00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-bottom: 4px;
}

h4 {
	font-size: 16px;
	color: #8F0A00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 180%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

p, ul, ol {
	text-align: left;
	line-height: 180%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 12px;
	font-size: 15px;
}
a {
	color: #23611D;
}
a:hover {
	
	text-decoration: none;

}
img { border: none; }
.tn img { border: 8px solid #F5F5F5; }
hr { display: none;}

/* Logo */
#logo {
	width: 990px;
	height: 0px;
	margin: auto;
	position: relative;
}
#logo h1 {}
#logo h2 { padding-left: 0; padding-bottom: 0; padding-right: 0; padding-top: 0px;  float: right; text-transform: lowercase; font-weight: normal; font-size:  16px; }
#logo a { text-decoration: none; }

#mark{
	position: absolute;
	top: -14px;
	left: -62px;
	height: 200px;
	width: 265px;
}

#postit{
	float: right;
	right: -35px;
	top: -15px;
	position: absolute;
	height: 185px;
	width: 118px;
	background: url(images/badges_right.png) no-repeat;
	clear: both;
}


/* Menu */
#menu {
	width: 980px;
	height: 100px;
	margin: 0 auto;
	background: url(images/nav_paper_3.png) no-repeat center top;
	clear: both;
	font-size: 18px;
}
#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 190px;
}
#menu li { display: inline; }
#menu a {
	margin-bottom: 0;
	margin-right: 5px;
	margin-top: 3px;
	padding-left: 5px;
	padding-bottom: 0;
	padding-right: 5px;
	padding-top: 10px;
	display: block;
	float: left;
	height: 32px;
	font-size: 21px;
	color: #060;
	letter-spacing: -0.025em;
	line-height: 26px;
	text-decoration: none;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#menu a:hover {
	color: #C30;
}
#menu .active a { background:  url(images/arrow.gif) no-repeat center bottom; }

/* Page */
#backdrop { background: url(images/brown-paper.png) repeat-y center top; }
#page { width: 1007PX; margin: auto; height: auto;  }

/* Buy */
#buy {
	width: 338px;
	height: 64px;
	margin: 0;
	z-index: -1;
}
#buy ul { margin: 0; padding: 9px 0 0 220px; list-style: none; line-height: normal; }
#buy a {
	margin-left: 14px;
	margin-bottom: 18px;
	margin-right: 12px;
	margin-top: 11px;
	padding-bottom: 0px;
	padding-top: 2px;
	display: block;
	float: left;
	height: 40px;
	text-align:center;
	font-size: 14px;
	line-height: 36px;
	text-decoration: none;
	letter-spacing: normal;
	text-transform: uppercase;
	width: 304px;
}
#buy a:hover { color: #AA2328;}

/* Content */
#content {
	background-image: url(images/main_paper_middle.png);
	width: 500px;
	padding-bottom: 10px;
	background-repeat: repeat-y;
	background-position: left top;
	height: auto;
	padding-left: 40px;
	padding-right: 50px;
}
#content h1 {
	margin-bottom: 22px;
	background: url(images/heart.png) no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: -1px;
	color: #900;
	line-height: 48px;
	text-indent: 60px;
	margin-left: -8px;
}
#content h2 {
	margin-bottom: 6px;
	font-size: 22px;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-style:normal;
	font-weight: normal;
	margin-top: 6px;
}
#content content { padding-left: 40px;
	background-position: left top;
	background-image: url(images/main_paper_middle.png);
	background-repeat: repeat-y;
}

.sweetThai {
			padding-bottom: 60px;
}

.contentTop {
	background-image: url(images/main_paper_top_70px.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:70px;
	width: 590px;
	top: -40px;
}

.contentBottom {
	background-image: url(images/main_paper_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 80px;
}

.flash{
	float: left;
	width: 590px;
	margin-left: 30px;
	}

#static {
	margin-bottom: 20px;
	margin-top: 20px;
	padding-left: 33px;
}
#content ul { margin: 6px; padding: 0 12px 12px 12px; list-style: disc; line-height: 30px;  }

/* Form */
input, textarea {
border:1px solid #666666;
font-family:Verdana,Tahoma,Arial,Sans-Serif;
font-size:1em;
margin:0;
padding:4px;
background:#fff;
}
 
input:focus, input:hover,textarea:focus, textarea:hover{
border: 1px solid #000;
background:url(../images/contact_crazyleaf.gif) top right no-repeat;
}
 
label {
margin:2px;
}
 
input {
width:300px;
}
 
.button {
margin:0 0 15px 0;
background:url(../images/div_back_contact.gif);
color:#000;
font-weight:bold;
width:310px;
}


/* Content 
#content { background-repeat: no-repeat; float: left; background: url(images/main_image_top.gif) left top; width: 625px; height: auto; margin-left: 0px; }
#content look { font-size: 14px; }
#content h1 { margin-bottom: 20px; margin-right: 0px; margin-top: 20px; padding-left: 33px; background: url(images/img07.gif) no-repeat left top; }
#content .content {  width: 544px; margin-top: 44px; margin-left: 42px; background: url(images/main_image_bottom.gif) no-repeat left bottom;  }*/

/* Posts */
.post h1.title { line-height: 40px; margin-left: 36px; padding-left: 36px; }
.post h2.title { margin: 40px 0 25px 0; padding-left: 33px;}
.post .title a { text-decoration: none; color: #AA2328; }
.post .title link  { text-decoration: none; color: #AA2328; }
.post .entry { margin-right: 24px; margin-left: 36px; background-position: center; }
.post ul, .post ol { margin-left: 3em; }
.post ul { list-style-type: square; }
.post ol { list-style-type: decimal; }


/* Sidebar */
#sidebar {
	height: auto;
	float: right;
	width: 354px;
	margin-right: 30px;
}
#sidebar a {
	color: #8F0A00;
}

#sidebar h2 {
	text-decoration:none;
	color: #AA2328;
}

.socialmedia {
	padding:10px 10px 10px 25px;
	}
	
.box {
}
.box .title {
	font-family: Arial, Helvetica, sans-serif;
	height: 36px;
	margin-top: 2px;
	padding-top: 12px;
	padding-bottom: 4px;
	padding-left: 30px;
	font-size: 18px;
	color: #AA2328;
	line-height: 36px;
	text-transform: uppercase;
	background-position: left top;
	background-image: url(images/paper_Right_top.png);
	background-repeat: no-repeat;
}
.box .content {
	line-height: 22px;
	font-size: 14px;
	background-repeat: repeat-y;
	padding-right: 40px;
	padding-left: 48px;
	background-position: left top;
	background-image: url(images/paper_Right_Middle.png);
}

.box .bottom {
	line-height: 26px;
	font-size: 14px;
	background:no-repeat;
	padding-bottom: 60px;
	background-position: left bottom;
	background-image: url(images/paper_Right_bottom.png);
}

.box ul {
	padding-top: 12px;
	line-height: 24px;
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: none;
}
.box ul li {
	margin-left: 0px;
	margin-bottom: 6px;
	font-size: 18px;
}
.box small {
	font-size: 14px;
	color: #23611D
}
/* ------ Footer styles ------ */

#divFooter {
	background:url(images/paper_footer.png) top no-repeat;
	height: 300px;
	padding-top: 40px;
}

.footer {
	color: #595959;
	font-size: 12px;
	line-height: 18px;
	margin: 0 auto;
	padding: 24px 0;
	width: 800px;
}
.footer .left {float: left}
.footer .right {float: right}
* html .footer .right {margin-left: 60px}



.footer p {
	color: #595959;
	padding: 0 4px;
	font-size: 14px;
	line-height: 18px;

}

.footer a {
	color: #595959;
}

.footer a:hover {color:#fff; background-color: #ff4e00}

.footer  ul {
	list-style: none;
	height: 165px;
	margin: 0;
	padding: 0;
}

.footer  ul li {
	float: left;
	padding: 2px 20px 40px 10px;
	width: 140px;
}


.footer .right ul li ul li {
	font-size: 13px;
	line-height: 18px;
	list-style: none;
	display: inline;
	border-right: none;
	padding: 2px 0px 2px 0px;
}

.footer .right ul li ul li a {line-height:18px}


/* hr clear*/


hr.clear {  
background: none;  
border: 0;  
clear: both;  
display: block;  
float: none;  
font-size: 0;  
margin: 0;  
padding: 0;  
overflow: hidden;  
visibility: hidden;  
width: 0;  
height: 0;  
}  
