/*
 * Interstate Tires
 * interstate-tires.com
 *
 * stylesheet.css (CSS stylesheet)
 *
 * @version 1.0, Jan the 4th, 2008
 * @author Jeroen Oosterlaar <jeroen.oosterlaar@marganza.nl>
 * @copyright 2007, Marganza Internet
 */

html {
    background: #FFFFFF url("/images/wallpaper.gif") repeat-x;
}

body {
    background: transparent url("/images/headerOuterGradient.jpg") no-repeat scroll center top;
    font-family: verdana, arial;
    text-align: center;
    margin: 0px;
}

#wrapper {
    margin: 0px auto 0px auto;
    width: 898px;
    background-color: #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    overflow: auto;
    position: relative;
}

#header {
    position: relative;
    height: 264px;
    background: #352123 url("/images/headerImage.jpg");
}

#logo {
    position: absolute;
    left: 20px;
    top: 20px;
    border-width: 0px;
}

#etLabel {
    position: absolute;
    left: 560px;
    top: 5px;
}

#menu {
    height: 35px;
    border-top: 1px solid #FFFFFF;
    background: #000000 url("/images/menuBackground.gif");
    text-align: center;
}

#menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#menu li {
    display: inline;
    height: 35px;
    position: relative;
}

#menu li ul {
    display: none;
    position: absolute;
    top: 18px;
    left: 0;
    background-color: #555555;
    border-top: 10px solid #004C93;
    border-bottom: 10px solid #000000;
    width: 167px;
}

#menu li ul li {
    display: block;
    text-align: left;
}

#menu li:hover ul,#menu li.over ul {
    display: block;
}

#menu a {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    line-height: 32px;
    margin-left: 10px;
    margin-right: 10px;
}

#menu a:hover {
    color: #ADD9FF;
}

#menu a.current {
    color: #ADD9FF;
}

#locationPath {
    font-size: 10px;
    color: #004C93;
    text-align: left;
    padding: 15px 25px 15px 25px;
}

#locationPath a {
    color: #004C93;
    font-weight: bold;
}

#locationPath a:hover {
    text-decoration: none;
}

#content {
    width: 520px;
    float: left;
    margin-left: 25px;
    padding-top: 15px;

}

#content h1,h2,h3 {
    text-align: left;
    margin: 0px;
}

#content h1 {
    font-size: 16px;
    font-weight: normal;
    color: #004C93;
}

#content h2 {
    font-size: 14px;
    font-weight: normal;
    color: #414042;
    margin-top: 20px;
    margin-bottom: -10px;
}

#content h3 {
    font-size: 12px;
    font-weight: normal;
    color: #414042;
    margin-top: 20px;
    margin-bottom: -10px;
}

#content p {
    color: #414042;
    line-height: 18px;
    text-align: left;
    margin: 0px;
    margin-top: 25px;
    font-size: 11px;
}

#content a {
    color: #004C93;
}

#content a:hover {
    text-decoration: none;
}

#content ul {
    text-align: left;
    font-size: 11px;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 18px;
    color: #414042;
}

#sideBar {
    width: 280px;
    min-height: 200px;
    /*background: #E7E8E9 url("/images/sideBarBackground.jpg") no-repeat scroll right bottom;*/
    background-color: #E7E8E9;
    float: right;
    margin-right: 25px;
}

#sideBar .newsHint {
    margin: 12px;
    color: #414042;
    font-size: 10px;
}

#sideBar .newsHint h2 {
    font-size: 11px;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 10px;
    text-align: left;
    line-height: 20px;
}

#sideBar .newsHint p {
    margin: 0px;
    margin-top: 10px;
    text-align: left;
    line-height: 15px;
}

#sideBar .newsHint p.date {
    font-weight: bold;
    margin: 0px;
    text-align: left;
    margin-top: 7px;
}

#sideBar .newsHint p.readMore {
    text-align: right;
    margin-top: 5px;
    margin-bottom: 25px;
}

#sideBar .newsHint p.readMore a {
    color: #414042;
}

#sideBar .newsHint p.readMore a:hover {
    text-decoration: none;
}

#belowNews {
    float: right;
    clear: right;
    width: 280px;
    margin-right: 25px;
    text-align: left;
    margin-top: 25px;
    font-size: 11px;
}

#belowNews p {
	margin: 0px;
	margin-bottom: 15px;
}

#belowNews img {
    border-width: 0px;
}

#belowNews a {
    color: #004C93;
}

#belowNews a:hover {
    text-decoration: none;
}

#citExpo {
    float: right;
    clear: right;
    width: 280px;
    min-height: 100px;
    max-height: 70px;
    background-image: url("/images/autopromotec.jpg");
    background-repeat: no-repeat;
    margin-right: 25px;
    text-align: left;
    margin-top: 30px;
}

#footer {
    background-color: #6D6F71;
    float: left;
    color: #FFFFFF;
    font-size: 10px;
    float: left;
    width: 850px;
    margin-top: 45px;
    margin-left: 25px;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
}

#footer span {
    float: left;
    margin-left: 25px;
    margin-top: 5px;
}

#footer a {
    color: #FFFFFF;
}

#footer a:hover {
    text-decoration: none;
}

#footer img {
    float: right;
    border-width: 0px;
    margin-right: 10px;
}

table {
    border-collapse: collapsed;
}

th {
    color: #414042;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    font-size: 11px;
}

td {
    color: #414042;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    font-size: 11px;
}