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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
a { color:#646363; }
a:hover {
	text-decoration:underline;
	color:#E61E26;
}
p {
	line-height:18px;
	margin:10px 0;
}
/* FONTS */

.arialGray14 {
	font-size:14px;
	color:#646363;
}
.arialRed12 {
	font-size:12px;
	color:#E61E26;
}
.arialRed14 {
	font-size:14px;
	color:#E61E26;
}
.arialWithe12 {
	font-size:12px;
	color:#FFFFFF;
}
.arialGray10 {
	font-size:10px;
	color:#646363;
}
.arialGray11 {
	font-size:11px;
	color:#646363;
}
.arialRed10 {
	font-size:10px;
	color:#E61E26;
}
.arialRed11 {
	font-size:11px;
	color:#E61E26;
}
/* CLASSES */

.left { float:left; }
.right { float:right; }
.none { display:none; }
.margin { margin:0 !important; }
.padding { padding:0 !important; }
.bold { font-weight:bold; }
.background { background:none !important }
.input {
	background:#E6E6E6;
	border:solid 1px #ccc;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.button {
	border:none;
	background:#E61E26;
	color:#FFFFFF;
	font-size:12px;
	text-transform:uppercase;
	padding:5px;
}
/* ELEMENTS */

#all {
	display:table;
	padding-bottom:20px
}
#header { padding-top:20px; }
#header a { color:#E61E26; }
#logo a {
	display:block;
	height:55px;
	width:177px;
	text-indent:-9999px;
	background:url(../img/celer.gif) no-repeat top left;
}
#search { text-align:right; }
#search td { padding:5px }
#menu {
	margin-top:22px;
	background:url(../img/menu-bg.jpg) no-repeat top left;
}
#menu li {
	display:inline;
	float:left;
}
#menu a {
	display:block;
	text-indent:-9999px;
	height:75px;
	width:178px;
}
#contentt { display:table; }
#homeSections { margin-top:30px; }
#homeSections .section { background: url(../img/home-section-separator.jpg) repeat-y top right; }
#homeSections .section p {
	float:left;
	width:300px;
}
#footer {
	background:url(../img/footer-bg.jpg) no-repeat top left #E61E26;
	padding-top:25px;
	padding-bottom:25px;
	margin-top:35px;
	padding-left:97px;
	width:843px;
}
#contentLeft {
	background:url(../img/home-section-separator.jpg) repeat-y top right;
	margin-top:28px;
}
#contentRight, #singleContent { margin-top:28px; }
#pageTitle { margin-bottom:23px; }
#contentLeft p { width:637px; }
.contentRightSection { margin-top:30px; }
#contactTable { margin-top:20px; }
#contactTable td { padding:5px 5px 5px 0; }
#links { margin-top:20px; }
#links ul {  *margin-left:-15px;
 *margin-right:35px;
}
#links li { height:21px; }
#loginTable { margin-top:20px; }
#loginTable td { padding:5px; }
#siteMap li {
	display:list-item;
	height:25px;
}
#siteMap ul { margin-left:20px; }
#differential li {
	list-style:disc;
	margin-top:10px;
	margin-left:15px;
}
#specifications td { padding:7px 3px; border-bottom:solid 1px #ccc; line-height:16px; }

