body
{
	margin: 0;
	padding: 0;
	color: #603913;
	font: normal 10pt Arial,Helvetica,sans-serif;
	background-color: #ffffef;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 185px;
}
.appl {
	background-image: url(../images/app.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 50px;
}
.appl a{
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	width: 30%;
	display: block;
	padding-bottom: 10px;
	color: #603913;
	text-decoration: none;
	font-weight: bold;
}
.subscribe {
	background-image: url(../images/subscribebg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 58px;
	width: 230px;
	position: relative;
	padding-top: 90px;
	margin-top: 10px;
}
.subscribe a {
	margin-top: 12px;
	margin-right: auto;
	margin-left: auto;
	width: 30%;
	display: block;
	padding-bottom: 10px;
	color: #603913;
	text-decoration: none;
	font-weight: bold;

}
.subscribe input {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 70%;
}
.subscribe a:hover {
	color: #603913;
	text-decoration: underline;
}
.appl a:hover{
	color: #603913;
	text-decoration: underline;
}
#page
{
	margin-top: 0px;
	margin-bottom: 0px;
}

#header
{
	margin: 0;
	padding: 0;
	display: block;
	height: 155px;
	width: 100%;
	min-width:950px;
}
#header a
{
	float: right;
	margin-right: 40px;
	color: #960;
	text-decoration: none;
	margin-top: 5px;
}
#header a:hover
{
	text-decoration:underline ;
}
.divcon {
	background-image: url(../images/divbg.jpg);
	background-repeat: repeat-x;
	margin-top: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 16px;
	padding: 5px;
	background-position: center center;
}
.st {
	background-image: url(../images/stbg.jpg);
	height: 109px;
	width: 120px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 50px;
	padding-right: 90px;
	padding-left: 10px;
}
.con {
		margin-top: 10px;
	background-image: url(../images/conbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 149px;
	width: 210px;
	padding-top: 50px;
	padding-left: 10px;
}

#hbg
{
	width: 100%;
	height: 185px;
	display: block;
	position: absolute;
	z-index: -1;
	top: 0px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-width:950px;
}
#content
{
	padding: 20px;

}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	height: 90px;
	text-align: center;
}
#fbg
{
	background-image: url(../images/fbg.jpg);
	background-repeat: repeat-x;
	height: 159px;
	width: 100%;
	min-width:950px;
	z-index: -2;
	display: block;
	margin-top: -149px;
	position: absolute;
}
#container {
	border: 1px solid #ffffef;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 0px;
	background-color: #ffffef;
	margin-top: 2px;
}
#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

#mainmenu
{
	float: none;
	height: 29px;
	width: 722px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/menu-bg.png);
	background-repeat: repeat;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

#mainmenu ul
{
	margin:0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#mainmenu ul li
{
	display: inline;
	margin: -2px;
	padding: 0px;
}

#mainmenu ul li a
{
	color:#603913;
	font-size:16px;
	text-decoration:none;
	padding-top: 5px;
	padding-right: 34px;
	padding-bottom: 5px;
	padding-left: 34px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #ffffef;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffef;
	
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color:#603913;
	background-image: url(../images/hvr.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
#mainmenu ul li.fmenu a
{
	-webkit-border-top-left-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-bottomleft: 20px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
}
#mainmenu ul li.lmenu a
{
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	padding-right: 41px;
}
div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #990;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background-color: #CC9;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CC9;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #990;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background-color: #FFC;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #990;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited 
{
}

.operations li a:hover
{
	background-color: #CC9;
}
#slidercont
{
	background-image: url(../images/sliderbg.png);
	height: 313px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 920px;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 9px;
	padding-right: 9px;
}
.loading {
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center 40%;
	height: 100%;
	width: 100%;
	display: block;
}a {
	color: #C90;
}
a:hover{
	color: #CC0;
}.maj li{
	width: 33%;
	float: left;
}
.maj h4{
	width: 100%;
	float: none;
	clear: both;
	padding-top: 20px;
	padding-bottom: -20px;
}
h1 {
	color: #603913;
}
h2 {
	color: #603913;
}
h3 {
	color: #603913;
}
h4 {
	color: #603913;
	font-weight: bold;
}
.maj{
	padding-bottom:60px;
}
li li{
	list-style-type: square;
}