/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	background: #00B4FF url(../images/bg.gif) repeat-x center top;
}
#wrapper {
	margin: 0 auto;
	width: 922px;
	background: url(../images/header.jpg) no-repeat center top;
}
#faux {
	background: url(../images/faux-1-3-col.gif);
	margin-bottom: 5px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%
}
#header {
	color: #333;
	width: 902px;
	padding: 10px;
	height: 135px;
	margin: 5px 0px 0px;
}
#navigation {
	color: #333;
	padding: 0px;
	margin: 0px;
	border-top: 0px solid #D6D6D6;
	border-right: 0px solid #D6D6D6;
	border-bottom: 2px solid #D6D6D6;
	border-left: 0px solid #D6D6D6;
	height: 40px;
}
#navigation ul li a {
	color: #333;
	text-decoration: none;
	font-size: 14px;
	background: #F3F3F3;
	padding: 10px;
	margin: 0px;
	border: 1px solid #D6D6D6;
	line-height: normal;
	display: inline;
}

#navigation ul li {
	list-style: none;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	display: inline;
}
#navigation ul {
	width: 922px;
	clear: both;
	height: 40px;
	display: block;
	background: #9FC;
}

#leftcolumn {
	display: inline;
	color: #333;
	margin: 10px;
	padding: 0px;
	width: 195px;
	float: left;
	text-align: center;
}
#content {
	float: left;
	color: #333;
	margin: 10px 13px;
	padding: -10px 0px 0px;
	width: 460px;
	display: block;
	position: relative;
}
#rightcolumn {
	display: inline;
	position: relative;
	color: #333;
	margin: 10px 10px 10px 0px;
	padding: 0px;
	width: 195px;
	float: right;
	text-align: center;
}
#footer {
	width: 902px;
	clear: both;
	color: #333;
	background: #ABBEBE;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	text-align: center;
}
.clear { clear: both; background: none; }#header h1 {
	font-size: 36px;
	color: #C00;
	margin: 0px;
	padding: 0px;
}
#slideshow {
	height:250px;
	margin: 0px;
	padding: 0px;
	position: relative;
	border-top: 5px solid #0047A9;
	border-right: 0px solid #0047A9;
	border-bottom: 5px solid #00B1FD;
	border-left: 0px solid #0047A9;
}

#slideshow IMG {
	position:absolute;
	top:-4px;
	left:0px;
	z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}
.jqueryslidemenu{
	width: 100%;
	z-index: 20;
	position: relative;
}
#myslidemenu {
	font-size: 14px;
	padding: 0px;
	height: 38px;
	background: url(../images/menu-bg.gif) no-repeat center top;
}


.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
	display: block; /*background of tabs (default state)*/
	color: white;
	padding: 8px 10px;
	color: #333;
	text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
	color: #000;
}

.jqueryslidemenu ul li a:hover{
	color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	background: #C0C0C0;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
	width: 160px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
	color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
#lan {
	padding: 0px;
	margin: 7px 10px 3px;
	border: 1px solid #414141;
}
.alighright {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: right;
}
.aligleft {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
}
#content h1 {
	font: normal 28px/24px Georgia, "Times New Roman", Times, serif !important;
	border-top: 0px dotted #D6D6D6;
	border-right: 0px dotted #D6D6D6;
	border-bottom: 2px dotted #D6D6D6;
	border-left: 0px dotted #D6D6D6;
	margin: 0px 0px 10px;
	padding: 0px;
	display: block;
	color: #D70016 !important;
}
#content a {
	color: #D70016;
}
#content ul {
	margin-left: 30px;
}
#content p {
	margin-bottom: 20px;
}
#content h3 {
	color: #849F9F;
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin-bottom: 10px;
}
#rightcolumn h3 {
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background: #849F9F;
	display: block;
	width: 148px;
	margin: 0px auto;
	padding: 0px;
	color: #FFF;
}
#rightcolumn h3 a {
	color: #FFF;
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
}
#veicolithumb {
	border: 1px solid #ABBEBE;
	padding: 8px;
	background: #FFF;
}
#leftcolumn h2 {
	font: bold 24px/24px Arial, Helvetica, sans-serif;
	border-top: 0px dotted #F2F2E6;
	border-right: 0px dotted #F2F2E6;
	border-bottom: 2px dotted #F2F2E6;
	border-left: 0px dotted #F2F2E6;
	margin: 0px 0px 10px;
	padding: 0px;
	display: block;
	color: #666;
}
#rightcolumn h2 {
	font: bold 24px/24px Arial, Helvetica, sans-serif;
	border-top: 0px dotted #F2F2E6;
	border-right: 0px dotted #F2F2E6;
	border-bottom: 2px dotted #F2F2E6;
	border-left: 0px dotted #F2F2E6;
	margin: 0px 0px 10px;
	padding: 0px;
	display: block;
	color: #666;
}
#footer a {
	color: #333;
	text-decoration: none;
}
#leftcolumn img {
	border: 2px solid #849F9F;
}
#leftcolumn h3 {
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background: #849F9F;
	display: block;
	width: 148px;
	margin: 0px auto;
	padding: 0px;
	color: #FFF;
}
#wrapper h1 {
	font-size: 0px;
	color: #FFF;
}
 
/* Z-index of #mask must lower than #boxes .window */
#mask {
  position:absolute;
  z-index:99999;
  background-color:#000;
  display:none;
}
   
#boxes .window {
  position:absolute;
  width:440px;
  height:200px;
  display:none;
  z-index:99999;
  padding:20px;
}
 
 
/* Customize your modal window here, you can add background image too */
#boxes #dialog {
  width:375px;
  height:203px;
}
.offerte {
	font-family: "Arial Black", Gadget, sans-serif;
}

