@charset "utf-8";
/**************************************************************

BRNO-AUTOPUJICOVNA.CZ
@author:  Matej Chudada, http://draftpunk.sk/
@tested on: firefox 2,3, IE 6,7,8, Opera 9, Safari 3.1
@version: 2008-12-05

***************************************************************/

* {
	margin: 0;
	padding: 0;
}
body {
	background: #1e1e1e url(../images/header_repeat_bg.jpg) top left repeat-x;
	color: #eee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

a, a:link, a:visited, a:active {
	border-bottom: 1px dotted #09c;
	color: #0099cc;
	text-decoration: none;
}
a:hover {
	color:	#00CCFF;
}
p {
	margin-bottom: 1.5em;
	text-align: justify;
}
h2 {
	color: #08a4ed;
	font-family: helvetica, arial, verdana;
	font-weight: normal;
	font-size: 2em;
	*font-size: 1.7em;
	margin-top: 20px;
	margin-bottom: 1em;
}
h3 {
	color: #c00;
	margin-bottom: 1em;
}
.info {
	background: url(../images/ico_info.jpg) center left no-repeat;
	display: block;
	height: 54px;
	margin-top: -18px;
	overflow: visible;
	padding-left: 58px;	
	padding-top: 38px;
}
.clear {
	clear: left;
}




/***************
	__BASIC LAYOUT
	********************/
	
#head {
	background: url(../images/header_bg.jpg) top left no-repeat;
	height: 256px;
	width: 900px;
}
#body {	
	width: 916px;
}
#content {
	float: right;
	padding-left: 16px;
	width: 586px;
}
#menu {
	background: url(../images/menu_bg.jpg) top left no-repeat;
	height: 573px;
	float: left;
	list-style: none;
	padding-top: 80px;
	padding-left: 20px;
	text-align: right;
	width: 294px;
}
#footer {
	background: url(../images/footer_bg.gif) top left repeat-x;
	color: #666666;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	height: 150px;
	padding-top: 80px;
	width: 100%;
}


/*********************
	__HEAD LAYOUT
	********************/
#head a h1 {
	display: none;
}
#head > a {
	border: none;
	display: block;
	height: 80px;
	left: 100px;
	position: relative;
	top: 10px;
	width: 350px;
}


/*******************
	__MENU LAYOUT
	*******************/
#menu li {
	position: relative;
	border-bottom: 1px dotted #888;
	*left: -40px;	
	width: 250px;	
}
#menu li a {
	border: none;
	display: block;
	height: 29px;
	position: relative;
	text-decoration: none;
	width: 250px;
}
#menu li a span {
	cursor: hand;
	height: 29px;
	left: 0;
	position: absolute;
	top:0;
	width: 250px;
}
#menu li#home_link, #menu li#home_link a span{
	background: url(../images/menu_home.gif) right bottom no-repeat;
}
#menu li#catalogue_link, #menu li#catalogue_link a span {
	background: url(../images/menu_cenik.gif) right bottom no-repeat;
}
#menu li#terms_link, #menu li#terms_link a span {
	background: url(../images/menu_obchodniPodminky.gif) right bottom no-repeat;
}
#menu li#contact_link, #menu li#contact_link a span {
	background: url(../images/menu_kontakt.gif) right bottom no-repeat;
}

#menu li#home_link a.selected span ,#menu li#home_link a span:hover {
	background: url(../images/menu_home_hover.gif) right bottom no-repeat;
}
#menu li#catalogue_link a.selected span, #menu li#catalogue_link a:hover span {
	background: url(../images/menu_cenik_hover.gif) right bottom no-repeat;
}
#menu li#terms_link a.selected span, #menu li#terms_link a:hover span {
	background: url(../images/menu_obchodniPodminky_hover.gif) right bottom no-repeat;
}
#menu li#contact_link a.selected  span, #menu li#contact_link a:hover span {
	background: url(../images/menu_kontakt_hover.gif) right bottom no-repeat;
}
.phone_id {
	display: block;
	position: absolute;
	top: 530px;
	left: 100px;
	width: 200px;
	height: 1em;
}
.phone_id em {
	color: #09c;
	font-style:normal;
}


/*******************
	__CONTENT LAYOUT
	*********************/


/*********************
	__FOOTER LAYOUT
	********************/
#footer #netwings {
	float: left;
	margin-left: 60px;
	margin-top: 20px;
}
#footer .netwings_logo {
	background: url(../images/logo_netwings.jpg) top left no-repeat;
	display: inline-block;
	height: 28px;
	top: -9px;
	*top: 4px;
	position: relative;
	text-indent: -999em;
	width: 120px;
} 

#footer #copyright {
	background: url(../images/img_carbrands.jpg) top left no-repeat;
	float: left;
	margin-left: 180px;
	padding-top: 80px;
	text-align: center;
	width: 361px;
	overflow: visible;
}
#footer #copyright p {
	text-align: center;
}
#footer #copyright #footer_menu {
	padding-left: 58px;	
	list-style: none;
}
#footer #copyright #footer_menu li {
	float: left;
}


/************************
	__CATALOGUE TABLE
	***********************/

.catalogue_table {
	background: url(../images/table_top_bg.gif) top center no-repeat;
	color: #666666;
	margin-left: -10px;
	padding-top: 17px;
	width: 584px;
}
.catalogue_table td, .catalogue_table caption {
	padding: 5px;	
}
.catalogue_table td {
	padding-bottom: 1.5em;
}
.catalogue_table table.good_price {
	background: url(../images/ico_good_price.gif) top right no-repeat;
}
.catalogue_table table {
	border: 1px solid #413d3d;
	border-bottom: none;
	margin-left: 10px;
	margin-right: 10px;
	width: 568px;
}
.catalogue_table table caption {
	border: 1px solid #413d3d;	
	border-bottom: 1px solid #111;
	background: #272626;
	color: #cc0000;
	font-size: 1.2em;
	*font-size: 1.1em;
	font-weight: bold;
	text-align: left;
}
.catalogue_table div.last_child {
	background: url(../images/table_bottom_bg.gif) bottom left no-repeat;
	margin-left: 1px;
	padding-bottom: 19px;
	width: 100%;
}
.catalogue_table tr.bold_row {
	color: #CCCCCC;
	font-weight: bold;
	padding-top: 0;
}
.catalogue_table tr.bold_row td {
	padding-bottom: 0;
}

/**************************
	__CAR GALLERY
	***************************/

.car_item {
	background: url(../images/gal_item_bg.gif) bottom left no-repeat;
	padding: 15px;
	width: 511px;
}
.car_item h3 {
	padding: 7px;
}
.car_item a {
	outline: none;
}
.car_def {
	float: left;
	width: 230px;
}
.car_desc {
	float: left;
	padding-left: 10px;
	width: 230px;
}
.car_desc p {
	color: #777;
	font-size: .8em;
	margin-top: 2em;
}
.car_desc p strong {
	color: #AAA;
}
.car_desc h4 {
	color: #5392b0;
}
.car_img {
	background: url(../images/img_gal_shadow.gif) bottom left no-repeat;
	padding: 0 0 6px 6px;
}
.car_img a {
	border: none;
}
.car_img img {
	border: 6px solid #373737;
}
.car_thumbs {
	margin-left: 5px;
}
.car_thumbs a {
	border: none;
}
.car_thumbs img {
	border: 4px solid #1e1e1e;
}
.car_thumbs img:hover {
	border-color: #014768;
}

a.button_zoom, a.button_gal {
	border: none;
	display: block;
	float: left;
	height: 45px;
	margin-top: -0.5em;
	text-indent: -999em;
	width: 45px;	
}
.button_zoom {
	background: url(../images/ico_zoom.gif) top left no-repeat;	
}
.button_zoom span {
	display: none;
}
.button_zoom:hover {
	background: url(../images/ico_zoom_hover.gif) top left no-repeat;
}
.button_gal {
	background: url(../images/ico_euro.gif) top left no-repeat;
}
.button_gal:hover {
	background: url(../images/ico_euro_hover.gif) top left no-repeat;
}


/********************
	__CONTACT
	***********************/

.map {
	border: 6px solid #373737;
	float: left;
	margin-bottom: 3em;
}
.map:hover {
	border-color: #0f5f85;
}
.contact_info {
	float: left;
	padding-left: 10px;
	padding-bottom: 3em;
}
.contact_info h4 {
	color: #5392b0;
	font-weight: bold;
	font-variant: small-caps;
	padding-top: 0.5em;
}

/************************
	__TERMS
	**********************/
p.terms {
	padding-top: 1em;
}
p.terms img {
	float: left;
	margin-right: 10px;
}