a 
{
    color:#DF581E;
    text-decoration:none;
}

a:hover 
{
    text-decoration:underline;
}

a img
{
	border:0px;
	margin:0px;
	padding:0px;
}

html
{
	background:url(../gui/body_bk.jpg) repeat-x #BBBBBB; 
	overflow:auto;
}

body
{
    margin:0px auto;
    text-align:left;
    font-family:"Arial","Verdana",sans-serif;
    font-size:0.90em;
    color:#888888;
    background:url(../gui/body_bk.jpg) repeat-x #BBBBBB; 
    height: 100%;
}

h1
{
    font-size:1.2em;
    font-weight:bold;
    color:#DF581E;
}

h2
{
    font-size:1.2em;
    line-height:1.2em;
    font-family:Arial Narrow;
    font-weight:bold;
}

.h3
{
    font-size:0.9em;
    font-weight:bold;
    background:url(../gui/h3_bk.jpg) repeat-x; 
    color:#FFFFFF;
    height:17px;
    margin:0px 5px 5px 0px;
    padding:5px;
    width:215px;
}

ul
{
	margin:0px;
	padding:0px;
	padding-left:15px;
}

table
{
	border-spacing:0px;
	border-collapse:collapse;
}

/****container*****/
#container
{
    text-align:left;
    width:900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -54px; /* the bottom margin is the negative value of the footer's height */
	background:#FFFFFF;
}

/****header******/
#top_nav
{
	margin:0px auto;
	width:900px;
	height:62px;
	text-align:right;
    background:url(../gui/logo.jpg) no-repeat #3C3837; 
	color:#FFFFFF;
	padding-top:50px;
}

#top_nav a
{
	color:#FFFFFF;
}

/***banner****/
#banner
{
	margin:0px auto;
	width:900px;
	overflow:hidden;
	height:339px;
}

/***nav*****/
#nav
{
	margin:0px auto;
	padding:0px;
	width:900px;
    background-image:url(../gui/nav_bk.jpg); 
	background-repeat:repeat-x;
	overflow:hidden;
	height:32px;
}

/****content******/
#content
{
	margin:0px auto;
	width:900px;
    background:url(../gui/content_bk.jpg) repeat-x #FFFFFF; 
}

div.column
{
	float:left;
	padding:40px 20px 20px 20px;
}

div.cat_box
{
	float:left;
}

 .push
{
	height:80px; /* .push must be the same height as .footer */
}

/****footer******/
#footer_container
{
	margin:0px auto;
	width:860px;
	overflow:hidden;
	height:30px;
	color:#FFFFFF;
	font-size:11px;
    background:url(../gui/footer_bk.jpg) repeat-x #FFFFFF; 
	padding:12px 20px 12px 20px;
}

#footer_container a
{
	color:#FFFFFF;
}

#footer
{
	overflow:hidden;
	float:left;
	text-align:left;
	width:500px;
}

#olw_footer
{
	text-align:right;
	float:right;
	width:300px;
}

/* Link button */
a.LinkButton
{	
	margin:0px;
	padding:2px 4px 2px 4px;
	text-decoration:none;
	border:1px solid #545454;
    background:#DF581E;
    color:#FFFFFF;
}

a:hover.LinkButton
{
	background:#FFFFFF;
	text-decoration:none;
    background:#E2BB44;
}

/****For input fields and buttons****/
input, textarea, select
{
    font-family:Arial, sans-serif;
    font-size:0.90em;
	color:#545454;
}

input.button
{
	border:1px solid #545454;
	color:#FFFFFF;
    background:#DF581E;
}

input.button:hover
{
    background:#E2BB44;
}

/***CMS****/
fieldset
{
	margin:0px;
	padding:2px;
}