/* --- | General | --- */
* {
	padding:0;
	margin:0
	}
BODY,TD {
	font:12px arial;
	color:#444A71;
	}
IMG {
	border:none
	}
A.slide {}
DIV.slide {
	display: none;
	font-size: 100%;
	}
a {
	text-decoration:underline;
	font:12px arial;
	color:#096CDC;
	}
a:hover {
	text-decoration:none;
	color:#FF8A00
	}
ul {
	margin:5px 0px;
	}
li {
	color:#096CDC;
	font-weight:bold;
	list-style:none;
	padding:2px 0 2px 26px;
	background:url(/images/li.gif) 0 3px no-repeat
	}
li li {
	color:#FF8A00;
	font-weight:normal;
	padding:2px 0 2px 16px;
	background:url(/images/li-li.gif) 0 6px no-repeat;
	}
/* ---| Submenu |---*/
.submenu {
	display:none;
	position:absolute;
	padding-top:14px;
	margin-top:2px;
	background:url(/images/menu-bg.gif) 0 0 repeat-x;
	}
	.submenu #t {
		display:block;
		height:16px;
		width:10%;
		background:url(/images/menu-bg.gif) 0 0 repeat-x;
		}
	.submenu div#ul {
		display:block;
		background:#FFDB9D;
		margin:0;
		padding-bottom:5px;
		}
			#head #menu .submenu div#ul a, 
			#head #menu .submenu div#ul a:hover {
				display:block;
				color:#444A71;
				padding:2px 10px;
				margin:0;
				text-decoration:underline
				}
			#head #menu .submenu div#ul a:hover {
				background:#FFEFD3
				}
				
	.submenu #b {
		display:block;
		}
		.submenu #b #l {
			display:block;
			float:left;
			width:6px;
			height:6px;
			background:url(/images/menu-l.gif) 0 0 no-repeat;
			}
		.submenu #b #c {
			display:block;
			margin-left:6px;
			padding:0;
			background:url(/images/menu-r.gif) 100% 0 no-repeat;
			}
/* ---| Submenu 2 |---*/
.submenu2 {
	display:none;
	position:absolute;
	z-index:100;
	padding-top:14px;
	margin-top:2px;
	margin-left:-5px;
	background:url(/images/menu-2-bg.gif) 0 0 repeat-x;
	}
	.submenu2 #t {
		display:block;
		height:16px;
		width:10%;
		background:url(/images/menu-2-bg.gif) 0 0 repeat-x;
		}
	.submenu2 div#ul {
		display:block;
		background:#D0DFF3;
		margin:0;
		padding-bottom:5px;
		}
			#shead .submenu2 div#ul a, 
			#shead .submenu2 div#ul a:hover {
				display:block;
				color:#444A71;
				padding:2px 10px;
				margin:0;
				font-weight:normal;
				text-decoration:underline
				}
			#shead .submenu2 div#ul a:hover {
				background:#E9EFFB
				}
				
	.submenu2 #b {
		display:block;
		}
		.submenu2 #b #l {
			display:block;
			float:left;
			width:6px;
			height:6px;
			background:url(/images/menu-2-l.gif) 0 0 no-repeat;
			}
		.submenu2 #b #c {
			display:block;
			margin-left:6px;
			padding:0;
			background:url(/images/menu-2-r.gif) top right no-repeat;
			}
/*--- | Headers | --- */
h1 {
	color:#5C66A6;
	font:25px arial;
	padding-left:10px;
	margin-left:-75px;
	margin-bottom:15px;
	border-left:3px solid #C2C6DE;
	}
h2 {
	color:#096CDC;
	height:26px;
	margin:10px 0 10px -75px;
	background:url(/images/h2-bg.gif) 0 76% repeat-x;
	}
	h2 b {
		display:block;
		float:left;
		height:26px;
		color:#096CDC;
		font:21px arial;
		padding-left:75px;
		padding-right:7px;
		background:#fff url(/images/h2-bg2.gif) 0 76% no-repeat;
		}
h3 {
	height:26px;
	margin:10px 0 10px -75px;
	}
	h3 b {
		display:block;
		float:left;
		color:#FF8A00;
		font:bold 13px arial;
		padding-right:50px;
		background:#fff url(/images/h3-b.gif) 100% 50% no-repeat;
		}
h4 {
	height:15px;
	color:#FF8A00;
	font:bold 12px arial;
	background:#fff url(/images/h4-bg.gif) 0 80% no-repeat;
	}
	h4 b {
		display:block;
		height:15px;
		float:left;
		color:#FF8A00;
		font:bold 12px arial;
		padding-right:3px;
		background:#fff;
		}
h5 {
	color:#096CDC;
	font:bold 12px arial
	}
/* --- | Picture | --- */
#picture {
	background: url(/images/pic-l.jpg) 0 0 no-repeat;
	margin:10px 20px 10px 0px;
	}
#picture #r {
	float:left;
	width:9px;
	background:url(/images/pic-r.gif) 100% 0 no-repeat;
	}
#picture #c {
	float:left;
	padding-left:10px;
	padding-top:8px;
	}
#picture #c img {
	border:1px solid #2F4A9B
	}
#picture #b {
	width:100%;
	background:url(/images/pic-br.gif) 100% 100% no-repeat;
	}
	#picture #b img {
		float:left
		}
#picture #name {
}
#picture #name a {
	display:block;
	height:15px;
	color:#096CDC;
	font:12px arial;
	line-height:10px;
	text-decoration:none;
	margin-top:4px;
	padding-right:30px;
	background:url(/images/zoom.gif) 100% 0 no-repeat;
	}
.left {
	float:left
	}
.right {
	float:right
	}
.center {
	text-align:center
	}
/* --- | Head | --- */
#head {
	width:100%;
	height:97px;
	}

#head #logo {
	float:left;
	margin:16px 0 0 23px;
	}
#head #icons {
	height:30px;
	margin-left:160px;
	text-align:right;
	}
	#head #icons #block {
	float:right;
	padding-left:42px;
	width:145px;
	height:30px;
	background:url(/images/icons-l.gif) 0 0 no-repeat;
	}
	#head #icons #block div {
		height:30px;
		text-align:left;
		background:url(/images/icons-bg.gif) repeat-x;
		}
		#head #icons div img {
			margin:7px 5px;
			}
/* --- | Menu | --- */
#head #menu {
	margin-top:50px;
	margin-left:170px;
	}
	#head #menu div.item {
   	float:left;
		white-space:nowrap;
		padding:0 38px;
		}
	#head #menu div.item a,
	#head #menu div.item b {
		color:#096CDC;
		font:bold 12px verdana;
		text-decoration:underline;
		text-transform:uppercase;
		}
	#head #menu a:hover {
		color:#FF8A00;
		text-decoration:none
		}

#shead {
	width:100%;
	height:209px;
	background:url(/images/shead-bg.jpg) 0 12px repeat-x;
	}
	#shead span#parent {
		display:block;
		float:left;
		width:60%;
		background:url(/images/shead-img.jpg) 0 20px no-repeat;
		padding-top:190px;
		text-align:center;
		}
		#shead span a {
			text-decoration:none;
			font:bold 12px verdana;
			color:#fff;
			}
		#shead span#parent div.item {
			float:left;
			margin-left:50px;
			}
	#shead #icecr {
		position:relative;
		float:left;
		width:38%;
		background:url(/images/shead-m.jpg) 100% 0 no-repeat;
		padding-top:187px;
		text-align:right;
		}	
	#shead #icecr img {
		display:block
		}
	#shead form {
		height:22px
		}
	#shead input#text {
		display:block;
		float:right;
		border:1px solid #096CDC;
		width:93px;
		height:13px;
		font:11px arial;
		color:#546591;
		margin-top:2px;
		margin-right:3px;
		}	
	#shead input#submit {
		display:block;
		float:right;
		width:17px;
		margin-right:2px;
		}	
/* --- | Wrapper | --- */
/* --- | Container | --- */
#container {
	float:left;
	width:100%;
	margin-right:-300px;
	}
/* --- | Content | --- */
.content {
	/*position:relative;*/
	margin-right:260px;
	padding:40px 0 0px 110px;
	}
/* --- | Left | --- */
.content #main {
	}
/* --- | Right | --- */
#right {
	float:right;
	width:250px;
	padding-top:100px;
	/*padding-right: 10px;*/
	}
/* --- | Cleaner | --- */
#cleaner {
	height: 0;
	clear: both;
}
/* --- | Footer | --- */
#foot {
	height:108px;
	background:url(/images/foot-bg.jpg) 0 0 repeat-x;
	}
	#foot img {
		float:left
		}
	#foot div {
		text-align:right;
		padding-top:35px;
		padding-right:2px;
		font:12px arial;
		color:#10218B;
		}
/* ----| Print Version |----*/
#phead {
	width:800px;
	height:112px;
	}	
	#phead #l {
		float:left;		
		width:500px;
		text-align:right;
		padding-top:60px;
		padding-bottom:30px;
		background:url(/images/logo.jpg) 20px 15px no-repeat;
		}
	#phead #r {	
		float:left;
		width:300px;
		text-align:right;
		padding-top:60px;
		}
		#phead #r a {
			color:#10218B;
			font:25px arial;
			text-decoration:none
			}
#line {
	border-top:3px solid #FF8A00;
	}	
#pfooter {
	height:50px;
	border-top:3px solid #FF8A00;
	}
/*---| MainPage |---*/
.main  {
	margin-right:300px;
	padding-left:30px;
	}
#mainright {
	float:right;
	width:275px;
	padding:100px 0 0 0;
	}
.main #left {
	margin-right:309px;
	}
.main #right {
	width:265px;
	padding-top:50px;
	}
.main h1,
.main h2,
.main h3 {
	margin-left:0;
	}
.main #news {
	margin-left:0
}
#main-top {
	margin:0 0 20px -35px;
	padding:0 0 25px 35px;
	border-bottom:3px solid #FF8A00;
	}
/*--- | PriceBox| ---*/
#price {
	margin-top:-70px;
	text-align: right;
	}
#price img {
	margin:0 25px 5px 0
	}
/*--- | BannerBox| ---*/
#banner {
	width:100%;
	text-align: center;
	margin:30px 0px;
	}
/*---| News |---*/
/*--- | List | ---*/
#news {
	margin-left:-75px;
	}
#new-id {
	height:auto;
	margin:20px 0;
}
#new-id #image {
	float:left;
	width:85px;
	}
#new-id #top {
	margin-left:86px;
	margin-bottom:3px;
	}
#new-id #top span {
	color:#FF8A00;
	font-weight:bold;
	padding-right:17px;
	margin-right: 7px;
	background: url(/images/arr-next.gif) 100% 3px no-repeat
	}	
#new-id #top a {
	color:#096CDC;
	font-weight: bold;
	text-decoration: underline;
	}
#new-id #top a:hover {
	color:#FF8A00;
	text-decoration: none;
	}
#new-id #text {
	margin-left:86px;
	}
#links {
	text-align:right;
	}
#links a {
	display: block;
	float:right;
	height:20px;
	padding-left:20px;
	background: url(/images/news-arch.jpg) 0 0 no-repeat; 
	}
/*---| Id |---*/
#news #id {
	height:auto;
}
#id #top {
	padding-right:57px;
	margin-bottom:10px;
	}
#id #image {
	float:left;
	margin-top:19px;
	}
#id #box {
	height:auto;
	margin-left:165px;
	}
#news #nav-box{
	height:200px;
	width:200px;
	position:relative;
	top:100px;
	right:0;
	}

#guest #nav-box {
	height:200px;
	width:200px;
	position:absolute;
	top:100px;
	right:0;
	}

#news #nav-box img {
	display:block;
	float:left;
	margin:3px 7px;
	}
#news #nav-box a {
	width:200px;
	display:block;
	float:left;
	padding-bottom:10px
	}
/* nav */
#default-nav-box {
	margin-left:50%;
	}
#default-nav-box img {
	display:block;
	float:left;
	margin:3px 7px;
	}
#default-nav-box a {
	width:20px;
	display:block;
	float:left;
	padding-bottom:10px
	}
/*--- | Archive | ---*/
#news #archive {
	height:auto;
	margin-left:75px;
	margin-top:5px;
	}
#news #archive h4 {
	text-transform: uppercase;
	margin:10px 0;
	}
#archive #item {
	height:auto;
	margin-bottom:4px
	}
#archive #item b {
	font-size:13px;
	margin-right:25px;
	}
#archive #item a {
	color:#444A71;
	font-size:13px;
	width:auto;
	}
#archive #nav-box {
	font-size:11px;
	}
#archive #nav-box a {
	display:block;
	float:left;
	width:auto;
	padding:0;
	margin:0 5px;
	font-size:11px;
	}
#archive #nav-box b {
	display:block;
	float:left;
	color:#FF8A00;
	font-weight:normal;
	margin:0 5px;
	}
#archive #nav-box img {
	display:block;
	float:left;
	margin:3px 0 0 0;
	}
#news span {
	font-weight:bold;
	color:#096CDC;
	}	
/* ---------| Feedback |---------- */
#feedb {
	width: 500px;
	margin: 0 auto;
	margin-left:-65px;
}
#feedb .field,
#feedb .value {
	margin-bottom: 10px;
}
#feedb .field {
	float: left;
	width: 164px;
}
#feedb .field b,
#feedb .value span b {
	font-size:18px;
	color:#FF5B00
	}
#feedb .value {
	margin-left: 160px;
}
#feedb .value input,
#feedb .value select,
#feedb .value textarea {
	width: 242px;
	border:1px solid #FFA200
}
#feedb .value input.submit {
	display:block;
	float:left;
	width: auto;
	border:none;
	background:#fff;
	color:#096CDC;
	text-decoration:underline;
	font-weight:bold;
	font-size:12px
}
#feedb .value span {
	display:block;
	float:right;
	margin-right:45px;
	width:120px;
	text-align:right
}
/* ---------| Vacancy |---------- */
#vac {
	width: 438px;
	margin-left:-65px;
}
#vac .field,
#vac .value {
	margin-bottom: 10px;
}
#vac .field {
	float: left;
	width: 134px;
}
#vac .field b,
#vac .value span b {
	font-size:18px;
	color:#FF5B00
	}
#vac .value {
	margin-left: 140px;
}
#vac .value input,
#vac .value select,
#vac .value textarea {
	width: 290px;
	border:1px solid #FFA200
}
#vac .value textarea {
	height:100px;
}
#vac .value input.submit {
	display:block;
	float:left;
	width: 120px;
	border:none;
	background:#fff;
	color:#096CDC;
	text-decoration:underline;
	font-weight:bold;
	font-size:12px
}
#vac .value span {
	display:block;
	float:right;
	width:120px;
	text-align:right
}
/* --- | AutoBlock | --- */
#autoblocks {
	float:right;
	/*width:220px;*/
	}
#catalog #autoblocks {
	width:276px;
	margin-bottom:20px;
	}
#mainright #autoblocks {
	float:right;
	/*width:270px;*/
	}
#ablock {
	width:95%;
	margin:0 10px 20px 10px;
	}
#ablock #header {
	background:#FFA201;
	font-size:19px;
	height:26px;
	color:#fff;
	text-align:center;
	}
#ablock #header #l{
	float:left
	}
#ablock #header #r{
	float:right
	}
#ablock #content {
	background:#FFF;
	margin-top:3px;
	border-top:1px solid #243D93;
	border-left:1px solid #243D93;
	border-right:1px solid #243D93;
	}
#ablock #ftr {
	padding:6px 3px 2px 0;
	text-align:right;
	border-left:1px solid #243D93;
	background:url(/images/auto-detail.gif) 100% 100% no-repeat
	}
#ablock #ftrem {
	clear:both;
	height:10px;
	margin-top:-10px;
	border-bottom:1px solid #243D93;
	border-left:1px solid #243D93;
	border-right:1px solid #243D93;
	}
#ablock #ftr img {
	margin-top:3px
	}
#ablock #content #image	{
	float:left;
	width:72px;
	padding:12px 0 12px 12px;
	}
#ablock #content #name {
	color:#096CDC;
	margin-top:12px;
	margin-left:95px;
	}	
#ablock #content #name a {
	font-weight:bold;
	}	
#ablock #content #dsc {
	margin-top:2px;
	padding-right:4px;
	padding-left:5px;
	margin-left:90px;
	padding-bottom:12px;
	}
	
/* --- | Catalog | ---- */
#catalog {
	margin:0;
	/*height:300px;*/
	padding:55px 10px 15px 0;
	background:#FFFAE4 url(/images/catalog-top.gif) 0 0 repeat-x;
}
#cat-bottom {
	height:55px;
	background:#FFFAE4 url(/images/catalog-bottom.gif) 0 100% repeat-x;
}
#catalog #item {
	float:left;
	width:182px;
	height:129px;
	margin:0 0 50px 20px;
	background:url(/images/catalog-bg.gif) 0 100% no-repeat
	}
#catalog #item #name {
	margin-left:22px;
	}
#catalog #item #name a {
	color:#FFA201;
	font:bold 14px arial;
	}
#catalog #item #image {
	height:70px;
	width:80px;
	float:right;
	margin-right:25px;
	margin-top:10px;
}
#catalog #ablock {
	float:right;
	}
#icecr {
	z-index:100;
	}
#icecr #shead-b {
	position:absolute;
	top:209px;
	right:22px;
	width:215px;
	height:89px;
	background:url(/images/shead-b.jpg) 40px 0 no-repeat;
	}
.cat {
	padding:0;
	margin-right:0;
	}
.cat h1 {
	margin:40px;
	margin-bottom:0;
	}
.cat h4 {
	margin-left:40px;
	background-color:#FFFAE4;
	}
.cat h4 b {
	background-color:#FFFAE4;
	}
/*--- | Id | --- */	
#catalog #list-id {
	padding-right:20px;
	padding-bottom:40px
	}
#catalog #list-id h4 {
	text-transform:uppercase
	}
#catalog #list-id #items {
	margin-left:75px;
	}
#catalog #list-id #items #dsc {
	margin:15px 0 40px 0;
	}
#catalog #list-id #items #itm {
	/*height:100px;*/
	margin-bottom:30px;
	clear:both;
}
#catalog #list-id #items #itm #image {
	/*position:absolute;
	top:0;
	left:0;*/
	float:left;
	width:160px
	}
#catalog #list-id #items #itm #image #top,
#catalog #list-id #items #itm #image #bot {
	border-right:1px solid #FFA200;
	font-size:3px;
	height:9px;
	}
#catalog #list-id #items #itm #image #top {
	background: #fff url(/images/catalog-itm-t.gif) 0 0 no-repeat;
	}	
#catalog #list-id #items #itm #image #bot {
	background: #fff url(/images/catalog-itm-b.gif) 0 0 no-repeat;
	}
#catalog #list-id #items #itm #image #img {
	text-align:center;
	padding:0;
	background: #ffffff;
	border-left:1px solid #FFA200;
	border-right:1px solid #FFA200;
	}
#catalog #list-id #items #itm #info {
	float:left;
	padding:0 148px 0 0px;
	}
#catalog #list-id #items #itm #info #name {
	color:#096CDC;
	font-size:15px;
	font-weight:bolder;
	}
#catalog #list-id #items #itm #info #dsc {
	margin-bottom:1px;
	}
#catalog #list-id #items #itm #params {
	position:absolute;
	top:0px;
	right:0px;
	width:146px;
	line-height:13px;
	}
#catalog #list-id #items #itm #params b {
	font-size:19px;
	color:#FF8A00
	}	
#catalog #list-id #items #itm #params #top,
#catalog #list-id #items #itm #params #middle,
#catalog #list-id #items #itm #params #bot {
	height:25px;
	padding:0 10px;
	border-left:1px solid #FFA200;
}
#catalog #list-id #items #itm #params #top {
	background:url(/images/catalog-t.gif) 100% 0 no-repeat;
	}
#catalog #list-id #items #itm #params #middle {
	height:35px;
	border-right:1px solid #FFA200;
	}
#catalog #list-id #items #itm #params #bot {
	height:25px;
	background:url(/images/catalog-b.gif) 100% 100% no-repeat;
	}
#catalog #list-id #items #itm #params #bot div {
	margin-right:5px;
	padding:5px 10px 5px 5px;
	background:#E7F2FF;
	}
/* --- | MapSite | --- */
#map {
	margin-left:-75px;
	}
#map h4 {
	text-transform:uppercase
	}
#map h4 a {
	text-decoration:none
	}
/* --- | Search | --- */
#search {
	margin:0 0 0 -75px;
	}
#search h4 {
	text-transform:uppercase;
	margin-bottom:10px
	}
#search h4 a {
	text-decoration:none
	}
#search em {
	color:#6591A8;
	font-style:normal;
	font-weight:bold;
	}
#search p {
	margin-bottom:20px;
	}
#search-form {
	display:block;
	margin:30px 0 10px -65px;
	}
#search-form input#txt {
	width:300px;
	border:1px solid #FFA200;
	}
#search-form input#subm {
	border:none;
	background:#fff;
	color:#096CDC;
	text-decoration:underline;
	font-weight:bold;
	font-size:12px
	}

/* --- | GuestBook | --- */

#guest {
	width:95%;
	margin:30px -30px 0 0;
	}
#guest #block {
	width:100%;
	margin:10px 0px;
	height:30px
	}
#guest #navigation {
	text-align:center;
	height:20px;
	}
#guest #block SPAN {
	display:block;
	height:5px;
	font-size:6px;
	}
#guest #name-date {
	padding-left:10px
	}
#guest #name-date,
#guest #email-www {
	float:left;
	width:300px;
	margin-right:10px;
	white-space:nowrap;
	}
#guest #name-date a {
	font-weight:bold;
	color:#FF8A00;
}
#guest #name-date A:hover,
#guest #email-www A:hover {
}
#guest #name-date B,
#guest #email-www B {
	font-weight:normal;
	color:#FF8A00;
}

#guest div#ans
{
	color: #096CDC;
	padding-top: 15px;
	padding-left: 50px;
}

#guest #line,
#guest-form #line {
	border:none;
	width:100%;
	height:9px;
	font-size:5px;
	}
	#guest #line DIV,
	#guest-form #line DIV {
		width:9px;
		height:9px;
		}
	#guest #line #topleft,
	#guest-form #line #topleft {
		background:url(/images/catalog-rev-t.gif) 0 0 no-repeat;
		float:left;
		}
	#guest #line #topright,
	#guest-form #line #topright {
		background:url(/images/catalog-t.gif) 0 0 no-repeat;
		float:right;
		}
	#guest #line #botleft,
	#guest-form #line #botleft {
		background:url(/images/catalog-rev-b.gif) 0 100% no-repeat;
		float:left;
		}
	#guest #line #botright,
	#guest-form #line #botright {
		background:url(/images/catalog-b.gif) 0 100% no-repeat;
		float:right;
		}
	#guest #mess {
		border-right:1px solid #FFA200;
		border-left:1px solid #FFA200;
		padding:0 10px;
		}
	#guest-form {
		margin:10px 0 50px 0;
		padding-left:20px;
		}
	#guest-form input,
	#guest-form textarea {
		display:block;
		width:245px;
		border:1px solid #FFA201;
		font-size:13px;
		margin:0;
		padding:0;
		}
	#guest-form textarea {
		height:112px;
		}
	#guest-form #row {
		height:30px;
		margin:4px 0;
		}
	#guest-form #row-txt {
		height:122px;
		margin:4px 0;
		}
		#guest-form #row #field,
		#guest-form #row-txt #field {
			float:left;
			width:168px;
			background:#FFFAE4;
			}
		#guest-form #row #value {
			float:left;
			width:245px;
			}
		#guest-form #row #value a {
			display:block;
			float:left;
			font-weight:bold
			}
		#guest-form #row-txt #value {
			float:left;
			height:112px;
			width:245px;
			}
		#guest-form div.sublink {
			margin-left:10px;
			}
			#guest-form #row #value #input,
			#guest-form #row-txt #value #input {
				padding:0 10px;
				}
			#guest-form #field b,
			#guest-form #row #value span b {
				color:#FF5B00;
				font-size:18px;
				}
		#guest-form #row #value span {
			display:block;
			width:140px;
			text-align:right
		}
#guest #nav-box {
	top:400px;
}
#guest #nav-box b {
	color:#FFA201;
	margin:0 5px;
	font-weight:normal;
	}
#guest #nav-box a {
	margin:0 5px;
	}
