@charset "utf-8";
/* Campbell Company. CSS rules.
Version: 1.0
Date: Nov 25
Author: Marco Vazquez
Tideline Design
Log:
Nov 25: First release.  
		To Do: 
			Fix PNG compatibility for IE 6
			Optimize CSS code
			Fix file naming
*/

/* General Rules */
body {
	background-color:#A7A9AC;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
img {margin:0px; padding:0px; border:none;}
p, h1, h2, h3, h4, h5, h6 {margin:0; padding:0;}
p {
	text-align:justify;
	color:#666666;
}

/* Wrapper */
#wrapper { 	width: 964px; margin:auto;}

/* Top */
#top {
	background-image: url(../images/layout/body/layout_03.gif);
	background-repeat: no-repeat;
	height: 21px;
	background-position: center;
}
/* Header */
#header {
	height:92px;
	width: 960px;
	overflow: hidden;
	margin: auto;
}
.logo {
	width:280px;
	float:left;
	left: 15px;
	position: relative;
}
.banner { float:right; 	margin-right: 10px;}

/* Nav Bar Top and Home */
#navbar {
	clear:both;font-size: 0.8em;
	height:95px;
	background-color:#CBEDDA;
	width: 960px;
	margin: auto;
	text-align: center;
}
#navbar a:link {
	
	color: #333;
	text-decoration:none;
}
#navbar a:visited {

	color: #333; text-decoration:none;
}
#navbar a:hover {

	color: #333; text-decoration:underline;
}

#navbar #menuHome {
	width: 150px;
	position: relative;
	top: 2px;
	z-index: auto;
	left: 40px;
	float: left;
}
#navbar #systems {
	width: 152px;
	position: relative;
	top: -10px;
	z-index: auto;
	left: 80px;
	float: left;
	text-align: center;
	font-size: 0.8em;
}
#navbar #buttons {
	width: 123px;
	position: relative;
	top: -10px;
	z-index: auto;
	left: 90px;
	float: left;
	text-align:center;
	font-size: 0.8em;
}
#navbar #stations {
	width: 146px;
	position: relative;
	top: -10px;
	z-index: auto;
	left: 100px;
	float: left;
	text-align:center;
	font-size: 0.8em;
}
/* Banner */
#wrapper #mainContent #flashBanner {
	height: 125px;
	margin: auto;
		text-align: center;
}
/*Main Content */
#mainContent {
	background-image: url(../images/layout/body/body.gif);
	background-repeat: repeat-y;
	background-position: center;
}
/* Left Column */
#mainBody #leftColumn {
	float: left;
	width: 18%;
	margin-top: 23px;
	margin-left: 10px;
}
/* Left Navigation System */
#leftColumn #yellow ul {
	list-style-type: none;
	margin:0px; padding:0px 0px 0px 10px;
}
#leftColumn #yellow ul li{
	margin:0px; padding:0px;
}

#leftColumn #yellow ul li a:link, #leftColumn #yellow ul li a:visited  {
	margin:0px;
	color:#FFFFFF;
	font-size:0.8em;
	text-decoration:none;
	background-image: url(../images/buttons/yellow_03.jpg);
	height: 10px;
	display: list-item;
	padding: 10px;
	width: 115px;
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
#leftColumn #yellow ul li a:hover {
	background-position: 0px -26px;
	color:#333333;
}

#leftColumn #red ul {
	list-style-type: none;
	margin:0px; padding:0px 0px 0px 10px;
}
#leftColumn #red ul li{
	margin:0px; padding:0px;
}
#leftColumn #red ul li a:link, #leftColumn #red ul li a:visited{
	margin:0px;
	color:#FFFFFF;
	font-size:0.8em;
	text-decoration:none;
	background-image: url(../images/buttons/red_03.jpg);
	height: 10px;
	display: list-item;
	padding: 10px;
	width: 125px;
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
#leftColumn #red ul li a:hover {
	background-position: 0px -26px;
	color:#333;
}

#leftColumn #blue ul {
	list-style-type: none;
	margin:0px; padding:0px 0px 0px 10px;
}
#leftColumn #blue ul li{
	margin:0px; padding:0px;
}
#leftColumn #blue ul li a:link, #leftColumn #blue ul li a:visited{
	margin:0px;
	color:#FFFFFF;
	font-size:0.8em;
	text-decoration:none;
	background-image: url(../images/buttons/blue_03.jpg);
	height: 10px;
	display: list-item;
	padding: 10px;
	width: 125px;
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
#leftColumn #blue ul li a:hover {
	background-position: 0px -26px;
	color:#333;
}

/* Center Column */
#mainBody #centerColumn {
	float: left;
	width: 65%;
	margin-top: 23px;
	margin-left: 10px;
	padding-left: 40px;
	padding-right: 20px;
	border-left-width: 2px;
	border-left-style: inset;
	border-left-color: #D4D0C8;
}
#mainBody #centerColumn p {
	font-size: 0.8em;
	line-height: 1.4em;
	margin-bottom: 1.4em;
}
#mainBody #centerColumn li {
	font-size: 0.8em;
}
#mainBody #centerColumn h1 {
	color: #272525;
	font-size: 1em;
	font-weight: bold;
}
#mainBody #centerColumn h2 {
	font-size: 0.9em;
	color: #272525;
	font-weight: bold;
}
#mainBody #centerColumn h3 {
	font-size: 0.8em;
	font-weight: bold;
	color: #333;
	text-align: center;
}
#centerColumn .textItem{
	color: #76777A;
}
#mainBody #centerColumn li {
	color: #76777A;
}
#mainBody #centerColumn #backTop {
	position: relative;
	bottom: 22px;
	left: -210px;
	width: 145px;
}
/* Headers */
.titlePedestrianStations {
	padding-left: 40px;
	background-image: url(../images/headers/pedesitrainsystems.jpg);
	background-repeat: no-repeat;
	height: 30px;
}
.titlePedestrianSystems {
	padding-left: 40px;
	background-image: url(../images/headers/pedestriansystems.jpg);
	background-repeat: no-repeat;
	height: 30px;
}
.pushButtons {
	padding-left: 40px;
	background-image: url(../images/headers/pushbuttons.jpg);
	background-repeat: no-repeat;
	height: 30px;
}

/* Right Column */
#mainBody #rightColumn {
	float: left;
	width: 20%;
	margin-top: 23px;
	margin-left: 5px;
}

/* Bottom */
#bottom {
	background-image: url(../images/layout/body/bottom.gif);
	background-repeat: no-repeat;
	height: 29px;
	background-position: center;
}
#wrapper #menuBottom {
	clear: both;
	margin: auto;
	text-align:center;
	margin-top:15px;
	padding-top:15px;
}
#wrapper #menuBottom a:link, #wrapper #menuBottom a:visited{
	font-size: 0.8em;
	color: #333;
	text-decoration:none;
}
#wrapper #menuBottom a:hover {text-decoration:underline;}
.centeredText {
	text-align: center;
}
.ColumnTitles {
	font-size: .7em;
	font-weight: bold;
	text-align: center;
}

.subCategoryTitle {
	font-weight: bold;
	color: #333333;
}
.subTitlePedSystems {
	margin-bottom: 8px;
}
#centerColumn .subTitlePedSystems a:link {
	color: #000033;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FDB913;
}
#centerColumn  .subTitlePedSystems a:hover {
	color: #333333;
	text-decoration: none;	
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FDB913;
}
#centerColumn .subTitlePedSystems a:visited {
	color: #000033;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FDB913;
}
.subTitleButtonSystems {
	margin-bottom: 8px;
}
#centerColumn .subTitleButtonSystems a:link {
	color: #000033;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
#centerColumn  .subTitleButtonSystems a:hover {
	color: #333333;
	text-decoration: none;	
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
#centerColumn .subTitleButtonSystems a:visited {
	color: #000033;
	text-decoration: none;	
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
/*  */
.subTitleStations {
	margin-bottom: 8px;
}
#centerColumn .subTitleStations a:link {
	color: #333333;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0096D5;
}
#centerColumn  .subTitleStations a:hover {
	color: #333333;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0096D5;
}
#centerColumn .subTitleStations a:visited {
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0096D5;
	color: #000033;
}

/* */
#navbar #buttons img {
	margin: 0px;
	padding: 0px;
}
#catalog {
	padding-top: 80px;
	width: 150px;
	padding-left: 10px;
}
#catalogMain{
	padding-top: 10px;
	width: 150px;
	padding-left: 10px;
}

#catalog p {
	font-size: 0.8em;
}
#catalogMain p {
	font-size: 0.8em;
}
.productItem {
	width: 600px;
	clear: both;
	padding-bottom: 50px;
}
.productItem img {
	padding-right: 20px;
}
#centerColumn th {
	font-size: 0.8em;
	font-weight: bold;
	background-color: #CCCCCC;
}
td p {
	font-size: 0.8em;
	padding-bottom:0px;
}
.imageBox {
	width: 220px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.imageBox h3 {
	font-size: 1em;
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
}

