@charset "utf-8";
/* Text on Color CSS
Author: Erika Wohlstadter
Date created: 10.31.08
*/

/* Basic */

* {
margin: 0;
padding: 0;
}

body {
	background: url(../images/new-back.jpg) no-repeat top center;
	background-attachment: fixed;
	background-color: #000;
	color: #000000;
	font-family: Corbel, Verdana, Arial, sans-serif;
	font-size: 16px;
}
.style15 {
	color: #0066CC;
	font-weight: bold;
}
#clear {
clear: both;
border:thin;
border-bottom:#009900;
}

#wrapper {
	background: url(../images/bg.png) repeat-y;
	padding: 0 0 0 0;
	margin: 0 auto;
	width: 772px;
}
#menubar {
background: url(../images/mb-2.png) repeat-x;
	padding: 13px 0 0 100px;
	margin: 0px auto;
	height:40px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
}
#footer {
	background: url(../images/line.png) repeat-x;
	padding: 0 0 0 0;
	margin: 0 auto;
	width: 772px;
}
#menu {
	background: url(../images/menu.png) no-repeat;
	padding: 0 0 0 0;
	margin: 0 auto;
	height:600px;
}
#inmenu {
	background: url(../images/inmenu.png) no-repeat;
	padding: 0 0 0 0;
	margin: 0 auto;
	height:30px;
}
#ourmenu {
	background: url(../images/themenus.png) no-repeat;
	padding: 0 0 0 75px;
	margin: 0 auto;
	height:95px;
}
#menubarbottom {
	background: url(../images/bar3.png) repeat-y;
	padding-left: 40px;
	padding-top: 10px;
	margin-top: 10px;
	margin-left: 40px;
	height:40px;
}

#center {
padding: 20px 25px 50px 25px;
}

#header {
background: url(../images/logo.png) no-repeat;
height: 120px;
padding: 10px 0 0 0;
text-align: right;
}

#header a {
color: #bcbcbc;
padding: 0 50px 0 0;
text-decoration: none;
}

#header a:hover {
color: #fff;
}

#header a.no-right {
padding: 0;
}

#header a.ovr {
color: #fff;
}

#header a.right-ovr {
color: #fff;
padding: 0;
}


/*#front-trees {
bottom: 0;
position: fixed;
width: 100%;
z-index: 1;
}

#front-trees .trees {
background: url(../images/front-trees.png) no-repeat;
height: 300px;
margin: auto;
}*/

/* Left Sidebar - Portfolio & Blog */

#left {
float: left;
padding: 0 0 50px 0;
width: 430px;
}

/* Ride Sidebar - Portfolio & Blog */

#right {
float: right;
line-height: 150%;
margin: -30px 0 0 0;
width: 190px;
}

#right li {
list-style: none;
background: url(../images/link-out.png) no-repeat left center;
padding: 3px 0 3px 20px;
}

#right li:hover {
background: url(../images/link-out-ovr.png) no-repeat left center;
}

#comments {
border-bottom: solid #2a2a2a 1px;
border-top: solid #2a2a2a 1px;
color: #353535;
margin: 0 0 20px 0;
padding: 10px 0 10px 0;
}

#comments a {
color: #888;
}

#copyright {
border-bottom: solid #2a2a2a 1px;
border-top: solid #2a2a2a 1px;
margin: 20px 0 0 0;
padding: 10px 0 10px 0;
}

/* Text */


.delivery {  /* Italic Sidebar title */
color: #000000;
font-size: 18px;
font-style: italic;
font-weight: normal;
margin: 0 0 10px 0;
padding: 0 0 5px 0;
}

.menu-small-text {
color: #616161;
font-size: 10px;
letter-spacing: .05em;
padding: 10px 0 0 0;
text-align: right;
}


.highlight img {
border: solid #2a2a2a 1px;
margin: 0 0 5px 0;
}

.highlight:hover img {
border: solid #aaa 1px;
margin: 0 0 5px 0;
}

.menubar {
	margin: 0px auto;
	height:40px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
}
