@charset "UTF-8";
/* CSS Document */

body {
	background-color:#171515;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0px;
	margin-bottom:20px;
}

body a, body a:link, body a:visited{
	color:#333333;
	text-decoration:underline;
}

p {
	margin:0 0 15px 0px;
}

h1 {
	font-size:30px;
	font-weight:bold;
	margin:0px 0 5px 0;
}

h2 {
	color:#999999;
	margin:0px;
	font-size:13px;
}

h3 {
	color:#000000;
	font-size:15px;
	margin-bottom:5px;
}

h4 {
	color:#000000;
	font-size:18px;
	margin:0px;
}

.newsimages {
	margin-right:10px;
	margin-bottom:10px;
}

#container {
	width:800px;
	margin:auto;
}

#header {
	height:90px;
	background-image:url(http://www.mollyrodgers.com/wp-content/uploads/logo.png);
	background-color:#000000;
	background-position:center;
	background-repeat:no-repeat;
}

#headerbig {
	height:436px;
	background-image:url(images/large_logo.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-top:20px;
}

#nav {
	height:30px;
	background-color:#000000;
	text-align:center;
	color:#FFFFFF;
	padding-top:15px;
}

#nav a, #nav a:link, #nav a:visited {
	color:#FFFFFF;
	text-decoration:none;

}

#nav a:hover, #nav a:active {
	text-decoration:underline;
}

#navindex {
	height:30px;
	text-align:center;
	color:#FFFFFF;
	padding-top:15px;
}

#navindex a, #navnavindex a:link, #navnavindex a:visited {
	color:#FFFFFF;
	text-decoration:none;

}

#navnavindex a:hover, #navnavindex a:active {
	text-decoration:underline;
}

#prod_nav, #prod_nav a, #prod_nav a:link, #prod_nav a:visited {
	background-image:url(images/prod_bg.jpg);
	background-repeat:repeat;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}

#prod_nav a:hover {
	background-image:url(images/prod_bg.jpg);
	background-repeat:repeat;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
}

#main {
}

table {
	
}

td {
	padding:15px;
}

tr.pricesone {
	background-color: #f2f2f2; color: black;
}
tr.pricestwo {
	background-color: #ededed; color: black;
}

td.pricesone {
	background-color: #f2f2f2; color: black;
}


#newsletter_feild {
	background-color:#f9fedc;
	padding:15px;
}

#submit, #search {
	vertical-align:bottom;
}

#search, input[type="text"], input[type="password"], textarea {
	background-color:#ffffff;
	border:#CCCCCC 1px solid;
	color:#333333;
	height:18px
}

#footer {
	color:#666666;
	margin-top:15px;
	font-size:11px;
}

#footer a:link, #footer a:visited {
	color:#666666;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#leftnavlist {
	padding-left: 0;
	margin-left: 0;
}

#leftnavlist li {
	list-style: none;
	margin: 0;
	padding: 0.25em;
}

#leftnavlist li a {
	text-decoration: none;
}

#leftnavlist li a:hover {
	text-decoration:underline;
}

@media screen { 
/* Turn off list bullets */
	ul.mktree  li { list-style: none; } 
	/* Control how "spaced out" the tree is */
	ul.mktree, ul.mktree ul , ul.mktree li { margin-left:0px; padding:0px; }
	/* Provide space for our own "bullet" inside the LI */
	ul.mktree  li           .bullet { padding-left: 6px; }
	/* Show "bullets" in the links, depending on the class of the LI that the link's in */
	ul.mktree  li.liOpen    .bullet { cursor: pointer; background: url(images/minus.gif)  center left no-repeat; }
	ul.mktree  li.liClosed  .bullet { cursor: pointer; background: url(images/plus.gif)   center left no-repeat; }
	ul.mktree  li.liBullet  .bullet { cursor: default; background: url(images/bullet.gif) center left no-repeat; }
	/* Sublists are visible or not based on class of parent LI */
	ul.mktree  li.liOpen    ul { display: block; }
	ul.mktree  li.liClosed  ul { display: none; }
	/* Format menu items differently depending on what level of the tree they are in */
	ul.mktree  li { font-size: 10pt; }
	ul.mktree  li ul li { font-size: 10pt; }
	ul.mktree  li ul li ul li { font-size: 8pt; }
	ul.mktree  li ul li ul li ul li { font-size: 6pt; }
}
