/* ============================================= */
/* == ELEMENT ATTRIBUTES FOR SCREENS - COMMON == */
/* ============================================= */

/* ----------------- */
/* GENERAL SELECTORS */
/* ----------------- */

body {
	background: #1e1e1e url(../../images/backgrounds/gradient-dark-5x900.png) repeat-x;
	}
	h1 {
		color: #1b68a8;
		text-transform: uppercase;
		}
	span.e {
		text-transform: none;
		}
	a:hover {
		text-decoration: none;
		}
	a.zoom {		
		padding-left: 20px;
		background: transparent url(../../images/icons/magnifying-glass-gray.gif) no-repeat;
		}
	.error-message {
		color: red;
		}
	table {
		font-size: .9em;
		line-height: 1.2em;
		border: 1px solid #727272;
		}
		caption {			
			padding: 3px 9px 3px 9px;
			color: #1b68a8;
			text-transform: uppercase; 
			border: 1px solid #727272;
			}
		th {
			color: #fff;
			background-color: #727272;
			text-transform: uppercase;
			}
		tr.alt {
			background-color: #eaeaea;
			}
		td {
			border: 1px solid #727272;
			}		
			
	/* ~~~~~~~ */
	/* Buttons */
	/* ~~~~~~~ */
	div.button {		
		display: inline-block;
		margin-top: 5px;		
		padding-left: 7px;
		background: transparent url(../../images/buttons/cap-left.gif) no-repeat;			
		}
		div.button a, div.button input {	
			position: relative;	
			display: -moz-inline-box; /* Firefox bug fix - not quite right yet */		
			display: inline-block;
			width: auto;			
			height: 19px;
			line-height: 19px;
			padding-right: 7px;			
			font-size: 12px;				
			font-weight: bold;
			text-decoration: none;
			color: #000;
			background: transparent url(../../images/buttons/bg-gray-white-cap-right.gif) right top no-repeat;
			border: none;
			}
		div.button input[type=submit] {			
			margin-top: 0;		
			}	
			
	/* ~~~~~ */
	/* Forms */
	/* ~~~~~ */
	div.input {
		float: left;
		margin-right: 5px;
		margin-bottom: 10px;
		}
		div.input input[type="text"], div.input input[type="password"] {
			width: 200px;
			}
		div.input textarea {
			width: 410px;
			height: 50px;
			}
		input[type="submit"] {
			clear: both;
			margin-top: 20px;		
			}
	
	/* ~~~~~~~~~~~~~~~~~~~~~ */
	/* Dynamic Image Headers */
	/* ~~~~~~~~~~~~~~~~~~~~~ */	
	h1.replace-header {
		position: relative;
		z-index: 9; /* Added 7/10/08 GML */
		width: auto;
		height: auto;
		font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
		font-size: 16px; /* Fixed size to match image header */
		text-transform: uppercase;	
		overflow: hidden;
		}
		span.image-header {
			display: none;		
			position: absolute;
			width: 100%; /* Edited for specific container below (due to IE 6 issue) */			
			height: 100%;
			top: 0px;
			left: 0px;		
			background-position: left bottom;
			background-repeat: no-repeat;			
			background-color: #fff;	
			}

/* ------------------ */
/* SPECIFIC SELECTORS */
/* ------------------ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Admin Header               */
/* Written in ADMIN mode only */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div#admin-header {
	width: 901px;
	margin: 7px auto -7px auto;
	}

/* ~~~~~~~~~~~~~~~ */
/* Outer container */
/* ~~~~~~~~~~~~~~~ */
div#main {
	position: relative;
	width: 901px;
	height: auto;
	margin: 19px auto 0 auto;	
	}
	
	/* ~~~~~~ */
	/* Header */
	/* ~~~~~~ */
	/* Some attributes set in specific CSS files */
	div#header {
		width: 899px; /* Edited in IE 5.5 CSS */
		background-color: #fff;		
		border-left: 1px solid #787878;
		border-right: 1px solid #787878;		
		}		
		div#header div.head {
			position: absolute; /* Absolute positioning used for IE 6 */
			top: 0px;
			left: 0px;			
			width: 901px;
			height: 25px;
			background-color: #ae0007;
			background-repeat: no-repeat;
			}			
			div#nav-redundant {
				float: right;
				position: relative;
				top: -2px;
				margin-right: 15px;				
				}			
			div#language {				
				display: none; /* TEMP - disable languages until translations are completed */
				float: right;
				margin-top: 2px;				
				margin-right: 15px;							
				}
				div#language select {
					font-size: .9em;					
					}
		a.logo_anchor {
			position: relative;
			display: block;			
			}		
			
	/* ~~~~~~~~~~ */
	/* Navigation */
	/* ~~~~~~~~~~ */
	div#navigation {	
		position: relative;
		z-index: 999999;
		width: 899px;
		height: 2em; /* Default height (home page and pages with no secondary navigation */
		font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
		background-color: #ededed;		
		border-left: 1px solid #787878;
		border-right: 1px solid #787878;	
		}
	/* Non-JavaScript layout */
	div.navigation-noscript {
		height: 4em !important;
		}
	/* JavaScript layout */
	div.navigation-javascript {
		height: 2em !important;
		}
		div#navigation ul {			
			list-style-type: none;			
			}
			div#navigation li {
				float: left;		
				margin: 0;
				padding: 0;
				}
				div#navigation a {
					color: #1b68a8;
					line-height: 1.5em; /* Important */
					text-decoration: none;
					}
		/* Primary navigation */
		ul.nav-primary {
			margin-left: 20px;
			padding-top: 4px;
			}
		/* Non-JavaScript layout */
		ul.nav-secondary-noscript {			
			display: none; /* Hidden by default - shown as need on individual pages */
			position: absolute;		
			top: 2em;
			left: 0px;	
			width: 879px; /* Total 899 */
			height: 2em;	
			margin: 0;
			padding: 0 0 0 20px;	
			text-transform: uppercase;				
			background-color: #ccc;		
			}	
			div#navigation ul.nav-secondary-noscript li {
				display: inline;
				height: 1.5em;
				padding-left: 9px; /* Override cascade; */
				padding-right: 9px;
				padding-top: 3px;					
				}
				div#navigation ul.nav-secondary-noscript a {						
					font-weight: bold;
					}
		/* JavaScript layout */
		ul.nav-secondary-javascript {
			display: none; /* Hidden by default - show with JavaScript function */
			position: absolute;
			top: 24px;
			margin: 0;
			padding: 0;
			/* Left position set on individual elements */
			}
			ul.nav-secondary-javascript li {
				float: none !important;	/* Override cascade */				
				}
				ul.nav-secondary-javascript a {
					display: block; /* Edited in IE 6 CSS */					
					width: 106px;
					height: auto;					
					margin-bottom: 1px;
					padding: 5px 22px 5px 22px;
					font-family: Helvetica, Arial, sans-serif;
					background-color: #fff;
					opacity: .95; /* Non-standard CSS with good support */
					filter: alpha(opacity=95); /* For IE */				
					}
		/* JavaScript layout - continued */
		div.navigation-javascript ul#nav-secondary-tires {
			left: 20px;	
			}
		div.navigation-javascript ul#nav-secondary-tire-education {
			left: 279px;
			}
			
	/* ~~~~~~~ */		
	/* Content */
	/* ~~~~~~~ */
	/* Some attributes set in specific CSS files */
	div#content {
		width: 899px;		
		border-left: 1px solid #787878;
		border-right: 1px solid #787878;		 
		}
	
	/* ~~~~~~ */
	/* Footer */
	/* ~~~~~~ */
	/* Some attributes set in specific CSS files */
	div#footer {	
		clear: both;	
		width: inherit;	
		margin-bottom: 19px;	
		text-align: center;
		font-size: .9em;
		background-image: url(../../images/backgrounds/corners-photo-bottom.gif);
		background-repeat: no-repeat;		
		}
		div#footer ul.nav-auxiliary {
			margin: 0;
			padding: 0;
			list-style-type: none;			
			}
			div#footer ul.nav-auxiliary li {
				display: inline;
				margin: 0 5px 0 5px;
				}
				div#footer ul.nav-auxiliary a {
					color: #808080;
					text-decoration: none;
					text-transform: uppercase;
					}					