/* Hege's Kiawah */
/* Site Designed & Developed by Atlantic BT */

body {
	background: #5A1A11 url(images/bg_main.gif) repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 120%;
}

a, a:link, a:visited {
	color: #2091BF;
}

a:hover {
	color: #5A1A11;
}

#left_side {
	background: url(images/bg_brown.gif) repeat-y;
}

/*  Main.asp content areas */

#ind_left {
	background: url(images/bg_news.gif) repeat-y;
}

#ind_right {
	background: url(images/bg_specials.gif) repeat-y;
}

#ind_welcome {
	background: url(images/bg_welcome.gif) repeat-y;
	padding: 15px 15px 15px 20px;
	font-size: 11px;
}

#ind_news {
	padding: 15px 15px 2px 15px;
	font-size: 11px;
}

#ind_specials {
	padding: 7px 7px 0px 10px;
	font-size: 11px;
}

#ind_news p, #ind_specials p {
	margin-top: -10px;
}

/* End Main.asp content areas */
/* Begin universal and inner page stuff */



.shadow {
	width:5px;
	background-repeat: repeat-y;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/bg_shadow.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.shadow[class] {
	width:5px;
	background-repeat: repeat-y;
  background-image:url(images/bg_shadow.png);
}

.ind_shadow {
	width: 6px;
	height: 49px;
	background-repeat: no-repeat;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/ind_1b.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.ind_shadow[class] {
	width: 6px;
	height: 49px;
	background-repeat: no-repeat;
  background-image:url(images/ind_1b.png);
}

.bot_shadow2 {
	width: 310px;
	height: 8px;
	background-repeat: no-repeat;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/ind_bot_shadow2.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.bot_shadow2[class] {
	width: 310px;
	height: 8px;
	background-repeat: no-repeat;
  background-image:url(images/ind_bot_shadow2.png);
}

.top_shadow {
	width: 310px;
	height: 12px;
	background-repeat: no-repeat;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/ind_top_shadow.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.top_shadow[class] {
	width: 310px;
	height: 12px;
	background-repeat: no-repeat;
  background-image:url(images/ind_top_shadow.png);
}

.bot_shadow {
	width: 310px;
	height: 13px;
	background-repeat: no-repeat;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/ind_bot_shadow.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.bot_shadow[class] {
	width: 310px;
	height: 13px;
	background-repeat: no-repeat;
  background-image:url(images/ind_bot_shadow.png);
}

.lt_shadow {
	width: 5px;
	background-repeat: repeat-y;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/ind_lt_shadow.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.lt_shadow[class] {
	width: 5px;
	background-repeat: repeat-y;
  background-image:url(images/ind_lt_shadow.png);
}

.rt_shadow {
	width: 5px;
	background-repeat: repeat-y;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/ind_rt_shadow.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.rt_shadow[class] {
	width: 5px;
	background-repeat: repeat-y;
  background-image:url(images/ind_rt_shadow.png);
}



#content_area {
	background: url(images/bg_content.gif) repeat-y;
}

#content {
	padding: 15px 20px 5px 20px;
	font-size: 12px;
	color: #000;
}

#sub_menu {
	padding: 2px 5px 5px 7px;
	font-size: 10px;
	color: #5A1A11;
}

#sub_menu p {
}

#sub_menu a, #sub_menu a:hover, #sub_menu a:visited {
	color: #5A1A11;
	font-weight: bold;
}

#sub_menu a:hover {
	color: #A6A62A;
	font-weight: bold;
}

/* restaurant menu formatting */

#menu_cell {
	padding: 4px 0px 4px 0px;
	font-size: 11px;
}


#menu_row {
 /* nothing */
}

#menu_item {
	font-size: 11px;

}

#menu_dots {
	font-size: 11px;
	background: url(images/bg_menudots.gif) repeat-x left bottom;

}

#menu_price {
	font-size: 11px;

}

/* End restaurant menu format */

ul {
	list-style-image: url(images/i_curl1.gif);
}

ul.style2 {
	list-style-image: url(images/i_curl2.gif);
}

ul.style3 {
	list-style-image: none;
	list-style-type: none;
}

li {
	margin-bottom: 7px;
	margin-left: -15px;
}

ul.style3 li {
	margin-bottom: 4px;
	margin-left: -25px;
}

h1 {
	color: #29849E;
	font-size: 14px;
	font-weight: bold;
}

.bold_blue {
	color: #29849E;
	font-weight: bold;
}

.bold_red {
	color: #5A1A11;
	font-weight: bold;
}

.bold_green {
	color: #A6A62A;
	font-weight: bold;
}

.td_content {
	padding: 3px 3px 3px 3px;
	font-size: 12px;
}

h1.region {
	position: relative;
	margin-bottom: -2px;
	color: #5A1A11;
	font-style: italic;
}

#contact_form {
	background-color: #F0EDE4;
	border: 1px #B2B2B2 solid;
}

#contact_form td {
	padding: 3px 0px 3px 10px;
}

/* End universal and inner page stuff */
/* footer stuff */

#footer {
	background: url(images/f_bg.gif) repeat-x;
	padding: 10px 15px 5px 10px;
}

#footer_copy {
	font-size: 10px;
	color: #325660;
}

#footer_copy a, #footer_copy a:link, #footer_copy a:visited {
	color: #325660;
}

#footer_copy a:hover {
	color: #5A1A11;
}

#footer_info {
	font-size: 10px;
	color: #325660;
	text-align: right;
}

#ind_footer {
	padding: 15px 3px 3px 3px;
	font-size: 10px;
	color: #875D52;
	text-align: center;
}

/* End footer stuff */