

html {
	margin: 0; padding: 0;
}

body {
	margin: 0; padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
	background: #fff url(../images/body_bg.gif) repeat-x top left;
}

#search
{
	text-align: right;
	padding-top: 10px;
}

#sinput
{
	width: 65%;
}
#wrapper {
	width: 934px;
	margin: auto;
	padding: 0 10px;
	background: #fff;
}
img {
	border: none;
}
p, ul, h1, h2, h3, h4, dd, dt, dl {
	margin: 0; padding: 0;
}
#header {
	height: 76px;
	border-top: 1px solid #fff;
}

#header a {
	text-decoration: none;
	color: #fff;
	display: block;
}

.logo {
	width: 168px;
	height: 64px;
	margin-top: 14px;
	background: url(../images/padaste_logo.gif) no-repeat top right;
}


#topMenu {
	background: #fff;
	height: 50px; 
}

.topNav {
	height: 16px;
	margin: 25px 0 0 0;
	float:right
}
ul.topNav li {
	float: left;
	padding: 2px 0px 1px 10px;
	list-style-type: none;
}
ul.topNav li.noSpace {
	padding: 2px 0px 1px 0px;
}
ul.topNav a {
	text-decoration: none;
	font-size: 12px;
	line-height: 8px;
	color: #666;
}

ul.topNav a.print {
	display:block;
	width: 17px;
	height:16px;
	text-decoration:none;
	line-height:8px;
	background: url(../images/top_print.gif) no-repeat top left;     
}
ul.topNav a.topInc {
	display:block;
	width: 23px;
	height:16px;
	text-decoration:none;
	line-height:8px;
	background: url(../images/top_inc.gif) no-repeat top left;     
}
ul.topNav a.topDec {
	display:block;
	width: 23px;
	height:16px;
	text-decoration:none;
	line-height:8px;
	background: url(../images/top_dec.gif) no-repeat top left;     
}
ul.topNav a:hover {
	color:#e3001f;
}

#content {
	clear: both;
	height: 427px;
	overflow: hidden;
}

div#leftCol {
	background: #fff;
	width: 138px;
	float: left;
	overflow: hidden;
}

div#rightCol {
	width: 786px;
	float: right;
	overflow: hidden;
}

#footerWrap {
	padding: 6px 0 0 0;
}

div#footerWrap div.menu {
	margin: 0;
	padding: 0 0 0 148px;
	z-index: 100;
}

div#footerWrap div#footer {
	clear: both;
	padding: 20px 0 0 0;
}

div#footer div.ccn {
	float:left;
	height: 55px;
}

div#footer div#ad {
	width: 350px;
	height: 62px;
	float:right;
	text-align:right;
	background: url(../images/ad_logo.gif) no-repeat bottom right;
	border-top: 1px solid #fff;
}

div#footer div.subAd {
	float: right;
	text-align: right;
	margin: 16px 0 0 0;
	padding: 0 78px 0 0;
}
div#footer div.blank {
	clear:both;
	height: 12px;
	overflow:hidden;
}
div#footer div.greyLine {
	clear:both;
	height: 2px;
	overflow:hidden;
	background:#e3e4e5;
}

div#footer div.whiteLine {
	clear:both;
	height: 4px;
	overflow:hidden;
	background:#fff;
}

div#footer div.subNav1 {
	float: left;
}

div#footer div.subNav2 {
	float: right;
	padding-right: 70px;
}

.bold {
	font-weight: bold;
}

#contacts {
	margin: 16px 0 0 0;
	padding: 0;
	position:relative;
}
ul#contacts li {
	display: block;
	float: left; 
	border-left: solid 2px #e3e4e5;
	padding: 1px 22px 2px 17px;
	font-size: 12px;
	line-height: 15px;
	color: #666;
}

ul#contacts a {
	text-decoration: none;
	color: #666;
}

ul#contacts a:hover {
	color:#e3001f;
}

ul#contacts li.first {
	border-left: none;
	padding: 1px 22px 2px 0px;
}

#nav {
	position: relative;
	height: 165px;
	z-index: 100;
	margin: 0; padding: 0;
}

ul#nav li {
	display: block;
	float: left;
	border-left: 2px solid  #e3e4e5;
	padding:3px 13px 1px 7px;
}

ul#nav a {
	text-decoration:none;
	font-size:12px;
	line-height:8px;
	color: #666;     
}
.nav-on a {
	color:#e3001f;
}

ul#nav a:hover {
	color:#e3001f;
}

ul li.active a {
	color:#e3001f;
}
div#footerWrap iframe {
	position:absolute; 
	width:134px;
	background:#fff;
	border:0;
	overflow:hidden;
	display:none;
	z-index:100;
}

iframe.content {
	margin-top: 0px;
	width: 786px;
	height: 427px;
	overflow: hidden;
	overflow-y: auto;
}

.subNav {
	position: relative;
	z-index: 100;
}
ul.subNav li {
	list-style-type: none;
	float: left;
	background: #fff;
}

ul.subNav a {
	text-decoration: none;
	font-size: 11px;
	color: #666;
	height: 12px;
	padding: 2px 13px 1px 7px;
	float: left;
	border-left: solid 1px #e3e4e5;
}
ul.subNav li.first a {
	border-left: none;
	padding-left: 0;
}

ul.subNav li.last a {
	padding-right: 0;
}

ul.subNav a:hover {
	color:#e3001f;
}

.searchh
{
	line-height: 8px;
}



