/* Start of CMSMS style sheet 'lp' */
@charset "utf-8";

.currentpage {
color:#CCCCCC;
font-weight: bold;
font-size:15px;
line-height:1em;
}

img {
border:none;
}

hr {
width: 75%;
}

#myframe {
height: 350px;
}

#mainContent a {
font-weight: bold;

}
#mainContent a:hover {
font-weight: bold;
}

div#mainContent {
padding-bottom: 10px;
}

#primary-nav {
text-align: center;
}

body {
	font-family: verdana, Arial, sans-serif;
	font-size: 15px;
	background-color: #000000;
}

#container {
	width: 800px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	background: #000000;
	height: 90px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

table td {
font-size: 12px;
}

#winepic {
	background-color: #000000;
	height: 275px;
}

table#pricing {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	width: 73%;
}

table#wine {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	width: 70%;
        text-align: left;
}
table#wrappertable {
	border: 0px;
	width: 800px;
}
table td#wrappertable {
	background-color: #000000;
}

#navigation {
	height: 22px;
	background-color: #000000;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
} 

#navigation li {
	float: left;
	margin: 0 0.15em;
} 
#navigation li a {
	font-size: 15px;
	line-height: 1em;
	float: left;
	display: block;
	color: #CCCCCC;
	text-decoration: none;
	padding: 0px 37px 0px 37px;
} 

#navigation a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu {
	height: 20px;
	background-color: #FFFFFF;
}

#menu a:link, a:visited, a:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#subMenu {
	font-family: inherit;
	height: 22px;
	background-color: #000000;
	text-align: center;
}

#subMenu a {
	font-size: 15px;
	color: #CCCCCC;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
} 

#subMenu a:hover {
	color: #CCCCCC;
	text-decoration: none;
}


#subMenu a:active {
	color: #CCCCCC;
	text-decoration: underline;
}

#mainContent {
	font-family: inherit;
	padding: 1px 20px;
	background-color: #FFFFFF;
	background-image: url(uploads/images/grade.jpg);
	background-repeat: repeat-x;
}

#mainContent h1 {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

#mainContent h2 {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

#mainContent dt {
	text-align: center;
	padding-bottom: 9px;
	font-size: 13px;
}

#mainContent p {
	text-align: left;
	padding-bottom: 9px;
	font-size: 13px;
}

#wineBanner {
	font-family: inherit;
	font-size: 13px;
	background-color: #000000;
	background-image: url(uploads/images/grade.jpg);
	background-repeat: repeat-x;
	width: 300px;
}

#wineContent {
	font-family: inherit;
	font-size: 14px;
	padding: 1px 20px;
	background-color: #FFFFFF;
	padding-left: 300px;
	width: 300px;
}

#winebar {
	width: 800px;
} 

#simplegallery1 {
	height: 275px;
	position: relative; /*keep this intact*/
	visibility: hidden;
}

#footer {
	padding: 5 5px;
	height: 25px;
	background-color: #000000;
	font-family:verdana,arial,san-serif;
	font-size: 11px;
	text-align: center;
}

#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding: 5px;
	color: #FFFFFF;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
		
}

.style8 {
	font-size: 12px;
}

.style18 {
	font-size: 18px;
}


a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #707070;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}

table#wine {
   border-collapse: separate;
   border-width: 1px;
   border-spacing: 0px;
   border-color: blue;
   border-style: solid;
   border-width: 0px;
   empty-cells: show;
}

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid navy; /*navy border*/
background: black url(uploads/images/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid navy; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: white !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: black url(uploads/images/indentbg2.gif) center center repeat-x;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

.floatright
{
float: right;
margin: 0 10px 10px 10px;
padding: 2px;
}

@media print {
.tabcontent {
display:block !important;
}
}
/* End of 'lp' */

