* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #f7f6f3;
}
strong {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size: 12px;
	color: #000000;
	background: #f7f6f3;
}

td {
	text-align: left;
	vertical-align: top;
}

p { padding: 10px 0; }

img, fieldset { border: 0; }

form, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

input { vertical-align: middle; }

h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #000000;
	
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #000000;
	
}

a {
	font-size: 12px;
	color: #1a3dc1;
	text-decoration: underline;
}

a:visited {
	font-size: 12px;
	color: #1a3dc1;
	text-decoration: underline;
}

a:hover {
	font-size: 12px;
	color: #1a3dc1;
	text-decoration: none;
}

#wrapper { 
	min-width: 1000px;
	width: expression((documentElement.clientWidth||document.body.clientWidth)<1000?'1000px':'');
}

/* ----- header ----- */

#header {
	height: 182px;
	position: relative;
}

#logo {
	position: absolute;
	top: 30px;
	left: 20px;
}

#company {
	font-size: 40px;
	font-weight: bold;
	color: #0077ad;
}

#dealer {
	width: 245px;
	background: url(images/dealer.gif) no-repeat 175px 12px;
	padding-top: 7px;
	padding-left: 30px;
}

#about {
	position: absolute;
	top: 33px;
	left: 50%;
	width: 290px;
	margin-left: -143px;
	font-size: 11px;
}

#trubodetal-link {
	position: absolute;
	margin-left: 22px;
	width: 90px;
	height: 30px;
}

/* ----- search form ----- */

#search {
	position: absolute;
	top: 78px;
	left: 50%;
	margin-left: -145px;
}

#search form {
	background: url(images/search-bg.gif);
	width: 297px;
	height: 29px;
	padding: 7px 0 0 14px;
}

#search form input.text {
	background: url(images/input-text.gif);
	width: 188px;
	height: 17px;
	padding: 2px;
	margin-right: 8px;
	border: 0;
}

#phone {
	position: absolute;
	top: 0;
	right: 0;
}

#phone img {
	width: 224px;
	height: 165px;
}

#main {
	width: 100%;
	border-collapse: collapse;
}

/* ----- left sidebar ----- */

#left-sidebar {
	background: url(images/left-bg.gif) no-repeat left bottom;
	width: 165px;
	padding: 0 20px 100px 20px;
}

/* ----- menu ----- */

#menu li {
	list-style: none;
	background: url(images/arrow.gif) no-repeat 0 50%;
	padding-left: 12px;
	font-size: 20px;
	line-height: 30px;
}

#menu a, #menu a:visited, #menu a:hover {
	font-size: 20px;
	color: #1a3dc1;
}

/* ----- title ----- */

.title {
	font-size: 19px;
	color: #0077ad;
	margin-bottom: 14px;
	line-height: 18px;
}
.title A {
	font-size: 19px;
	color: #0077ad;
	margin-bottom: 14px;
	line-height: 18px;
}

/* ----- left gallery ----- */

#gallery {
	margin: 25px 0 0 15px;
	clear: both;
	
	}

/* ----- image border ----- */

.border {
	border: 4px double #000000;
	margin-bottom: 7px;
	clear: both;
}

/* ----- content ----- */

#content { }

.content-title {
	background: url(images/line.gif) repeat-x right;
	height: 30px;
	font-size: 19px;
	color: #0077ad;
	margin-top: 3px;
}

.content-title span {
	background: #f7f6f3;
	padding: 0 5px;
}

.listing { margin: 10px 0; }

.listing li {
	list-style: none;
	padding-bottom: 12px;
}

/* ----- block ----- */

.block {
	background: #f2efe8;
	position: relative;
	padding: 20px;
	margin-bottom: 20px;
	zoom: 1;
}

.top-left {
	background: url(images/top-left.gif) no-repeat;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 0;
	left: 0;
}

.top-right {
	background: url(images/top-right.gif) no-repeat;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 0;
	right: 0;
}

.bottom-left {
	background: url(images/bottom-left.gif) no-repeat;
	width: 12px;
	height: 12px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.bottom-right {
	background: url(images/bottom-right.gif) no-repeat;
	width: 12px;
	height: 12px;
	position: absolute;
	bottom: 0;
	right: 0;
}

*html .bottom-left {
	background: url(images/bottom-left.gif) no-repeat;
	width: 12px;
	height: 12px;
	position: absolute;
	bottom: -4px;
	left: 0;
}

*html .bottom-right {
	background: url(images/bottom-right.gif) no-repeat;
	width: 12px;
	height: 12px;
	position: absolute;
	bottom: -4px;
	right: 0;
}

/* ----- right sidebar ----- */

#right-sidebar {
	background: url(images/right-bg.gif) no-repeat right bottom;
	width: 185px;
	padding: 0 0 100px 20px;
}

/* ----- right contacts ----- */

#contacts {
	background: url(images/contacts-bg.gif);
	width: 184px;
	height: 123px;
	padding: 28px 18px;
	float: right;
	clear: both;
}

#tel {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
}

#tel span {
	position: relative;
	top: -5px;
	font-size: 12px;
}

#contacts-inner {
	padding-left: 32px;
	clear: both;
}

#e-mail { font-size: 22px; }

#e-mail a, #e-mail a:visited, #e-mail a:hover { font-size: 22px; }

#address { margin: 4px 0; }

.clear { clear: both; }

//#right-layer {
//	background: url(images/right-layer.gif);
//	width: 220px;
//	height: 117px;
//	margin: 50px 0 30px 0;
//	clear: both;
//}

#right-layer2 {
background:transparent url(images/right-layer2.gif) repeat scroll 0 0;
clear:both;
height:117px;
margin: 150px 0 0 -20px;
width:83px;
}


/* ----- license ----- */

#license {
	margin: 25px 0 0 15px;
	clear: both;
}

.zoom { clear: both; }

.zoom img {
	position: relative;
	top: 3px;
	margin-right: 7px;
}

/* ----- footer ----- */

#footer {
	height: 120px;
	border-top: 1px solid #c6c6c6;
	position: relative;
}

#copyright {
	position: absolute;
	top: 45px;
	left: 35px;
}

#copyright span {
	font-size: 11px;
	color: #9f9f9f;
}

#bottom-contacts {
	width: 240px;
	position: absolute;
	top: 45px;
	left: 50%;
	margin-left: -120px;
}

#created {
	//background: url(images/element.gif) no-repeat;
	width: 85px;
	padding: 28px 0 0 33px;
	position: absolute;
	top: 35px;
	right: 35px;
}

#created a, #created a:visited, #created a:hover { font-size: 11px; }

/* ----- documents page ----- */

#documents { width: 100%; }

#documents td {
	width: 33%;
	padding-bottom: 20px;
}

.doc-title {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}

/* ----- catalog page ----- */

#catalog { margin: 10px 0; }

#catalog td { padding: 5px; }

.font-11 { font-size: 11px; }

.font-11 a, .font-11 a:visited, .font-11 a:hover { font-size: 11px; }

.font-14 { font-size: 14px; }

.font-14 a, .font-14 a:visited, .font-14 a:hover { font-size: 14px; }

.item {
	background: url(images/item.gif) no-repeat 0 50%;
	padding-left: 14px;
	margin: 3px 0;
}

.open-item {
	background: url(images/open-item.gif) no-repeat 0 50%;
	padding-left: 14px;
	margin: 3px 0;
}

.open-listing { margin: 5px; }

.open-listing li {
	list-style: none;
	padding-bottom: 10px;
}

/* ----- gallery page ----- */

#left-layer {
	background: url(images/left-layer.gif);
	width: 59px;
	height: 117px;
	margin: 50px 0 30px 0;
	clear: both;
	position: relative;
	left: -20px;
}

#gallery-table { width: 100%; }

#gallery-table td {
	width: 33%;
	text-align: center;
	padding-bottom: 15px;
}

#pages span {
	display: block;
	background: #f2efe8;
	text-align: center;
	line-height: 20px;
	float: left;
	width: 15px;
	height: 20px;
}

#pages a, #pages a:visited, #pages a:hover {
	display: block;
	float: left;
	text-align: center;
	line-height: 20px;
	width: 15px;
	height: 20px;
}

/* Search Page */

ol li {
    margin: 10px 0;
    list-style-position: inside;
}
ol li a {
    font-size: 1.2em;
}
ol li a:hover {
    font-size: 1.2em;
    text-decoration: none;
}
ol li a:visited {
    font-size: 1.2em;
}
ol li p {
    padding: 5px 20px;
}
