@charset "utf-8";
body  {
	font: 13px Arial, Helvetica, sans-serif;
	background: #3C3C3C url(../graphics/body.png) repeat-x;
	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: #dddddd;
}
.twoColFixLtHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(../graphics/casing.png) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/*Page menu*/

#foxmenucontainer{
	height:56px;
	display:block;
	padding:0px 0 0px 0px;
	font: 12px arial, veranda, sans-seri;
	font-weight:normal;
	text-transform:uppercase;
	width:1000px;
	margin:0 auto;


	}
#menu{
	margin: 0px;
	padding: 0px;
	width:1000px;
	height:56px;
	overflow:hidden;
	}
	
#menu ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#menu li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#menu li a, #menu li a:link, #menu li a:visited {
	display: block;
	margin: 0px;
	line-height:56px;
	padding:0px 10px;
	color:#fff;
	text-shadow:1px 1px 1px  #4b4b4b;
	}

#menu li a:hover, #menu li a:active {
	background:url(../graphics/menua.png) repeat-x ;
	color: #fff;
    margin: 0px;
	line-height:56px;
	text-decoration: none;
	}
.current_page_item{
	background:url(../graphics/menua.png) repeat-x ;

}	
.twoColFixLtHdr #header { 
	background:url(../graphics/cat.png); 
	display: block;
	font: 12px Arial,Tahoma,Century gothic, sans-serif;
	font-weight: normal;
	height: 43px;
	padding: 1px 0 0px 0px;
	text-transform: uppercase;
	width:1000px;
} 
.twoColFixLtHdr #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 */
}

#catmenu
{
	height: 43px;
	margin: 0px 0px 0px 0px;
	padding: 0px 7px;
	width:780px;
	float:left;
	overflow:hidden;
}
#catmenu ul
{
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#catmenu li
{
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#catmenu li a, #catmenu li a:link, #catmenu li a:visited
{
	color: #CFCFCF;
	display: block;
	font-weight: normal;
	padding: 0px 10px ;
	line-height:43px;
	text-shadow: 1px 1px 1px #373B3F;
}
#catmenu li a:hover, #catmenu li a:active
{
	background: #000 url(../graphics/catmenua.png) repeat-x;
	color: #f7941d;
	display: block;
	text-shadow: 1px 1px 1px #904b00;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	padding: 15px 10px 15px 15px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* 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 */
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../graphics/footer.png) bottom;
	border-top:1px solid #000;
	font-size:10px;
	color:#999;

} 
.twoColFixLtHdr #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:link, #footer a:visited{
	color:#999;
}
.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;
}
a {color: #fff600;text-decoration: none;}
a:visited {color: #fff600;}
a:hover, a:active {color: #ff6a06;text-decoration: none;}

h1,h2, h3, h4, h5, h6 {
	line-height:125%;
	font-weight: bold;
	color:#dddddd;
	}
.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	line-height : 1.4em;
}


