html
{ height: 100%;}

*
{ margin: 0;
  padding: 0;}

body
{
	font: normal 90% Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #4995d1;
	background-repeat: repeat;
	background-image: url(../images/bkg.jpg);
}

p
{
	padding: 0 0 10px 0;
	color: #4F4315;
	line-height: 1.7em;
	font-size: 100%
}

img
{
	border: 0;
	
}

h1, h2, h3, h4, h5, h6 
{
	font: normal 175% Arial, Helvetica, sans-serif;
	color: #3A3418;
	text-shadow: 0px -1px 0px #000;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
}

h2
{
	font: italic bold normal 150% Tahoma, Geneva, sans-serif;
	color: #FC0;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h3
{
	font: italic bold normal 130% Tahoma, Geneva, sans-serif;
	text-align: center;
}

h4, h5, h6
{ margin: 0;
  padding: 0 0 0px 0;
  font: normal 150% Arial, Helvetica, sans-serif;
  color: #FFF;
  line-height: 1.5em;}

h5, h6
{ font: normal 95% Arial, Helvetica, sans-serif;
  color: #888;
  padding-bottom: 15px;}

a, a:hover
{ color: #1D1D1D;
  background: transparent;
  outline: none;
  text-decoration: none;}

a:hover
{
	text-decoration: underline;
	color: #F0F0F0;
}

.whitelink {
	color: #FFF;
	font-size: 20px;
}

ul
{ margin: 2px 0 22px 30px;
  line-height: 1.7em;
  font-style: normal;
  font-size: 100%;}

ol
{ margin: 8px 0 22px 20px;}

ol li
{ margin: 0 0 11px 0;}

#main, #header, #banner, #menubar, #site_content, #footer, #content_blue
{ margin-left: auto; 
  margin-right: auto;}

#main
{ background: transparent;}
  
#header
{
	height: 275px;
	background: #0622f7;
	background: -moz-linear-gradient(#0622f7, #eae20b);
	background: -o-linear-gradient(#0622f7, #eae20b);
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	background-color: -webkit-linear-gradient;
	background-image: url(../images/bgk2.jpg);
	background-repeat: repeat;
}

#banner
{
	width: 940px;
	position: relative;
	height: 200px;
	padding: 15px 0 0 0;
	background: transparent;
}

#menu_container
{
	height: 60px;
	background: #674a28;
	background: -moz-linear-gradient(#674a28, #baac91);
	background: -o-linear-gradient(#674a28, #baac91);
	background: -webkit-linear-gradient(#674a28, #baac91);
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
}  
  
#menubar
{ width: 940px;
  height: 50px;
  text-align: center; 
  margin: 0 auto;
  } 
  
#welcome
{
	width: 880px;
	float: left;
	text-align: left;
	height: 170px;
	margin: 0 auto;
	padding-left: 0px;
	background: transparent;
} 
  
#welcome_slogan
{
	width: 500px;
	float: left;
	text-align: left;
	height: 30px;
	margin: 0 auto;
	padding-left: 0px;
	background: transparent;
}   
   
#welcome H1
{
	font: bold normal 350% Arial, Helvetica, sans-serif;
	letter-spacing: -3px;
	text-shadow: 1px 1px #8d8e8f;
	color: #600;
	margin-left: 0px;
	margin-top: 70px;
	font-size: 300%;
	margin-right: 0px;
}

#welcome_slogan H1
{
	font: italic normal 175% Arial, Helvetica, sans-serif;
	letter-spacing: -2px;
	text-shadow: 1px 1px #3B5998;
	color: #AFA97B;
	margin-left: 15px;
	font-size: 175%;
}  
  
ul#menu
{ margin:0;}

ul#menu li
{ padding: 0 0 0 0px;
  list-style: none;
  margin: 2px 0 0 0;
  display: inline;
  background: transparent;}

ul#menu li a
{
	float: left;
	font:bold 100% Arial, Helvetica, sans-serif;
	;
	height: 24px;
	text-shadow: 0px -1px 0px #000;
	background: transparent;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border: 7px 7px 7px 7px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
  
ul#menu li.current a
{ background: #ca9430;
  background: -moz-linear-gradient(#ca9430, #9d7939);
  background: -o-linear-gradient(#ca9430, #9d7939);
  background: -webkit-linear-gradient(#ca9430, #9d7939);}
  
ul#menu li:hover a
{ background: #ca9430;
  background: -moz-linear-gradient(#ca9430, #35250e);
  background: -o-linear-gradient(#ca9430, #35250e);
  background: -webkit-linear-gradient(#ca9430, #35250e);}

#site_content
{ width: 940px;
  overflow: hidden;
  margin: 0 auto;} 

#content
{ width: 920px;
  margin: 0 0 20px 10px;
  float: left;}

.content_item
{ width: 920px;
  padding: 20px 0px;}
  
.content_image
{
	float: left;
	width: 275px;
	height: 150px;
	margin-bottom: 5px;
	background-color: transparent;
	background-image: url(http://dalatonnantasket.com/images/fullmenu.jpg);
	background-repeat: no-repeat;
}
  
.content_image2
{
	float: left;
	width: 275px;
	height: 150px;
	margin-bottom: 5px;
	background-color: transparent;
	background-image: url(http://dalatonnantasket.com/images/cateringmenu.jpg);
	background-repeat: no-repeat;
}
  
.content_image3
{
	float: left;
	width: 275px;
	height: 150px;
	margin-bottom: 5px;
	background-color: transparent;
	background-image: url(http://dalatonnantasket.com/images/bakerymenu.jpg);
	background-repeat: no-repeat;
}
  
.content_container
{
	width: 275px;
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	float: left;
	background: #fff;
	border: 1px soild #000;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
}
  
  .content_containerlong
{ width: 900px;
  padding: 10px;
  margin-top: 10px;
  margin-right: 10px;
  float: left;
  background: #fff;
  border: 1px soild #000;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;}
  
.content_container h2
{text-align: center;}
  
#content_blue
 { width: 940px;
  height: 160px;
  text-align: center; 
  background: #c80b0b;
  background: -moz-linear-gradient(#c80b0b, #be4e61);
  background: -o-linear-gradient(#c80b0b, #be4e61);
  background: -webkit-linear-gradient(#c80b0b, #be4e61);
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border: 15px 15px 15px 15px;}  
  
#content_blue p
 { color: #FFF;}  

#content_blue h4
{ text-shadow: none;}
  
.content_blue_container_box
{ width: 270px;
  padding: 5px;
  text-align: center;
  margin: 20px 10px 10px 10px;
  float: left;}

.content_blue_container_boxl
{ width: 270px;
  padding: 5px;
  text-align: center;
  margin: 20px 0 10px 10px;
  float: left;}
 
#footer_container
{
	height: 60px;
	margin-top: 10px;
	background: #8a0332;
	background: -moz-linear-gradient(#eae20b, #0622f7);
	background: -o-linear-gradient(#eae20b, #0622f7);
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	background-color: -webkit-linear-gradient;
	background-image: url(../images/bgk2.jpg);
	background-repeat: repeat;
} 
 
#footer
{
	width: 940px;
	height: 20px;
	padding-top: 10px;
	text-align: center;
	color: #fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	background-color: transparent;
	background-repeat: repeat;
}

#footer a, #footer a:hover
{ text-shadow: 1px 1px #535353;
  color: #fff;
  text-decoration: none;
  padding-bottom: 20px;}

#footer a:hover
{ text-decoration: underline;}

#footer a, #footer a:hover
{ text-shadow: 1px 1px #535353;
  color: #fff;
  text-decoration: none;}

#footer a:hover
{ text-decoration: underline;}
  
 .readmore
{ font: bold 100% Arial, Helvetica, sans-serif;
  height: 15px;
  width: 80px;
  margin-left: 95px;
  padding: 5px 2px 7px 5px;
  background: #fff;
  background: -moz-linear-gradient(#fff, #ccc);
  background: -o-linear-gradient(#fff, #ccc);
  background: -webkit-linear-gradient(#fff, #ccc);
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border: 15px 15px 15px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;}
  
 .readmore a
{ color: #1D1D1D;}

.form_settings
{ margin: 15px 0 0 0;}

.form_settings p
{ padding: 0 0 4px 0;}

.form_settings span
{ float: left; 
  width: 280px; 
  text-align: left;}
  
.form_settings input, .form_settings textarea
{ padding: 2px; 
  width: 299px; 
  font: 100% arial; 
  border: 1px solid #E5E5DB; 
  background: #FFF; 
  color: #47433F;}
  
.form_settings input[type="checkbox"]
{ padding: 2px 0; 
  width: 15px; 
  font: 100% arial; 
  border: 0; 
  background: #FFF; 
  color: #47433F;
  margin: 28px 0;}

.form_settings .submit
{ font: 100% arial; 
  border: 1px solid; 
  width: 99px; 
  margin: 0 0 0 206px; 
  height: 26px;
  padding: 2px 0 3px 0;
  cursor: pointer; 
  background: #5082BD; 
  color: #FFF;}

/* styling for the slideshow on the homepage */
#slideshow
{ float: left;
  width: 920px;
  height: 250px;
  margin-bottom: 20px;}

ul.slideshow {
	list-style: none;
	width: 920px;
	height: 300px;
	overflow: hidden;
	position: relative;
	margin: 20px 0 0 10px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
}
  
ul.slideshow li {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;}
 
ul.slideshow li.show {
  z-index: 500;}
 
ul img {
	border: none;
}
 
#slideshow-caption {
  width: 920px;
  height: 38px;
  position: absolute;
  bottom: 0;
  left: 0; 
  z-index: 500;}
 
#slideshow-caption .slideshow-caption-container {
  padding: 10px 25px 10px 25px; 
  background: transparent url(../images/transparentblack.png) repeat;  
  z-index: 1000;}
 
#slideshow-caption p {
  padding: 0;
  font: normal 130% arial, sans-serif;
  color: #FFF;}
 
#contactdiv {
	float: left;
	height: 40px;
	width: 360px;
	margin-left: 60px;
	text-align: left;
	color: #FFF;
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 25px;
}
.phonetext {
	font-size: 100%;
	color: #000;
}
.towniedesigntext {
	font-size: 75%;
}.bolditalic {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #600;
}
.linkcolor {
	color: #00F;
}
#sponsordiv {
	height: 125px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.redtext {
	color: #F00;
}
.darkgreentext {
	color: #030;
}
.blacktext {
	color: #000;
}
.phonelink {
	color: #AFA97B;
}
.colorlink2 {
	color: #903;
}
.bulletpoints {
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	color: #600;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#linksbox {
	width: 445px;
	margin-left: 10px;
	border: thin dotted #5C3F1F;
	font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-top: 5px;
	float: left;
	height: 100px;
}
.linksbox_img
{
	margin-right: 5px;
}