@import url("forms.css");

body {  	
	background: #fef url(../_images/body_bg.png) repeat top center;
	margin: 0 auto;
	padding: 0 0 30px;
	border: 0;
	}
	
h1 {
	font: 24px/1.2 georgia, "myriad pro", sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: transparent;
	}
	
h2 {
	font: 18px/2 georgia, "myriad pro", sans-serif;
	margin: 0 0 20px;
	padding: 0;
	color: #a3a;
	background-color: transparent;
	}
	
p, li {
	margin: 10px 0;
	padding: 0;
	font: 14px/1.5 "myriad pro", georgia, sans-serif;
	color: #555;
	background-color: transparent;
	}

li {
	margin: 0;
	}
	
a {
	color: #a3a;
	background-color: transparent;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	
a img {
	border: 0;
	}
	
img {
	padding: 4px;
	border: 1px solid #bbb;
	margin: 0 0 10px;
	}
	
.red {
	color: #c00;
	background-color: inherit;
	}
	
.green {
	color: #0c0;
	background-color: inherit;
	}
	
.fleft {
	float: left;
}	

.fright {
	float: right;
}	

.right {
	text-align: right;
	}

.center {
	text-align: center;
	}
	
.viet {
	font-family: tahoma, sans-serif;
	text-transform: uppercase;
	}
	
.big {
	font-size: 1.5em;
	}
	
.med {
	font-size: 1.2em;
	}
	
.loginfo {
	padding: 3px;
	border: 1px solid #a3a;
	background-color: #fef;
	color: inherit;
	}
	
.announcement {
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	padding: 0;
	margin: 0;
}
	
#container { 
	background: #fff url(../_images/page_bg.png) repeat-y top center;
	width: 920px;
	padding: 0px;
	margin: 0px auto;
	}

#header, #header_gift {
	background: #fff url(../_images/rotate/rotate.php) no-repeat top center;
	height: 350px;
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

#header_gift {
	background: #fff url(../_images/header_bg_gift.jpg) no-repeat top center;
}

#header_cma {
	background: #fff url(../_images/cafetrang_cma.gif) no-repeat center center;
	height: 200px;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	}
	
#logo {
	background: #fff url(../_images/cafetrang.gif) no-repeat center 40px;
	width: 400px;
	height: 150px;
}

#logo h1 {
	display: none;
	}

#site_nav {
	background-color: transparent;
	padding: 5px;
	margin: 0;
	width: 190px;
	height: 140px;
}

#site_nav ul {
	background: transparent url(../_images/site_nav_ul_bg.png) no-repeat center center;
	width: 190px;
	height: 140px;
	margin: 0;
	padding: 0;
	list-style: none outside;
	}	

#site_nav li {
	margin: 0;
	padding: 0;
  	display: block;
	float: left;
	}	
	
#site_nav li a {
	background: transparent url(../_images/site_nav_li_bg.gif) no-repeat center bottom;
	width: 190px;
	height: 28px;
	font: 16px/28px "myriad pro", georgia, sans-serif;
	color: #fef;
	background-color: transparent;
	text-align: center;
	display: block;
	text-decoration: none;
	letter-spacing: 3px;
	}
	
#site_nav li a:hover, #site_nav li a.active {
	color: #fff;
	font-weight: bold;
	}
	
#header h1, #header_gift h1 {
	margin: 20px 0 0;
}
	
#content{
	background: #fff;
	width: 800px;
	margin: 0 auto;
	padding: 20px 0 0;
	clear: both;
	}	

#primary_content {
	float: left;
	width: 400px;
	}
	
#specials {
	float: right;
	width: 360px;
	background: #fff;
	padding: 0 0 0 40px;
	}
	
#specials h1 {
	margin: 0 0 10px;
	padding: 0 0 5px;
	color: #a3a;
	background: transparent url(../_images/specials_bg.png) no-repeat bottom right;
	}
	
#specials p {
	color: #555;
	background-color: inherit;
	margin: 10px 0 0;
	}
	
#specials p.features {
	font: 14px/1.2 "myriad pro", tahoma, sans-serif;
	height: 153px;	
	clear: both;
	margin: 5px 0;
	}

#specials a {
	display: block;
	text-decoration: none;
	height: 131px;
	padding: 10px;
	border: 1px solid #fff;
	}
	
#specials a:hover {
	background-color: #fed;
	text-decoration: none;
	border: 1px solid #a3a;
	}	
	
#specials img {
	width: 150px;
	height: 125px;
	margin: 0 10px 0 0;
	background-color: #dcb;
	padding: 2px;
	}
	
ul#menu_categories	{
	background-color: #fef;
	width: 800px;
	height: 24px;
	margin: 10px auto 60px;
  	padding: 0;
  	list-style: none outside;	
	border-top: 1px double #ebe;
	border-bottom: 2px solid #000;
	}

#menu_categories li {
	margin: auto;
  	display: block;
	float: left;
	}
	
#menu_categories li a {
	background-color: #fef;
	margin: 0px;
	padding: 0px 5px;
  	font: 12px/2 tahoma, sans-serif;
	text-transform: uppercase;
	display: block;
	float: left;
	text-align: left;
	height: 24px;
  	color: #a3a;
	text-decoration: none;
	border-left: 2px solid #fef;
	border-right: 2px solid #fef;
	}
	
#menu_categories li a:hover {
	color: #fff;
	background-color: #a3a;
	}
	
#menu_categories li.active a {
	color: #000;
	background-color: #fff;
	height: 28px;
	line-height: 28px;
	margin-top: -4px;
	margin-bottom: -2px;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	z-index: 100;
	position: relative;
	}
	
ul#menu_items {
	list-style: none outside;
	margin: 15px 0 0;
	padding: 0;
	}

#menu_items li {
	background-color: #fff;
	margin: 10px auto 20px;
  	display: block;
	border-bottom: 1px solid #ccc;
	font-size: 14px;	
	padding: 0 0 0 34px;
	}	

#menu_items li.category_description {
	margin-left: 0px;
	padding: 0 0 10px;
	border-bottom: 3px double #a3a;
}
	
#menu_items li.category_headers {
	font: 16px/1.5 tahoma, sans-serif;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fef;
	border-bottom: 1px solid #958;
	border-top: 4px solid #958;
	}
	
#menu_items li span {
	margin-left: -34px;
	}
	
#menu_items li.cma {
	padding: 0;
	}

#menu_items li.cma span {
	margin: 0;
	}
	
#conclusion {
	background: transparent url(../_images/conclusion_bg.gif) no-repeat center 40px;
	width: 800px;
	margin: 0px auto;
	padding: 60px 0 0;
	clear: both;
	}
	
#footer {
	background: #fef url(../_images/footer_bg.png) no-repeat bottom center;
	width: 920px;
	margin: 30px auto 0;
	padding: 0 0 60px;
	}
	
#footer div {
	background: #cac url(../_images/m.gif) no-repeat 620px center;
	width: 778px;
	border: 1px solid #a3a;
	margin: 0 auto;
	padding: 5px 10px 5px 10px;
	}
	
#footer p {
	font: 11px/1.2 "myriad pro", tahoma, sans-serif;
	color: #fdf;
	margin: 7px 0;
	background-color: transparent;
	}

#footer a {
	color: #fdf;
	background-color: transparent;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #fff;
	text-decoration: none;
	}