

/* -- defaults -- */
html {

}
body {
	background: #FFF;
	background-image: url(images/body_bg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}
td, div {
	
}
h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 0px;
}
a:active {
	border: none;
}
.dot-h {
	background-image: url(images/dot_green_h.gif);
	background-position: center center;
	background-repeat: repeat-x;
}


/* -- frame -- */
#frame {
	width: 900px;
}
#frame td {
	font: 11px arial;
	text-align: justify;
	vertical-align: top;
	color: #FFF;
}
#frame .topmenu {
	height: 40px;
}
#frame .mainmenu {
	width: 250px;
}
#frame .spacer-h {
	height: 30px;
	background: #7a895e;
}
#frame .header {
	height: 270px;
	background: #465629;
	background-position: center center;
	background-repeat: no-repeat;
	border: solid #FFF;
	border-width: 1px 0px;
	overflow: hidden;
	white-space: nowrap;
}
#frame .content {
	width: 650px;
	/*height: 450px;*/
	background: #7a895e;
	background-image: url(images/content_bg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	font-size: 12px;
	/*padding: 20px 20px 30px 20px;*/
}
#frame .footer {
	height: 50px;
}
#frame {
	
}



/* -- topmenu -- */
#topmenu {
	color: #7a895e;
	margin: 20px 20px 0px 0px;
	float: right;
	display: inline;
}
#topmenu a {
	color: #7a895e;
	text-decoration: none;
}
#topmenu a:hover {
	color: #465629;
}


/* -- logo -- */
#logo {
	width: 174px;
	height: 169px;
	margin-top: 40px;
}
#logo img {
	width: 174px;
	height: 169px;
	border: none;
}




/* -- mainmenu -- */
#mainmenu {
	margin: 30px 30px 30px 0px;
	float: right;
	display: block;
	clear: both;
		/*border: dashed 1px #000;*/
}
#trust-no {
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #333;
	text-align: center;
	clear: both;
}


/* -- content -- */
#content {
	/*height: 500px;*/
	font-size: 12px;
}
#content td {
	font-size: 12px;
}
#content h1 {
	font: 22px arial;
	color: #FFF;
	border-bottom: dotted 1px #d2dac4;
	padding: 5px 10px;
	margin: 25px 0px;
}
#content .content-spacer {
	/*height: 500px;*/
	margin: 20px 20px 30px 20px;
}
#content .content-image {
	width: 150px;
	height: 120px;
	border: solid 10px #FFF;
	margin: 0px 0px 10px 15px;
	float: right;
	display: inline;
}
#content a {
	color: #d8ecb4;
}
#content a:hover {
	color: #FFF;
}
#content-frame {
	width: 100%;
}
#content-frame .content-text {
	
}
#content-frame .spacer-v {
	width: 15px;
}
#content-frame .content-side-pnl {
	width: 180px;
	border: dotted #CAD3BA;
	border-width: 0px 0px 0px 1px;
	padding-left: 20px;
}



/* -- footermenu -- */
#footermenu {
	color: #9fac86;
	margin: 5px 10px;
	float: left;
	display: inline;
}
#footermenu a {
	color: #9fac86;
	text-decoration: none;
}
#footermenu a:hover {
	color: #465629;
}


/* -- footer-tag -- */
#footer-tag {
	color: #acacac;
	margin: 5px 10px;
	float: right;
	display: inline;
}
#footer-tag a {
	color: #acacac;
	text-decoration: none;
}
#footer-tag a:hover {
	color: #000;
}





/* -- buttons -- */
.btn-backabuddy {
	width: 196px;
	height: 53px;
	border: none;
}






/* -- pagination -- */
#pagination {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 4px 0px;
	margin: 5px 0px;
}
#pagination span {
	color: #b4b4b4;
}
#pagination a {
	font-weight: bold;
	text-decoration: none;
}
#pagination a:hover {
	color: #000;
}
#pagination.btm {
	border: none;
}







/* -- forms -- */
#form {
	font: 11px arial;
	padding: 0px;
	margin: 0px;
}
#form div {
	font: 11px arial;
	padding: 2.5px 0px;
	margin: 2px 0px;
	clear: both;
}
#form p {
	width: 150px;
	text-align: right;
	padding: 2px 2px;
	margin: 0px 4px;
	float: left;
	display: block;
	clear: left;
		/*border: dotted 1px #000;*/
}
#form p.text {
	padding: 0px;
}
#form input, #form textarea {
	border: solid 1px #cecece;
	font: 11px arial;
	padding: 2px;
}
#form .cb {
	border: none;
}
#form .btn {
	background-image: url(images/gradientbar_blue.gif);
	background-position: center center;
	background-repeat: repeat-x;
	font: bold 11px arial;
	color: #FFF;
	border: none;
	padding: 4px 20px;
}

/* -- fieldsets -- */
.fieldset {
	border: solid 1px #dadada;
	padding: 10px 0px;
	margin: 10px 0px;
}
.fieldset legend {
	font: bold 12px arial;
	color: #187ebd;
	padding: 0px 10px;
	margin: 0px 0px 0px 40px;
}




/* -- color spans -- */
#content span.green
{color: #090;}
#content span.red
{color: #F00;}
#content span.blue
{color: #03F;}
#content span.orange
{color: #F90;}
#content span.grey
{color: #BBB;}














