@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 p {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
body {
	background: #ffffff;
	color: #5a4341;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
/* Header */
#header {
	background: url(images/supromega.gif);
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align:left;
	height:100px;
	width: 990px;
}

#header #searchme {
position:absolute;
	padding: 10px 0px 0px 0px;
	margin:0px 0px 0px 734px;
	height:125px;
	top:0px;
	text-align:right;
}
/* --Links in content on guarantee pg -- */
.link a, a:link {
	color: #5a4341;
	font-weight:normal;
	font-size:13px;
	text-decoration: underline;
}
.link a:visited {
	color: #5a4341;
	font-weight:normal;
	text-decoration: underline;
}
.link a:hover {
	color: #402c2a;
	background-color:#e5d5bd;
	font-weight:normal;
	text-decoration: underline;
}

/* --NAVIGATION -- */
#navigation {
    margin: 0px auto; 
	padding: 75px 0 0 355px ;
    position: relative;
	}
#navigation a{
	color:#333333;
	padding-left:25px;
	font-size:12px;
	padding-right:10px;
	text-decoration:none;
}

#navigation a:hover{ 
color:#000000;
}
h1 {
	color: #000;
	font-size: 14px;
	padding-top:8px;
	font-weight: bold;
}
h2 {
	color: #383B3D;
	font-size: 14px;
	line-height:22px;
	font-style: italic;
	font-weight: bold;
}
h3 {
	color: #6BBC3E;
	font-size: 12px;
	font-weight: bold;
	padding-bottom:5px;
	padding-top:10px;
}
hr {
	color:#5a4341;
}
#outerWrapper {
	margin: 0 auto 0 auto;
	text-align: left;
	padding-top:0px;
	width: 990px;
	height:auto;
}

.floater {
	border:none;
	padding-right:10px;
	float:right;
}

/* RIGHT COLUMN ITEMS */

#outerWrapper #contentWrapper #rightColumn {

	float: right;
	padding: 0 10px 0 5px;
	margin-top:0px;
	width: 620px;
}


#rightColumn img{
	padding-right:5px;
}


#rightColumn a, a:link {
	color: #5a4341;
	font-weight:normal;
	font-size:13px;
	text-decoration: underline;
}
#rightColumn a:visited {
	color: #5a4341;
	font-weight:normal;
	text-decoration: underline;
}
#rightColumn a:hover {
	color: #402c2a;
	background-color:#e5d5bd;
	font-weight:normal;
	text-decoration: underline;
}

#outerWrapper #contentWrapper .clearFloat {
	clear: both;
	display: block;
}
#outerWrapper #contentWrapper {
padding: 0 0 0 0;
margin: 0 0 0 0;
}

/*  2 Column CONTENT == SUB PAGES ++ COLUMN ITEMS */

#outerWrapper #contentWrapper #contentL {
	padding: 0px 5px 5px 20px;
	margin: 10px 0 0 0;
	margin-right: 510px;
	
}

#outerWrapper #contentWrapper #rightColumnR {
	float: right;
	padding: 0 10px 0 5px;
	margin-top:0px;
	width: 470px;
}

#outerWrapper #contentWrapper #content {
	padding: 0 5px 5px 0px;
	margin: 10px 0 0 0;
	margin-right: 630px;
	text-align:center;
	
}
#outerWrapper #contentWrapper #content p {
	padding: 0px;
	margin:0px;
	color:#4D5256;
}
#content a, a:link {
	color: #5a4341;
	font-weight:normal;
	font-size:13px;
	text-decoration: underline;
}
#content a:visited {
	color: #5a4341;
	font-weight:normal;
	text-decoration: underline;
}
#content a:hover {
	color: #fff;
	background-color:#4fb0c5;
	font-weight:normal;
	text-decoration: underline;
}
/* FOOTER CONTENT */
#outerWrapper #footer {
	background-image:url(images/footerbg.jpg);
	background-repeat:no-repeat;
	height:43px;
	margin: 0px 10px 0px 10px;
	padding:0px 0 0 0px;
	font-size:10px;
	text-align: center;
}
#outerWrapper #footer a, .footer {
	color:#cbb89f;
	padding-left:20px;
	font-size:10px;
	padding-right:20px;
	text-decoration:none;
}
#outerWrapper #footer a:hover {
	color:#cfb130;
}

