body {
	background: #2a2a2a url(../../gfx/background.jpg) no-repeat center top;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0px;
}

div#wrap {
	width: 896px;
	margin: 40px auto;
}

:focus { 
	outline: 0px;
} 

a img {
	border: 0px;
}

div#tape {
	position: absolute;
	width: 896px;
	top: 190px;
}

#tape_background {
	display: block;
	position: absolute;
	top: 170px;
}

#container_top {
	width: 770px;
	height: 170px;
	position: absolute;
	z-index: 20;
	top: 15px;
	left: 64px;
	overflow: hidden;
}

#transmission_top {
	width: 5000px;
	height: 170px;
	background: url(../../gfx/next.png) repeat-x 0px 160px;
}

#container_bottom {
	width: 770px;
	height: 20px;
	position: absolute;
	z-index: 20;
	top: 218px;
	left: 64px;
	overflow: hidden;
}

#transmission_bottom {
	width: 5000px;
	height: 20px;
	background: url(../../gfx/prev.png) repeat-x 0px 5px;
}


#transmission_top img {
	margin: 0px 0px;
}

#transmission_bottom div {
	width: 151px;
	height: 1px;
	float: left;
	background: red;
}

#button_left_container {
	width: 93px;
	height: 43px;
	position: absolute;
	top: 194px;
	left: 6px;
}

#button_left, #button_left_hover {
	position: absolute;
}

#button_left_hover {
	visibility: hidden;
}

a:active#button_left_container #button_left_hover {
	visibility: visible;
}

#button_right_container {
	width: 93px;
	height: 43px;
	position: absolute;
	top: 194px;
	left: 798px;
}

#button_right, #button_right_hover {
	position: absolute;
}

#button_right_hover {
	visibility: hidden;
}

a:active#button_right_container #button_right_hover {
	visibility: visible;
}

#move_left, #move_right {
	position: absolute;
	width: 93px;
	height: 43px;
	background: url(../../gfx/clear.gif);
}

#transmission_shadow {
	position: absolute;
	top: 160px;
	left: -30px;
	z-index: -5;
}

div#content {
	position: absolute;
	top: 470px;
	margin-left: 10px;
}

.homepage_block {
	/* background: url(../../gfx/homepage_block.png) no-repeat; */
	width: 264px;
	height: 143px;
	padding: 1px;
	overflow: hidden;
	position: absolute;
}

.homepage_block_background {
	position: absolute;
	top: 0px;
	left: 0px;
}

#b1 {
	left: 0px;
}

#b2 {
	left: 304px;
}

#b3 {
	left: 608px;
}

.homepage_block a.read_more span {
	display: none;
}

.homepage_block a.read_more {
	display: block;
	background: url(../../gfx/homepage_read_more.png) no-repeat;
	width: 264px;
	height: 43px;
	position: absolute;
	/* top: 164px; */
	top: 143px;
}

h3 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-weight: 300;
	color: #fff;
	margin: 0px;
}

h4 {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #777;
	margin: 5px 0px;
}

#newsletter {
	/* background: url(../../gfx/newsletter/background.png) no-repeat; */
	width: 509px;
	height: 122px;
	position: absolute;
	top: 185px;
	padding: 17px 23px;
}

#newsletter_background {
	position: absolute;
	top: 185px;
}

#newsletter_form {
	position: absolute;
	z-index: 2;
	top: 70px;
}

#newsletter form {

}

#newsletter_name_background {
	position: absolute;
	top: 70px;
	z-index: 1;
}

#newsletter_mail_background {
	position: absolute;
	left: 232px;
	top: 70px;
	z-index: 1;
}

#newsletter .input_text_blur {
	/* background: url(../../gfx/newsletter/input_text.png) no-repeat; */
	background: transparent;
	width: 182px;
	height: 20px;
	padding: 10px 10px 0px 10px;
	border: 0px;
	color: #999;
	font-size: 10px;
	outline: none;
	margin-right: 5px;
}

#newsletter .input_submit {
	background: url(../../gfx/newsletter/input_submit.png) no-repeat;
	width: 47px;
	height: 29px;
	border: 0px;
	outline: none;
}

#newsletter .input_submit:hover {
	background: url(../../gfx/newsletter/input_submit.png) 0px -29px no-repeat;
}

#homepage_blog {
	width: 324px;
	height: 104px;
	position: absolute;
	top: 165px;
	left: 549px;
	padding: 17px 0px;
}

#homepage_blog p {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #777;
	margin: 5px 0px;
	line-height: 16px;
}

#homepage_blog .read_more span {
	display: none;
}

#homepage_blog .read_more {
	background: url(../../gfx/read_more.png) right 0px no-repeat;
	height: 29px;
	width: 147px;
	float: right;
	text-decoration: none;
	display: block;
	text-align: right;
	position: relative;
	top: 5px;
}

#homepage_blog .read_more:hover {
	background: url(../../gfx/read_more.png) right -29px no-repeat;
}

#homepage_blog .read_more img {
	display: none;
}

#homepage_blog .read_more img {
	border: 0px;
}

#footer {
	width: 876px;
	color: #777;
	font-size: 11px;
	position: absolute;
	top: 325px;
	padding-bottom: 50px;
}

#quote {
	width: 876px;
	color: #777;
	font-size: 11px;
	position: absolute;
	top: 325px;
	padding-bottom: 50px;
	text-align: right;
}

.garage {
	width: 264px;
	height: 144px;
	background: url(../../gfx/garage_back.jpg) no-repeat;
	position: absolute;
	overflow: hidden;
	border: 1px solid #333;
}

.garage img {
	position: absolute;
	bottom: -144px;
}

.garage div.bar {	
	background-repeat: no-repeat;
	height: 18px;
	width: 264px;
	position: absolute;
}

.garage div.bar1 {
	top: 0;
	background-position: 0 0;
}

.garage div.bar2 {
	top: 18px;
	background-position: 0 -18px;
}

.garage div.bar3 {
	top: 36px;
	background-position: 0 -36px;
}

.garage div.bar4 {
	top: 54px;
	background-position: 0 -54px;
}

.garage div.bar5 {
	top: 72px;
	background-position: 0 -72px;
}

.garage div.bar6 {
	top: 90px;
	background-position: 0 -90px;
}

.garage div.bar7 {
	top: 108px;
	background-position: 0 -108px;
}

.garage div.bar8 {
	top: 126px;
	background-position: 0 -126px;
}

#garage1 div.bar {
	background-image: url(../../gfx/about.jpg);	
}

#garage2 div.bar {
	background-image: url(../../gfx/offer.jpg);	
}

#garage3 div.bar {
	background-image: url(../../gfx/partners.jpg);
}

.garage_extra_shadow {
	background: url(../../gfx/extra_shadow.png);
	width: 264px;
	height: 144px;
	position: absolute;
	top: 0;
	left: 0;
}

.garage_shadow {
	background: url(../../gfx/garage_shadow.png);
	width: 264px;
	height: 144px;
	position: absolute;
	top: 0;
	left: 0;
}

#garage1 {
	left: 0px;
}

#garage2 {
	left: 304px;
}

#garage3 {
	left: 608px;
}
