@charset "utf-8";
/* CSS Document */

* {
outline: none;	
}



#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
} 
#header {
	padding: 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. */
	margin: 0px;
} 

#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 */
}


#related {
	width: auto;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	height: auto;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}


#text_heading {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 16px;
	color: #222;
	text-align: left;
	font-weight: bold;
} 

#text_main {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #666666;
	text-align: left;
} 

#text_box {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #666666;
	text-align: left;
} 


#text_home {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #666666;
	text-align: left;
	float:none;
} 

#box_text {
	padding: 0px;
	margin: 0 0 0 233px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #666666;
	text-align: left;
	float:none;
} 

#box {
	width:auto; 
	padding:10px; 
	border:solid 1px #aaa; 
	background-color:#efefef; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	margin-bottom:10px;
}

#box_image {
	padding:5px;
	background-color:#fff;
	margin-right:15px;
	float:left;
	border:solid 1px #aaa;
}


#box_movie {
	padding:5px;
	border:solid 1px #aaa;
	margin: 0 0 10px 10px;
	float:right;
	background-color:#fff;
}

#pricelist {
	padding-top: 10px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	height: auto;
	margin-bottom: 30px;
} 

#price_text {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	text-align: left;
	margin-top: 0px;
	margin-right: 225px;
	margin-bottom: 0px;
	margin-left: 0px;
} 

#price_text_narrow {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	text-align: left;
	margin-top: 0px;
	margin-right: 375px;
	margin-bottom: 0px;
	margin-left: 0px;
} 

#price_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
	width: 200px;
	clear: left;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
} 

#price_table_wide {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
	width: 350px;
	clear: left;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
} 

#price_table_image {
	clear: none;
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
} 

#price_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	text-align: left;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

} 

#footer_inc {
	padding: 0px;
	background-color: #CCCCCC;
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#contact_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #999999;
	text-align: left;
	vertical-align: top;
	background-position: left top;
	padding: 0px;
	margin: 0px;
}

#text_message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFCC00;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px;
	height: auto;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	clear: both;
}

#applicator {
	clear: right;
	float: right;
	height: 110px;
	width: 210px;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#image_basic {
	background-color:#efefef;
	padding: 5px;
	border:solid 1px #888;
	
}
	




#image_right {
	float: right;
	padding:5px;
	background-color:#fff;
	margin:0 40px 0 15px;
	border:solid 1px #aaa;
	
}

#image_right_div {
	float: right;
	padding:5px;
	background-color:#fff;
	margin:0 0px 0 15px;
	border:solid 1px #aaa;
	
}

#image_left {
	float: left;
	margin: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: auto;
	vertical-align: bottom;
	height: auto;
	clear: left;
}

#header_container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	height: 270px;
	background-image: url(/images/header_image.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}

 #nav-menu ul
{
	
	height: 25px;
	width: 700px;
	margin: 0px;
	padding-top: 15px;
	padding-left: 32px;
}


 #nav-menu li
{
	float: left;
	padding-right: 9px;
	padding-bottom: 0;
	padding-left: 9px;
	list-style-type: none;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: solid;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding-top: 0px;
	border-right-width: 1px;
	border-right-color: #999999;
}

 #nav-menu li a
{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	list-style-type: none;
	list-style: none;

}

 #nav-menu li a.active{
  color:#FFEE00;
 }

 #nav-menu li a:hover{
	color: #FFEE00;
}



#productMenu{
	position:relative;
	top: 0;
	left: 0;
	width: 500px;
	margin:0px 20px 0 40px;
	visibility:hidden;
	display: none;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-top: 1px solid #404040;
	padding: 20px 20px 10px 20px;
	background-color:#333333;
	z-index:100;
}

#productMenu ul {
	margin:0;
	padding: 0;
	list-style:none;
	width:175px;
		z-index:100;

}

#productMenu li {
	float:none;
}

#productMenu li a {
	text-decoration: none;
	color:#FFFFFF;
		z-index:100;

}

#productMenu li a:hover {
	text-decoration: none;
	color:#FFEE00;
		z-index:100;

}


.dropDownMenuTitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFEE00;
	line-height: 20px;
	z-index:100;
}

.dropDownMenuItem{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	line-height: 25px;
	z-index:100;
}

	

#mainContent {
	margin-top: -20px;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 30px;
	background-color:#FFFFFF;
} 
#footer {
	padding: 0;
	height: 40px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
#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 */
}
.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;
}
