@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #ffffff;
	background: #000000 url(images/pizza.jpg) fixed no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed !important;
}

a:link {color: #ffffff; text-decoration: none; }
a:active {color: #D41503; text-decoration: underline; }
a:visited {color: #ffffff; text-decoration: none; }
a:hover {color: #D41503; text-decoration: none; }


body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}

img, img a {
	border: none;
}

#wrapper{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:100%;
	min-height:800px;
}

#top{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:100%;
	min-height:280px;
}

#topbar{
    border-radius: 10px 0 0 10px;
    color: #000000;
    left: 400px;
    position: relative;
	top: 175px;
    width: 690px;
	height: 60px;
	padding: 10px;
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#F5A96E), to(#fff));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #F5A96E, #fff);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFF5A96E, endColorstr=#FFFFFFFF);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFF5A96E, endColorstr=#FFFFFFFF)";
}

/*.box_shadow{
	-webkit-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    7px 7px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         7px 7px 5px rgba(50, 50, 50, 0.75);
}*/

#logo {
    height: 200px;
    position: absolute;
    text-align: right;
    width: 898px;
}

h2{
    font-family: Verdana,sans-serif;
    font-size: 20px;
    height: 30px;
    padding-left: 10px;
    padding-top: 4px;
    position: absolute;
    text-align: left;
}

#sidebar_wrapper{
	margin: 40px;
	background-color: rgb(68,68,68); /* Needed for IEs */

	-moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	-webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	box-shadow: 5px 5px 5px rgba(68,68,68,0.6);

	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
	zoom: 1;
	height: 660px;
	width: 250px;
	top: -208px;
	position: relative; 
}

#sidebar {
	position: relative; /* This protects the inner element from being blurred */
	padding: 50px;
	background-color: #000000;
    /*border-radius: 20px 20px 20px 20px;*/
    color: #F5A96E;
    float: left;
    height: 640px;
    width: 150px;
	text-align:center;
	line-height:1.8em;
}

#sidebar ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#sidebar_food a{
	color: #f5a96e;
	font-family: Trebuchet MS;
	font-size:20px;
}

#sidebar_menu{
	position:relative;
	top:80px;
}

#sidebar_menu a{
	color: #ffffff;
	font-family: Trebuchet MS;
	font-size:24px;
	text-transform: uppercase;
}
  
#main {
	height: 500px;
    position: absolute;
    width: 900px;
}

#content {
    border: 1px solid black;
    height: 445px;
    left: 240px;
    margin: 30px 50px;
    filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;  
    position: relative;
    top: 0;
    width: 595px;
	background-color: #FFFFFF;
}

#content p{
	color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 30px 40px;
    text-align: justify;
}

h1 {
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	width: 595px;
	/*text-shadow: 1px 0px 12px rgba(255, 189, 45, 1);*/
	background-color:pink;
	font-family: Trebuchet MS;
}
		
.contentimage {
	border:medium none;
	float:left;
	margin-left:23px;
	margin-top:11px;
	text-align:left;
}

#footer {
	color: #FFFFFF;
    height: 60px;
    position: relative;
    text-align: right;
	top: -206px;
}
