/* The El Sabor Latino Restaurante template stylesheet - copyright to www.greatwebmarketing.com */

body {
	background: url(../images/pagebackground_1.gif) repeat;
	background-color: #FFF;
	text-align: center;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 101%;
	color: #3E4F54;
	
}
/* standard link styles */
a:link, a:visited, a:active {
font-weight: normal;
text-decoration: none;
color: #fff;
}
a:hover {
text-decoration: none;
}
/* this is the outer wrapper that holds the other divs */
#main {
width: 665px;
margin: 0 auto;
background: #fff;
border-top: 5px solid #fff;
border-bottom: 5px solid #364a51;
}

#header {
	background: url(../images/header_2.jpg) no-repeat;
	width: 655px;
	height: 165px;
	margin-top: 2px;
	margin-left: 5px;
	margin-right: 5px;
}
/* this div holds the navbar and the content container divs */
#content {
	width: 655px;
	margin-top: 2px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	font-size: 90%;
	background-color: #FFC;
}

#container {
	padding: 10px;
	text-align: left;
}


#container ul {
	margin: 0;
	padding; 0;

}

#container li {
	line-height: 1.25em;
	color: #364A51;
	margin:  3px 0 3px 0;
	padding: 3px 0 3px 0;
	text-indent: 0px;
}

/* this is a clear div we use to clear any floated elements */
div.clear {
clear: both;
width: 1px;
height: 1px;
}

#container h1 {
font-size: 120%;
}

#container h2 {
font-size: 150%;
color:#FF9900;
text-align:	center;
}



/* copyright div at bottom of page */
#copyright {
	width: 662px;
	margin: 0 auto;
	color: #000;
	font-size: 75%;
}


#copyright a{
	color: #000;
}
	
	
	
#content p {
	margin-top: 6px;
	margin-bottom: 4px;
	line-height: 1.3em;
}
.imgleft {
float: left;
padding: 6px;
}

.imgright {
float: right;
padding: 6px;
}

.imgcenter {
	text-align: center;
	margin: 10px;
	padding: 10px;

}

/* styles for the container - content area links */
#container a:link, #container a:visited, #container a:active {
font-weight: bold;
text-decoration: none;
color: #50656c;
}
#container a:hover {
text-decoration: underline;
}
/*navigation styling */

#navBar {
height: 15px;
background-color: #214853;
border-right:1px solid #fff;
padding: 2px;
color: #FFFFFF;
width: 651px;
border-bottom: 2px solid #FFC;
font-size: 85%;
}

#navBar ul {
	margin: 0px; 
	padding:0px;
	list-style-type: none; 
}
#navBar li {
	display: inline;
	list-style-type: none;
	padding: 2px;
	margin: 0px;
}

#navBar a {
	background: transparent;
	margin: 0px;
	color: #FFC;
	text-decoration: none;
	padding: 2px 10px;
	width: 130px;  /* width 651 diveidd by number of menu items */
}

#navBar a:link, #navBar a:visited {
	color: #FFFFFF;
	text-decoration: none; 
}

#navBar a:hover {
	color: #F90;
	background-color: transparent;
	text-decoration: none;
}

#navBar a:active {
	background-color: transparent;
	color: #FFFFFF;
}

/*styles the current market page - apply on relevant page to relevant link in the menu*/
#navBar #navBarcurrent a, #navBar #navBarcurrent a:link, #navBar
#navBarcurrent a:visited, #navBarcurrent a:hover, #navBar #navBarcurrent
a:active {
	color: #F90;
	background-color:#FFC;
	font-weight: bold;
}



/*styling for the RESTAURANT FOOD menu on the FOOD menu page*/

h2{margin: 1em auto 0.3em;color: #F90;
    font-size: 120%;text-align:center}

dl{width: 100%;overflow: auto;margin: 0 0 1em;
    background: url(dot.gif) repeat-x 0 1.2em}
	
dt,dd.price{
	background: #FFF;
	font-size: 130%;
	font-weight: bold;
	background-color: #FFC;
}
dt{
	float: left;
	padding-right: 3px;
	color: #214853;
	font-size: 110%;
}
dd{margin:0}
dd.price{
	float: right;
	padding-left: 3px;
	color: #214853;
	font-size: 105%;
}
dd.ingredients{float: left;width: 100%;padding: 3px 0;
   font: italic 100% Georgia,Times,sans-serif;color: #555
}
/*end of menu styles*/




/***** Begin laying out the contact form *****/

.text form {
	margin: 50px 0 50px 7px; 
}
.text fieldset {
	margin: 0;
	border: none;
	padding: 5px 5px 20px 20px;
}

.text input, .text select {
	background-color: #BCCED3;
	color: #414F4B;
	border: 1px solid #4C5854;
	margin: 0 0 0 0;
	width: 150px;
	display: block;
}

.text textarea {
	background-color: #BCCED3;
	color: #6072A0;
	border: 1px solid #4C5854;
	margin: 0 30px 0 0;
	height: 200px;
}

/* sets the enquiry box to the right of the input fields */
.labelfloat {
	float: right;
	padding-top: 20px;
}

.text label {
	color: #4F4F4F;
	font-size: 75%;
	padding-top: 5px;
	display: block;
}

.text button {
  background-color: #8996B8;
  color: #fff;
  width: 80px;
  display: inline;
}
/***** Ends the form layout *****/
.dropcap {
   display: block;
   float: left;
   font-size: 300%;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-weight: bold;
   height: .8em;
   margin-bottom: -.4em;
   padding: .2em .1em 0 0;
}
/**** this div can be removed if you don't use the validation buttons ****/
#validation {
	margin-top: 20px;
	text-align: center;
}