* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	background-image:url(/images/body.gif)
} 

a:link, a:visited {
	color: #0a5ca2;
}

a:hover {
	text-decoration: none;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
}

.wraper { 
	min-height:100%;
}

h1 {
	font-size: 26px;
	margin-bottom: 18px;
	display: block;
	font-weight: normal;
}

p {
	margin-bottom: 15px;
	line-height: 20px;
}

.content { 
	padding-bottom:290px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	padding-top: 35px;
	width: 940px !important; 
	margin: auto !important;
	overflow: hidden;
	z-index: 10;
}

.footer { 
	height:252px; 
	margin-top:-252px; 
	background-image: url(/images/foot_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	clear: both;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #404040;
}

.foot_content {
	width: 780px;
	height: 252px;
	background-image: url(/images/blackberry.jpg);
	background-repeat: no-repeat;
	background-position: 212px 0;
	margin: auto;
}

.header {
	height: 162px;
	width: 940px;
	margin: auto;
	clear: both;
}

.logo {
	float: left;
	width: 356px;
	height: 76px;
	padding-top: 45px;
}

.logo img {
	border: none;
}

.menu {
	height: 39px;
	background-image: url(/images/menu.gif);
	background-repeat: repeat-x;
	clear: both;
}

.mm {
	width: 805px;
	padding-left: 136px;
	margin: auto;
	padding-top: 15px;
	overflow: hidden;
}

.mm a:link, .mm a:visited {
	height: 12px;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-right: 50px;
	float: left;
}

.mm a:hover {
	background-position: 0 -12px;
}

.mm a.act {
	background-position: 0 -24px;
}

.works {
	width: 47px;
}

.services {
	width: 45px;
}

.about {
	width: 46px;
}

.actions {
	width: 41px;
}

.contacts {
	width: 62px;
}

.quest {
	width: 93px;
	float: right !IMPORTANT;
	margin-right: 0 !IMPORTANT;
}

.clear {
	clear: both;
	overflow: hidden;
}

.drive_block {
	width: 780px;
	margin: auto;
}

.subtitle {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.pack {
	color: #292929;
	width: auto;
	white-space: nowrap;
	font-size: 14px;
	float: left;
}

.pack img {
	border: none;
}

.red {
	font-size: 18px;
	color: #c70000;
}

.pack h2 {
	font-size: 18px;
	font-weight: normal;
}

.separator {
	float: left;
	width: 90px;
	background-image: url(/images/drive_separator.gif);
	background-repeat: no-repeat;
	background-position: center 0;
	height: 84px;
}

.content_block {
	width: 780px;
	margin: auto;
	overflow: hidden;
}

.gcont {
	position: relative;
	height: 190px;
}


div.scrollable { 
    /* required settings */ 
    position:relative; 
    overflow:hidden;          
    width: 780px;     
    height:186px;
	 margin: auto;
} 
 
div.scrollable div.items {     
    /* this cannot be too large */ 
    width:20000em;     
    position:absolute;
	 overflow: hidden;         
} 
 
/*  
    a single item. must be floated on horizontal scrolling 
    typically this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div { 
    float:left;
	 width: 140px;
	 height: 187px;
	 padding: 0px 20px 0 0px;
	 text-align: center;
	  
} 

div.scrollable div.items div span { 
	display: block;
	padding: 10px 0 0 0;
	font-weight: bold;
	font-size: 13px;
	color: #000;
	clear: both;
}

div.scrollable div.items div img {
	border: 1px solid #b3b3b3;
	width: 138px;
	height: 138px;
	display: block;
}
 
* html div.scrollable div.items div img {
	border: 1px solid #b3b3b3;
	width: 138px;
	height: 138px;
} 
 


a.prev {
	position: absolute;
	left: 33px;
	top: 56px;
	display: block;
	width: 28px;
	height: 28px;
	background-image: url(/images/prev.gif);
	z-index: 1000;
	cursor: pointer;
}

a.next {
	position: absolute;
	top: 56px;
	left: 880px;
	display: block;
	width: 28px;
	height: 28px;
	background-image: url(/images/next.gif);
	z-index: 1000;
	cursor: pointer;
}

.copy {
	float: left;
	padding-top: 72px;
	width: 210px;
	color: #707070;
	font-size: 12px;
}

.copy a:link, .copy a:visited {
	color: #D0D0D0;
}


.tel {
	width: 330px;
	padding-top: 72px;
	float: left;
	padding-left: 178px;
}

.city {
	float: left;
	width: 130px;
	font-size: 18px;
	color: #606060;
}

.telephone {
	font-size: 36px;
	color: #000;
	float: left;
	white-space: nowrap;
}

.redcode {
	font-size: 18px;
	color: #c70000;
}


.pitem { 
    float:left;
	 width: 140px;
	 height: 187px;
	 padding: 0px 20px 20px 0px;
	 text-align: center;
	  
} 

.pitem span { 
	display: block;
	padding: 10px 0 0 0;
	font-weight: bold;
	font-size: 13px;
	color: #000;
	clear: both;
}

.pitem img {
	border: 1px solid #b3b3b3;
	width: 138px;
	height: 138px;
	display: block;
}

.pitem a:hover img {
	border: 1px solid #c70000;
}
 
* html .pitem img {
	border: 1px solid #b3b3b3;
	width: 138px;
	height: 138px;
} 

.lblock {
	float: left;
	overflow: hidden;
	width: 460px;
}

.rblock {
	float: right;
	overflow: hidden;
	width: 300px;
}

.rblock ul {
	list-style: none;
}

.rblock ul li {
	display: block;
	padding: 5px 0 5px 10px;
	font-size: 12px;
	float: left;
	width: 115px;
	margin-right: 18px;
}

.rblock ul li.act {
	background-color: #e9e9e9;
}

.rblock h2 {
	display: block;
	padding: 8px 0 15px 10px;
	font-size: 18px;
	font-weight: normal;
}

.message {
	padding: 30px 0 20px 0;
}


.addr_line {
	padding: 5px;
	clear: both;
}

.addr_line span {
	float: left;
	width: 100px;
	padding-top: 3px;
	padding-right: 0;
	font-size: 13px;
}

.input {
	border: 1px solid #ccc;
	padding: 3px 5px;
}

.txt {
	border: 1px solid #ccc;
	padding: 3px 5px;
}

#tfsend {
	float: left;
}

.valid, .novalid, .vcont {
	float: left;
	width: 33px;
	height: 23px;
	background-repeat: no-repeat;
	margin: 0px 0;
}

.valid {
	background-image: url(/images/valid.png);
}

.novalid {
	background-image: url(/images/novalid.png);
}

.show {
	display: block;
}

.hide {
	display: none;
}
