/* ==================================== */
/* == ELEMENT ATTRIBUTES FOR SCREENS == */
/* ==================================== */

/* ----------------------- */
/* ELEMENT/CLASS SELECTORS */
/* ----------------------- */

body {	
	color: #685647;
	background-color: #000;
	}	
	a {
		color: #685647;
		}
	a:hover {
		text-decoration: none;
		}		
	/* Generic Columns */
	.column1 {
		float: left;
		width: 64%;
		}
	.column2 {
		float: right;
		width: 36%;
		}
	ul {
		margin-left: 12px;
		margin-right: 5px;
		}
		ul li {
			list-style-type: none;		
			padding-left: 10px;
			background: transparent url(../images/list-items/carat.gif) 0px 5px no-repeat;
			}
	h1 img {
		margin-left: -5px;
		}
	h2 {
	    font-size: 1.1em;
		clear: both;		
	    }
	h2.last {
	    margin: 0;
	    }
	h3 {
		clear: both;		
	}
	/* Generic navigation */
	ul.nav {
		margin: 0;
		padding: 0;
		}	
		ul.nav li {
			margin: 0;
			padding: 0;
			list-style-type: none;
			background-image: none;
			}		
	/* Generic error messages */
	.error {
		color: red;
		font-weight: bold;
		}
	/* Generic Forms */
	fieldset {
		margin-bottom: 15px;
		}
		fieldset ul, fieldset li {
			list-style-type: none;
			margin: 0;
			padding: 0;
			}
			fieldset li {
				display: inline;
				}
		fieldset label {
			display: inline !important; /* Needed for ASP.NET-generated labels which are not implicit */
			margin-right: 1em;			
			}
			
		blockquote {
			font-style: normal;		
		}
	div.input {
		/* REM float: left; */
		margin-bottom: 5px;
		padding-right: 4px;	
		}	
		div.input input, div.input select {
			margin-top: 2px !important;
			width: 100%;
			height: 1.3em;
			}	
		div.column1 div.input input, div.column1 div.input select {
			width: 95%;
			}
		div.input textarea {
			width: 586px;
			height: 3em;
			}
	div.default {
		width: auto !important;
		height: auto !important;	
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		}
		div.default input, div.default select {
		 	width: auto;
			height: auto;			
			}	
	div#aside label {
		width: auto;
		font-size:0.9em;
		white-space: nowrap;	
		}
	span.validationerror {
		font-size:0.9em;
		width:auto;
		color: Red;
		}
	div input.inputError, div select.inputError {
		border-color:Red;
		border-width: thin;
		border-style: solid;
		}
	div.checkbox, div.radio {
		clear: both;		
		float: none;
		}		
		div.checkbox input, div.radio input {
			width: auto;
			}
		div.checkbox label, div.radio label {
			display: inline; /* Needed for ASP.NET-generated labels which are not implicit */
			}
	div.phone {
		}
		div.phone input {
			width: auto !important;
			}
		div.phone fieldset {
			width: 565px;
			}
	div.address {
		clear: both;
		width: 100%;
		}
		div.address input {
			width: 100%;
			}
	div.zip {
		}
		div.zip input, div.zip select {
			margin-top: 2px !important;
			width: 97px;
			height: 1.3em;
			}
	div.comment {
		clear: both;
		width: 100%;
		}
		div.comment textarea {
			width: 100%;
			height: 6em;
			}
	div.submit {
		float: none;
		clear: both;
		margin-bottom: 20px;
	
		}
		div.submit * {
			clear: both;
			}
	/* Form focus */
	input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
		background-color: #fbd534;
		}		
	input[type="submit"] {			
		}
	
/* --------------------- */
/* SPECIFIC ID SELECTORS */
/* --------------------- */

/* Outer container */
div#main {
	position: relative;
	width: 709px; /* 736 total */
	margin: 25px auto 150px;
	padding: 11px 12px 14px 15px;
	background-color: #fff;		
	}	
	/* Header */
	div#header {
		position: absolute;
		top: 11px; /* 32 */
		left: 15px; /* 34 */
		/* width: 316px;  original height */
		width: 348px;
		height: 90px;
		background: #000 url(../images/logos/cooper-tires-white.gif) 21px 19px no-repeat;
		z-index: 10000;				
		}		
		div#header img {
			display: none;			
			}
	div.home {
		background-color: transparent !important;
		}
	
	/* Content */
	div#content {
		float: right;
		width: 318px; /* 360 total */
		height: 530px;
		/* REM height: 438px; */
		overflow-x: hidden;
		overflow-y: auto;		
		padding: 17px 21px 0px 17px;
		}
		div#content p.rebate-buttons {
			position: relative;
			width: 300px;
			height: 252px;
			}
			div#content p.rebate-buttons a {	
				position: absolute;
				top: 0px;			
				}			
		div#content h1 {
			margin-top: -10px;
			}
		div#content h2 {
			font-weight: bold;
			color: #425d63;
			}
		div#content h3 {
			font-weight: bold;
			color: #425d63;
			font-size: 1.1em;
			}
		div#content a {
			color: #425d63;
			}		
	div#full_page {
		width: 662px; /* 360 total */
		height: 423px; /* 457 total */		
		overflow-x: hidden;
		overflow-y: auto;		
		padding: 17px 21px;
		clear: both;	
		}
		div#full_page h1 {
			margin-top: -10px;
			}
		div#full_page h2 {
			font-weight: bold;
			color: #425d63;
		}
		div#full_page h3 {
			font-weight: bold;
			color: #425d63;
			font-size: 1.1em;
		}
		div#full_page a {
			color: #425d63;
		}
	/* Aside Content */
	div#aside {
		position: relative;
		z-index: 0;
		float: left;
		width: 348px;
		height: 547px;
		overflow-x: hidden;
		overflow-y: auto;		
		color: #fff;
		background-color: #000;		
		}
		div#aside div.aside {			
			/* REM width: 316px; */
			height: 435px;
			padding: 96px 16px 16px;
			background-repeat: no-repeat;
			background-position: bottom;
			}
		div#aside h2 {
			font-size: 1.1em;			
			font-weight: bold;
			text-transform: uppercase;
			}
		div#aside h3, div#aside legend {
			font-size: 1.1em;			
			font-weight: bold;
			margin-bottom: 5px;
			color: #fff;
			}
		div#aside ul.features {
			list-style-type: none;
			margin-left: 0;
			margin-right: 0;
			padding: 0;
			text-transform: uppercase;
			font-size: 1em;
			font-weight: bold;
			}
			div#aside ul.features li {
				line-height: 1.2em;
				padding: 0;
				background-image: none;
				}				
		div#aside a.what {
			font-size: .8em;
			color: #b1c4cd;
			}
		div#aside a {
		    color: #fff;
		    }
		div#aside p.details a {
			padding-right: 10px;
			font-weight: bold;
			text-transform: uppercase;
			text-decoration: none;
			background: transparent url(../images/indicators/arrow-white.gif) right no-repeat;
			}			
			div#aside div.note {
				clear: both;
				font-size: 1.1em;
				font-style: normal;
				background-color: #fff;
				color: #000;
				padding: 15px;
				}						
			div#aside div.other {
				width: 316px;
				height: auto;
				padding: 96px 16px 16px;
				background-color: #000;
				/* REM per client 
				background: #000 url(../images/photos/default.jpg) no-repeat;				
				*/
				}
			div#aside div.other div.ortext { /* IE6 Edit */
				margin: 10px 0px 15px;
				font-size: 1.5em;
				}
			div#aside div.inactive {
				display: none;
				}
			div#aside div.active {
				display: block;				
				}
			div#default {
				position: relative;
				background-color: #000;
				height: 545px !important;
				padding: 0 !important;				
				}
				div#default h2 {
					position: absolute;
					top: 0px;
					left: 0px;
					}
				div#default p {
					position: absolute;
					left: 0px;
					bottom: 0px;
					padding: 0 20px;
					}			
			div#cs4 {
				background-image: url(../images/photos/cs4.jpg);
				}
			div#as {
				background-image: url(../images/photos/as.jpg);
				}
			div#cts {
				background-image: url(../images/photos/cts.jpg);
				}
			div#atr {
				background-image: url(../images/photos/atr.jpg);
				}
			div#ht {
				background-image: url(../images/photos/ht.jpg);
				}
			div#lsx {
				background-image: url(../images/photos/lsx.jpg);
				}
			div#stt {
				background-image: url(../images/photos/stt.jpg);
				}
			div#stc {
				background-image: url(../images/photos/stc.jpg);
				}
			div#st {
				background-image: url(../images/photos/st.jpg);
				}
			div#gls {
				background-image: url(../images/photos/gls.jpg);
				}
			div#gfe {
				background-image: url(../images/photos/gfe.jpg);
				}
			div#response {
				background-image: url(../images/photos/response.jpg);
				}
	/* Navigation */
	div#navigation {
		clear: both;		
		padding-top: 13px;		
		}
		div#navigation li {
			float: left;
			margin-right: 8px;
			}
		div#navigation li.last {
			margin-right: 0;			
			}
	/* header nav */
	div#headernav {
		color:red;
		left:-18px;
		position:absolute;
		top:-18px;
		z-index: 99999999;
		}	   
	    div#headernav li {
		    float: left;
		    padding-right: 9px;
		    padding-left: 6px;
		    background: transparent url(../images/line.gif) right 5px no-repeat;
		    }
	    div#headernav li.last {
	        background-image: none;
	        }
		    div#headernav li a {
			    color: #fff;
			    font-size: 85%;
			    text-decoration: none;
			    text-transform: uppercase;
			    }
		    div#headernav li a:hover {
			    text-decoration: underline;
			    }
	/* Footer */
	div#footer {
		position: absolute;
		left: 0px;
		margin-top: 30px;
		}  
	    div#footer div.legal {
			font-size: 80%;
			line-height: 120%;
			color: #fff;
			padding: 0 15px;
			text-align: justify;
			}
		div#footer div.legal a {
			color: #fff;
			line-height: 160%;
			}
				
	/* Contact */
	div#contact {
		background: #fff;
		color: #000;
		visibility: hidden;
		height: 300px;
		width: 200px;
		border: 1px solid #000;
		position: absolute;
		left: 50%;
		top: 200px;	
	}
	
	
	
/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container - IE 7 EDIT */
#simplemodal-container {position: relative; top: -150px; height:400px; width:300px; background-color:#fff; border:3px solid #ccc;}
#simplemodal-container a.modalCloseImg {background:url(../images/buttons/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
#simplemodal-container #contactDiv_popup {padding:15px;}
		
	/* FAQ */
	div.question {
		font-weight: bold;	
	}		
	div.rebatestatus
	{
		background-color:#ECE9D8;
		border:1px none #000000;
		height:360px;
		padding:10px 10px 0px;
		width:316px;	
	}
	#whatIsThisSpan a.basic
	{
		color: #ece9d8;
		font-weight:bolder;		
	}
	
