/* --------------------------- style template --------------------------- */

a {
color: #0e2586;
text-decoration:none;
}

a:hover {
color: #d32027;
}

img {
border-width: 0px;
}

body {
    margin:0px;
    padding:0px;
    text-align:center;
    font-family: Tahoma, Arial;
    font-size:13px;
    color: #dedfe0;
    background-color: #000000;
}

#container {
	margin: auto;
	width: 965px;
	padding: 0px 5px 5px 5px;
	text-align:left;
	margin-top: 0px;
	margin-bottom: 5px;
}

div#body {float: left; margin-left: 15px;}

#header {
	float:left;
	width: 965px;
	padding: 0px;
	margin: 0px;
background-image:url(../../../images/templates/logo.jpg);
        background-position: 0px -70px;
        background-repeat: no-repeat;
}

#logo {
float:left;
width: 140px;
height: 105px;
margin: 0px;
}

#site-nav {float: right; margin: 5px 5px 0px 0px;}
#site-nav a {text-decoration:none; color: #dedfe0;}
#site-nav a:hover {text-decoration:none; color: #d32027;}

/* --------------------------- style top-menu --------------------------- */

#top-menu {
float:left;
width: 950px;
height: 32px;
margin: 0px;
margin-left:15px;
background-color: #221b47;
background-image:url(../../../images/templates/menu-left-bg.jpg);
        background-position: 6px 0px;
        background-repeat: no-repeat;
}

#top-menu a{
    float:left;
	color: #cac8c8;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	background-repeat:no-repeat;
	background-position: 0px 5px;
	display: block;
	font-size: 12px;
	margin: 10px 0px 0px 78px;
}

#top-menu a:hover {
	color: #d32027;
}

/* --------------------------- style footer --------------------------- */

#footer {
	float:left;
	width: 950px;
	margin: 10px 0px 5px 15px;
	*margin-bottom: -10px;
	text-align:center;
	font-size:12px;
}

#footer h5{
        font-family: Georgia, serif;
	font-weight:normal;
	margin: 5px 0px 5px 0px;
	font-size:20px;
        font-style: italic;
}

#footer p{
	margin: 5px 0px 5px 0px;
}

#footer a{
	text-decoration:none;
	color: #dedfe0;
}

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

#separator {
	float:left;
	clear: both;
	width: 950px;
	height: 1px;
}

#title {
	width: 190px;
	height: 34px;
	background-image:url(../../../images/templates/title.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	padding-top: 5px;
	color: #111729;
}
#titlepodp {
	width: 224px;
	height: 34px;
	background-image:url(../../../images/templates/title1.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	padding-top: 5px;
	color: #111729;
}
#titlepart {
	width: 190px;
	height: 34px;
	background-image:url(../../../images/templates/title.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	padding-top: 5px;
	color: #111729;
        margin: 0px 0px 0px 35px;
}
.title {
	width: 190px;
	height: 34px;
	background-image:url(../../../images/templates/title.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	padding-top: 5px;
}


#auth{float: left;  width: 105px;height: 50px; margin: 2px 0px 0px 0px; font-size: 11px; color: #dedfe0; text-align: left;}

#auth a {float:left; color: #79B6BA; margin:0px 0px 0px 0px;}
#auth a:hover{color:#d32027;}

#demo-header a {color: #dedfe0;}

#login-link, #demo-header span{display: block; float:left; color: #000;}
#login-panel{position: relative; z-index:1100; top: 20px; right: 105px; width: 200px;height: 120px; padding: 5px 10px 5px 10px; background: #221B47; font-size: 8pt; font-weight: bold; color: #000; display: none; border:1px solid #e7e7e7;}

.radius{-moz-border-radius:6px;-webkit-border-radius:6px;-khtml-border-radius:6px;border-radius:6px; beh avior: url(http://pleiada.net/border-radius.htc);}
.tradius{-moz-border-radius:6px 6px 0 0;-webkit-border-radius:6px 6px 0 0; -khtml-border-radius:6px 6px 0 0; border-radius:6px 6px 0 0;  beh avior: url(http://pleiada.net/border-radius.htc);}
.bradius{-moz-border-radius:0 0 6px 6px; -webkit-border-radius:0 0 6px 6px; -khtml-border-radius:0 0 6px 6px; border-radius:0 0 6px 6px; beh avior: url(http://pleiada.net/border-radius.htc);}