/* Cascading style sheet for Brake Centre web site */

/* The following line prevents printing of the web pages via normal print functions */
@media print { body { display:  none; } }

body {
	font-family: verdana, sans-serif;
	text-align: center;
	padding: 0px;
	margin: 0px;
	color: #000;
	background-image: url("../images/bckgd.jpg");
	background-repeat: repeat-x;
	background-color: #fff;
}
	
/*Content links*/
a {
	text-decoration: none;
	}

a:link{
	text-decoration: none;
	color: #00f;
}
	
a:visited{
	color: #f63;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
	
a:active{
 	color: #0cc;
	text-decoration: underline;
}

/*Appearance of Navigation menu links*/
#navbox a {
	text-decoration: none;
}

#navbox a:link{
	text-decoration: none;
}
	
#navbox a:visited{
	text-decoration: none;
}

#navbox a:hover{
	text-decoration: none;
}

/*Appearance of Index links on Industry News pages*/

#feature a {
	display: block;
	width: 100px;
	text-align: center;
	border: 1px dotted #00336a;
	padding-bottom: 5px;
	background-color: #eee;
}

/*Appearance of Footer links*/
#footer a {
	text-decoration: none;
}

#footer a:link{
	text-decoration: none;
	color: #00f;
}
	
#footer a:visited{
	color: #009;	
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

/*Appearance of linked images*/

a img, a:visited img, img {
	border-style: none;
}

/* Text formatting*/	
h1 { 
	font-size: large;
	color: #039;
}	
	
h2 {
	font-size: medium;
	color: #039;
}

h3 {
	font-size: small;
	color: #039;
}
	

p {
	font-size: small;
	color: #000;
}

acronym {
	border: none;
	font-style: normal;
	cursor: help;
}

abbr {
	border: none;
}

.center {
	width: 100%;
	font-size: smaller;
	text-align: center;
} /*Use for content centered in container.*/

.rightalign {
	font-size: x-small;
	text-align: right;
} /*Use for right-aligned links text in title box.*/

.floatleft {
	float: left;
	padding: 10px;
} /*Use for img, positioned at left
with text flowing to the right.*/

.floatright {
	float: right;
	padding: 10px;
} /*Use for img, positioned at right
with text flowing to the left.*/

.clear {
	clear: left;
} /*Use for a div where floating elements 
such as images are not allowed on the left.*/

.small{
	font-size: small;
}

.xsmall{
	font-size: x-small;
}

.larger{
	font-size: larger;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.redtext {
	color: red;
}
.greytext {
	color: #777;
}

.noscript {
	font-size: x-small;
	color: #000;
	background-color: #ffd922;
}

.tag {
	color: #c30;
	background-color: #fff;
	font-size: x-large;
	font-style: italic;
}

/* List styles */
ul {
	font-size: small;
}

ul.nobullet {
	font-size: small;
	list-style-type: none;
}

ul.bullet {
	font-size: small;
	list-style-type: square;
}

li {
	 padding-bottom: 5px;
}


/*Table styles*/
table {
	margin: 0;
	font-size: small;
}
td.contact {
	width: 200px;
}
td.lmb {
	width: 950px;
	text-align: center;
	}

/*Layout*/

#linkToMain {
 	position: absolute;
	top: 2px;
	left: 2px;
} /* To position the small space-gif to provide 
a link to the main content, to improve 
accessibility for users of screen readers. */
	
#container {
	width: 1000px;
	margin: 5px auto 10px auto;
} /* This is the outer content container. */


#toplinksbox {
	width: 1000px;
	height: 12px;
	text-align: left;
	font-size: 10px;
}

#titlebox {
	width: 1000px;
	height: 200px;
} /* This is the container for the company logo banner. */

#navbox {
	width: 1000px;
	position: absolute;
	top: 217px;
	height: 25px;
	color: #000;
	background: #ffd922;
}

#content {
	width: 974px;
	padding: 25px 10px 10px 10px;
	text-align: justify;
	color: #000;
	background-color: #fff;
	border-left: 3px solid #eee;
	border-right: 3px solid #eee;
}

#feature {
	float: right;
	text-align: center;
	border: 2px solid #eee;
	margin: 10px 0 10px 10px;
	padding: 5px;
	width: 100px;
}

#bottomlinks {
	padding: 5px;
	background-color: #eee;
	color: #000;
	font-size: x-small;
	width: 990px;
}

#footer {
	width: 1000px;
	font-size: x-small;
	color: #000;
	background: #ffd922;
	margin-top: 0;
}

