
.text1 {
	height: 35px;
	padding: 0px 0px 0px 1px;
	background: url(images/homepage05.gif) repeat-x left bottom;
}

.link2 {
	padding-left: 20px;
	background: url(images/homepage06.gif) no-repeat left center;
}


/** CONTENT */

#content {
	margin: 0px auto;
}

#left {
	float: left;
	width: 218px;
}

#right {
	float: right;
	width: 412px;
}

/** FOOTER */

#footer {
	clear: both;
	width: 990px;
	margin: 0px auto;
	padding: 20px 0px;
}

/** BOX1 */

#box1 {
	padding-bottom: 30px;
}

/** BOX2 */

#box2 {
}

/** BOX3 */

#box3 {
	padding-bottom: 40px;
}

/** BOX4 */

#box4 {
	float: left;
	width: 190px;
}

/** BOX5 */

#box5 {
	float: left;
	width: 190px;
	padding: 0px 0px 0px 30px;
}

/** BOX6 */

#box6 {
}

/** BOX7 */

#box7 {
}


#dev7link {
    position:absolute;
    top:0;
    left:50px;
    background:url(images/dev7logo.png) no-repeat;
    width:60px;
    height:67px;
    border:0;
    display:block;
    text-indent:-9999px;
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    width:990px;
    height:160px;
    margin:0 auto;
}

#slider {
	position:relative;
    width:990px;
    height:160px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

/* new home page */
#brands
{
	width:600px;
	margin:0 auto;
}
ul.brands
{
	float:left;
	height:24px;
	list-style:none;
	padding:0;
	margin:0;
}
ul.brands li
{
	float:left;
	list-style:none;
	padding:0;
	margin:0;
	width:146px;
	background-color:black;
	height:24px;
	margin:0 2px;
}
ul.brands li a
{
	color:white;
	text-decoration:none;
	display:block;
	line-height:24px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}
ul.brands li a.selected
{
	color:black;
	text-decoration:none;
	display:block;
	background-color:white;
	margin:3px;
	line-height:18px;
}
#brands ul.models
{
	list-style:none;
	margin:0;
	padding:0;
}
#brands ul.models li
{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:33%;
	text-align:center;
	height:160px;
	margin:20px 0;
}
#brands ul.models a
{
	color:#000;
	text-decoration:none;
}
#brands ul.models h3
{
	font-size:14px;
}
table.repairs
{
	width:440px;
	margin:0 auto;
	border-collapse:collapse;
	border:1px #ccc solid;
}
table.repairs a
{
	font-size:14px;
	font-weight:bold;
}
table.repairs th
{
	background-color:#efefef;
	font-size:14px;
}
table.repairs td, table.repairs th
{
	border:1px #ccc solid;
	padding:4px;
}
table.repairs td.category_title
{
	font-weight:bold;
	font-size:13px;
	font-style:italic;
}