/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
    font-family: Georgia,"Times New Roman",Times,serif;

	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

/*Link Line-through, under-line */

a:link { text-decoration:underline; color:black; }
a:visited { text-decoration:underline; color:black; }
a:hover { color:#000; text-decoration:line-through; }
a:active { color:#000; text-decoration:line-through; }
a:focus { color:#000; text-decoration:line-through; }

a img { border: none; }

/* Horizontal Menu Code */

#menu {
    width: 700px;
    overflow: visible;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 60px;
	margin:71px 0px 0px 30px;
	font-size: 13px;
	z-index:27;
}


#menu ul {
margin: 0;
padding: 0;
cursor: default;
list-style-type: none;
display: inline;

}

#menu ul {
display: table;
}

#menu ul>li{
display: inline;
position: relative;
padding: 2px 2px;
}

/* Content Code */

#content {
	height:100%;
	margin:128px 0 0 30px;
	top:0;
	width:700px;
	line-height:20px;
	font-size:13px;
}

.container {
    padding: 5px 2px 9px 0px;
	border-bottom: 1px dashed #000000;
}

#content p { width: 700px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h2 { 
font-size: 17px;
font-weight:normal;
line-height:17px;
margin:0px 0px -19px 0px;

 }
h3 { 
font-size: 11px;
font-weight:normal;
line-height:11px;
font-style: italic;
 }
h4 { 
font-size: 13px;
font-weight: normal;
text-decoration: underline;
line-height: 18px
}
h5 {
line-height:0px;
font-weight:normal;	
font-size: 13px
}

#img-container	{ margin: 0; padding:20px 0px }
#img-container p	{ width: 700px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

/*Logo Style*/
h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:26px;
font-weight: normal;
line-height: 32px;
position: fixed;
margin: 15px 0px 0px 30px;
}

.chef {
color: black;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 26px;
font-weight: normal;
line-height: 32px;
margin: -115px 0px 0px 30px;
position: fixed;
z-index:25;
}

.design {
color: mediumspringgreen;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:26px;
font-weight: normal;
line-height: 32px;
margin: -85px 0px 0px 30px;
position: fixed;
z-index:26;
}

hr {
	border-color:black;
	border-style:dashed none none;
	border-width:1px 0px 0px;
	margin-bottom:-5px;
	margin-top:10px
	}
	
.nothumb strong {
display:block;
margin-bottom:-15px;
}
