@import url("/css/layout.css");
@import url("/css/nav/primary.css");
@import url("/css/nav/secondary.css");
@import url("/css/forms.css");
html, body {
	background: #204282 url("/img/bg/bg.gif") repeat-x;
	font: 11px/155% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #50555e;
}
a {
	color:#1c2f50;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
strong {
	font-weight:bold;
	color:#46494f;
}
#header a,
#home-header {
	display:block;
	background:#fff url("/img/bg/logo.jpg") no-repeat left center;
	text-indent: -9999em;
	width: 295px;
	height: 50px;
	padding: 34px 0 30px;
	margin: 20px 0 0 39px;
}

#home-header-admin {
	display:block;
	background:#fff url("/img/bg/admin-logo.jpg") no-repeat left center;
	text-indent: -9999em;
	width: 500px;
	height: 50px;
	padding: 34px 0 30px;
	margin: 20px 0 0 39px;
}
.findmore {
font-size: 12px;
/*font-weight: bold;*/
}

/*** ABOUT ***/
.circle-list{
    margin-left:20px;
}

.circle-list li{
    list-style: url(../img/about/polooffer/li-icon.jpg);
    font-size: 15px;
    font-weight: bold;
    color:#51565f;
    padding-left: 20px;
}

.polooffer-details, .polooffer-details table td{
    font-size: 15px;
    font-weight: bold;
    color:#51565f;
    line-height: 18px;
}

.polooffer-details{
    margin-bottom: 30px;
}

#visual .polooffer-details table{
    margin-top:10px;
    border:none;
}

.polooffer-details div {
    margin-top:10px;
}

.pdt-left {
    width:180px;
}
