@import url("styles.css");

/* Global styles */
body, p, td {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333;
}
body {
	text-align: center;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px auto 0px auto;
}

/* Layout */
#page {
	width: 980px;
	text-align: left;
	margin-top: 25px;
}

#header {
	background: white;
	height: 132px;	
}
#header img {
	float: left;
}
#header #search {
	font-size: 12px;
	font-weight: bold;
	margin-top: 80px;
	padding: 5px;
	color: #660000;
}

#bottomnavbar {
	font-size: 10px;
	text-transform: capitalize;
	background-color: #333333;
	text-align: center;
	vertical-align: middle;
	height: 15px;
	color: #FFFFFF;
	margin-top: 10px;
	padding-top: 4px;
}

#bottomnavbar a {
	margin-right: 15px;
	margin-left: 15px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	text-transform: capitalize;
}

#bottomnavbar a:link, #bottomnavbar a:visited {
	color: #FFFFFF;
}

#bottomnavbar a:hover, #bottomnavbar a:active, #bottomnavbar a:visited:hover {
	color: #FFCC00;
}

#footer {
	height: 60px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

#footer #contactinfo {
	text-align: center;
	font-size: 12px;
	height: 20px;
}

#footer #copyright {
	font-size: 10px;
	color: #666666;
	text-align: center;
}

.gallery {
	width: 735px;
}

.gallery {
	width: 735px;
}

.products .panel, .products_boxed .panel, .gallery .panel {
	margin: 0px 5px 10px 5px;
	margin-collapse: collapse;
	float: left;
	width: 171px;
	height: 270px; 
	text-align: center;
	border: 1px dashed #DDD;
	background: white;
}
.products_boxed .panel {
	width: 166px;
}
.gallery .panel {
	border: 1px solid #DDD;
}

.round_gallery .panel {
	background: url(../images/front_panel.jpg) no-repeat;
	margin: 0px 5px 10px 5px;
	padding: 15px 10px 15px 10px;
	float: left;
	width: 159px;
	height: 245px; 
	text-align: center;
}
.panel div {
	height: 200px;
	padding: 0 5px;
}
.panel img {
	margin-top: 5px;
}
.producttitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
	color: #333333;
	font-style: italic;
}

#containerbody {
	background-image: url(../images/pagecenterback.jpg);
	text-align: left;
	vertical-align: top;
	background-repeat: repeat-y;
	margin-left: 215px;
}
#PageTitle {
	padding: 20px 10px 5px 15px;
	height: 100px;
}
#PageTitleBack {
	background-image: url(../images/pagetopback.jpg);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: top;
}

#PageInfo {
	font-size: 22px;
	color: #660000;
	margin-right: 15px;
	margin-left: 15px;
	padding-bottom: 5px;
}
#PageInfoRight {
	font-size: 16px;
	color: #660000;
	margin-top: 5px;
	margin-right: 15px;
	margin-left: 15px;
	float: right;
}
#PageInfoLeft {
	font-size: 16px;
	margin: 0 15px 5px 95px;
	color: #660000;
	padding-bottom: 5px;
	text-indent: -80px;
}

#PageInfo a, #PageInfo a:hover, #PageInfo a:visited,
#PageInfoRight a, #PageInfoRight a:hover, #PageInfoRight a:visited {
	color: #660000;	
}

#contentback {
	background-image: url(../images/pagebottomback.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	vertical-align: top;
	padding: 0px 15px 30px 15px;
	min-height: 400px;
}
#topcontact {
	color: #EEEEEE;
	font-size: 11px;
	text-align: center;
	margin-bottom: 8px;
}
#intbodycopy {
	font-size: 12px;
	text-align: center;
}

#contentframe {
	border: 1px solid #CCCCCC;
	background: white;
}

#StandardTitle {
	font-size: 14px;
	color: black;
	background-color: #EEEEEE;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
}

#StandardContent {
	font-size: 12px;
	color: #666666;
	text-align: left;
	padding: 10px;
}

.subtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
	color: #333333;
	font-style: italic;
}

table.products td {
	padding: 10px;
}

.price {
	font-size: 14px;
	padding: 5px;
	font-weight: bold;
}

.popup {
	text-align: left; 
	padding: 10px;
}

table.table th {
	border-bottom: 1px solid #c0c0c0;
}
body.popup, #page.popup {
	height: auto;
}

/* Buttons */
a.button, input.button, input[type=submit], input[type=button]  {
	background: #f0f0f0;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 2px 15px;
	text-decoration: none;
}
b.button, a.button:hover, input.button:hover, input[type=submit]:hover, input[type=button]:hover {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-decoration: none;
}
a.small_button {
	font-size: 10px;
	padding: 1px 3px;
}

.toolbar {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	padding: 5px 0;
}

.toolbar a, .buttons a {
	background: #f0f0f0;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 2px 5px;
	text-decoration: none;
}
.toolbar a:hover, .buttons a:hover {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-decoration: none;
}
.pager {
	background: #f0f0f0;
	padding: 10px 5px;
	border: 1px solid #c0c0c0;
	color: black;
}

#prodpix {
	border: 1px solid #e0e0e0;
}

/* Top menu */
#topmenu {
	margin-top: -2px;
	height: 22px;
	margin-bottom: 10px;
	background-color: #333333;
	border: 1px solid black;
	text-transform: uppercase;
}

/* Root = Horizontal, Secondary = Vertical */

ul#navmenu {
  margin: 0;
  border: 0 none;
  padding: 0;
  list-style: none;
  height: 22px;
}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 22px;
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 200px;
  list-style: none;
  display: none;
  position: absolute;
  top: 22px;
  left: 0;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu ul li {
  width: 200px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
  padding: 0 8px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #333;
  color: #e0d78b;
  font: bold 12px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: left;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #660000;
  color: #e0d78b;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  text-align: left;
  float: none;
  background: #660000;
  color: #e0d78b;
  font: bold 12px/22px Verdana, Arial, Helvetica, sans-serif;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #cc0000;
  color: #e0d78b;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #cc3333;
  color: #e0d78b;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #993333;
  color: #e0d78b;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}

#leftmenu {
	float: left;
	width: 200px;
}
#content {
	margin-left: 215px;
	background: white;
}

#leftmenu ul {
	margin: 0;
	padding: 0;
}
#leftmenu li {
	list-style-type: none;
	margin: 0 0 2px 0;
}
#leftmenu a, #leftmenu a:visited {
	text-align: right;
	padding: 5px;
	display: block;
	background: #e0e0e0;
	color: black;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}

#leftmenu a:hover {
	text-decoration: none;
	background: url(../images/menuback.jpg) repeat-y;
}
#categories td {
	font-size: 14px;
}
