
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;

	font-weight: normal;
}

html, body {
	height: 100%;
}

body {
	line-height: 1;
}

/* remove list-style from lists */
ol, ul {
	list-style: none;
}

/* remove border from fieldset and img */
fieldset, img {
	border: 0;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/*clearfix */

.clearfix:after {
    content: " "; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	font-size: 0;
}

.clearfix { display: inline-block; }

* html .clearfix {height: 1%;}

/* Global Styles
--------------------------------------------------------------------------------------- */
html, body { 
	border:0; 
	margin:0; 
	padding:0; 
	font-family:Lucida Fax, Lucida Grande, Arial sans-serif; 
	color:#311402; 
	text-align:left; 
	height:100%; 
	font-size:13px; 
	background:url(../img/bDrop_body.gif) repeat-x;
	background-color:#ffffff; 
	}


/* Page Structure
--------------------------------------------------------------------------------------- */

#home, #page {
	margin:0 auto; 
	width:925px; 
	min-height:100%; 
	position:relative;
	}
	
#header {
	height:50px;
	background:url(../img/bDrop_header.gif) top no-repeat;
	}
	
#banner {
	height:272px;
	background:url(../img/flash1Draftv1.jpg) top no-repeat;
	}

#home #nav {
	height:49px;
	padding-left:13px;
	}
	
#page #pageNav {
	background:url(../img/bDrop_p_nav.gif) no-repeat;
	height:95px;
	}	
	
#page #content {
	padding-bottom:90px;
	padding-left:25px;
	}
	
#home #content {
	margin-top:0px;
	padding-bottom:90px;
	padding-top:0;
	}
	
#home .col01 {
	float:left;
	width:313px;
	}
	
#home .col02 {
	float:right;
	width:560px;
	padding:22px 0 0 30px;
	}
	
#page .col01 {
	float:left;
	width:305px;
	padding-top:60px;
	}
	
#page .col02 {
	float:right;
	width:595px;
	}

#chat {	
	background-image:url(../img/bDrop_chat.gif);
	padding:77px 20px 8px 33px;
	}
	
#whatsnew {
	padding:5px 20px 15px 33px;

}

#Security #content {
	margin-top:25px;
	margin-left:280px;
	}
	
#gallery-flash {
}

#footer {
	background:url(../img/bDrop_footer.gif) top repeat-x;
	height:66px;
	position:relative;
	margin-top:-66px;
}

*html #footer {
	background:url(../img/bDrop_footer.gif) top repeat-x;
	height:66px;
	position:relative;
	margin-top:-34px;
}
	
#footer #menu {
	margin:0 auto; 
	width:859px;
	color:#8d6910;
	padding:15px 33px;
	font-size:11px;
	line-height:18px;
	}
	
#footer #menu .col01 {
	float:left;
	width:280px;
	}
	
#footer #menu .col02 {
	float:right;
	width:579px;
	text-align:right;
	}
	
#facebook {
	padding-left:26px;
	}

/* Headings
--------------------------------------------------------------------------------------- */

h1, h2, h3 {}
	
#home h1 {
	background:url(../img/hd_home.gif) top left no-repeat;
	height:45px;
	width:460px;
	text-indent:-9999px;
	margin:0;
	padding:0;
	}
	
h1  {
	font-size:26px;
	color:#8d6910;
	font-weight:bold;
	margin-left:7px;
	margin-bottom:12px;
	padding:0;
	}
	
#home .col02 h2 {
	background:url(../img/hd_provide.gif) top no-repeat;
	height:40px;
	width:256px;
	text-indent:-9999px;
	}
	
#whatsnew h2 {
	background:url(../img/hd_whatsnew.gif) top no-repeat;
	height:30px;
	width:260px;
	text-indent:-9999px;
	}
	
#services h2 {
	background:url(../img/hd_services.gif) top no-repeat;
	height:40px;
	width:510px;
	text-indent:-9999px;
	}
	
#policies h2 {
	background:url(../img/hd_pi.gif) top no-repeat;
	height:40px;
	width:510px;
	text-indent:-9999px;
	}
	
#gallery h2 {
	background:url(../img/hd_gallery.gif) top no-repeat;
	height:40px;
	width:510px;
	text-indent:-9999px;
	}
	
#contact h2 {
	background:url(../img/hd_contact.gif) top no-repeat;
	height:40px;
	width:510px;
	text-indent:-9999px;
	}
	
h2 {
	color:#8d6910;
	font-size:14px;
	line-height:21px;
	margin-bottom:8px;
	font-weight:bold;
	padding-left:7px;
	margin-top:5px;
	}

h3 {
	color:#8d6910;
	font-size:12px;
	line-height:18px;
	margin-bottom:6px;
	font-weight:normal;
	padding-left:7px;
	margin-top:5px;
	}
	

/* Text Styles
--------------------------------------------------------------------------------------- */

p { 
	line-height:20px; 
	margin-bottom:10px;
	padding-left:7px;
	margin-top:5px; 
	}
	
strong {
	font-weight:bold;
	}
	
strong em {
	font-weight:bold;
	}

/* List Styles
--------------------------------------------------------------------------------------- */
	
ul {  
	margin:5px 5px 5px 15px;
	line-height:18px; 
	list-style-image:url(../img/ic_point.gif);
	padding:0 0 0 10px;  
	list-style-position: outside; 
	display:block; 
	}
	
ul li a {
	}


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

a, a:visited, a:hover {}

	
#content a, #content a:visited { 
	color:#99731b;
	text-decoration:none;
	margin:0px;
	}
	
#content a:hover { 
	color:#99731b;
	text-decoration:underline; 
	margin:0px;
	}
	
#footer #menu .col02 a, #footer #menu .col02 a:visited, #footer #menu .col02 a:hover, #footer #menu .col01 a, #footer #menu .col01 a:visited, #footer #menu .col01 a:hover { 
	margin:0 5px; 
	font-weight:normal; 
	text-decoration:none;
	color:#99731b;
	}
	
#footer #menu .col01 a, #footer #menu .col01 a:visited, #footer #menu .col01 a:hover {
	margin:0; 
	}
	
#footer #menu .col02 a:hover, #footer #menu .col01 a:hover {
	text-decoration:underline;
	}
	
#facebook a.like, #facebook a:visited.like, #facebook a:hover.like {
	display:block;
	background:url(../img/bt_facebook.gif) top no-repeat;
	width:266px;
	height:30px;
	text-indent:-99999px;
	margin:0;
	padding:0;
	}
	
#facebook a:hover.like {
	background:url(../img/bt_facebook.gif) bottom no-repeat;
	}


/* Main Navigation
---------------------------------------------------------------------------------------- */

#nav ul { 
	margin:0; 
	padding:0; 
	list-style-type:none; 
	list-style-image:none; 
	list-style-position:outside; 
	display:block;
	}

#nav ul li { 
	float: left;  
	margin: 0;  
	padding: 0;
	}
		
#nav ul li a {  
	height:40px;  
	display: block;  
	margin: 0;  
	padding: 0;
	}
	

#nav ul li a#about-us { 
	width:114px; 
	height:49px; 
	background: url(../img/bt_h_about.gif) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}
		
#nav ul li a#menus { 
	width:97px; 
	height:49px; 
	background: url(../img/bt_h_menus.gif) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}
		
#nav ul li a#cakes { 
	width:98px; 
	height:49px; 
	background: url(../img/bt_h_cakes.gif) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}

#nav ul li a#catering { 
	width:123px; 
	height:49px; 
	background: url(../img/bt_h_catering.gif) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}
		
#nav ul li a#gifts {
	width:94px; 
	height:49px; 
	background: url(../img/bt_h_gifts.gif) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}
		
#nav ul li a#functions { 
	width:133px; 
	height:49px; 
	background: url(../img/bt_h_functions.gif) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}
	
#nav ul li a#what-s-new { 
	width:134px; 
	height:49px; 
	background: url(../img/bt_h_whatsnew.gif) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}
	
#nav ul li a#contact-us { 
	width:119px; 
	height:49px; 
	background: url(../img/bt_h_contact.gif) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}

#nav ul li a#about-us:hover { 
	background: url(../img/bt_h_about.gif) bottom no-repeat; 
	margin:0; 
	padding:0;
	}
		
#nav ul li a#menus:hover { 
	background: url(../img/bt_h_menus.gif) bottom no-repeat; 
	margin:0; 
	padding:0;
	}
		
#nav ul li a#cakes:hover { 
	background: url(../img/bt_h_cakes.gif) bottom no-repeat; 
	margin:0; 
	padding:0;
	}
		
#nav ul li a#catering:hover { 
	background: url(../img/bt_h_catering.gif) bottom no-repeat; 
	margin:0; 
	padding:0;
	}
		
#nav ul li a#gifts:hover { 
	background: url(../img/bt_h_gifts.gif) bottom no-repeat; 
	margin:0; 
	padding:0;
	}
		
#nav ul li a#functions:hover { 
	background: url(../img/bt_h_functions.gif) bottom no-repeat; 
	margin:0; 
	padding:0;
	}
	
#nav ul li a#what-s-new:hover { 
	background: url(../img/bt_h_whatsnew.gif) bottom no-repeat; 
	margin:0; 
	padding:0;
	}
	
#nav ul li a#contact-us:hover { 
	background: url(../img/bt_h_contact.gif) bottom no-repeat; 
	margin:0; 
	padding:0;
	}

/* Sub Menu Drop Down
--------------------------------------------------------------------------------------- */	

#nav ul li ul.subMenuList, #pageNav ul li ul.subMenuList {
	position:absolute;
	background-color:#f1ead4;
	width: 90px;
	margin-left:10px;
	padding: 0px;
	z-index: 99;
	opacity: 0;
}

#nav ul li ul.subMenuList li, #pageNav ul li ul.subMenuList li {
	float: left;
	clear: both;
}

#nav ul li ul.subMenuList li a, #pageNav ul li ul.subMenuList li a {	
	font-size: 10px;
	text-transform:uppercase;
	font-weight:bold;
	color: #8d6910;
	width: 70px;
	padding: 5px 10px 5px 10px;
	display: block;
	height:20px;
	text-decoration:none;
}

#nav ul li ul.subMenuList li a:hover, #pageNav ul li ul.subMenuList li a:hover {	
	text-decoration:underline;
}

dsp-menu {
	opacity:1;
}

hide-menu {
	opacity:0;
}
	
/* Page Navigation
---------------------------------------------------------------------------------------- */

#pageNav ul { 
	margin:0; 
	padding:0; 
	list-style-type:none; 
	list-style-image:none; 
	list-style-position:outside; 
	display:block;
	}

#pageNav ul li { 
	float: left;  
	margin: 0;  
	padding: 0;
	}
		
#pageNav ul li a {  
	height:66px;  
	display: block;  
	margin: 0;  
	padding: 0;
	}
	

#pageNav ul li a#home { 
	width:285px; 
	height:66px; 
	background: url(../img/bt_p_home.gif) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}
#pageNav ul li a#about-us { 
	width:97px; 
	height:66px; 
	background: url(../img/bt_p_about.gif) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}
		
#pageNav ul li a#menus { 
	width:63px; 
	height:66px; 
	background: url(../img/bt_p_menus.gif) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}
		
#pageNav ul li a#cakes { 
	width:60px; 
	height:66px; 
	background: url(../img/bt_p_cakes.gif) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}

#pageNav ul li a#catering { 
	width:80px; 
	height:66px; 
	background: url(../img/bt_p_catering.gif) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}
		
#pageNav ul li a#gifts {
	width:54px; 
	height:66px; 
	background: url(../img/bt_p_gifts.gif) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}
		
#pageNav ul li a#functions { 
	width:90px; 
	height:66px; 
	background: url(../img/bt_p_functions.gif) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}
	
#pageNav ul li a#what-s-new { 
	width:99px; 
	height:66px; 
	background: url(../img/bt_p_whatsnew.gif) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}
	
#pageNav ul li a#contact-us { 
	width:87px; 
	height:66px; 
	background: url(../img/bt_p_contact.gif) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}

#pageNav ul li a#about-us:hover { 
	background: url(../img/bt_p_about.gif) bottom no-repeat; 
	margin:0; 
	padding:0;
	}
		
#pageNav ul li a#menus:hover { 
	background: url(../img/bt_p_menus.gif) bottom no-repeat; 
	margin:0; 
	padding:0;
	}
		
#pageNav ul li a#cakes:hover { 
	background: url(../img/bt_p_cakes.gif) bottom no-repeat; 
	margin:0; 
	padding:0;
	}
		
#pageNav ul li a#catering:hover { 
	background: url(../img/bt_p_catering.gif) bottom no-repeat; 
	margin:0; 
	padding:0;
	}
		
#pageNav ul li a#gifts:hover { 
	background: url(../img/bt_p_gifts.gif) bottom no-repeat; 
	margin:0; 
	padding:0;
	}
		
#pageNav ul li a#functions:hover { 
	background: url(../img/bt_p_functions.gif) bottom no-repeat; 
	margin:0; 
	padding:0;
	}
	
#pageNav ul li a#what-s-new:hover { 
	background: url(../img/bt_p_whatsnew.gif) bottom no-repeat; 
	margin:0; 
	padding:0;
	}
	
#pageNav ul li a#contact-us:hover { 
	background: url(../img/bt_p_contact.gif) bottom no-repeat; 
	margin:0; 
	padding:0;
	}

/* Contact Form Properties */

#std_form {
	width:260px;
	}

#std_form input,textarea
{
	width: 250px;
	height: 15px;
	border: solid #866310 1px;
	
	padding:3px;
	margin-bottom: 5px;
	margin-left:10px;
	font-size:10px;
	color:#6f472d;
	font-family:'Lucida Fax', Lucida Grande, Arial sans-serif; 
	
	}

#std_form td
{
	vertical-align: top;
	margin-left:10px;
}

#std_form #submitbtn
{
	width: 70px;
	height: 27px;
	border:none;
	padding:0;
}

#comment
{
	height:120px;
}
