body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #333333;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

/**
iframe {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	overflow-y: scroll;
	width=:180;
}
**/

a:link {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}

.menubottom a:link {
	color: #333333;
	text-decoration: underline;
}
.menubottom a:hover {
	color: #333333;
	text-decoration: none;
}
.menubottom a:visited {
	color: #333333;
	text-decoration: underline;
}
.txtwhite {
	color: #FFFFFF;
}
.txtorange {
	color: #FE6600;
}

.aboutus {
	background-image: url(../images/bg_aboutus.gif);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B9B9B9;
	background-position: right top;
}

.advantages {
	background-image: url(../images/bg_advantages.gif);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BDCAD3;
	background-position: right top;
}

.subtitles {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 8 0 0 18px;
	display: block;
	height: 40px;
	background-image: url(../images/bg_titles990.gif);
	background-repeat: no-repeat;
}

.titlebar {
	background-image: url(../images/titlebar.gif);
	height:36px;
}
td {
	font-size: 12px;
}

#mp1dropdown, #mp1dropdown ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#mp1dropdown li {
	float: left;
	position: relative;
}

.mp1menu{
	text-align: center;
	background:transparent url(../images/m_company.gif);
	height:38px;
}


.mp1menu a{
	display:block;
	width: 133px;
	height:38px;
}
.mp1menu a:hover{
	display:block;
	width: 133px;
	background:transparent url(../images/m_company2.gif);
}

.mp1submenu{
	display: none;
	width: 133px;
	position: absolute;
	top: 38px;
	left: 0px;
}

.mp1submenu li{
	font-size: 10px;
	text-transform: uppercase;
	text-align: left;
	height: 25px;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-top:1px solid #333333;
	text-decoration: none;
	display: block;
	text-indent: 12px;
	width: 133px;
}

.mp1submenu li a{
	width: 133px;
	color: #333333;
	height: 25px;
	text-decoration: none;
	display:block;
	background:transparent url(../images/bgsubmenu.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding:8 0 0 0px;
}

.mp1submenu li a:hover{
	width: 133px;
	text-decoration: none;
	display:block;
	color: #333333;
	background:transparent url(../images/bgsubmenu2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding:8 0 0 0px;
}
.mp1submenu li a:visited{
	width: 133px;
	color: #333333;
	height: 25px;
	text-decoration: none;
	display:block;
	padding:8 0 0 0px;
}

#mp1dropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: 37px;
	left: auto;
}

#mp1dropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}


#mpdropdown, #mpdropdown ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#mpdropdown li {
	float: left;
	position: relative;
}

.mpmenu{
	text-align: center;
	background:transparent url(../images/m_listings.gif);
	height:38px;
}


.mpmenu a{
	display:block;
	width: 125px;
	height:38px;
}
.mpmenu a:hover{
	display:block;
	width: 125px;
	background:transparent url(../images/m_listings2.gif);
}

.mpsubmenu{
	display: none;
	width: 165px;
	position: absolute;
	top: 37px;
	left: 0px;
}

.mpsubmenu li{
	font-size: 10px;
	text-transform: uppercase;
	text-align: left;
	height: 25px;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-top:1px solid #333333;
	text-decoration: none;
	display: block;
	text-indent: 12px;
	width: 165px;
}

.mpsubmenu li a{
	width: 165px;
	color: #333333;
	height: 25px;
	text-decoration: none;
	display:block;
	background:transparent url(../images/bgsubmenu.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding:8 0 0 0px;
}

.mpsubmenu li a:hover{
	width: 165px;
	text-decoration: none;
	display:block;
	color: #333333;
	background:transparent url(../images/bgsubmenu2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding:8 0 0 0px;
}
.mpsubmenu li a:visited{
	width: 165px;
	color: #333333;
	height: 25px;
	text-decoration: none;
	display:block;
	padding:8 0 0 0px;
}

#mpdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: 37px;
	left: auto;
}

#mpdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
.krd {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #3B8D6B;
	height: 40px;
	background-image: url(../images/bg_seo.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.bgbottom {
	background-image: url(../images/bg_bottom.gif);
	background-repeat: no-repeat;
}
.bgtoplist {
	background-image: url(../images/bg_toplist.gif);
}
.brline {
	background-image: url(../images/bg_right.gif);
	height: 3px;
}
.bgboxtop {
	background-image: url(../images/win_02.gif);
	height: 5px;
}
.bgboxleft {
	background-image: url(../images/win_04.gif);
}
.bgboxright {
	background-image: url(../images/win_06.gif);
}
.bgboxbottom {
	background-image: url(../images/win_08.gif);
	height: 5px;
}
.vline1 {
	background-image: url(../images/vline1.gif);
}
.vline2 {
	background-image: url(../images/vline2.gif);
}
.vline2bottom {
	background-image: url(../images/vline2bottom.gif);
}
.vline2corner {
	background-image: url(../images/vline2corner.gif);
}
.alignmiddle {
	vertical-align: middle;
}
.txt12-16 {
	font-size: 12px;
	line-height: 16px;
}
.txt12-18 {
	font-size: 12px;
	line-height: 18px;
}
.txt12-20 {
	font-size: 12px;
	line-height: 20px;
}
.bgmain {
	background-color: #FFFFFF;
}
.bgmain2 {
	background-image: url(../images/bg_main.gif);
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #003333;
}
.titlelist {
	font-weight: bold;
	color: #CCCCCC;
	padding-left: 10px;
	text-transform: uppercase;
}
.titlefaqs {
	font-weight: bold;
	color: #FE6600;
	text-transform: uppercase;
}
.sublist {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: capitalize;
	background-image: url(../images/bg_sub.gif);
}
.sublistdetails {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	background-image: url(../images/bg_sub.gif);
}
.menubottom {
	font-size: 10px;
	text-transform: uppercase;
	background-color: #EBECEC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #BABABA;
	border-bottom-color: #BABABA;
	border-left-color: #BABABA;
}

.menubottom a:link{
	text-decoration: underline;
}
.menubottom a:hover{
	text-decoration: none;
}

.copyright {
	font-size: 10px;
	text-transform: uppercase;
}
.txtgrid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.txt14 {
	font-size: 14px;
}
.txt16 {
	font-size: 16px;
}
.txt16bold {
	font-size: 16px;
	font-weight: bold;
}
.txtbtn {
	color: #FFFFFF;
	font-weight: bold;
}

.txtbtn:alink {
	color: #BCCEE7;
	font-weight: bold;
}
.txtlblue {
	color: #FFFFFF;
	font-weight: bold;
}
.inputbtn {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bg_btn.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 24px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	width: 90px;
	text-transform: uppercase;
}

.standardbtn {
	background-image: url(../images/bg_btn.gif);
	height: 22px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	text-transform: uppercase;
	display: block;
	background-repeat: repeat-x;
	padding: 3px;
	text-align: center;
}

.standardbtn a:link{
	text-decoration: none;
}

.standardbtn a:visited{
	text-decoration: none;
}

.inputfields {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-weight: bold;
	color: #333333;
	text-indent: 4px;
	height: 20px;


}.txt10 {
	font-size: 10px;
}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CFD9E3;
}
.txt24 {
	font-size: 24px;
	line-height: 24px;
}
.txt36 {
	font-size: 36px;
	line-height: 30px;
	color: #FEB300;

}

.txt20bold {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}

.bgvaluation {
	background-image: url(../images/bg_valuation.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.bgselling {
	background-image: url(../images/bg_selling.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.copyright img {
	border: 1px solid #ABABAB;
}