* {margin:0; padding: 0;}

html, body {
	height: 100%;
}

body {
	font-family: "Times New Roman PS MT", "Times New Roman", serif;
	font-size: 62.5%; 
	color: #747474;
	background: white;
	text-align: center;
}

body {
	background: url(../images/bg_content2.jpg) left top white repeat-x;
}

#index {
	background: url(../images/bg_content_home2.jpg) left top white;
}

p { 
	font-size: 1.2em;
	line-height: 150%;
	text-align: right;
	/*letter-spacing: .02em;*/
}

#wrapper {
	width: 1000px;
	position: relative;
	min-height: 100%;
	margin: 0 auto;
}

* html #wrapper {
	height: 100%;
}

.clear-footer
{
	clear: both;
	height: 47px;
}

.clear
{
	clear: both;
}

#prod-showcase {
	position: absolute;
	top: 160px;
	left: 0;
}

#right_image {
	position: absolute;
	top: 10px;
	left: 745px;
}

#left_menu {
	position: absolute;
	top: 25px;
	left: -100px;
	width:89px;
	text-align:right;
}

h1 {
	width: 0px;
	height: 144px;
	position: absolute;
	top: 9px;
	right: 1px;
	left: 1100;
}

#main-menu {
	position: absolute;
	top: 114px;
	left: -50px;
	list-style-type: none;
}

#main-menu li {
	float: left;
	height: 45px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------------ Index Content <<<-------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#index #main-menu {
	position: absolute;
	top: 192px;
	left: 150px;
	list-style-type: none;
}

#index #main-menu li {
	float: left;
	height: 45px;
}

#index h1 {
	width: 266px;
	height: 245px;
	position: absolute;
	top: 0;
	right: 0;
}

#home-content {
	float: left;
	margin-top: 460px;
	width: 720px;
	border-right: 1px solid #ACC8E8;
	padding: 9px 14px 13px 0;
	text-align: right;
}

#home-content ul {
	list-style-type: none;
	position: relative;
	margin-top: 50px;
	float: right;
}

#home-content ul li{
	float: left;
	margin-right: 18px;
}

#contact-info {
	margin-left: 752px;
	padding-top: 469px;
}

#contact-info p {
	text-align: left;
	font-size: 1.1em;
	color: #7C5B41;
}

#contact-list {
	list-style-type: none;
	padding-top: 45px;
}

#contact-list li {
	height: 10px;
	float: left;
	margin-right: 8px;
	line-height: 10px;
}


#home-content ul .last { margin: 0; }

#index #prod-showcase {
	position: absolute;
	top: 279px;
	left: 0;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------- End Index Content <<<-----------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ----------------------------------- Catalog Lsiting <<<------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#cat-listing {
	padding-top: 150px;
	list-style-type: none;
	margin-left: 87px;
}

#intro {
	padding-top: 190px;
	list-style-type: none;
	margin-left: 87px;
}

#cat-listing li {
	float: left;
	width: 260px;
	_width: 269px;
	border-right: 1px solid #DDDDDD;
	padding-left: 9px;
}

#cat-listing .noborder {
	border: 0;
}

#cat-listing a:link, #cat-listing a:visited {
	display: block;
	width: 251px;
	min-height: 203px;
}

* html a:link, * html a:visited {
	height: 203px;
}

.cat:link, .cat:visited {
	background: url(../images/cat/catering.gif) left top no-repeat;
	position: relative;
}

.cat:hover {
	background: url(../images/cat/catering_roll.gif) left top no-repeat #F4F4F4;
	text-decoration: none;
}

.event:link, .event:visited {
	background: url(../images/cat/event.gif) left top no-repeat;
	position: relative;
}

.event:hover {
	background: url(../images/cat/event_roll.gif) left top no-repeat #F4F4F4;
	text-decoration: none;
}

.wedding:link, .wedding:visited {
	background: url(../images/cat/wedding.gif) left top no-repeat;
	position: relative;
}

.wedding:hover {
	background: url(../images/cat/wedding_roll.gif) left top no-repeat #F4F4F4;
	text-decoration: none;
}

#cat-listing h2 {
	font-size: 18px;
}

#cat-listing span {
	float: left;
	display: block;
	width: 251px;
	margin-top: 200px;
	font-size: 18px;
	font-weight: normal;
	background: transparent;
	margin-bottom: 15px;
}

#cat-listing li a:hover span {
	background: #F4F4F4;
}

#cat-listing a:link em, #cat-listing a:visited em {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #747474;
	clear: left;
	padding-bottom: 50px;
	position: relative;
	visibility: hidden;
}

#cat-listing li a:hover em {
	cursor: pointer;
	visibility: visible;
}

#cat-listing a:link strong, #cat-listing a:visited strong {
	position: absolute;
	bottom: -33px;
	left: 81px;
	visibility: hidden;
}

#cat-listing a:hover strong {
	visibility: visible;
	cursor: pointer;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* --------------------------------- End Catalog Lsiting <<<----------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------------------------------*/
/* ----------------------------------- Catalog Details <<<------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#catalog-details {
	float: left;
	margin-top: 277px;
	width: 721px;
	border-right: 1px solid #DDDDDD;
	padding: 32px 14px 43px 0;
	text-align: right;
}

#catalog-details h2{
	font-size: 1.4em;
	color: #491C00;
	margin-bottom: 10px;
}

#catalog-details ul {
	margin-top: 18px;
	list-style-type: none;
}

#catalog-details ul li {
	float: right;
	margin-right: 16px;
}

#catalog-details ul .last {
	margin: 0;
}

#but-login {
	margin: 20px 6px 0 0;
}

#prod-pic {
	margin-left: 743px;
	padding-top: 259px;
}

#prod-pic p {
	text-align: left;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* --------------------------------- End Catalog Details <<<----------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------------- Site Content <<<-------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#site-content1 {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	width: 725px;
	border-right: 1px solid #DDDDDD;
	padding: 26px 14px 45px 0;
	text-align: left;
}

#site-content {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	width: 725px;
	border-right: 1px solid #DDDDDD;
	padding: 26px 14px 45px 0;
	text-align: left;
}

#site-content h2{
	font-size: 1.4em;
	color: #491C00;
	margin-bottom: 10px;
}

#site-content p{
	margin-bottom: 20px;
}

#site-content ul {
	margin-top: 18px;
	list-style-type: none;
}

#site-content ul li {
	float: right;
	margin-right: 16px;
}

#site-content ul .last {
	margin: 0;
}

#right-sidebar {
	margin-left: 743px;
	padding-top: 277px;
}

#right-sidebar p {
	text-align: left;
}

#submenu {
	list-style-type: none;
	margin: 0 0 16px 9px;
}

#submenu li {
	margin-bottom: 3px;
	text-align: left;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ----------------------------------- End Site Content <<<-----------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------------- Footer <<<----------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#footer
{
	width: 100%;
	background: url(../images/bg_footer2.jpg) left top repeat-x;
	margin-top: -47px;
	height: 47px;
	position: relative;
}

#footer-content {
	width: 1000px;
	height: 47px;
	margin: 0 auto;
	position: relative;
}

#footer-content ul {
	list-style-type: none;
}

#footer-content ul li {
	float: left;
}

#footer-content #link1 {
	width: 525px;
	height: 34px;
	position: absolute;
	right: 200px;
	bottom: 0;
}

#footer-content #link1 li {
	margin-right: 18px;
}

#footer-content #link2 {
	width: 89px;
	height: 29px;
	border-left: 1px solid #ACC8E8;
	position: absolute;
	right: 158px;
	bottom: 0;
	padding: 5px 0 0 10px;
}

#footer-content #link2 li {
	margin-right: 8px;
	height: 10px;
	line-height: 10px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------- End Footer <<<--------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------------- Links <<<-----------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

a{
	color: #83634B;
	font-size: 1.2em;
	text-decoration: none;
	outline: 0;
}

a:hover { text-decoration: underline; }

h1 a:link, h1 a:visited{
	display: block;
	width: 285px;
	height: 144px;
	background: url(../images/ab_logo2.jpg) left top no-repeat;
	text-indent: -9999px;
}

#index h1 a:link, #index h1 a:visited{
	display: block;
	width: 266px;
	height: 245px;
	background: url(../images/ab_home_logo.gif) left top no-repeat;
	text-indent: -9999px;
}

#submenu li a:link, #submenu li a:visited {
	display: block;
	width: 200px;
	height: 22px;
	line-height: 22px;
	text-indent: 7px;
	color: #491C00;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
}

#submenu li a:hover {
	background: #D2DFEF;
}

#submenu li .active:link, #submenu li .active:visited {
	background: #D2DFEF;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------- End Links <<<---------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
.input1 {
	border:1px solid #c9c9c9;
	padding: 1px;
}
.input {
	padding-left: 10px;
}
.tab_head {
	font-family: arial;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	padding: 3px;
	padding-left: 10px;
	border:1px dashed #c9c9c9;
	background-color: #f3ddc7;
}
.tab {
	font-family: arial;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.chktxt {
	font-family: "Times New Roman PS MT", "Times New Roman", serif;
	font-size: 13px; 
	color: #747474;
	padding-left: 10px;
	line-height:18px;
}
.phara {
	font-family: "Times New Roman PS MT", "Times New Roman", serif;
	font-size:14px;
	text-align:left;
	line-height:1.3;
	color:#5e3e29;
	letter-spacing:-.5
}
.tel{
	color: #83634B;
	font-size: 1.2em;
	text-decoration: none;
	outline: 0;
}
