/* @override 
	http://www.glassfusion.net/css.css
	http://glassfusion.net/css.css
*/

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #323232;
	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: #fff;
}
#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000 url(images/newbg.jpg) no-repeat;
	margin: 15px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	padding: 0;
}
#container_white {
		width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff url(images/newbg_white.jpg) no-repeat;
	margin: 15px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	padding: 0;
	color: #000;
}

#header { 
	background: url(images/newtop_bg.png);
	width: 575px;
	height: 184px;
	float: left;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

#header_white {
	background: url(images/top_bg_white.png);
	width: 100%;
	height: 214px;
	float: left;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

a:hover {
	
	text-decoration: none;
	color: #ea6324;
}

h4 {
	background-color: #000;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	padding: 3px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: none;
	width: 100%;
}

h4 a {
	background-color: #000;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	padding: 3px;
	color: #ea6324;
}

h4 a:hover {
	background-color: #ea6324;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

#mainContent {
	font-size: 90%;
	padding-left: 15px;
	padding-right: 210px;
	padding-bottom: 0;
	margin: 0;
}

#mainContent_white {
	font-size: 90%;
	padding-left: 15px;
	padding-right: 210px;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#mainContent a {
	color: #fff;
}

#mainContent_white a {
	color: #000;
}

#inner{
	float: left;
	width: 100%;
}

#inner div img {
	margin: 0 auto;
	padding-right: 8px;
}

h1 {
	font-size: 150%;
	width: 540px;
	padding-top: 3px;
	padding-left: 0;
	padding-bottom: 3px;
	margin: 15px 0 5px;
	font-weight: normal;
	font-style: normal;
	color: #3ea7d4;
}

span.title {
	color: #1958a8;
	font-size: 120%;
}

table.slip_resistance {
	border: 1px solid #a0d7f3;
}

table.slip_resistance tbody tr td {
	padding: 4px;
	border: 1px solid #bbdef2;
}

#form1 table {
	border: 1px solid #3ea7d4;
	padding: 5px;
}




h2 {
	background-color: #007fc5;
	font-size: 120%;
	width: 226px;
	padding-left: 5px;
	padding-bottom: 2px;
	margin: 0 0 25px;
	font-weight: normal;
	font-style: normal;
	padding-top: 2px;
	text-decoration: none;
}

h3 {
	color: #ea6324;
	font-style: italic;
}

h2 a:link {
	text-decoration: none;
}

h2 a:visited {
	text-decoration: none;
}

h2:hover {
	background-color: #ea6324;
	font-size: 120%;
	width: 226px;
	padding-left: 5px;
	padding-bottom: 2px;
	margin: 0 0 25px;
	font-weight: normal;
	font-style: normal;
	padding-top: 2px;
}

img.logo {
	margin-left: 20px;
	margin-top: 30px;
}

img.index_image {
	margin: 0;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 205px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 00px 0 0;
	border: 0;
	background-repeat: no-repeat;
}

p {
	padding-right: 15px;
	margin-top: 0;
}

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

#navcontainer { width: 200px; }


#navcontainer ul
{
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
margin: 0;
float: left;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #ea6324;
font-size: 90%;

}

#navcontainer a:hover
{
background-color: #007fc5;
color: #fff;

}

ul#navlist {
	padding: 25px 0 0;
}

ul#navlist li {
padding-right: 10px;
margin-bottom: 25px;
text-align: right;
}
.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;
}





.treemenu {
	margin : 0px 20px;
	padding : 10px 10px 0;
	list-style : none;	
	width : 200px;
	text-align: right;
	float: left;
}

ul.treemenu {
	padding: 0;
	margin: 0;
	float: left;
}

.treemenu UL {
	list-style : none;
	margin : 0px 10px;
	padding : 0px 10px;
}

#navcontainer ul.treemenu li.treenode a:visited {
color: #fff;	
}

#navcontainer a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}

.treemenu LI {
	display : inline;
	background-color: #595959;
}

.treemenu A {
	display : block;
	padding-left : 12px;
	text-decoration : none;
	background-color: #e00004;
}



#navcontainer ul.treemenu li.treenode ul li a {
		background-color: #007fc5;

}




#navcontainer ul.treemenu li.treenode ul li a:visited {
	color: #fff;
}


#navcontainer ul.treemenu li.treenode ul li a:hover {
		background-color: #ea6324;

}

li.treenode ul li a:hover {
	background-color: #ea6324;
	margin: 0;
	padding: 0;
	
}

ul.treemenu li.treenode a.treeopen {
margin: 0;
padding: 0;	
}
ul.treemenu li.treenode {
	margin: 0;
padding: 0;
float: left;
}
.treemenu .treeopen {
	
}		

.treemenu .treeclosed {
	border: 0
	;
	margin: 0;
	padding: 0;
}

#footer { 
	padding: 0;
	margin: 0;
}

#footer ul li {
	display: inline
}
#footer ul {
	padding: 25px 0 15px;
	margin: 0;
}
#footer ul li a{
	color: #fff;
	font-size: 90%;
	text-decoration: none;
	border-right: 1px solid #ea6324;
	padding-right: 15px;
	padding-left: 15px;
}

#footer ul li a:hover{
	color: #ea6324;
}

#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_white { 
	padding: 0;
	margin: 0;
}

#footer_white ul li {
	display: inline
}
#footer_white ul {
	padding: 25px 0 15px;
	margin: 0;
}
#footer_white ul li a{
	color: #ea6324;
	font-size: 90%;
	text-decoration: none;
	border-right: 1px solid #ea6324;
	padding-right: 15px;
	padding-left: 15px;
}

#footer_white ul li a:hover{
	color: #000;
}

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

ul.menu_list {
	margin: 0;
	padding: 0;
}

ul.menu_list li {
	background-color: #12409b;
	color: #fff;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 300px;
	display: block;
}


#inner ul.menu_list li a {
	padding-left: 5px;
	color: #fff;
	text-decoration: none;
}
#inner ul.menu_list li a:hover {	background-color: #ea6324;
}
ul.menu_list li:hover {	background-color: #ea6324;

}

ul.ul_left {
	float: left;
	width: 240px;
	margin: 0 0 0 15px;
	padding: 0 0 15px;
	color: #ea6324;
	font-style: italic;
	list-style-type: square;
}

ul.ul_right {
	float: right;
	width: 240px;
	margin: 0;
	padding: 0 0 15px 15px;
	color: #ea6324;
	font-style: italic;
	list-style-type: square;
}

