.tb {
	font-weight: bold;
}
.ti {
	font-style: italic;
}
.tu {
	text-decoration: underline;
}
.tgreen {
	color: #FF7000;
}
.tmaroon {
	color: #000080;
}
p.intro {
	margin-bottom: 0;
	font-size: 110%;
	line-height: 120%;
}
p.intro + p.intro {
	text-indent: 1.5em;
}
	/*margin-top: 0;*/


body {
	background-image: url('../images/bgearth.png');
	text-align: center;
	font-size: 100%;
	font-family: garamond;
	margin: 0;
	padding: 0;
}

img {
	margin: 0;
	vertical-align: top;
}

#mainFrame {
	background-image: url('../images/border_slice.png');
	width: 800px;
	margin: 0 auto;
	border: 0;
	margin-top: -2px;
}

#leftPanel {
	margin: 0;
	width: 200px;
	color: #FFFFFF;
	float: left;
}

#mainPanel {
	margin: 0;
	width: 580px;
	padding: 10px 10px 30px 10px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	color: #000000;
	text-align: left;
	float: left;
}

.welcome {
	color: #000080;
	font-size: 200%;
	font-style: italic;
	font-weight: bold;
}

.separator {
	border-bottom: 3px solid #3232B4;
}

.newsList {
	margin: 0;
	padding: 0 1em;
}

.footer {
	font-size: 75%;
	color: #000080;
}
.footer a:link    {color: #000080;}
.footer a:visited {color: #000080;}
.footer a:active  {color: #000080;}
.footer a:hover   {color: #000080;}

.button img {
	border-style: none;
	margin-top: .5em;
}

span.breadcrumbs {
	font-size: 70%;
}
.breadcrumbs a:link    {color: #000080;}
.breadcrumbs a:visited {color: #000080;}
.breadcrumbs a:active  {color: #000080;}
.breadcrumbs a:hover   {color: #000080;}


/* Menu stuff */

/*Titles*/
div.menuTitle {
	text-align: center;
}
div.menuTitle span {
	font-size: 200%;
	font-weight: bold;
	font-style: italic;
	color: #000080;
	
}
div.categoryTitle {
	text-align: center;
}
div.categoryTitle span {
	font-size: 200%;
	font-weight: bold;
	font-style: italic;
	color: #000080;
	
}

/*Lists*/
div.menuCategories {
	margin: 15px 0px 0px 0px;
}
div.menuCategories ul {
	list-style-image: url('../images/bullet.gif');
	margin: 0px auto;
	width: 28em;
}
div.menuCategories ul li {
	margin: 1em 0 1em 1em;
	font-size: 120%;
	float: left;
	width: 10em;
}
div.menuCategories br {
	clear: left;
}
.menuCategories a:link    {color: #000080;}
.menuCategories a:visited {color: #000080;}
.menuCategories a:active  {color: #000080;}
.menuCategories a:hover   {color: #0000AA;}

div.menuItems {
	margin: 15px;
}
div.menuItems p {
	margin: 0 0 0 2.5em;
	padding: 0;
}
.menuItems a:link    {color: #000080;}
.menuItems a:visited {color: #000080;}
.menuItems a:active  {color: #000080;}
.menuItems a:hover   {color: #0000AA;}


div.menuItem {

}

div.menuItem div.img {
	float: left;
	border: 2px solid #000080;
	background-color: #0000BB;
	color: #FFFFFF;
}

div.menuItem div.content {
	padding: 0 0 0 1em;
	width: 40%;
	float: left;
}

div.menuItem span.name {
	font-size: 200%;
	font-weight: bold;
	color: #000080;
}

div.menuItem div.price {
	font-weight: bold;
	color: #000080;
	width: 5em;
}

div.menuItem div.size {
	font-weight: bold;
	color: #000080;
}

div.menuItem br {
	clear: left;
}


/*Wine page*/
div.wineTitle {
	text-align: center;
}
div.wineTitle span {
	font-size: 200%;
	font-weight: bold;
	font-style: italic;
	color: #000080;
	
}
div.wineCategories {
	margin: 15px 0px 0px 0px;
}
div.wineCategories ul {
	list-style-image: url('../images/bullet.gif');
	margin: 0px auto;
}
div.wineCategories ul li {
	margin: 0em;
	font-size: 100%;
}
div.wineCategories ul li span { //Category heading
	font-size: 120%;
	font-weight: bold;
	//font-style: italic;
	color: #000080;
}
/*div.wineCategories br {
	clear: left;
}*/


/*Reviews*/
div.reviews {

}
div.reviews ul {

}
span.reviews {
	font-family: Arial;
}
span.reviews span.title {
	font-size: 120%;
	font-weight: bold;
}
span.reviews span.credits {
	font-size: 90%;
}

/*Contact*/
div.contact {
	text-align: center;
}
div.contact h1 {
	font-size: 200%;
	font-weight: bold;
	font-style: italic;
	color: #000080;
}
div.contact h2 {
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
	color: #000080;
}
div.contact span {
	font-size: 120%;
	font-weight: bold;
	color: #000080;
}




/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(dialog2-blue-800x1600.png) no-repeat top right;
 _background-image:url(dialog2-blue.gif);
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}

