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

body{
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	margin:10px 0px 0px 0xp;
}
.goog-te-banner-frame.skiptranslate {display: none !important;} 
body { top: 0px !important; }

.goog-tooltip { 
    display: none !important; 
} 
.goog-tooltip:hover { 
    display: none !important; 
} 
.goog-text-highlight { 
    background-color: transparent !important; 
    border: none !important;  
    box-shadow: none !important; 
} 
.goog-te-combo {
width:150px !important;
overflow:hidden;
}


#container{
margin:0 auto;
width:1000px;
height:100%; !important
color:#eeeeee;
}

#header{
	background-image:url(http://www.ovip.co.uk/themes/ovip//images/header1.png);
	height:130px;
	padding:20px;
}

#footer{


}

#footer_content{
padding:5px 70px 30px 70px;	
background-image:url(http://www.ovip.co.uk/themes/ovip//images/footer_bkg.png);
background-repeat:repeat-y;
width:860px;
}

#logo{
padding:20px;	
}
ul, li{
	margin:0px;
	padding:0px;}




/*--------nav-----------------*/
.nav{
	list-style:none;
	font-weight:bold;
	margin:8px 0px 10px 30px;
	padding:0px;
	/* Clear floats */
	float:left;
	width:100%;
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
}
.nav li{
	float:left;
	margin-right:20px;
	position:relative;
}
.nav a{
	display:block;
	padding:5px;
	color:#666666;
	
	
	text-decoration:none;
}
.nav a:hover{
	color:#fc9605;
	text-decoration:underline;
}

/*--- DROPDOWN ---*/
.nav ul,nav ul ul {
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px;
	z-index:100;/* Hide off-screen when not needed (this is more accessible than display:none;) */
	
}




.nav ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
	margin-left:5px;
}
.nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
.nav li:hover ul{ /* Display the dropdown on hover */
background-color:#ffffff;
border:1px solid #CCC;
	left:0; /* Bring back on-screen when needed */
}
.nav li:hover ul ul{ /* Display the dropdown on hover */
background-color:#ffffff;
border:1px solid #CCC;
	left:-9999px; /* Bring back on-screen when needed */
}


.nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */

	text-decoration:underline;
}
.nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
	
}

.nav li:hover ul li:hover a{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
		color:#fc9605;
}
.nav li:hover ul li:hover ul{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
		color:#fc9605;
		left:90px;
		top:-1px;
}




/*------------end nav-----------------*/


.content {
	padding:20px;	
background-image:url(http://www.ovip.co.uk/themes/ovip//images/bkg.png);
width:900px;
}

.nopadding{
padding:0px 0px 20px 0px;	
background-image:url(http://www.ovip.co.uk/themes/ovip//images/bkg.png);
width:1000px;
}

#banner{
	padding:20px;
	background-image:url(http://www.ovip.co.uk/themes/ovip//images/banner.png);	
	height:340px;
}

.rental_details{
	color:#FFF;
	float:left;
	background-color:#06F;
	border:1px #FFF solid;
	width:141px;
	text-align:center;
}
#results .rental_details{
	color:#FFF;
	float:left;
	
	border:1px #FFF solid;
	width:80px;
	text-align:center;
	font-size:10px;
}

