@charset "utf-8";

/********************************************************************/
/* CAPALABA CARAVAN REPAIRS STYLE-SHEET:
/********************************************************************/
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.Spectable td {
padding: 2px;
}

.Spectable .Header {
font-weight: bold;
width: 140px;
}

.SpectableHeader {
font-weight: bold;
font-size:15px;
color: #152c5c; 
}
/********************************************************************/
/* GLOBAL STYLES:
/********************************************************************/

body {
	/* background-image: url(images/body.jpg); background-position: top; background-repeat: repeat-x; */
	/* background-color: #333333; /* Makes the page more seamless - OPTIONAL */
	background-color: #f0ecdc;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

/********************************************************************/
/* LAYOUT STYLES:
/********************************************************************/

#container {
	margin: -5px auto;
	width: 990px;
	background-image: url(images/container.jpg);
	background-color: #000000;
	border: 1px solid #1e3fb9;
    _margin-top: -12px;
}



#header {

	height: 275px;

	width: 990px;

	background-color: #333333;

}



#navigation {

	height: 22px;

	width: 990px;

	background-color: #666666;

	border-top: 1px solid #999999;

	border-bottom: 1px solid #333333;

	text-align: center;

	}



	#navigation ul {

		padding: 0;

		list-style-type: none;

		margin: 0;

	}

	

	#navigation ul li {

		display: inline;

		list-style-type: none;

		text-align: center;

		margin-right: 15px;

		height: 100px;

		padding: 0px 5px 0px 5px;

		}

	

	#navigation a:link {

		font-family: verdana;

		font-size: 10px;

		text-decoration: none;

		white-space: nowrap;

		color: #FFFFFF;

	}

	

	#navigation a:visited {

		font-family: verdana;

		font-size: 10px;

		text-decoration: none;

		white-space: nowrap;

		color:#FFFFFF;

	}

	

	#navigation a:hover {

		color: #8a9bd7;

		text-decoration: none;

	}



#content {

	min-height: 310px;

	margin-top: 25px;

	margin-right: 25px;

	margin-bottom: 25px;

	margin-left: 25px;

	width: 910px;

	padding: 20px 15px 20px 15px;

	border: 1px solid #999999;

	background-image: url(images/test.jpg);

	background-position: right;

	background-repeat: repeat-y;

	background-color: #f0ecdc;

	font-size: 12px;

}



#content a:link {

	color: #0b194c;

	text-decoration: none;

	font-weight: bold;

}



#content a:visited {

	color: #0b194c;

	text-decoration: none;

	font-weight: bold;

}



#content a:hover {

	color: #40508b;

	border-bottom: 1px solid #a7adc0;

}



#right_panel {

	min-height: 300px;

	width: 200px;

	background-color: #f0f1f2;

	float: right;

	border: 1px solid #152c5c;

	margin-right: 10px;

	margin-left: 10px;

	margin-bottom: 10px;

	padding: 5px 10px 5px 10px;

}



#right_panel a:link, a:visited, a:hover {

	font-weight: normal;
	

}



#footer {

	height: 60px;

	width: 990px;

	padding: 5px 0px 0px 0px;

	background-image: url(images/footer.jpg);

	background-repeat: repeat-x;

        background-position: top;

        background-color: #333333;

	text-align: center;

	text-transform: uppercase;

	font-size: 10px;

	color: #c0c0c0;

}



	#footer ul {

		padding: 0;

		list-style-type: none;

		margin: 0;

	}

	

	#footer ul li {

		display: inline;

		list-style-type: none;

		text-align: center;

		margin-right: 15px;

	}

	

	#footer a:link {

		font-family: verdana;

		font-size: 10px;

		text-decoration: none;

		white-space: nowrap;

		color: #cccccc;

	}

	

	#footer a:visited {

		font-family: verdana;

		font-size: 10px;

		text-decoration: none;

		white-space: nowrap;

		color: #cccccc;

	}

	

	#footer a:hover {

		color: #ffffff;

		text-decoration: none;

	}





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

/* CLASSES:

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



h1 {

	font-size: 16px;

	text-transform: uppercase;

	color: #152c5c;

}



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

/* IE 6 FIXES:

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



*html #container {

	margin-left: auto;

	margin-right: auto;

	border: none;

	/* margin-top: -15px; /* This is used to upper container margin - needed for seamless body image. */

}



*html #header {

	border-left: 1px solid #333333;

	border-right: 1px solid #333333;

}



*html #content {

	height: 310px;

	margin-right: -4px;

}



*html #right_panel {

height: 300px;

}



*html #navigation {

width: 992px;

}



*html #footer {

width: 992px;

}