/* CSS Document */

#leftside
{
	background-image: url(../images/framework/img300_leftside.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
}

#mainbody
{
	width: 695px;
	margin-left: 155px;
	border-bottom: 15px solid #D0D3C7;
	position: relative;
}

#mainbodyheader
{
	height: 140px;
	position: relative;
}

#supportA
{
	width: 495px;
	height: 94px;
	background-image: url(../images/framework/img300_supportA.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}

#supportB
{
	width: 196px;
	height: 136px;
	background-image: url(../images/framework/img300_supportB.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 499px;
}

#supportC
{
	width: 495px;
	height: 38px;
	background-color: #CBC065;
	position: absolute;
	top: 98px;
	left: 0px;
}

#pvsm
{
	width: 164px;
	min-height: 200px;
	float: right;
	background-image: url(../images/framework/img100_whoweare_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #C1C4B5;
	padding: 4px 16px;
}

#pvsm p
{
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}

#pvsm a
{
    color: #7C7E74;
	text-decoration: none;
}

#pvsm a:hover
{
    color: #999999;
	text-decoration: underline;
}

#bodytext
{
	width: 470px;
	padding: 16px 12px;
}

.bodytextHeader
{
	font-size: 12px;
	font-weight: bold;
	color: #CBC065;
	padding-bottom: 2px;
	border-bottom: 5px solid #D0D3C7;
}

.popupDiv
{
    width: 220px;
    padding: 18px;
    color: #FFFFFF;
}

.popupDivClose
{
    position: absolute;
    top: -16px;
    right: 0px;
    padding: 2px 5px;
}

.popupDivClose a
{
    color: #FFFFFF;
    font-size: 10px;
    text-decoration: none;
}

.popupDivClose a:hover
{
    color: #DDDDDD;
    text-decoration: underline;
}

#pop01, #pop02, #pop03, #pop04
{
    position: absolute;
    visibility: hidden;
}

#pop01
{
    left: 100px;
    top: 0px;
}
#pop02
{
    left: 200px;
    top: 120px;
}
#pop03
{
    left: 100px;
    top: 240px;
}
#pop04
{
    left: 0px;
    top: 120px;
}