/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin-top: 20px;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: #F8ECA9;
	background-image: url(images/SF__by_abjam77.jpg);
	background-repeat: no-repeat;
}
#contact {
	font-size: 12pt;
	text-align: center;
	background-image: url(images/restaurant_map.jpg);
	background-repeat: no-repeat;
	height: 500px;
}


h1, h2, h3{
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	letter-spacing: -1px;
	font-size: 16px;
	text-transform: none;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	float: left;
	color: #5E510E;
	margin: 0px;
	padding: 0px;
}


p, ul, ol {
	line-height: 26px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

a:link {

}

a:hover, a:active {
	text-decoration: none;
	color: #AB5B00;
}

a:visited {
	color: #AB5B00;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 15px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#wrapper {

}

/* Header */

#header {
	width: 816px;
	height: 108px;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/img02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#logo {
	padding-top: 93px;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	width: 250px;
	background-image: url(text.png);
	padding-left: 70px;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0;
}

#logo h1 {
	font-size: 38px;
	color: #3399CC;
}

#logo h1 a {
	color: #FFFFFF;
	text-transform: none;
	font-size: 28px;
}

#logo h2 {
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F0F0F0;
	font-weight: bold;
	padding-left: 10px;
}

#logo a {
	text-decoration: none;
	color: #F2B870;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 73px 30px 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 110px;
	height: 30px;
	margin-left: 5px;
	padding-top: 5px;
	background: url(images/img07.jpg) no-repeat;
	text-decoration: none;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
#wrapper #header #menu .active a {
	color: #2B56F3;
}


#menu a:hover {
	background: url(images/img06.jpg) no-repeat;
	color: #FF0000;
}

#menu .active a {
	background: url(images/img06.jpg) no-repeat;
	text-transform: none;
}

/* Page */

#page {
	width: 816px;
	background: url(images/img04.jpg) repeat-y left top;
	margin-right: auto;
	margin-left: auto;
}

#page .bgtop {
	background: url(images/img03.jpg) no-repeat left top;
}

/* Content */

#content {
	float: right;
	width: 512px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	color: #FFFFFF;
}
p {
	font-size: 16pt;
}


#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

#sidebar li {
	margin-bottom: 30px;
}

#sidebar li li {
	margin: 0;
	padding: 3px 0;
}

#sidebar li li a {
	margin: 0;
	padding-left: 15px;
	background: url(images/img08.gif) no-repeat left 50%;
}

#sidebar h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: none;
}

#sidebar a {
	text-decoration: none;
	color: #FFFFFF;
}
#sidebar a:hover {
	color: #635821;
}
/********************************** Slideshow Starts*********************************************/
 .slideshow {
	font-family:Arial, Helvetica, sans-serif;
	width:520px;
	height:375px;
	overflow:visible;
	background-color:#000000;
	color:#FFFFFF;
	border:5px solid #99CC00;
	background-image: url(images/helmand.jpg);
}
.slideshow > ul {
	margin: 0;
	padding: 0;
}
.slideshow > ul > li {
	display:inline;
	margin:0px;
	padding:0px;
	font-size:1px;
	margin-right: -1px;
}
.slideshow > ul > li > div {
  display: none;
  text-decoration: none;
  float:left;
}
.slideshow > ul > li > div > p {
  font-size:11px;
  text-align:center;
  padding:10px 0px 0px 0px;
  margin:0px;
  color:#FFFFFF;
}
.slideshow > ul > li > div > a > img {
	border:2px solid #FFFFFF;
	width:332px;
}
.slideshow  > ul > li > img {
	border:2px solid #FFFFFF;
	margin:0px;
	padding:0px;
	width:80px;
	height:60px;
}
/* Shows slides when mouse pointer is over a thumbnail image */
.slideshow > ul > li:hover > div {
	display: block;
}
/* Highlights the thumbnail image when mouse pointer is over it */
.slideshow > ul > li:hover > img {
	border-color:#FF6600;
}
/********************************** Slideshow ENDS*********************************************/
#img {
	background-position: right;
	background-repeat: no-repeat;
}
#h5 {
	background-color: #2B56F3;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
