@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
/*	background: #f3efe7;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
/*	color: #660000;*/
	color: #FFF;
}
.twoColFixRtHdr #container {
	width: 905px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRtHdr #header {
	background: #c6000b;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:80px;
	border-bottom:3px solid #8d0008;
}
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #header .logo {
	width:226px;
	height:163px;
	background:url(../images/logo.png) no-repeat center center;
	position:relative;
	margin-left:5px;
}
.headerContainer {
	width:910px;
	margin:auto;
}
/* SLIDING DOORS NAVIGATION*/
#nav {
	margin:-115px 0 0 0;
}
#nav {
	float:left;
	width:900px;
	font:54% Verdana;
	text-transform:uppercase;
}
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#nav li {
	float:right;
	display:inline;
	background:url("../images/right_both.gif") no-repeat right top;
	margin:0 3px 0 9px;
	padding:0;
}
#nav a {
	float:left;
	display:block;
	position:relative;
	left:-9px;
	margin-right:-9px;
	background:url("../images/left_both.gif") no-repeat left top;
	padding:10px;
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
}
#nav > ul a {
	width:auto;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #nav a {
	float:none;
}
/* End IE5-Mac hack */
    #nav a:hover {
	color:#c6000b;
}
/* not for IE5.x or IE6 */
    #nav li:hover, #nav li:hover a {
	background-position:100% -150px;
	color:#c6000b;
}
#nav li:hover a {
	background-position:0 -150px;
}
.masthead_home {
	width:910px;
	height:213px;
	margin-top:5px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 280px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
	margin-bottom:20px;
}
.searchBox {
	margin-top:30px;
	color: #000;
	width: 100%;
	padding: 10px;
	text-align: left;
	background-color: #e34e4e;
	color:#ff9191;
}
.searchBox input {
	border:1px solid #990000;
}
.searchBox #s {
	width:95%;
	margin-bottom:7px;
	padding:3px;
}
.myBox {
	margin-top:50px;
	color: #000;
	width: 100%;
	padding: 10px;
	text-align: left;
	background-color: #990000;
	color:#ff9191;
}
.myBox ul {
	line-height:180%;
	font-size:12px;
	margin-left:-20px;
	margin-bottom:10px;
}
.myBox ul a:link, .myBox ul a:visited {
	color:#ff9191;
	text-decoration:none;
}
.myBox ul a:hover {
	text-decoration:underline;
}
.myBox2 {
	margin-top: 50px;
	color: #000;
	width: 100%;
	padding: 10px;
	text-align: left;
	background-color: #660000;
	color:#ff9191;
}
.myBox2 ul {
	line-height:180%;
	font-size:12px;
	margin-left:-20px;
	margin-bottom:10px;
}
.myBox2 li {
	list-style:none;
}
.twoColFixRtHdr #mainContent {
	margin: 0 295px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font:12px verdana;
	line-height:140%;
	width:600px;
}
#mainContent h1 {
	font:16px verdana;
	color:#c6000b;
	font-weight:bold;
	text-transform:uppercase;
}
#mainContent h2 {
	font:14px verdana;
	color:#c6000b;
	margin-top:5px;
}
#mainContent h3 a:link, #mainContent h3 a:visited {
	color:#c6000b;
	margin-top:5px;
	text-decoration:underline;
}
#mainContent a:link, #mainContent a:visited {
	color:#c6000b;
	text-decoration:underline;
}
.entry ul li {
	margin-left:-25px;
}
small {
	font-style:italic;
}
.postmetadata {
	color:#c6000b;
}
.postmetadata a:link, .postmetadata a:visited {
	color:#c6000b;
	text-decoration:underline;
}
.latestNews h4 {
	text-transform:uppercase;
}
.latestNews a:link, .latestNews a:visited {
	color:#ff9191;
	text-decoration:underline;
	margin-left:-20px;
}
.latestNews li {
	list-style:none;
}
.thumbnails {
	width:126px;
	height:126px;
	float:left;
	margin:0 10px 10px 0
}
.products_tn {
	width:160px;
	height:160px;
	float:left;
	margin:0 10px 10px 0
}
.focus1 {
	width:277px;
	height:231px;
	background:url(../images/focus1.jpg) no-repeat center center;
}
.focus2 {
	width:277px;
	height:231px;
	background:url(../images/focus2.jpg) no-repeat center center;
}
.focus3 {
	width:277px;
	height:231px;
	background:url(../images/focus3.jpg) no-repeat center center;
}
.focus4 {
	width:277px;
	height:231px;
	background:url(../images/focus4.jpg) no-repeat center center;
}
#contentLeft {
	width:300px;
	float:left;
	font:11px Verdana, Arial, Helvetica, sans-serif;
}
#contentRight {
	width:300px;
	float:left;
	font:11px Verdana, Arial, Helvetica, sans-serif;
}
#mainContent #contentLeft h1, #mainContent #contentRight h1 {
	font:14px verdana;
	color:#c6000b;
}
.readmore {
	padding:10px 0;
}
.readmore a:link, .readmore a:visited {
	color:#c6000b;
	text-decoration:none;
	font:11px Verdana, Arial, Helvetica, sans-serif;
}
.readmore a:hover {
	text-decoration:underline;
}
/* Footer Elements*/
.footerNav {
	background: #8d0008 url("../images/footerTile.gif");
	margin-top: 20px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-bottom: 10px;
	text-align: center;
	border-top:1px solid #310021;
	border-bottom:1px solid #310021;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
#footer_container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 910px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:280px;
}
#col1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 295px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 10px 0 0; /* padding keeps the content of the div away from the edges */
	border-right: 1px dotted #913337;
	color:#ff9191;
	line-height:160%;
}
#col3 {
	position: absolute;
	top: 0;
	right: 0;
	width: 295px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 0 0 10px; /* padding keeps the content of the div away from the edges */
	border-left: 1px dotted #913337;
	line-height:160%;
	color:#ff9191;
}
#col2 {
	margin: 0 305px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 1px 10px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height:160%;
	color:#ff9191;
}
#col2 a:link, #col2 a:visited {
	color:#ff9191;
	text-decoration:underline;
}
.sitemap {
	padding: 25px 0 0 0;
	overflow: hidden;
	background-image: url("../images/generalSitemap.gif");
	background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
	height /**/:25px; /* for IE5.5's bad box model */
	border-bottom:1px solid #913337;
	margin-top:10px;
}
.aboutCuppachoice {
	padding: 25px 0 0 0;
	overflow: hidden;
	background-image: url("../images/aboutCuppachoice.gif");
	background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
	height /**/:25px; /* for IE5.5's bad box model */
	border-bottom:1px solid #913337;
	margin-top:10px;
}
.contactUs {
	padding: 25px 0 0 0;
	overflow: hidden;
	background-image: url("../images/contactUs.gif");
	background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
	height /**/:25px; /* for IE5.5's bad box model */
	border-bottom:1px solid #913337;
	margin-top:10px;
}
/* Block Hover*/
#links ul {
	list-style-type: none;
	width: 290px;
	margin-left:-40px;
}
#links li {
	border-bottom: 1px dotted #ff9191;
	border-width: 1px 0;
	margin: 5px 0;
}
#links li a {
	color: #ff9191;
	display: block;
	font: bold 120% Arial, Helvetica, sans-serif;
	padding: 5px;
	text-decoration: none;
}
* html #links li a {  /* make hover effect work in IE */
	width: 290px;
}
#links li a:hover {
	background: #990000;
}
#links a em {
	color: #ff9191;
	display: block;
	font: normal 85% Verdana, Helvetica, sans-serif;
	line-height: 125%;
	text-transform:uppercase;
}
.twoColFixRtHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#c6000b;
	position:relative;
	bottom:0;
	width:100%;
}
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	color:#fff;
	font:11px Verdana, Arial, Helvetica, sans-serif;
}
/* LIGHTBOX JS*/

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox img {
	width: auto;
	height: auto;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-top:5px solid #790000;
	border-left:5px solid #790000;
	border-right:5px solid #790000;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	border-bottom:5px solid #790000;
	border-left:5px solid #790000;
	border-right:5px solid #790000;
}
#imageData {
	padding:0 10px;
	color: #666;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
	width: 15px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.sep {
	background:url(../images/sep_bg.gif) repeat-x center center;
	height:20px;
	width:570px;
	clear:left;
}
.top {
	margin-bottom:10px;
}
.top a:link, .top a:visited {
	color:#c6000b;
	text-decoration:none;
}
.top a:hover {
	text-decoration:underline;
}
h2.widgettitle {
	display:none;
}
li.widget {
	list-style-type:none;
}

/*CONTACT */
.table {border:1px solid #9c0000; background:#9c0000;color:#FFF; width:100%;}
.table td{padding:5px;}
.tr_top {font-weight:bold; background:#630000;}
.tr_normal {background:#9c0000;}
