/*#############################################################
Date: 2008-07-30
#############################################################*/

/* standard elements */
html {min-height: 100%;}

* {	margin: 0;	padding: 0;}
a {color: #963;}
a:hover {color: #C60;}

body {
	background: #eb6f0a url(../img/bg.jpg) repeat left bottom;/**/	/*#6d5434*/
	/*background: #eb6f0a;*/
	color: #444;
	font: normal 70% Tahoma,sans-serif;	/*62.5%*/
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none; margin-bottom: 6px;}

h1 {font: normal 1.8em Tahoma,sans-serif;	margin-bottom: 4px;}
h1,h2,h3 {padding-top: 6px;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: #f0f0f0 url(../img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

/* common IMG settings */
img {border: 0; margin: 0 2px 2px 0;}	/* ͼ¿ 25px */

legend {
color:#4E3525;
font-size:18px;
font-weight:bold;
}

/* misc */
.clearer {clear: both;}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 7px;
	width: 940px;
	border-left : 3px solid #dcd7c8;
	border-right: 3px solid #dcd7c8;
}

/* header */
/*.top {padding: 0px 10px;}*/

/* title */
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 136px;
	margin: 0 auto;
	padding: 1px 10px 0px;
}

/* navigation */
.navigation {
	background: #4E3525;	/* url(../img/nav.gif~) */
	height: 41px;		/* key to switch to 2nd half */
}
.navigation a {
	background: #4E3525;	/* #D9E1E5 url(../img/nav.gif) */
	border-right: 1px solid #AFBEC7;
	color: #FFFFFF;		/*#456*/
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;	/* key to switch to 2nd half */
	padding: 0 33px;
	text-decoration: none;
}
.navigation a:hover {/*background-position: left bottom;*/ background:#c8935d; color:#FFFFFF}	/* color: #234; */

/* main */
.main {border-top: 4px solid #FFF;}

/* sub navigation */
.sidenav {
	float: right;
	width: 150px;
	margin-top: 8px;
	background: #f7f7f2;
}
.sidenav h2 {
	color: #4e3525;		/*#5A5A43*/
	font-size: 1.2em;
	line-height: 28px;
	margin: 0;
	padding-left: 10px;
	background: #E8E0DB;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 10%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;
}

.submenu {
	float:left;
	margin:-8px 10px 30px 20px;
	border:double;
	padding:10px;
}

.calendar {
	float:left;
	padding: 3px 10px;
}
.calendar a {text-decoration: none;}
.calendar a:hover { background:#FFFFCC;}
.calendar fieldset {
	width:35px;
	margin:10px;
	padding:10px;
}
.calendar legend {
	color:#4E3525;
	font-size:15px;
}
.date {
	color:#4E3525;
	font-style:italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:26px;
	text-align:center;
}
.delivery {
	color:#4E3525;
 	font-size:12px;
	text-align:center;
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	/*width: 528px;*/	/*user define base on number of column*/
	background: #fafafa;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(../img/li.gif);
	margin-left: 28px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* image link effect */
.content img 		 {border: 5px solid #E0E0E0;}	/* settings for no line images */
.content a img 		 {border: 5px solid #E0E0E0;}
.content a:hover img {border: 5px solid #eb6f0a;}	/*c8935d*/


/* footer */
.footer {
	background: url(../img/bgfooter.gif) repeat-x;
	color: #FFF;
	line-height: 39px;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}