/* Ruiz Rent-A-Car N.V. CSS Document */
/* DOM TAGS **************************************************************/
* {
	padding:0px;
	margin:0px;
	border:0px;
}
body { 
	background-color:#FFFFFF;
	color: #000000;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin: 0;
}
table {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
h1 {
	font-size:18px;
	line-height:18px;
	text-align:center;
	margin-bottom:20px;
}
h2 {
	font-size:14px;
	line-height:14px;
	margin-bottom:10px;
}
p {
	font-size:14px;
	line-height:14px;
	margin-bottom:10px;
}
a:link {
	color: #1263fa;
	font-weight:bold;
}
a:visited {
color: #1163FA;
font-weight:bold;
}
a:hover {

}
a:active {

}

.footer a:hover {
background-color: #CCCCCC;
}

/* STANDAD CLASSES *****************************************************************/
.footer {
	font-size: 14px;
	font-weight:bold;
	text-align: center;
	clear:both;
}
.clearing {
	clear:both;
}


/* CONTENT WRAPPER STYLES ****************************************************************/
#header {
	background-color:#FFFFFF;
	border-left:1px #CCCCCC solid;
	border-right:1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	width: 900px;
	background-image:url(img/ruiznewheader.jpg);
	background-repeat:no-repeat;
	height: 100px;
	margin-left:auto;
	margin-right:auto;
}
#wrapper {
	position:relative;
	width: 900px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	border-left:1px #CCCCCC solid;
	border-right:1px #CCCCCC solid;
	border-bottom:1px #CCCCCC solid;
	margin-bottom:20px;
	background-color: #FFFFFF;
}
#navbar {
	position: absolute;
	background-color:#FFFFFF;
	top: 0px;
	left: 0px;
	width: 169px;
	
}
#inner-content {
	width:730px;
	background-color: #FFFFFF;
	border-left: 1px #CCCCCC solid;
	margin-left:169px;
	font-size:12px;
	height:auto;
}
#inner-content .footer {
margin:0px;
padding:0px;
line-height:30px;
}
#content {
	width:695px;
	background-color: #FFFFFF;
	padding-top:20px;
	margin-left:20px;
	margin-right:15px;
	text-align:center;
}
#navbar ul li {
list-style-type: none;
margin: 0;
padding: 0;
}
#navbar ul {
margin: 0;
padding: 0;
}

#navbar ul li a:link, #navbar ul li a:visited {
display: block;
text-decoration: none;
font-weight: bold;
font-size:14px;
border-bottom: solid #CCCCCC 1px;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 20px;
}

#navbar ul li a:hover {
background-color:#CCCCCC;

}

/* Photo */

.thumb {
margin-right: 5px;
margin-bottom:5px;
border: 1px solid #CCCCCC;
height:180px;
float: left;
text-align: center;
} 
.thumb img {
display: inline;
margin: 5px;
border: 1px solid #CCCCCC;
}
.thumb a:hover img {border: 1px solid #CCCCCC}
.photocattitle {text-align: center; font-weight: bold;}
.phototitle {
text-align: center;
font-weight: normal;
width: 120px;
} 

/* Contact Page */

#contact-form label{
float:left;
width: 20%;
font:Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight:bold;
color:#1263fa;
margin-left:0.4em;
text-align:right;
}

#contact-form div{
clear:left;
margin:0.4em 0 0.6em 0;
}

#contact-form fieldset{
border: 0px solid #CCCCCC;
}

#contact-form legend{
color:#020167;
}

#contact-form fieldset label{
margin-left: 5px;
}

#contact-form .text{
width: 70%;
border: 1px solid #CCCCCC;
}

#contact-form textarea .text{
width: 77%;
}

#contact-form .btn{
border: 2px solid #CCCCCC;
background-color: #1263fa;
color:#FFFFFF;
padding:0.4em;
}

#contact-form div.submit{
text-align:right;
margin-right:31px;

}