body {
	margin: 0px;
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #525252;
	background-color: #ADC0C7;
}

h1 {
	color: #ffffff;
	font-size: 24px;
	line-height: 1.8em;
	margin: 0;
	padding: 0;
}
h2 {
	color: #EF4035;
	font-size: 14px;
}

	h2 a {
		color: #EF4035;
		font-size: 14px;
	}

ul {
	margin: 0;
	padding-left: 20px;
	list-style-type: square;
}

a {
	color: #000000;
}
/* =============================

LAYOUT

============================= */

#container {
	width: 950px;
	position: absolute;
	left: 50%;
	top: 70px;
	margin-left: -475px;
}

#header {
	height: 33px;
}

#headerlinks {
	
}
#hometoprow {
	height: 215px;
	background-color: #000000;
}

#homebotrow {
	height: 155px;
	background-color: #ffffff;
	clear: both;
}

#footer {
	text-align: center;
	clear: both;
	margin-top: 15px;
	color: #000000;
}

	#footer a {
		color: #EF4035;
		text-decoration: none;
	}

#logo {
	background-image: url(../images/couriertronics-logo.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -480px;
	height: 63px;
	width: 265px;
	z-index: 1000;
}

	#logo a {
		height: 63px;
		width: 265px;
		display: block;
	}

/* =============================

HOME PAGE

============================= */

#newsPromo {
    background-color: #F9F75E;
    text-align: center;
    font-size: 16px;
    padding: .3em;
}

#newsPromo a {
}

#headerlinks {
	text-align: right;
}
	#headerlinks a {
		color: #000000;
		text-decoration: none;
		margin-left: 20px;
		font-family: Arial;
		font-size: 14px;
		font-weight: normal; /* bold */
	}
	#headerlinks input {
		margin-left: 30px;
	}
	#headerlinks a.search {
		margin-left: 0;
	}
	#headerlinks img {
		margin-bottom: -4px;
	}
#homeflash {
	height: 215px;
	width: 700px;
	float: left;
	background-color: #ffffff;
}

#homerotation {
	height: 215px;
	width: 700px;
	float: left;
	background-color: #ffffff;
}

#homerotation img {
	height: 215px;
	width: 700px;
}

#homemenu {
	height: 210px;
	width: 250px;
	background-color: #030000;
	float: right;
	text-align: right;
	padding-top: 5px;
}

	#homemenu a {
		font-size: 11px;
		color: #ffffff;
		text-decoration: none;
		margin-right: 10px;
		line-height: 1.6em;
	}

#botrowcopy {
	background-image: url(../images/home-background.gif);
	width: 700px;
}

	#botrowcopy td {
		color: #ffffff;
		font-size: 12px;
		line-height: 1.5em;
	}

#search {
	background-color: #ffffff;
	width: 240px;
	float: right;
	text-align: center;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.4em;
}

/* =============================

SUB PAGE

============================= */

#subhead {
	background-image: url(../images/sub-header-background.gif);
	width: 950px;
	height: 47px;
}	
	#subhead-inner {
		margin: 0 0 0 30px;
	}
	
#content {
	background-color: #ffffff;
}

#content-inner {
	padding: 25px;
	background-color: #ffffff;
	font-size: 12px;
}

	#content-inner td {
		padding: 0 15px 0 15px;
		color: #000000;
		font-size: 11px;
	}

	#content-inner td a {
		color: blue;
	}
	
/* =============================

PRODUCTS PAGE

============================= */

#categories {
	background: url(../images/categories-background.jpg) no-repeat right;
}

#categories a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 1.7em;
}

#categories a:hover {
	font-size: 12px;
	color: #EF4035;
	text-decoration: none;
}

#manufacturers {
    
}

#manufacturers h1 {
    color: #EF4035;
    margin: 2em 0 0.5em;
    font-size: 18px;
}

#manufacturers ul {
    list-style: none;
}

#manufacturers ul li {
    float: left;
    margin: 0 25px 0 0;
}


