/*
Theme Name: Bistro39
Theme URI: http://bistro39.com/
Description: The default Bistro39 theme based
Version: 1
Author: Bistro39
Author URI: http://bistro39.com/
Tags: 
 
*/

/* MAIN TYPOGRAPHY */
html {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif; }
 
strong, th, thead td { font-weight: bold; }
 
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif }
 
cite, em, dfn { font-style: italic; }
 
code, kbd, samp, pre, tt, var {
	font-size: 92%;
	font-family: courier, monaco, "Lucida Console", mono-space; }
 
textarea, select, option {
	font-family: tahoma, courier, monaco, "Lucida Console", mono-space;
	font-size:95%; }
 
input[type='text'], input[type='password'] {
	font-family: tahoma, courier, monaco, "Lucida Console", mono-space;
	font-size:95%; }
 
del {
	text-decoration: line-through;
	color: #666; }
 
ins, dfn { border-bottom: 1px solid #ccc; }
 
small, sup, sub { font-size: 85%; }
 
abbr, acronym {
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: .1em; }
 
a abbr, a acronym { border: none; }
 
abbr[title], acronym[title], dfn[title] {
	cursor: help;
	border-bottom: 1px solid #ccc; }
 
sup { vertical-align: super; }
 
sub { vertical-align: sub; }
 
/* QUOTES */
blockquote {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #666; }
 
	blockquote *:first-child:before { content: "\201C"; }
 
	blockquote *:first-child:after { content: "\201D"; }
 
/* language specific quotes! */
q { quotes: "\201C" "\201D" "\2018" "\2019"; }
 
/* FORMS */
fieldset { border: 1px solid #ccc; }
 
legend { background: #fff; }
 
textarea, input[type='text'], input[type='password'], select {
	border: 1px solid #ccc;
	background: #fff; }
 
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
 
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus {
	border-color: #888;
	outline: 2px solid #ffffaa; }
 
input, select { cursor: pointer; }
 
input[type='text'], input[type='password'] { cursor: text; }
 
input { vertical-align:middle; }
 
/*
-----------------------------
CONTENT ONLY
-----------------------------
*/
/* BASE SIZES */
body {
	font-size: 1.15em;
	line-height: 1.2em;
	background: #29251D url(images/body-fn.png) left top repeat-x;
	width: 100%; }
 
h1 { font-size: 1.7em; }
 
h2 { font-size: 1.6em; }
 
h3 { font-size: 1.5em; }
 
h4 { font-size: 1.4em; }
 
h5 { font-size: 1.3em; }
 
h6 { font-size: 1.1em; }
 
/* HR */
hr {
	display: block;
	background: #aaa;
	color: #aaa;
	width: 100%;
	height: 1px;
	border: none; }
 
/* LISTS */
ul li {
	text-indent: -.85em;
	margin-left: .85em; }
 
ol {
	list-style-position: outside;
	list-style-type: decimal; }
 
dt { font-weight: bold; }
 
/* MARGINS & PADDINGS */
blockquote *:first-child { margin: .8em 0; }
 
hr, p, ul, ol, dl, pre, blockquote, address, form { margin-bottom: 2em; }
 
p+p { margin-top: -.8em; }
 
/* NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 */
h1 { padding: 1em 0 .5em; }
 
h2 { padding: 1.07em 0 1em; }
 
h3 { padding: 0.14em 0 .57em; }
 
h4 { padding: 0.23em 0 .615em; }
 
h5 { padding: 0.33em 0 .67em; }
 
h6 { padding: 0.6em 0 .8em; }
 
caption { padding-bottom: .8em; }
 
/* padding instead of margin for IE */
blockquote {
	padding: 0 1em;
	margin: 1.6em 0; }
 
fieldset {
	padding: 0 1em 1em 1em;
	margin: 1.6em 0; }
 
/* padding-top is margin-top for fieldsets in Opera */
legend {
	padding-left: .8em;
	padding-right: .8em; }
 
legend+* { margin-top: 1em; }
 
/* compensates for the opera margin bug */
textarea, input { padding: .15em .4em .25em .4em; }
 
input { margin:0.1em 0.3em 0.3em 0em }
 
select { padding: .1em 0 0 .2em; }
 
option { padding: 0 .4em; }
 
dt {
	margin-top: .8em;
	margin-bottom: .4em; }
 
ul { margin-left: 1.5em; }
 
ol { margin-left: 2.35em; }
 
	ol ol, ul ol { margin-left: 2.5em; }
 
form div { margin-bottom: .8em; }
 
/* COLORS */
h3, .green { color: #9EC95F; }
 
a:link {
	text-decoration: none;
	color: #009400; }
 
a:visited {
	text-decoration: none;
	color: #009400; }
 
a:hover {
	text-decoration: underline;
	color: #009400; }
 
a:active, a:focus {
	text-decoration: underline;
	color: #009400; }
 
code, pre { color: #c33; }
 
/* very optional, but still useful. W3C uses about the same colors for codes */
/* IMG ALIGN */
img[align=left] { float:left; margin:0 1em 1em 0 }
 
img[align=right] { float:right; margin:0 0 1em 1em }
 
/* BEGIN STRUCTURE */
#wrapper {
	width: 940px;
	margin: 0 auto; }
 
#header { }
 
#middle {
	clear:left;
	padding:0;
	width:100%; }
 
.content, .sub-content { width: 661px; }
 
.sidebar, .join { width: 272px; }
 
.sep { width: 7px; }
 
.sep-row {
	height: 7px;
	line-height:0.5; }
 
#footer { }
 
/* END STRUCTURE */

/* Begin Header */
#header .call {
	text-align: right;
	color: #FFF;
	text-transform: uppercase;
	float: none;
	margin: 19px 0px 0px 0px;
	font-size: 1.2em;
	margin-right: 43px; }
 
.logo-menu { width: 940px; }
 
#logo {
	float: left;
	margin-left: 14px; }
 
#menu { float: left; }
 
	#menu ul {
		list-style-type: none;
		margin-top: 40px;
		padding-left: 28px; }
 
		#menu ul li {
			display: inline;
			color: #FFF;
			text-transform: uppercase;
			letter-spacing: .1em; }
 
			#menu ul li a { color: #FFF; }
 
				#menu ul li a:hover {
					color: #C6DD9F;
					text-decoration:none; }
 
	#menu li.sep {
		background: url(images/menu-sep.gif) center top no-repeat;
		padding: 5px 25px 5px 25px;
		height: 24px; }
 
/* End Header */

/* Begin Content */
#middle { margin-top: 18px; }
 
	#middle td { vertical-align: top; border: 0px solid #ccc }
 
.content {
	background: #fff url(images/content-middle-fn.png) left top repeat-y;
	width: 661px; }
 
.content-bottom { background: transparent url(images/content-bottom-fn.png) left bottom no-repeat; }
 
#promo {
	padding: 0px;
	margin: 0px;
	width: 661px; /*background: transparent url(images/content-fn.png) left top no-repeat;*/
	height: 168px; }
 
	#promo img {
		border: 0;
		padding: 0px;
		margin: 0px; }
 
div.entry {
	margin: 0px;
	padding: 5px 60px 16px 38px; }
 
/* End Content */

/* Begin Sidebar */
td.reserve {
	background: url(images/sidebar-fn2.png) left top no-repeat;
	min-height: 168px;
	width: 277px; }
 
div.reserve { height: 168px; }
 
td.reserve2 { background: url(images/sidebar2-middle-fn.png) left top repeat-y; }
 
div.reserve-top {
	background: url(images/sidebar-fn-s.png) left top no-repeat;
	min-height: 168px;
	width: 277px; }
 
.reserve-middle { padding-top: 15px; }
 
.reserve p, .reserve2 p { margin: 0px; }
 
.reserve-invite, .reserve-header, .reserve-call { }
 
.reserve-header {
	color: #FFF;
	text-transform: uppercase;
	font-size: 1.65em;
	line-height: 1.5;
	padding: 10px 22px 0px 20px; }
 
.reserve-invite {
	color: #524520;
	padding: 5px 22px 5px 20px; }
 
.reserve-call {
	color: #006700;
	font-size: 1.65em;
	padding: 10px 22px 13px 20px; }
 
.sidebar { background: url(images/sidebar2-middle-fn.png) left top repeat-y; }
 
.sidebar-bottom {
	background: transparent url(images/sidebar2-bottom-fn.png) left bottom no-repeat;
	height: 16px; }
 
.sidebar-circle { background: transparent url(images/sidebar2-top-fn.png) right bottom no-repeat; }
 
.sidebar-circle-right { margin-right: -2px; }
 
	.sidebar-circle-right p { padding-bottom: 10px; }
 
.sidebar .sidebar-circle h2 {
	color: #9EC95F;
	margin-left: 20px;
	margin-right: 0px;
	padding-bottom: 9px;
	padding-top: 15px;
	border: 0px solid #ccc;
	background-color: transparent; }
 
.sidebar p {
	color: #FFF;
	margin-left: 20px;
	margin-right: 10px;
	line-height: 1.2; }
 
.sidebar span.more { color: #9EC95F; }
 
	.sidebar span.more a { color: #9EC95F; }
 
.sidebar p.sep-line {
	background: url(images/sidebar-sep.png) left top repeat-x;
	padding-top: 10px; /*	width: 230px;*/ }
 
.sidebar .title { text-transform: uppercase; }
 
.sidebar li {
	background: url(images/sidebar-sep.png) left top repeat-x;
	color: White;
	margin: 5px 30px 0px 3px;
	padding: 10px 0px 5px 9px; }
 
	.sidebar li a { color: White; }
 
.cursor {
	background: url(images/sidebar-cursor.png) right center no-repeat;
	margin-left: 12px;
	text-decoration: none; }
 
a.cursor2 {
	background: url(images/x-menu-style.gif) left center no-repeat;
	padding-left: 12px;
	text-decoration: none;
	color: #9EC95F; }
 
a.more-link {
	text-transform: uppercase;
	text-decoration: underline !important;
	display: block;
	margin-top: 7px; }
 
/* End Sidebar */

/* Begin Sub Content */
.sub-content {
	background: url(images/sub-content-fn.png) left top no-repeat;
	height: 155px; }
 
	.sub-content .layer1 p, .sub-content .layer1 h2 {
		margin-left: 24px;
		margin-right: 10px; }
 
	.sub-content .layer2 p, .sub-content .layer2 h2 {
		margin-left: 31px;
		margin-right: 10px; }
 
	.sub-content a.more {
		margin-top: 10px;
		text-transform: uppercase;
		font-weight: bold;
		display: block;
		color: Black; }
 
		.sub-content a.more span {
			background: url(images/sub-content-cursor.png) left center no-repeat;
			margin-left: 5px; }
 
			.sub-content a.more span:hover { text-decoration: none; }
 
/* End Sub Content */

/* Begin Join */
td.join {
	background: url(images/join-fn.png) left top no-repeat;
	height: 155px; }
 
	td.join h2 {
		text-transform: uppercase;
		color: #4E3E1D;
		margin-left: 20px;
		padding-bottom: 10px; }
 
	td.join input[type='text'] {
		width: 150px;
		color: #4E3E1D;
		margin-left: 20px; }
 
	td.join p {
		margin-bottom: 0px;
		margin-left: 20px;
		padding: 0px;
		width: 80%; }
 
img#go {
	margin: 0px;
	padding: 0px;
	vertical-align: bottom; }
 
div#result_join {
	margin: 0px;
	margin: 5px 0px 5px 20px;
	padding: 0px;
	width: 80%;
	font-size: 0.9em; }
 
span.success { color: #4E3E1D; }
 
span.error { color: red; }
 
/* End Join */

/* Begin Footer */
#footer, #footer a { color: #FFF; }
 
#footer a:hover { color: #C6DD9F; }
 
#footer .copyright { float: left; }
 
#footer ul {
	float: left;
	list-style-type: none; }
 
	#footer ul li {
		display: inline;
		padding: 5px 0px 5px 3px; }
 
#footer .call {
	float: left;
	margin-left: 20px; }
 
#footer .address { clear: left; }
 
/* End Footer */

/*
-------------
Some from Wordpress Kubrick 
-------------
*/

/* Begin Typography & Colors */
.postmetadata { text-align: center; }
 
.thread-alt { background-color: #f8f8f8; }
 
.thread-even { background-color: white; }
 
.depth-1 { border: 1px solid #ddd; }
 
.even, .alt { border-left: 1px solid #ddd; }
 
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em; }
 
.commentlist li, #commentform input, #commentform textarea { font: 0.9em Arial, Helvetica, sans-serif; }
 
.commentlist li ul li { font-size: 1em; }
 
.commentlist li { font-weight: bold; }
 
	.commentlist li .avatar {
		float: right;
		border: 1px solid #eee;
		padding: 2px;
		background: #fff; }
 
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em; }
 
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none; }
 
#commentform p { font-family: Arial, Helvetica, sans-serif; }
 
.commentmetadata { font-weight: normal; }
 
#sidebar { font: 1em Arial, Helvetica, sans-serif; }
 
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike { color: #777; }
 
code { font: 1.1em 'Courier New', Courier, Fixed; }
 
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em; }
 
#wp-calendar #prev a, #wp-calendar #next a { font-size: 9pt; }
 
#wp-calendar a { text-decoration: none; }
 
#wp-calendar caption {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	text-align: center; }
 
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize; }
 
/* End Typography & Colors */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%; }
 
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto; }
 
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline; }
 
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline; }
 
.alignright { float: right; }
 
.alignleft { float: left }
 
/* End Images */

/* Begin Lists
 
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px; }
 
html>body .entry li { margin: 7px 0 8px 10px; }
 
.entry ol {
	padding: 0 0 0 35px;
	margin: 0; }
 
	.entry ol li {
		margin: 0;
		padding: 0; }
 
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none; }
 
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0; }
 
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px; }
 
#sidebar ul p, #sidebar ul select { margin: 5px 0 8px; }
 
#sidebar ul ul, #sidebar ul ol { margin: 5px 0 0 10px; }
 
#sidebar ul ul ul, #sidebar ul ol { margin: 0 0 0 10px; }
 
ol li, #sidebar ul ol li { list-style: decimal outside; }
 
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0; }
 
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center; }
 
#sidebar #searchform #s {
	width: 108px;
	padding: 2px; }
 
#sidebar #searchsubmit { padding: 1px; }
 
.entry form { text-align:center; /* This is mainly for password protected posts, makes them look better. */ }
 
select { width: 130px; }
 
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0; }
 
#commentform { margin: 5px 10px 0 0; }
 
	#commentform textarea {
		width: 98%;
		padding: 2px; }
 
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; }
 
#commentform { text-align: left; }
 
	#commentform #submit {
		margin: 0 0 5px auto;
		float: right; }
 
/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px; }
 
.commentlist {
	padding: 0;
	text-align: justify; }
 
	.commentlist li {
		margin: 15px 0 10px;
		padding: 5px 5px 10px 10px;
		list-style: none; }
 
		.commentlist li ul li {
			margin-right: -5px;
			margin-left: 10px; }
 
	.commentlist p { margin: 10px 5px 10px 0; }
 
.children { padding: 0; }
 
#commentform p { margin: 5px 0; }
 
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0; }
 
.commentmetadata {
	margin: 0;
	display: block; }
 
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px; }
 
	#wp-calendar #next a {
		padding-right: 10px;
		text-align: right; }
 
	#wp-calendar #prev a {
		padding-left: 10px;
		text-align: left; }
 
	#wp-calendar a { display: block; }
 
	#wp-calendar caption {
		text-align: center;
		width: 100%; }
 
	#wp-calendar td {
		padding: 3px 0;
		text-align: center; }
 
		#wp-calendar td.pad:hover { background-color: #fff; /* Doesn't work in IE */ }
 
/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps { cursor: help; }
 
acronym, abbr { border-bottom: 1px dashed #999; }
 
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd; }
 
	blockquote cite {
		margin: 5px 0 0;
		display: block; }
 
.center { text-align: center; }
 
.hidden { display: none; }
 
hr { display: none; }
 
a img { border: none; }
 
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px; }
 
/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto; }
 
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; }
 
	.wp-caption img {
		margin: 0;
		padding: 0;
		border: 0 none; }
 
	.wp-caption p.wp-caption-text {
		font-size: 11px;
		line-height: 17px;
		padding: 0 4px 5px;
		margin: 0; }
 
/* End captions */

/* Begin Home */
td.home-top-left { background: url(images/home-top-left-fn.png) left top no-repeat; }
 
table.myhome {
	width: 100%;
	border: 0px;
	padding: 0px; }
 
	table.myhome td div.myhome-promo {
		margin-top: 23px;
		background: url(images/home-center-fn.png) left top repeat-y;
		height: 145px; }
 
.myhome-promo h2 { padding-top: 0px; }
 
.myhome-promo h2, .myhome-promo p, .myhome-promo a {
	color: #4E3E1D;
	margin-left: 20px;
	margin-right: 22px; }
 
.myhome-promo a.view {
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-weight: bold; }
 
.myhome-promo .view span.cursor {
	background: url(images/home-view-cursor.png) right center no-repeat;
	margin-left: 10px; }
 
#myhome-promo1, #myhome-promo2 {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 0;
	vertical-align: top;
	display: block; }
 
#myhome-promo1 {
	width: 425px;
	height: 364px; }
 
td.myhome-promo1 {
	width: 425px;
	height: 364px;
	font-size: 0; }
 
td.myhome-promo2 {
	height: 196px;
	width: 236px;
	font-size: 0; }
 
#myhome-promo2 {
	width: 236px;
	height: 196px; }
 
/* End Home */
/* Begin Tools */
.clear { clear: both; }
 
.layer1 {
	float: left;
	width: 50%; }
 
.layer2 {
	width: 49%;
	float: left; }
 
/* End Tools */

/* Begin Menu Items */
.headline {
	padding: 0px;
	margin: 0px;
	background: url(images/x-headline.png) no-repeat left top;
	width: 100%; }
 
.headline-content {
	padding: 0px;
	margin: 0px;
	background: url(images/x-headline-content.jpg) no-repeat right top;
	width: 100%;
	min-height: 212px; }
 
* html .headline-content { height: 212px; /* hack for IE6 */ }
 
ul.headline-menu {
	margin: 0;
	margin-left: 10px;
	padding: 0;
	text-align: center;
	width: 175px;
	list-style: none; }
 
	ul.headline-menu li {
		border-bottom: 1px solid #E8E7E6;
		padding: 7px 1px 7px 1px;
		margin: 0;
		font: normal 1.1em Arial, Helvetica, sans-serif; }
 
		ul.headline-menu li.last { border-bottom: none; }
 
		ul.headline-menu li a {
			color: #000000;
			padding-left: 12px; }
 
			ul.headline-menu li a:hover {
				color: #009400;
				background: url(images/x-menu-style.gif) left center no-repeat; }
 
table.menu-thumbnail {
	width: 100%;
	margin: 0 auto;
	padding: 0; }
 
	table.menu-thumbnail td {
		text-align: center;
		padding: 0; }
 
	table.menu-thumbnail a { text-align: center; }
 
		table.menu-thumbnail a:hover { text-decoration: underline; }
 
	table.menu-thumbnail p.description {
		margin: 0 auto;
		padding: 10px 5px 25px 5px;
		font: normal 0.95em Arial, Helvetica, sans-serif; }
 
	table.menu-thumbnail .title {
		margin: 0;
		padding: 0px 0px 15px 0px;
		font: normal 1.2em Arial, Helvetica, sans-serif; }
 
	table.menu-thumbnail p.title a:hover
, table.menu-thumbnail p.title a:link
, table.menu-thumbnail p.title a:visited
, table.menu-thumbnail p.title a:active
, table.menu-thumbnail p.title a:focus { color: #009400; }
 
	table.menu-thumbnail p.title img {
		vertical-align: middle;
		margin: 0;
		padding: 0;
		margin-top: 10px; }
 
.menu-hot {
	width: 99%;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF url(images/x-menu-hot.gif) repeat-x 0 0;
	margin-bottom: 20px;
	margin-top: 17px; }
 
.menu-hot-inner { background: url(images/x-menu-hot.gif) repeat-y 0 0; }
 
.menu-hot-inner-inner { background: url(images/x-menu-hot.gif) repeat-y right 0; }
 
.menu-hot-inner-inner-inner { background: url(images/x-menu-hot.gif) repeat-x left bottom; }
 
.menu-hot-content {
	background: url(images/x-menu-hot-content.gif) no-repeat left bottom;
	height: 133px;
	width: 100%;
	clear: both; }
 
	.menu-hot-content div.text {
		width: 322px;
		float: left;
		text-align: center; }
 
	.menu-hot-content p {
		padding: 0;
		margin: 0; }
 
		.menu-hot-content p.title {
			padding: 25px 10px 0 10px;
			margin: 0;
			font: normal 1.2em Arial, Helvetica, sans-serif; }
 
		.menu-hot-content p.discription {
			padding: 12px 10px 12px 10px;
			margin: 0;
			font: normal 0.95em Arial, Helvetica, sans-serif; }
 
	.menu-hot-content img.dish {
		margin: 0;
		padding: 0;
		float: left; }
 
ul.list {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	width: 250px;
	float: left; }
 
	ul.list li {
		margin: 0;
		padding: 0 0 16px 0;
		text-indent: 0;
		list-style-type: none; }
 
	ul.list p {
		margin: 0;
		padding: 0; }
 
	ul.list .a1 {
		color: #009400;
		font: bold 1em Arial, Helvetica, sans-serif; }
 
	ul.list .a2 {
		color: #0F0F0F;
		font: normal 0.95em Arial, Helvetica, sans-serif; }
 
/* End Menu Items */
