@charset "utf-8";
body {
	font: 14px "Trebuchet MS", Arial, Verdana, sans-serif;
	background:#CCCCCC;
	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:#333333;
	line-height:2em;
}
.oneColFixCtrHdr #container {
	width: 766px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background:url(../images/head_02.jpg) top repeat-x #ffffff; 
	padding: 20px 25px 0 25px;  /* 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. */
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../images/footerimg_37.jpg) repeat-x;
}
.oneColFixCtrHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a {
color:#FFFFFF;
text-decoration:none;
}

#footer a:hover {
color:#FFFFFF;
text-decoration:underline;
}

/* common styling */

#navigation ul li a, .menu ul li a:visited { text-decoration:none; color:#000;width:104px; z-index:100; text-align:center; color:#d11d1c; font: 14px tahoma, Arial, verdana, sans-serif; overflow:hidden;}
#navigation ul {padding:0; margin:0; list-style: none;}
#navigation ul li {position:relative;}
#navigation ul li ul {display: none;}

/* specific to non IE browsers */
#navigation ul li:hover a {color:#000; text-decoration:underline;}
#navigation ul li:hover ul {display:block; position:absolute; top:21px; left:-25px; width:105px; background:#000;}
#navigation ul li:hover ul li a{font: 12px tahoma, Arial, verdana, sans-serif; background:#d11d1c; color:#fff; padding:5px 0 5px 0; text-decoration:none; margin-bottom:2px;}
#navigation ul li:hover ul li:hover a {background:#d11d1c; color:#fff; margin-bottom:2px;}
#navigation ul li:hover ul li ul {display: none;}
#navigation ul li:hover ul li a {display:block; background:#d11d1c; color:#fff;}
#navigation ul li:hover ul li a:hover {background:#d11d1c; color:#000;}
#navigation ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
#navigation ul li:hover ul li:hover ul.left {left:-105px;}

#navigation li {
float:right;
display:block;
margin:0 15px 0 0;
}

#navigation ul {
list-style-type: none;
margin:0;
padding:0;

}

#navigation a {
color:#d11d1c;
font: 14px tahoma, Arial, verdana, sans-serif;
text-decoration:none;
}

#navigation a:hover {
color:#999999;;
font: 14px tahoma, Arial, verdana, sans-serif;
text-decoration:none;
}

.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;
}

#home_box {
width:305px;
background:url(../images/line_13.jpg) top left no-repeat;
margin:25px 0 0 25px;
padding:0 0 0 25px;
float:left;
}

#sub_box {

background:url(../images/line_13.jpg) top left no-repeat;
margin:25px 0 0 25px;
padding:0 0 0 25px;

}

#contact_box {
width:305px;
background:url(../images/line_13.jpg) top left no-repeat;
margin:0 0 25px 25px;
padding:0 0 0 25px;
float:right;
}


.head_text {
color:#d11d1c;
font-weight:bold;
}

.big_head {
color:#d11d1c;
font-weight:bold;
font-size:16px;
}

.submit {
color:#fff;
background-color:#d11d1c;
border:#000000 2px outset;
}

.input_box {
color:#000;
border:#666666 2px outset;
}

#products {
background:url(../images/line_13.jpg) top left no-repeat;
margin:25px 0 25px 27px;
padding:0 0 0 25px;
float:left;
}

#products li {
float:left;
display:block;
margin:0 0 0 10px;
}

#products ul {
list-style-type: none;
margin:0;
padding:0;

}

#head_right {
float:right;
padding:10px 0 0 0;
font-size:14px;
}

#head_right a {
color:#D11D1C;

}

.style1 {font-size: 10px}

.image {
border:#D11D1C 1px solid;


}

.img_float {
float:right;
margin:15px 15px 15px 15px;
border:#D11D1C 1px solid;

}

#sub_box a {
color:#D11D1C;
text-decoration:none;
}

#sub_box a:hover {
color:#D11D1C;
text-decoration:underline;
}

.style2 {font-size: 12px}



