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



body {
	font-family: 'Lato','sans-serif'; 
	color:#464646; 
	font-size:14px;
}


#MainContainer {
		margin: 0 auto;
		width:650px;
		overflow:hidden;
}

#header {
	width:650px;
	height: 80px;
	top: 0;
	position: fixed;
	background-color:#fff;
	border-bottom:3px #3283FC solid;
}

#logo {
	width: 45px;
	background-color: #fff;
	display: inline;
	float:left;
	margin-top:10px;
}

#menu {
		display: inline;
		width:160px;
		float:right;
		margin: 52px 0 0 0;
}

#footer {
	width:650px;
	height:32px;
	bottom: 0;
	position: fixed;
	background-color:#fff;
	padding: 15px 0 0 0;
	border-top:3px #3283FC solid;
}

#footer2 {
	width:650px;
	height:32px;
	background-color:#fff;
	padding: 15px 0 0 0;
	border-top:3px #3283FC solid;
}


#contactline {
	font-family: 'Lato', 'sans-serif'; 
	color:#cc3333; 
	font-size:14px;
	float:left;
	}
	
#content {
	width:650px;
	padding: 75px 0 0 0;
	margin: 0 0 45px 0;
}


/*----------MENU----------*/


ul {
	list-style-type: none;
	margin: 0;
	padding: 0;	
	float: right;
}
	
li {
	display: inline;
	font-family: 'Lato', 'sans-serif'; 
	color:#cc3333; 
	font-size:14px;
	text-decoration: none;
	padding: 0 4px 0 4px;
}

a:link {color:#cc3333; text-decoration: none;}      /* unvisited link */
a:visited {color:#cc3333; text-decoration: none;}  /* visited link */
a:hover {color:#3283FC; text-decoration: none;}  /* mouse over link */
a:active {color:#474747; text-decoration: none;}  /* selected link */


/*----------FONTS----------*/


h1 {font-family: 'Lato', 'sans-serif'; color:#cc3333; font-size:14px;}

h2 {font-family: 'Lato', 'sans-serif'; font-size: 14px; font-weight: bold; color: #aaaaaa;}

h3 {font-family: 'Lato', 'sans-serif'; font-size: 12px; font-weight:normal; color: #282828; padding: 0 0 10px 0;}

h4 {font-family: 'Lato', 'sans-serif'; font-size: 14px; font-weight:normal; color: #3B3B3B; padding: 0 0 10px 0;}


/*----------RENTAL LIST----------*/


#rentallist{
background-color:#ffffff;
float:left;
display:inline-block;
width:100%;
height:100%;

}

#rental
{
font-size: 12px;
text-align: left;
border-collapse: collapse;
}
#rental th 
{
width:50%;
font-size: 14px;
font-weight: normal;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
color: #ffffff;
background:#cc3333;
padding:4px 0 4px 4px;
}
#rental td
{
padding:3px 0 3px 3px;
text

}

tr:nth-child(odd) {
    background-color: #e2e2e2;
}

#clients{
width: 450px;
height: 480px;
-moz-column-count:3; /* Firefox */
-webkit-column-count:3; /* Safari and Chrome */
column-count:3;
}






