﻿/* Sullivans Inc home page CSS */
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px; 
	background-color: #000;
	margin: 0;
}


#background-l {
	background-image: url(../images/LeftSideBack.jpg);
	background-repeat: repeat-x;
}
#background-r{
	background-image: url(../images/RightSideBack.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#container {
	
	background-color: #000;
	margin: 0 auto;
	padding-bottom: 5px;
	border: 1px solid black;
	position: relative;
}


/* links sitewide */

a {text-decoration: none;}
a:link {text-decoration: none; color: #fff }
a:visited {text-decoration: none;color: #cc0000;}
a:hover {text-decoration: none; color: #ff0000}


/* header */
#header  {
	float: left;
}
#rep-header {
	margin: 20px 0px 0px 30px;
	text-align: left; 
	width: 1000px;
	float:left;
}

.your-rep  {
	font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: #666;
}

.rep-name  {
	font-family: Helvetica, Arial;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

.phone  {
	font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: #666;
}

.phone-no  {
	font-family: Helvetica, Arial;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}
.fax {
	font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: #666;
}

.fax-no  {
	font-family: Helvetica, Arial;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

#dealer-header {
	margin: -40px 32px 0px 0px;
	text-align: right; 
	float:right;
} 

.welcome  {
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    color: #666;
}

.welcomeName  {
    font-family: Helvetica, Arial;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.whiteNormal  {
	font-size:14px;
	color: #fff;
}


/* main navigation */

#dealer-nav {
	margin: 0px 0px 24px 5px;
	float: left;
}

#dealer-nav ul {
	color: #ffffff;
}

#dealer-nav li {
	font-size: 18px;
	font-weight: normal;
	display: block;
	margin-left: 15px;
	margin-bottom: 26px;
}

#dealer-nav li a {
	color: #fff;
	background: url("/images/bullet-large.png") no-repeat center left;
	padding-left: 14px;
}

#dealer-nav li a:hover {
	color: #cc0000;
}


/* flash and logos */

#flashcontent {
	/*
    width: 1000px;
	height: 403px;
    */
	margin: 0px auto 0px auto;
}

#logo	{
	width: 705px;
	margin: -70px 290px 10px 27px;
	z-index: 5;
}

#phone {
	width: 705px;
	margin: 0px 0px 16px 27px; 
}

#logo-color {
	width: 180px;
	margin: -60px 20px 0px 50px;
	z-index: 5;
	position: absolute;
	top: 510px;
	right: 25px;
}


/* begin content*/
	
#content {
	/*width: 1024px;*/
	height: 500px;
	margin-top:8px;
	border: 1px solid black;
	background: url("../images/logos/background-s.gif") no-repeat top center;
}

#dealer-contentl {
	width: 1000px;
	padding: 0px;
	border-left: 1px solid #444;
	margin-right: 5px;
	margin-left: 10px;
	float: left;
}


#copyright {
	float:right;
	margin: 5px 25px 10px 0px;
	clear: right;
	width: 400px;
	text-align:right;
}
p {
	color: #666
}

