/* CSS Document by csspixel.com - Roger Ledergerber - 2008 Copyright 
   Two Column and Three Column Fixed Width Centered Layouts 
   with Horizontal Navigation and Vertical Navigation with Sub-Menus
   NOTE: Three Column Layout has been left out intentionally in this file
   NOTE: Menu Options have been stripped intentionally - Only Horizontal Dropdown
   Cross-Browser and Cross-Platform tested and W3C Standards Compliant 
   Safari 3.0.4 - 4, Firefox 2.0.0.14 - 3.0.1, Netscape 7.0.2 - 8, 
   Camino Mozilla 1.6, Opera 9.0 - 9.5, Flock 1.0.2 - 2.0
   Internet Explorer 5.5, IE 6, IE 7, IE 8, Sea Monkey Mozilla
   also renders fine in IE 8 when Doctype Switching is included on html page - 
   <meta http-equiv="X-UA-Compatible" content="IE=7;IE=8;FF=3;OtherUA=4" />
   Validates as CSS Level 2.1 with Doctype XHTML Transitional 
   Validates as CSS Level 2.1 with Doctype XHTML Strict */

html > body {
font-size : 12px;
}
body {
font-size : 12px;
text-align : center;
font-family : Arial, Tahoma, Verdana, sans-serif;
color : #000;
background : #ccc url(../images/bodybg-vertstripe.jpg) repeat;
}
img {
border : none;
}
.thumbs img, table img, #content #contentedit img {
border : 1px solid #ccc;
}
h1.fancy {
margin-top : 0;
font-size : 38px;
line-height : 34px;
}
h2.fancy {
margin : 10px 0;
font-size : 22px;
line-height : 24px;
}
h2.news {
font-family : Arial, "Trebuchet MS", Verdana, sans-serif;
margin : 5px 0;
font-size : 18px;
line-height : 20px;
color : #f00;
text-align : center;
}
h2.options {
font-family : Arial, "Trebuchet MS", Verdana, sans-serif;
margin : 15px 0;
font-size : 22px;
line-height : 24px;
color : #f00;
text-align : center;
}
h1.fancy, h2.fancy {
font-family : Arial, "Trebuchet MS", Verdana, sans-serif;
font-weight : lighter;
letter-spacing : 1px;
color : #339;
}
/*
h1.fancy, h2.fancy {
font-family : Baskerville, "Times New Roman", Times, serif;
font-weight : lighter;
letter-spacing : 1px;
color : #339;
}
*/
h1 {
font-size : 22px;
color : #339;
}
h2 {
font-size : 15px;/*was 17*/
}
h3 {
font-size : 14px;
}
h1, h2, h3 {
margin-bottom : -5px;
font-family : Arial, "Trebuchet MS", Verdana, sans-serif;
}
p {
line-height : 130%;
}
#content-left-logos p, #content-right-logos p {
padding : 0 5px 5px 5px;
}
.box-contentsale p, .box-contentsale p a {
text-align : center;
font-weight : bold;
font-size : 14px;
}
#content-left-logos h1, #content-right-logos h1, #content-left-logos h2, #content-right-logos h2 {
margin : 8px 0 -8px 0;
padding : 0 5px;
color : #339;
}
#content ul {
margin-top : 20px;
margin-bottom : 20px;
}
#content li {
margin-bottom : 5px;
line-height : 130%;
list-style : url(../images/listicon.gif);
}
div.box-content ul , 
div.box-content ul li {
margin-left : 9px;
padding : 0;
list-style-position : inside;
}
#content div.box-content ul {
margin-top : 0;
margin-bottom : 12px;
}
#content div.box-content ul li {
margin-bottom : 0;
line-height : normal;
list-style : url(../images/listicon.gif);
}
div.box-content ul.sidebar li {
border-bottom : 1px solid #ccc;
padding-top : 5px;
padding-bottom : 5px;
}
div.box-content ul.sidebar li.first {
border-top : 1px solid #ccc;
}


.liquidationtable {
/*margin : 0 auto;*/
margin-top : 0; 
margin-right : auto; 
margin-bottom : 30px; 
margin-left : auto; 
width : 620px; 
border-collapse : collapse; border:0;
/*text-align : center;*/
}
.liquidationtable td { 
width : 150px; 
vertical-align : middle;
/*text-align : center;*/
}
/*
#contentedit .liquidationtable td a:link {
display : block; 
}
*/
#contentedit .liquidationtable td p {
margin-top : 5px; 
}
#contentedit .liquidationtable td h1 {
margin-top : 0; 
margin-bottom : 5px; 
}


#liquidationtable {
/*margin : 0 auto;*/
margin-top : 0; 
margin-right : auto; 
margin-bottom : 30px; 
margin-left : auto; 
width : 620px; 
border-collapse : collapse; border:0;
/*text-align : center;*/
}
#liquidationtable td { 
width : 150px; 
vertical-align : middle;
/*text-align : center;*/
}
#contentedit #liquidationtable td a:link {
display : block; 
}
/* --------------------------------------------------- 
*/

/* LINKS */
.box-headersale a:link {
color : #339;
}
.box-headersale h1 a:visited {
color : #339;
}
.box-headersale h1 a:hover {
text-decoration : none;
color : #fff;
}

.box-contentsale a:link {
color : #00f;
}
.box-contentsale p a:visited {
color : #00f;
}
.box-contentsale p a:hover {
text-decoration : none;
color : #f00;
}

#content #contentedit h2.fancy a {
font-size : 22px;
}

#content a:link, #content-left-logos p a:link, #content-right-logos p a:link {
color : #00f;
}
#content a:visited, #content-left-logos p a:visited, #content-right-logos p a:visited {
color : #00f;
}
#content a:hover, #content-left-logos p a:hover, #content-right-logos p a:hover {
text-decoration : none;
color : #f00;
}
#content a:active, #content-left-logos p a:active, #content-right-logos p a:active {
text-decoration : none;
color : #090;
}
#content-footer a:link, #content-footer a:visited {
color : #339;
}
#content-footer a:hover {
text-decoration : none;
color : #f00;
}
#content-footer a:active {
text-decoration : none;
color : #090;
}
/* --------------------------------------------------- 
*/

/* GENERAL CLASSES */

.align-center, .center {
text-align : center;
}
.align-left {
text-align : left;
}
.align-right {
text-align : right;
}
.img-right, .img-left {
padding : 5px;
background : #fff;
}
.img-right {
float : right;
margin-bottom : 8px;
margin-left : 10px;
}
.img-left {
float : left;
margin-bottom : 8px;
margin-right : 10px;
}
.img-left-news {
float : left;
margin-bottom : 0px;
margin-right : 5px;
margin-top : 5px;
border : 1px solid #ccc;
}
.img-left-td-alone {
float : left;
margin : 0px;
padding : 5px;
background : #fff;
}
.img-right-td-alone {
float : right;
margin : 0px;
padding : 5px;
background : #fff;
}
#content #contentedit .image-texttag { 
font-size : 20px;
text-align : center;
vertical-align : middle;
/* background : #eee; */
padding : 10px; 
}
.highlight-box {
margin : 10px 0;
padding : 0 8px;
background : #eee;
border : 1px solid #ccc;
}
.verysmall {
font-size : 9px;
color : #333;
}
.clearing {
clear : both;
}
.rule {
border-top : 1px solid #ccc;
}
/* --------------------------------------------------- 
*/

/* SPECIAL SPREADSHEETS PRICELISTS GOOGLE DOCS */
/* depending on page width - adjust widths */
/* disabled css - not used - html must be inserted first */
/*
.frame-container {
display : block;
width : 880px;
margin : 0 auto;
background : #eee;
}
.frame-title-border {
display : block;
width : 870px;
margin : 0 auto 10px auto;
padding : 0 10px 20px 10px;
color : #000;
background : #fff;
border : 1px solid #ccc;
}
.frame-title {
display : block;
width : 870px;
margin : 0 auto;
padding : 0 0 10px 0;
}
.frame-title h1 {
color : #fff;
}
.frame-title h2 {
font-size : 12px;
color : #fff;
}
.frame-title h2 a {
font-size : 12px;
color : #eee;
}
.frame-title h2 a:hover {
font-size : 12px;
color : #0ff;
}
*/
/* --------------------------------------------------- 
*/

/* LAYOUT */

#wrapper {
margin-right : auto;
margin-left : auto;
text-align : left;
}
#wrapper {
background : #fff;
}
#header {
display : block;
/*background : #fff url(../images/top_gradient4646.gif) repeat-x left 122px;*/
background : #339;/*new*/
}
#logo {
display : block;
height : 168px;
text-align : left;
background : url(../images/banner-full.jpg) no-repeat top right;
}
#poster-img-top {
display : block;
height : 168px;
background : url(../images/anim-window-a160102.jpg) no-repeat 10px 2px;
}
#static-img-bar {
display : block;
height : 168px;
background : url(../images/static-anibg.jpg) no-repeat 10px bottom;
}
#bannerlink {
cursor : pointer;
display : block;
/*padding : 10px 0 0 10px;*/
padding : 0 0 0 10px;/*new*/
border-bottom: 1px solid #339;/*new*/
}
/* --------------------------------------------------- 
*/

/* SEARCH BAR */

#search {
display : block;
clear : both;
}
#content-search {
padding : 2px 15px;
text-align : center;
color : #fff;
background : #339;
}
div.floater {background : #339;/* Netscape needs this - IE ? */
float : left; 
display : block; 
width : 33%;/*new*/
}
div.floater50 {
float : left; 
display : block; 
width : 50%;/*new*/
}
span.text-in-float {
display : block;
padding-left : 5px;
}
form {
margin : 0; 
padding : 0;
}
fieldset {
margin : 0; 
padding : 2px 0 3px 0; 
border : none;
}
select {
width : 255px; 
}
input, textarea, .radiotext, .checktext {
padding : 2px; 
color : #000;
}
input.searchpad {
width : 150px; 
/*margin-top : 2px;*/
border : 1px solid #eee;
}
input.submitpad {
cursor : pointer;
width : 105px; 
padding : 3px; 
font-size : 10px; 
font-weight : bold; 
color : #fff; 
background : #f93; 
border : 1px solid #eee;
}
/* --------------------------------------------------- 
*/

/* 2 COLUMN LAYOUT - later make separate css for import */
/*
2 cols = 770 total-wide - 532 right-col = 208 left-col (3 x 10 col-gaps)
2 cols = 940 total-wide - 702 right-col = 208 left-col (3 x 10 col-gaps)
*/

html > body {
margin : 0 auto;
/*min-width : 770px;*/
min-width : 940px;/*new*/
}
#wrapper, #content-wrapper, #nav-h {
/*width : 770px;*/
width : 940px;/*new*/
}
#content-search {
display : block;
}
#content-right-column {
display : none;
}
/*
#content-right-column {float:left;display:inline;width:208px;margin-left:10px;}
#content-right-logos {display:block;width:208px;margin-bottom:10px;background:#fff;} 
*/
/* --------------------------------------------------- 
*/

/* CONTENT STUFF - need to sort in order */

#content-wrapper {
display : inline;
}
#content-left-column {
float : left;
display : inline;
width : 208px;
margin-right : 10px;
margin-left : 10px;
}
#content-left-logos {
display : block;
width : 208px;
margin-bottom : 10px;
background : #fff;
}
div.floatleft {
float : left; 
}
div.floatright {
float : right; 
}
.box-planfloat {
display : block;
width : 440px;
margin-top : 10px;
background : #fff;
border : 1px solid #ccc;/*339*/
}
.plan-injection {
display : block;
height : 100%;
text-align : center;
}
.box-floated {
display : block;
width : 206px;
margin-top : 10px;
background : #fff;
border : 1px solid #ccc;/*339*/
}
.logo7box {
display : block;
width : 206px;
margin-bottom : 10px;
background : #fff;
}
.box {
display : block;
width : 206px;
margin-bottom : 10px;
background : #eee;
border : 1px solid #ccc;/*339*/
}
.box-header h1.small {
font-size : 12px;/*new*/
}
.box-header h3, .box-header h1 {
display : block;
margin : 0;
padding : 6px 5px;
font-size : 12px;
/*color : #fff;
background : #339 url(../images/menu_bg.gif) repeat-x left top;*/
color : #000;
background : #fdb url(../images/dialog_bg-orange.gif) repeat-x left bottom;
border-bottom : 1px solid #ccc;/*339*/
}
.box-content {
padding : 0 5px;
}
div.box-floated .box-content h3 {
margin-top : 5px;
padding : 3px 0;
font-size : 13px;
font-weight : lighter;
text-align : center;
/*letter-spacing : -1px;*/
color : #fff;
background : #339;
}
/*
.boxsale {
display : block;
width : 206px;
margin-bottom : 10px;
background : #fff;
border : 1px solid #ccc;
}
*/
.box-headersale h3, .box-headersale h1 {
display : block;
margin : 0;
padding : 6px 5px;
font-size : 14px;
text-align : center;
font-weight : bold;
background : url(../images/dialog_bg-orange.gif) repeat-x left bottom; 
border-bottom : 1px solid #ccc;/*339*/
}

/* DB no bottom margin if target div */
#target .highlight-box {
margin : 10px 0  0px 0;
padding : 0 10px;
background : #eee;
border : 1px solid #ccc;
}
/* DB */
#target div.box-content ul , 
#target div.box-content ul li {
margin-left : 0px;
padding : 0;
list-style-position : inside;
}
/* DB make the target a certain height - scroll auto if too long content list 
#target {
display : block;
height : 400px;
overflow : auto;
}*/

div.box-content ul li {
list-style : url(../images/listicon.gif);
}
div.box-content ul li a:hover {
text-decoration : none;
color : #f00;
}
div.box-content ul li a:active {
text-decoration : none;
color : #090;
}
table.listtables {
border : 1px solid #ccc;
border-collapse : collapse;
}
.listtables td {
text-align : center;
border : 1px solid #ccc;
border-collapse : collapse;
}
.listhead td {
text-align : center;
color : #fff;
background : #339;
}
/*#wrapper {
background : #fff url(../images/logo7.gif) no-repeat 2% 91%;
}*/
address {
font-size : 9px;
}
/*
2 cols = 770 total-wide - 532 right-col = 208 left-col (3 x 10 col-gaps)
2 cols = 940 total-wide - 702 right-col = 208 left-col (3 x 10 col-gaps)
*/
#content-main {
float : left;
display : inline;
/*width : 532px;*/
width : 702px;/*new*/ 
background : #eee;
}
#content {
display : block;
padding : 9px;
background : #fff;
border-right : 1px solid #ccc;
border-left : 1px solid #ccc;
}
#content, div#content {
min-height : 1220px;/*750*/
}
#footer {
display : block;
clear : both;
}
#content-footer {
display : block;
padding : 10px;
text-align : center;
color : #339;
background : #fff url(../images/foot_gradient4646.gif) repeat-x;
}
/* --------------------------------------------------- 
*/

/* HORIZONTAL MENU - no Dropdowns - just Tabs */
/* disabled css - not used - disabled html */

/*
#nav-h {
display : inline;
white-space : nowrap;
}
#nav-h .navlist {
display : block;
margin-top : 0;
margin-bottom : 0;
margin-left : 0;
padding : 0 1px 1px 1px;
font : bold 12px Arial, Verdana, sans-serif;
}
#nav-h .navlist li {
float : left;
margin : 0;
padding : 1px 1px 1px 0;
list-style : none;
}
#nav-h .navlist li a {
display : block;
padding : 6px 4px;
text-decoration : none;
background : #ccd url(../images/gradientbar_top.jpg) repeat-x;
border-top : 1px solid gray;
border-right : 1px solid gray;
border-bottom : 3px solid #aab;
border-left : 9px solid #aab;
}
#nav-h .navlist li a:link {
color : #fff;
}
#nav-h .navlist li a:visited {
color : #ff0;
}
#nav-h .navlist li a:hover {
color : #fff;
background : #332;
border-top-color : gray;
border-right-color : gray;
border-bottom-color : #fe3;
border-left-color : #fe3;
}
#nav-h .navlist li a:active {
text-decoration : none;
color : #ff0;
}
*/
/* --------------------------------------------------- 
*/

/* VERTICAL MENU - VERSION 2 */
/* activated as Horizontal Dropdown Menu only */

#menu-box {
float : left;
}
#menu-box {
width : 100%;
height : 33px;
/*background : #fff url(../images/head_linebg.gif) repeat-x;*/
background : #fff url(../images/dialog_bg.gif) repeat-x;/*new*/
}
#menu-box ul {
margin-top : 0;
margin-bottom : 0;
}
#menu-box li {
margin-bottom : 0;
}

/* THIS MENU PART - VERSION 2 - CURRENT DISABLED - OTHER STYLESHEET USED */

/*
#navlist, .navlist-sub1 li:first-child {
border-top : 1px solid #fff;
}
*/
/*
#navlist, .navlist-sub1 {
margin : 0;
padding : 0;
list-style-type : none;
}
#navlist li {
display : block;
position : relative;
float : left;
margin-right : 1px;
width : auto;
}
#navlist li .navlist-sub1 {
display : none;
position : absolute;
left : -5000px;
}
#navlist li:hover .navlist-sub1 {
left : 0;
}
#navlist li:hover .navlist-sub1 li a {
width : 208px;
}
#navlist li a {
cursor : pointer;
font-weight : bold;
}
#navlist li .navlist-sub1 li a {
cursor : pointer;
font-weight : normal;
}
#navlist li a, #navlist li a:visited {
display : block;
padding-top : 9px;
padding-right : 10px;
padding-bottom : 9px;
padding-left : 10px;
text-align : left;
text-decoration : none;
color : #fff;
background : #eee url(../images/dialog_bg.gif) repeat-x;
border-right : 1px solid #339;
}
#navlist li:hover a {
color : #FF8702;
background : #339;
}
#navlist li:hover .navlist-sub1 {width:208px;
display : block;
position : absolute;
z-index : 5000;
}
#navlist li:hover .navlist-sub1 li a {
display : block;
color : #000;
background : #fdb;
border-bottom : 1px solid #339;
border-left : 1px solid #339;
}
#navlist li:hover .navlist-sub1 li a:hover {
color : #fff;
background : #339;
}
#navlist li a:active,
#navlist li:hover .navlist-sub1 li a:active {
color : yellow;
}
*/
/* --------------------------------------------------- 
*/

/*  Kens changes and additions  */
.box-contentsale {
	background-color:#FFFFFF;
	/*background-image:url(../images/sale206.gif);
	background-repeat:no-repeat; */
	/*padding: 5px;*/
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #FFFFFF;
	margin-bottom: 10px;
}
.redtext {
	font-size: 16px;
	color: #FF0000;
}
.redcolor {
	color: #FF0000;
}
#graybg12 {
	font-size: 12px;
	color: #333333;
	background-color: #EEEEEE;
}
#content li.TabbedPanelsTab {
	list-style:none;
	margin-bottom: 0;
	}
/*#content div.TabbedPanels {
	margin:0;
	padding:0;
	}
#content div.TabbedPanelsContentGroup {
	margin:0;
	padding:0;
	}
*/
/*#content ul.TabbedPanelsTab {
	margin:0;
	}	
#content li.TabbedPanelsTab {
	margin:0;
	}
*/
/* --------------------------------------------------- 
*/
