

@charset "UTF-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #0668c7;
	background-image: url(../mm5/graphics/00000001/images/bgimg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 5px;
	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: #000000;
	

}

#outerContainer {
background-image:url(../mm5/graphics/00000001/images/shadow_bg.png);
background-repeat: repeat-y;
background-position: top center;
background-color: none;
}

#container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin-right: 25px; 
margin-left: 25px;
border: none;	

	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #99cccc; 
	padding: 0 0px 0 0px;  /* 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. */
	border-bottom: #006666 thin solid;
} 
#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 */
}

#sidebartop {
padding: 0px;
margin: 0 auto;

}
#sidebar1 {
	
	width: auto; /* 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 */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-left: #CCCCCC 1px solid;
	border-right: #CCC 1px solid;
	border-bottom: #CCC 1px solid;
	border-top: #CCC 1px solid;

}
#mainContent { 
	margin: 0 0 0 0; /* the left margin on this div element creates the column down the left 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
} 
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #ffffff;
	
	background-image: url(../mm5/graphics/00000001/images/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	

	
}

#conveyer {
margin: 0 0 0 0;
padding: 0px;
border: #CCCCCC thin solid;
height: 200px;
width: 600px;

}	
	
 #navbar {
 margin: 0 auto;
 padding: 0px;
 border: none;
height: 100px;
 
 
 }
 
 #features {
 background-color:#e4e5e5;
 padding: 5px;
 margin: 0 auto;
 border: #003366 thin dotted;
 }
 
 
 
#searchform {
height: 18px;
padding: 0px;
margin-top:5px;
margin-right: 10px;
background: url(../mm5/graphics/00000001/images/search_bg.gif);
background-repeat:no-repeat;
}
 
#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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
body,td,th {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: none;
	color: #006633;
}
a:active {
	text-decoration: none;
	color: #003366;
}
.style1 {font-size: x-small}
h1 {
	font-size: large;
	color: #FF9900;
}
h2 {
	font-size: medium;
	color: #FF9900;
}
h3 {
	font-size: small;
	color: #FF9900;
	letter-spacing: 3px;
	font-variant: small-caps;
}
h4 {
	font-size: x-small;
	color: #FF9900;
}
h5 {
	color: #FF9900;
}
h6 {
	color: #FF9900;
}
.style3 {
	font-size: small;
	font-style: italic;
}
.style4 {font-size: smaller}

.style5 {color: #006699}

.table {
border: #006699 thin solid;
}

border {
color: #006699;
}

.tenpadding {
padding: 10px;
margin: 0 auto;
}

.clear {font-size: 1px; height: 1px}

#mainshadow {
margin: 0 auto;
width: 950px;

}

#shadowheader {
margin: 0 auto;
height: 53px;
width: 950px;
background-image: url(../mm5/graphics/00000001/images/shadow_bg_top.png);
background-repeat:no-repeat;
background-position: top left;
background-color: none;

}

#shadowfooter {
height: 55px;
width:950px;
margin: 0 auto;
background-image: url(../mm5/graphics/00000001/images/shadow_bg_bottom.png);
background-repeat: no-repeat;
padding-top: 55px;
background-color: none;
}

#footerBottom {
	color: #FFF;
	}

#footerBottom p{color: #FFF;}
	
#footerBottom a{color: #FF9900; text-decoration: none;}
#footerBottom a:hover{color: #FF3300; text-decoration: none;}


#contact_side_bar {
float: left;
width: 175px;
border: #006699 thin solid;
margin-left: 15px;
padding: 10px;
background-image: url(../mm5/graphics/00000001/images/sidebar_bg.gif);

}

.cat_border {
height: 5px;
background-image: url(../mm5/graphics/00000001/images/cat_border_BG.png);
background-repeat: no-repeat;
background-position: left;

}

#specials {
border:none;
background-image: url(../mm5/graphics/00000001/images/specials_featured_product.jpg);
background-position: top;
background-repeat: no-repeat;
padding: 50px 5px 5px 5px;
width: 590px;
}

#lightPack {
border:none;
background-image: url(../mm5/graphics/00000001/images/completeLightPACK.gif);
background-position: top;
background-repeat: no-repeat;
padding: 50px 5px 5px 5px;
width: 590px;
text-align: center;
	}

/* DROP DOWN MENU FOR HEADER
-----------------------------------------------*/


#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
}

.mainitems{
border: none;
background-color: #99cccc;
}

.mainitems a{
margin-left: 6px;
margin-right: 8px;
text-decoration: none;
}

.subuls{
display: none;
width: 10em;
position: absolute;
top: 1.2em;
left: 0;
background-color: #99cccc;
border: 1px solid #006666;
}

.subuls li{
width: 100%;
}

.subuls li a{
text-decoration: underline;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}
