@charset "utf-8";
/* CSS Document */
/*This contains all of the styles for the JCHFuel website. No position, layout, padding/margin or dimensions should be in this file.*/

/********* Header Styles ************/
body {
	background-color: #D0D0D0;
	text-align: center;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 13px;
}

#wrapper {
	text-align: left;
	background-color:#fff;
}

#head2 {
	color: #FFFFFF;
	text-align: right;
	font-size: 30px;
	height: 110px;
}

/*---Title of every page, right below navigation---*/

#title {
	background: url(../images/backgrounds/bg9.png);
	text-align: center;
	font-size: 20px;
	height: 30px;
	color: #FFFFFF;
}
h1 {


}
h1.style2 {
	font-size: 20px;
	font-weight: bold;
}
h2.style1 {
	color: #FFFFFF;
	font-size: 16px;
	background: black url(../images/titlebar.png) repeat-x center left;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px; 
}

h2.style1 a{
color:#FFFFFF;
text-decoration:none;
}

h2.style1 a:hover{
text-decoration:underline;
}

h2.style2 {
font-size: 20px;
background: #CCCCCC;
padding-left: 1em;
}

/** Used on about us page only **/
h2.style3 {
font-size: 20px;
border-bottom: medium;
border-bottom-style: solid;
}

/** Used on Site Map page only **/
h2.style4 {
font-size: 16px;
background-color:#CCCCCC;
}

h3 {
font-size: 22px;
color:#006699;
}

.important {
	color:#F00;
	font-size: 13px;
}

#sidebarright.catalog {
	font-size:10px;
}
/*************** Footer Menu ********************/
#footer {
	color: #000000;
	font: .8em;
	background-color:#333333;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #000000;
}


.contact {
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	background-color:#333333;
	
}

.contact a{
	color:#FFF;
	text-decoration:none;
}

.contact a:hover{
	text-decoration:underline;
}
/*************** Listed Services on Index Page **************/
#services{
	margin-bottom: 1em;
	border-left: solid 1px #999;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	height: auto;
}

/*************** Table Styles *************/

.table td{
background-color:#FAFAFA;
font-size: 12px;
}

.table th{
font-size: 13px;
padding-left: 5px;
background-color:#CCCCCC;
}

.contactus td{
background-color:#336699;
padding-right: 1em;
}
.contactus th{
background-color: #CCCCCC;
}

#mission {
	border: thin solid #000;	
}

/********* List Styles ************/
.productlist{
	padding-left: 1em;
	list-style-position:inside;
	list-style-image:url(../images/arrow2.png);
}


/********* Link Styles ************/
a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.footermenu a {
color: #FFFFFF;
font-size: 9pt; 
text-decoration: none;
}

.footermenu a:hover {
text-decoration: underline;

}

.faqhome a {
	color:#000;
	font-size: 9pt;
	text-decoration:none;
}

.faqhome a:hover {
	text-decoration:underline;
}

/**************** Styles for horizontal menu ******************/

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;

}

.indentmenu ul{
margin: 0;
padding-left: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #000; /*dark purple border*/
border-width: 1px 0;
background: url(../images/bg-bubplastic.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 1.8em;
text-decoration: none;
border-right: 1px solid #000; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: url(../images/bg-bubplastic-h-blue.gif) center center repeat-x;
}


/********** Vertical Menu **********/
/* Index.html page only */
.arrowlistmenu{
width: 200px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(../images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #0E0392;
background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #272CDC;
background-color: #F3F3F3;
text-decoration:underline;
}

/* Every other page */
.urbanmenu{
width: auto; /*width of menu*/
}

.urbanmenu .headerbar{
font: bold 13px Verdana;
color: white;
background: #3366CC; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 31px 7px 31px; /*31px is left indentation of header text*/
}

.urbanmenu .headerbar a{
color: #FFFFFF;
text-decoration:none;
}

.urbanmenu .headerbar a:hover{
text-decoration:underline;
}

.urbanmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbanmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbanmenu ul li a{
font: normal 13px Arial;
color: black;
background: #CECDFE;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbanmenu ul li a:visited{
color: black;
}

.urbanmenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;

}

/************ Image enlarge function **************/

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
