body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
}

a {
	font-size: 12px;
	color: #000099;
}
a:visited {
	color: #000099;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #000099;
}


a.navigation {
	font-size: 12px;
	font-weight:bold;
	color: #000099;
	text-decoration:none;
}
a.navigation:visited {
	color: #000099;
}
a.navigation:hover {
	color: #FF0000;
}
a.navigation:active {
	color: #000099;
}


a.leftNavigation {
	font-size: 11px;
	font-weight:normal;
	color: #000099;
	text-decoration:none;
}
a.leftNavigation:visited {
	color: #000099;
}
a.leftNavigation:hover {
	color: #FF0000;
}
a.leftNavigation:active {
	color: #000099;
}


.buttons {
	border: 1px solid #A5BDD9;
}

/*------ Content ------*/
#contentWrapper {
	clear:both;
	position: relative;
	width: 770px;
    text-align:left;
	padding-top: 5px;
	padding-bottom: 10px;
	margin: 0px;
	}
/*---------------------- */
#leftContent {
    float:left;
    text-align:left;
    width: 155px;
    margin-right:5px;
    z-index:2;
	overflow:auto;
}

/*---------------------- */
#leftbotNav { 
	margin: 0px; 
    padding: 0px;
    font-size:.9em;
    }
	#leftbotNav ul {	
		border-top: 1px solid #6591B3;
		border-right: 1px solid #6591B3;
		border-left: 1px solid #6591B3;
		margin: 0;	
		padding: 0;	
		list-style: none;
		_width: 155px;
		}
	#leftbotNav ul li {
		position: relative;
		border-bottom: 1px solid #6591B3;
		}
	#leftbotNav ul li a {
		display: block;
		text-decoration: none;
		color: #04438F;
		padding: 5px;
		margin:0;
        background-position:right top;
		background-image: url(../images/background/filter_bg.gif);
		background-repeat: no-repeat;
		}
	#leftbotNav li ul { 
		position: absolute;
		left: 153px;
		top: -1px;
		display: none;
		_width : 155px;
		border: 1px solid #6591B3;
		}
	#leftbotNav li ul li {
		position: relative;
		border: 0;
		}
	html > body #leftbotNav li ul { width : 155px;}
		#leftbotNav ul li a:hover { background: #8BA9CB; color: #FFFFFF;}
		#leftbotNav ul li ul li a { 
			display: block;
			text-decoration: none;
			color: #04438F;
			background: #E2EAF2;
			padding: 5px;
			}
	* html #leftbotNav ul li { float: left; height: 1%; }
	* html #leftbotNav ul li a { height: 1%; }
		 #leftbotNav li:hover ul, #leftbotNav li.over ul { display: block; } /* The magic */
	/* end top menu */
/*---------------------- */
	
.style-guide img {
	margin-right:5px;
}

.style-guide h5 {
	margin-bottom:0px;
	font-size:0.8em;
}

.mainContent {
	position:absolute; top:420px; left:200px; width:595px; vertical-align:text-bottom; text-align:bottom;
}

.productButton {
	border: 1px solid #A5BDD9;
	margin-right:20px;
}

.productButton:hover {
	border: 1px solid #F00;
}