/* Body
----------------------------------------------------------------------------------------------------*/
body,th {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
}
td {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
    border:1px;
}
/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 0px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}
body {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align:left; /* for IE */
	background-color: #d0d4d7;
	margin-top: 0px;
	background-image: url(../images/hm_bkgnd.jpg);
	background-repeat: repeat-x;
	color:#666;
	

/* Headings
----------------------------------------------------------------------------------------------------*/
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #ee3124;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 25px;
	color: #ee3124;
	font-weight:400;
	text-transform:uppercase;
}
h2 {
	font-size: 17px;
	color: #ee3124;
	text-transform:uppercase;
}
h3 {
	font-size: 14px;
	color: #ee3124;
	font-weight:800;
}
h4 {
	font-size: 10px;
	color: #333;
	font-weight:400;
	
}
h5 {
	font-size: 1px;
	color: #ffffff;
	font-weight:400;
	
}
	

/* General
----------------------------------------------------------------------------------------------------*/
	
div#wrapper { 
text-align:left; /* reset text alignment */ 
width:1000px; /* or a percentage, or whatever */ 
margin:0 auto; /* for the rest */ 
background-color: #FFF;
overflow:auto;
border-radius:12px;
margin-top:25px;
}


/* Header
----------------------------------------------------------------------------------------------------*/


div#header { 
text-align:left; /* reset text alignment */ 
width:1000px; /* or a percentage, or whatever */ 
height:97px;
background-image: url(../images/hm_top_banner.jpg);
background-repeat:no-repeat;
margin:0 auto; /* for the rest */ 
float:left;
}


/* Menu
----------------------------------------------------------------------------------------------------*/

div#menu { 
text-align:left; /* reset text alignment */ 
width:1000px; /* or a percentage, or whatever */ 
height:36px;
margin:0 auto; /* for the rest */ 
background-image: url(../images/hm_menu.jpg);
background-repeat:no-repeat;
float:left;
margin-top:2px;
}

.mainmenuitem {
	font-family: Arial;
	font-size: 10pt;
	text-align: center;
	color: #FFF;
	background-color: none;
	border-width: 0px;
	border-style: none;
	border-color: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
	font-weight: bold;
}

.mainmenuitem td:hover {
	background-color: #999999;
	cursor: pointer;
}

.dropbtn {
    background-color: transparent;
    color: white;
    padding: 9px;
    font-size: 10pt;
    border: none;
    cursor: pointer;
	font-weight: bold;
	font-family: Arial;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #999999;
    min-width: 220px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	text-align:left;
	left:-20px;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
	background-color: #666666;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #999999;
}

/* Content
----------------------------------------------------------------------------------------------------*/

div#main_content { 
text-align:left; /* reset text alignment */ 
width:600px; /* or a percentage, or whatever */ 
margin:0 auto; /* for the rest */ 
float:left;
padding:20px;
margin-left:20px;
}

div#main_content2 { 
text-align:left; /* reset text alignment */ 
width:900px; /* or a percentage, or whatever */ 
margin:0 auto; /* for the rest */ 
float:left;
padding:20px;
margin-left:20px;
}

div#rightcol { 
text-align:left; /* reset text alignment */ 
width:319px; /* or a percentage, or whatever */ 
margin:0 auto; /* for the rest */ 
float:right;
min-height:300px;
background-image: url(../images/hm_rc_bkgnd.jpg);
background-repeat:no-repeat;

}
div#product_search { 
text-align:left; /* reset text alignment */ 
width:279px; /* or a percentage, or whatever */ 
margin:0 auto; /* for the rest */ 
float:right;
padding:20px;

}
div#new_products { 
text-align:left; /* reset text alignment */ 
width:279px; /* or a percentage, or whatever */ 
margin:0 auto; /* for the rest */ 
float:right;
padding:20px;

}

.announcement-list {
	padding-top: 4px;
	padding-bottom: 4px;
}

.announcement-list h2 {
	font-size: 14px;
	text-transform: capitalize;
	margin: 0px;
	padding: 0px;
}

.facebookfeed {
	width: 600px;
	background-color: rgba(0,0,0,0.3);
padding: 5px;
margin-bottom: 10px;
border: 1px solid rgba(0,0,0,0.3);
position:relative;
display: inline-block;
transition: all 0.5s;
color: black;
}

.facebookfeed:hover {
	background-color: rgba(255,255,255,0.9);
	color:black;
}

.facebookfeed img {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.contactForm textarea {
	width: 400px;
}

.errorMessage {
	display: inline;
	background-color:red;
	color:white;
	padding:5px;
	transition: all 1s;
}

.errorMessage.fadeout {
	background-color:transparent;
	color:transparent;
}

.errorMessage.hidden {
	display:none;
}

.successMessage {
	display: block;
	background-color:green;
	color:white;
	padding:10px;
	border: 5px solid black;
	transition: all 1s;
	font-weight: bold;
}


/* Footer
----------------------------------------------------------------------------------------------------*/

div#footerlogos { 
text-align:left; /* reset text alignment */ 
width:600px; /* or a percentage, or whatever */ 
margin:0 auto; /* for the rest */ 
height:54px;
background-image:url(../images/hm_logos.jpg);
background-repeat:no-repeat;
float:left;
margin-top:25px;
}

div#credit { 
text-align:left; /* reset text alignment */ 
width:100%; /* or a percentage, or whatever */ 
margin:0 auto; /* for the rest */ 
height:30px;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
color:#FFF;
text-align:center;
background: transparent;
margin-top:10px;
}

/* slider
----------------------------------------------------------------------------------------------------*/

div#slider { 
text-align:left; /* reset text alignment */ 
width:1000px; /* or a percentage, or whatever */ 
height:269px;
margin:0 auto; /* for the rest */ 
background-color: #828282;
z-index:1;
float:left;
margin-top:2px;
}
/* slider
----------------------------------------------------------------------------------------------------*/

div#slider_banner { 
text-align:left; /* reset text alignment */ 
width:1000px; /* or a percentage, or whatever */ 
height:116px;
margin:0 auto; /* for the rest */ 
background-color: #828282;
float:left;
margin-top:2px;
background-image:url(../images/hm_small_banner.jpg);
background-repeat:no-repeat;
}