html
{
	overflow-x: auto;
}

body
{
	color: #000000;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	line-height: 135%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #ffffff;
	background-image: url('images/body_bg.png');
	background-position: top left;
	background-repeat: repeat-y;
}

img
{
	border: 0;
	vertical-align: middle;
}

td
{
	margin:0px;
	padding:0px;
	vertical-align:top;
}

a:link,
a:visited,
a:hover,
a:active
{
	color:#005aaa;
}

#wrapper
{
	position: relative;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
	border: 0px;
	background-color: transparent;
}

#content_left
{
	position: relative;
	float: left;
	left: 0px;
	width: 240px;
	background-color: #0095da;
	background-image: url('images/dark_bg.gif');
/*	border: 1px solid #000000;*/
}

#content_center
{
	position: absolute;
	width: auto;
	left: 265px;
	right: 271px;
	margin: 207px 0 0 0;
	padding: 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
/*	border: 1px solid #000000;*/
}

#content_center_full
{
	position: absolute;
	width: auto;
	left: 265px;
	right: 25px;
	margin: 207px 0 0 0;
	padding: 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
/*	border: 1px solid #000000;*/
}

#content_right
{
	position: absolute;
	float: right;
	right: 0px;
	margin: 207px 0 0 auto;
	width: 246px;
	background-color: #ffffff;
	background-image: url('images/light_bg.gif');
}

#header_right_img
{
	width: 246px;
	height: 121px;
}

#header_wrapper
{
	left: 0px;
	position: absolute;
	margin: 0 0 auto 0;
	padding: 0;
	min-height: 180px;
	height: 180px;
	width: 100%;
	background-image: url('images/header_bg.png');
	background-position: top left;
	background-repeat: repeat-x;
}

#header_bg
{
	height: 140px;
	margin: 25px 0 0 0;
	padding: 0;
	background: url('images/header.jpg');
	background-position: top 240px;
	background-repeat: repeat-x;
}

#header_img
{
	width: 100%;
	height: 140px;
}

#logo
{
	width: 240px;
	height: 207px;
}

.left_spacer
{
	height: 40px;
	min-height: 40px;
	background: transparent;
}

.left_spacer_big
{
	height: 240px;
	min-height: 240px;
	background: transparent;
}

.left_hr
{
	height: 3px;
	background: #ffffff;
	width: 240px;
}

#left_copyright
{
	position: absolute;
	width: 220px;
	margin: 900px 0 0 0;
	border-top: 3px solid #ffffff;
	color: #ffffff;
	padding: 0 0 0 20px;
}

#left_copyright .phone
{
	font-size: 18px;
	margin: 5px 20px 5px auto;
	padding: 0;
	clear: right;
	float: right;
	white-space: nowrap;
}

#left_copyright .min-left
{
	margin-right: 25px;
}

#left_copyright div
{
	clear: right;
}

#left_copyright div.phpcoder
{
	clear: right;
	margin-top: 30px;
}

#left_copyright div.phpcoder a:link,
#left_copyright div.phpcoder a:visited,
#left_copyright div.phpcoder a:hover,
#left_copyright div.phpcoder a:active
{
	text-decoration: none;
	color: #ffffff;
}

.dark_header
{
	background-color: #0095da;
	background-image: url('images/dark_pimp.png');
	background-position: 20px 7px;
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
	padding: 3px 0 3px 35px;
	margin: 0;
	font-size: 12px;
}

.center
{
	text-align: center;
	margin: 0 auto 0 auto;
}

.left
{
	text-align: left;
	margin: 0 auto 0 0;
}

.right
{
	text-align: right;
	margin: 0 0 0 auto;
}

div.o,
p.o
{
	margin-bottom: 30px;
}

img.popup-image
{
	cursor: pointer;
}

div.public-outside-div
{
	position: absolute;
	z-index: 1000;
	width: 0px;
	height: 0px;
	top: 0px;
	left: 0xp;
	visibility: hidden;
	border: 1px solid #666666;
}

div.public-inside-div
{
	z-index:1000;
	width: 0px;
	height: 0px;
	background: #000000;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 6px;
	padding-left: 6px;
}

div.public-image-close-image
{
	position:absolute;
	z-index:1200;
	width: 20px;
	height: 20px;
	top: 0px;
	left: 0px;
	background: url(images/close.gif) no-repeat;
	display:block;
	margin-top: -2px;
	margin-left: -18px;
	cursor: pointer;
}

img.public-image-big
{
	position:absolute;
	z-index:1100;
	width:100%;
	height:100%;
	left: 0;
	top: 0;
}

#pa_desc
{
	margin-top: 20px;
}

#pa
{
	text-align: left;
	padding: 5px 0 5px 0;
	margin-bottom: 20px;
}



