/* --- Common Elements
-------------------------------------------------------*/

* { margin: 0; padding: 0; }

body {
	font-family: Verdana, Sans-Serif;
	font-size: 9px;
	line-height: 14px;
	text-align: center;
	color: #7093A9;
	background-attachment: fixed;
	background-image: url(../../images/bg.jpg);
	}

h1 {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	}

p {
	margin-bottom: 14px;
	}

img {
	vertical-align: bottom;
	border: 0;
	}

table { border-collapse: collapse; }

td { vertical-align: top; }

fieldset { border: 0; }

a:link { font-weight: bold; color: #54AFD2; text-decoration: none; }
a:visited { font-weight: bold; color: #54AFD2; text-decoration: none; }
a:hover{ color: #f67800; }

.blue { color: #7093A9; }

/* --- Typography
-------------------------------------------------------*/
/* Form Style */
.xreboost2 {
	font: 11px verdana;
	border: 1px solid #000000;
	background-color: #121B24;
	color: #FFFFFF;
}

.txt13BoldUppercaseLavendar {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #54ACCE;
	}

.txt9BoldWhite{
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	}

.txt9BoldUppercaseWhite {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	}



/* --- Header
-------------------------------------------------------*/

#header {
	width: 757px;
	height: 75px;
	background: url(/irates/images/topper.jpg) no-repeat;
	}

#header #logo {
	position: absolute;
	top: 19px;
	left: 15px;
}

#header table {
	position: relative;
	top: 25px;
	left: 310px;
	}

#header table td {
	vertical-align: middle;
	}

#nav_locator{
	padding-right: 11px;
	}

#headLocatorSearch {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9px;
	color: #7093A9;
	width: 50px;
	padding: 2px 0 2px 2px;
	background: #33495e;
	border: none;
	}

#btnGo {
	padding: 0 10px;
	}

#headNavDivider {
	padding-right: 14px;
	}

#headMyAccount {
	padding-right: 52px;
	}

#headInputSearch {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9px;
	color: #7093A9;
	width: 115px;
	padding: 2px 0 2px 2px;
	background: #33495e;
	border: none;
	}

#headSearchSubmit {
	padding-left: 5px;
	}



/* --- Footer
-------------------------------------------------------*/

#footer {
	position: relative;
	width: 721px;
	padding: 10px 0;
	background: #121B24;
	}

#footer_nav {
	margin: 0 auto;
	}

#footer_nav td {
	vertical-align: middle;
	}
	
	#footer_nav td img { vertical-align: middle; }

#label_newsletter {
	position: relative;
	padding-left: 200px;
	}

#footerInputNewsletter {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9px;
	color: #7093A9;
	width: 115px;
	padding: 2px 0 2px 2px;
	background: #33495e;
	border: none;
	}
	
p#legal {
	color: #7093A9;
	position: absolute;
	top: 60px;
	}



/* --- Eric - Go Orange Button
-------------------------------------------------------*/

a.go span {
	display: none;
	}

a.go {
	float: right;
	display: block;
	width: 18px;
	height: 5px;
	background: url(/about/images/btn_go_orange_both.gif) 0px 0px no-repeat;
	}

a.go:hover {
	background-position: 0px -5px;
	}



/* --- Sitewide
-------------------------------------------------------*/

h1 a:link { text-decoration: none; color: #FFFFFF; }
h1 a:visited { text-decoration: none; color: #FFFFFF; }
h1 a:hover { text-decoration: none; color: #F67800; }

#container {
	position: relative;
	width: 620px;
	padding-bottom: 17px;
	margin: 0 auto;
	margin-bottom: 50px;
	text-align: left;
	background: #1B2836;
	}

#navigation { margin: 0 6px; }

#subnav {
	width: 739px;
	margin-left: 3px;
	background: url(/irates/images/subnav_bg.gif);
	}

#subnav table {
	height: 23px;
	}

#bannercolumn {
	margin-left: 23px;
	}

#footer_image { margin: 15px 0 3px; }



/* --- 10.3 Service And Repair
-------------------------------------------------------*/

#content {
	color: #EBEBEB;
	margin: 0 18px;
	}

	#content #sidenav { margin-right: 20px; }
	
		#content #main_content #received {
			margin-bottom: 15px;
			padding-left: 40px;
			background: url(../../../support/images/contact_customer_care/received.gif) no-repeat;
			}
	
			#content #main_content h1 {
			font-size: 9px;
			font-weight: bold;
			text-transform: uppercase;
			color: #EBEBEB;
			}
			
			#content #main_content h1 span {
				font-size: 12px;
				font-weight: bold;
				text-transform: uppercase;
				color: #7093A9;
				}
	
	
	#content #sidenav ul {
		color: #7093A9;
		list-style: none;
		padding-bottom: 10px;
		background: url(/irates/images/sidenav_bg.gif) repeat-y;
		}
	
	#content #sidenav ul li {
		margin-left: 20px;
		}
	
	
		#content table.ribbon .copy div {
			color: #7093A9;
			padding: 10px 30px 0 0;
			}
	
	/* --- | News Releases | --- */
	
	#content table.ribbon .copy div h2 { font-size: 9px; }
	
	#content table.ribbon .copy div p.date { margin: 0 }
	
	#content table.ribbon .copy div ul,
	#content table.ribbon .copy div ol {
		margin: 20px 0 20px 14px;
		}
		
	#content table.ribbon .copy table {
		width: 100%;
		margin-bottom: 20px;
		}



/* --- Images
-------------------------------------------------------*/

table.thumbs h3 {
	font-size: 11px;
	font-weight: normal;
	width: 91px;
	margin-bottom: 5px;
	}

table.thumbs img {
	margin-bottom: 5px;
	}

table.thumbs p { margin-bottom: 30px; }

