body {
	margin: 0;
        color: #fff; 
	background: url("images/bg.jpg");
}

p {
    font-family: helvetica, arial, sans-serif;
}

.auto {
      margin: 0;
       color: #2361a1;
       font-family: "Century Gothic"
       font-weight: bold;
} 

h1, h2, h3, h4 {
	margin: 0;
       line-height: 105%;
       color: #2361a1;
       font-family: "Century Gothic"
       font-weight: bold;
}

img {
	border: 0;
}

li.redtri
{
	list-style-image: url(http://autorefinish/images/redtri.gif);
	margin-left: 1.5em;
	padding: 1px 10px 5px 5px;
}


/* Page */

#page {
	margin: 0px auto 0 auto;
	background: url("images/page.gif") repeat-y;
}

#page-top {
	background: url("images/page_top.jpg") no-repeat;
}

#page-bottom {
	min-height: 420px;
	background: url("images/page_bottom.jpg") no-repeat left bottom;
}


/* Header */


	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 40px;
		left: 5px;
		width: 425px;
		height: 81px;
		padding-left: 42px;
                background: url("images/logo.gif") no-repeat;
                color: #0000ff;
	}
	
	#header #header-info h1 {
		color: #0000ff;
		font: normal 24px "Century Gothic", Century Gothic;
		padding: 0px 0 5px 0;
	}
	
	#header #header-info h1 a {
		color: #0000ff;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #0000ff;
		font: normal 17px "Century Gothic", Century Gothic;
	}

/*---:[ #header styles ]:---*/

#header #logo { font-weight: bold; margin-bottom: -10px; margin-top: -5px; }

	#header #logo a { color: #2361a1; }
	
#header #tagline { font-weight: bold; color: #888; }

/*---:[ nav menu ]:---*/
ul#tabs li, ul#tabs li.current_page_item, ul#tabs li.current-cat { padding-bottom: 0; background: #ffffff /*url('http://www.yourwebsite.com/wp-content/themes/default/images/navbg-new.gif')*/ repeat-x bottom left; border-bottom: 1px solid #ddd; font-variant: normal; }
	ul#tabs li a, ul#tabs li a:visited { color: #323232; text-decoration: none; }
	ul#tabs li a:hover { color: #5499c3; text-decoration: none; background: #e1e1e1}
	ul#tabs li.current_page_item a, ul#tabs li.current-cat a { color: #fff; background: #96c7d5}