@charset "UTF-8";

table, form { margin: 0; padding: 0;}

p { margin: 0px 0; padding: 0; }

table { border-collapse: collapse; }

td { padding: 0; }

th { padding: 0; text-align: left; }

img { margin: 0; border: 0; }

body {

	background-color: #FFF;
	margin: 0;
	padding: 0;	
	color: #5d5d5e;

}

#plurp {
	font-size: 12px;
	line-height: 16px;
	border: 2px #e4a869 solid;
	width: 100%;
	background-color: #f3e9de;
	padding: 10px;
	margin: 10px;
	}

#holder { 
	position: relative;
	margin: 0px auto 0;
	width: 900px;
}

#header { 
	background-image:url(img/header.gif);
	background-repeat: no-repeat;
	width: 900px;
	height: 147px;

}

	


/***********NAVIGAATIO****************/

#menubg { 
	background-image:url(img/menubg.gif);
	background-repeat: no-repeat;
	width: 900px;
	height: 36px;
	margin: 0px auto;
	color: FFF;

}

.bevelmenu {
    font-weight: bold;
    font-size: 11px;
    font-family: Arial;
    padding: 0px 0;
    height: 36px;
    margin: auto;
    text-align: center;
	background: url("{T_THEME_PATH}/images/menubg.gif") no-repeat center;
    width: 900px; 
}

.bevelmenu li {
	list-style: none;
        font-size: 11px;
	display: inline;
        color: #FFF;
}

.bevelmenu li a {
	padding: 9px 10px;
        font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;

}

.bevelmenu li a:hover {
	color: #FFFFFF;
        text-decoration: underline;
}

.bevelmenu li.active a {
	color: #FFFFFF;
}

.bevelmenu li a:visited {
	color: #FFFFFF;
}

/***********SIS&Auml;LT&Ouml;ALUE*****************/

#mainarea { 
    background-image:url(img/wrapbg.gif);
	background-repeat: repeat-y;
	width: 900px;
	background-position: center;
	margin: auto;
}


/***********FOOTER****************/

#footer { 
    background-image:url(img/footer.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 900px;
	height: 19px;
}

#footer_txt { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: center;
}

#footer_txt a { 
	color: #900;
}

#footer_txt a:hover { 
	color: #900;
	text-decoration: underline;
}