/* VIDC CSS Document */
/* GLOBAL RESET */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:100% }
q:before, q:after { content:''}
hr {display:none;}

/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
ol, ul, li { list-style:none }
a { position:relative } /* Gets links displaying over a PNG background */
a { outline:none } /* Gets rid of Firefox's dotted borders */
a img { border:none } /* Gets rid of IE's blue borders */
/*END RESET*/

body {
	font: 10pt Tahoma, Arial, Helvetica, sans-serif;
	background:#d31900;
	color:#000;
	text-align:center;
	margin:0 auto;
}
#header {
	background:url(images/top_bg.gif) bottom repeat-x #fff;
	border-bottom:4px solid #000;
	overflow:hidden;
}
#header .header-wrap {
	width: 775px;
	text-align:left;
	margin:0 auto;
}
#header h1 {
	float:left;
	margin:15px 0 10px 0;
}
#header h1 a {
	display:block;
	width:249px;
	height:35px;
	background:url(images/logo_sitename.gif) no-repeat;
	text-indent:-2000px;
	z-index:999;
}
.top_banner_adv {
	float:right;
	width:468px;
	margin:5px 0 10px 0;
}
#navibar {
	clear:both;
}
#navibar ul li {
	float:left;
	background:url(images/tab_left.gif) left no-repeat;
	height:26px;
	margin:0 2px 0 0;
}
#navibar ul li.current {
	background:url(images/tab_active_left.gif) left no-repeat;
}
#navibar ul li a {
	background:url(images/tab_right.gif) right no-repeat;
	height:22px;
	display:block;
	padding:4px 10px 0 10px;
	float:left;
	text-decoration:none;
	color:#000;
}
#navibar ul li a:hover {text-decoration:underline;}
#navibar ul li.current a {
	background:url(images/tab_active_right.gif) right no-repeat;
	color:#fff;
}
#navibar .lang {
	float:right;
	font-size:85%;
	padding:3px 0 0 0;
}
#navibar .lang img {
	margin:0 2px;
	vertical-align:middle;
}
#footer {
	clear:both;
	width:775px;
	margin:0 auto;
	text-align:left;
	background:url(images/foot_topbg.gif) top no-repeat;
}
#footer .footer-wrap {
	background:url(images/foot_botbg.gif) bottom no-repeat;
	padding:15px 10px 15px 15px;
	font-size:85%;
}
#footer .footer-wrap p {clear:both; margin:5px 0;}
#footer .footer-wrap li {float:left; margin:0 10px 0 0;}
#footer a {color:#990000;} #footer a:hover {text-decoration:none;}
.bottom_adv {width:775px; clear:both; margin:10px auto;}

#pagebody {
	width:775px;
	text-align:left;
	margin:10px auto;
}
#sidebar {
	width:210px;
	float:right;
	padding-top:3px;
}
#sidebar .spotlight {margin:0 0 5px 0;}
#contents {
	width:550px;
	float:left;
}
div.box {
	width:100%;
	background:url(images/box_topleft.gif) top left no-repeat;
	margin:0 0 5px 0;
}


.box h2 {
	background:url(images/box_topright.gif) top right no-repeat;
	padding:15px 20px 0 20px;
	font-size:115%;
}
.box-body {
	background:url(images/box_rightbdr.gif) top right repeat-y;
	padding:10px 20px;
	margin:0;
}
.box-body p {
	margin:10px 0;
}
.box-footer {
	background:url(images/box_botleft.gif) bottom left no-repeat;
}
.box-footer p {
	background:url(images/box_botright.gif) bottom right no-repeat;
	display:block;
	padding:5px 20px 15px 20px;
	margin:-1em 0 0 0;
}
.box a {color:#0033bb;}
.box-body h3 {font-size:105%;}
.strongtext {font-weight:bold;}
.search-for {font-weight:bold; font-size:100%; float:left;}
.typing-mode {float:right; font-size:85%; margin:0 0 5px 0;}
.typing-mode input {vertical-align:middle; margin:0 3px;}
.clear-both {clear:both;}
.qs-txt {
	width:505px;
	background:url(images/txtbg.gif) repeat-x;
	height:24px;
	border:solid 2px #1492e3;
}
.qs-slt {float:left; margin:10px 0 0 0;}
.qs-slt li {margin:0 0 5px 0;}
.qs-slt select {width:250px;}
.qs-btn {float:right; margin:10px 0 0 0; text-align:right;}
.qs-btn input {
	background:url(images/but_mid.gif) no-repeat;
	border:none;
	width:91px;
	height:32px;
	padding:0 0 5px 0!important;
	padding:0 0 4px 0;
	font-size:85%;
	color:#333;
	font-weight:bold;
}
.paging {margin:5px 0;}
.paging .p-left {
	float:left;
}
.paging .p-right {
	float:right;
}
.tbl-data {
	clear:both;
	font-size:85%;
	width:509px !important;
	width:510px;
	
}
.tbl-data thead td {font-weight:bold; background:#000; color:#fff; padding:4px 4px;}
.col-id {width:3%;} .col-name {width:60%;} .col-addr {width:37%;}
.tbl-data td {padding:4px; background:#fff; border-bottom:#ccc solid 1px;}
.tbl-data tr.even td {background:#f8f8f8;}
.company-info {
	margin:5px 0;
}
.company-info dt {
	float:left;
	width:150px;
	margin:0 0 5px 0;
	border-top:solid 1px #ccc;
	padding:2px 0 0 0;
}
.company-info dd {
	float:left;
	width:360px;
	margin:0 0 5px 0;
	border-top:solid 1px #ccc;
	padding:2px 0 0 0;
}
.company-info dt label {
	font-weight:bold;
	color:#333;
}
.adv-search {margin:5px 0;}
.adv-search dt {
	width:140px;
	float:left;
	margin:5px 0;
}
.adv-search dt label {
	display:block;
	width:140px;
	padding:1px 0 0 0;
}
.adv-search dd {
	width:360px;
	float:left;
	margin:5px 0;
}
.adv-search .long {width:320px;}
.adv-search .med {width:250px;}
.adv-search select {width:250px;}
.btn {
	background:url(images/but_mid.gif) no-repeat;
	border:none;
	width:91px;
	height:32px;
	padding:0 0 5px 0!important;
	padding:0 0 4px 0;
	font-size:85%;
	color:#333;
	font-weight:bold;
}
.useful {
	clear:both;
	margin:0 0 10px 0px;
	padding:0 0 0 15px;
}
.useful li {
	margin:5px 10px;
	display:inline;
	width:200px;
	float:left;
}
.three-cols li  {
	width:29%;
}
/*paging*/
#paging {
	clear:both;
	padding:0px;
	font-size:85%;
	color:#666;
}
#paging .linfo {
	float:left;
}
#paging .rinfo {
	float:right;
}
.rinfo a, .rinfo span {
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #fff;
    background: #fff;
}
.rinfo span.current {
    border: 1px solid #666;
    font-weight: bold;
    background: #333;
    color: #fff;
}
.rinfo a {
    border: 1px solid #666;
    text-decoration: none;
}

.rinfo a:hover {
    border-color: #ff6600;
}
.contact-info {margin:10px 0; border-bottom:solid 1px #ccc; padding-bottom:10px;}