@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #151515 url(../images/body_bg.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #cccccc;
}
.oneColFixCtrHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #db0018; */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #000000; 
	padding: 0 5px 0 5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:100px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
	font: normal 12px Arial;
}

#mainContent a{
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background: #000000;*/
	font: normal 12px Arial;
}

#mainContent a:link, #mainContent a:visited { padding:0; margin:0; text-decoration:none; color:#cccccc;} 
#mainContent a:hover { padding:0; margin:0; text-decoration:underline; color:#db0018;}

.oneColFixCtrHdr #footer {
	padding: 0 5px 0 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #logo {
	background: #000000 url(../images/inchcape-logo-b.jpg) no-repeat; 
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.mainfont {font: normal 11px Arial;}
.smallfont {font: normal 11px Arial;}
.titlefont {font: bold 13px Arial; color:#db0018; }
.newsfont {font: bold 13px Arial; color:#db0018; }
.brandfont {font: bold 14px Arial;}

.inchcape-red {color:#db0018;}
.inchcape-white {color:#FFFFFF;}
.smallfontred {font: italic 11px Arial; color:#db0018;}
.smallfontccc {font: normal 11px Arial;}

.redline { background:#db0018; height:1px; width:980px;}
.bullettop { list-style: none; padding-left: 20px; background: url(/images/inchcape-bullet-b.jpg) no-repeat 0 0;}
.item {list-style: none; padding-left: 20px; background: url(/images/arrow.jpg) no-repeat 0 0;}
.careersli {list-style: none; color: #cccccc;}

#contactus {background: url(../images/inchcape_orb-bg.jpg) no-repeat 0 0; width:720px; height:391px; color:#FFFFFF;}

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #db0018;
border-bottom-width: 0;
font:normal 11px Arial;
line-height: 18px;
z-index: 100;
background-color: #000000;
width: 105px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #db0018;
padding: 1px 0;
text-decoration: none;
font:normal 11px Arial;
text-indent: 5px;
color:#cccccc;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #db0018;
color: #cccccc;
font-weight:bold;
}

#newsmore, #newsmore a { float:right; padding-right:10px; margin-top:10px; font: normal 11px Arial;}

#news { float:left; padding-left:15px; margin-bottom:4px; margin-top:1px; font: normal 11px Arial;}
#news ul { padding:0; margin:0; color:#cccccc; font: normal 11px Arial;}
#news li { padding:0; margin:0; line-height:150%; color:#cccccc; font: normal 11px Arial;}
#news li a { padding:0; margin:0; color:#cccccc; font: normal 11px Arial;}
#news li a:link, #news li a:visited { padding:0; margin:0; text-decoration:none; color:#cccccc; font: normal 11px Arial;} 
#news li a:hover { padding:0; margin:0; text-decoration:underline; color:#db0018; font: normal 11px Arial;}

#menu { float:right; margin-left:0px; margin-bottom:5px; margin-top:0px; font: bold 13px Arial;}
#menu ul {padding:0; margin:0; margin-left:0px; color:#cccccc;}
#menu li {padding-left: 1px; margin:0; list-style:none; display:inline; color:#db0018;}
#menu li a {color:#cccccc; margin-right: 1px;}
#menu li a:link, #menu li a:visited {text-decoration:none; color:#db0018;} 
#menu li a:hover {text-decoration:underline; color:#cccccc;}

#policy {float:left; color:#cccccc; margin-left:0px; margin-top:0px; font: normal 11px Arial;}
#policy ul {padding:0; margin:0; margin-left:0px; color:#cccccc;}
#policy li {padding-left: 1px; margin:0; list-style:none; display:inline; color:#cccccc;}
#policy li a {color:#cccccc; margin-right: 1px;}
#policy li a:link, #policy li a:visited {text-decoration:none; color:#cccccc;} 
#policy li a:hover {text-decoration:underline; color:#db0018;}

#copyright {margin-left:0px; float:right; color:#cccccc; margin-top:0px; font: normal 11px Arial;}