body {
    margin: 4px;
    padding: 0px;

    font: normal 13px Arial, Verdana, sans-serif;

    background: url("../images/rtgbackground.gif") repeat fixed center;
}

a {
    text-decoration: none;
}

img {
    border: none;
    padding: 0px;
    margin: 0px;
}

table {
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
}

td {
    margin: 0px;
    padding: 0px;
    height: 0px;
    width: 0px;
    vertical-align: top;
}

div#chevygmccountdown {
    float: right;
    text-align: center;
    vertical-align: top;
    padding-right: 0px;
    padding-top: 0px;
    position: relative;
    margin: 0px;
}

#mainwrapper {

}

#header {
    /*background: #EEE;*/
    /*height: 90px; /*Height of top section*/
}

#contentwrapper{
    float: left;
    width: 100%;
}

#contentwrapper2 {
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
}

#contentwrapper2 a {
	color: #ff6600;
}

#contentwrapper2 a:hover {
	color: blue;
    text-decoration: underline;
}

#contentcolumn{
    margin: 6px 185px 6px 150px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
    /*background-color: #0099FF;*/

}

#leftcolumn{
    float: left;
    width: 150px; /*Width of left column*/
    margin-left: -100%;
    /*background: #EEE;      */
    margin-top: 3px;
    margin-bottom: 3px;
}

#rightcolumn{
    float: left;
    width: 185px; /*Width of right column*/
    margin-left: -185px; /*Set left margin to -(RightColumnWidth)*/
    margin-top: 3px;
    margin-bottom: 3px;
}

#chevyshowrightcolumn{
    float: left;
    width: 185px; /*Width of right column*/
    margin-left: -185px; /*Set left margin to -(RightColumnWidth)*/
    margin-top: 3px;
    margin-bottom: 3px;
}

#footer{
    clear: left;
    width: 100%;
    height: 50px;
    background: black;
    color: #FFF;
    text-align: center;
    padding: 0px;
    background: url("../images/navigation/footer.gif") repeat-x center;
}

#footer a{
    color: blue;
}

.innertube{
    /*margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
    margin: -6px 3px 6px 3px;
}

.faqs {
    color: #777777;
    letter-spacing: 2px;
    word-spacing: 3px;
    text-transform: uppercase;
    padding-top: 40px;
    font-weight: bold;
}

.faqs span {
    font-size: 17px;
}

.faqsquestion {
    padding-top: 5px;
}

.faqsanswer {
    padding-left: 40px;
    line-height: normal;
    font-style: italic;
    color: #545454;
    font-size: 13px;
}

.specialheader {
    color: #777777;
    letter-spacing: 2px;
    word-spacing: 3px;
    text-transform: uppercase;
    padding-top: 20px;
    font-weight: bold;
}

.specialheader span {
    font-size: 17px;
}

ul.speciallist {
    list-style-type: square;
    margin-top: 0px;
}

ul.speciallist li {
    font-size: 13px;
    text-align: left;
}



/* Colors/Sizes Box */
div#boxwrapper {
    float: right;
    padding: 0px;
    position: relative;
    width: 256px;
}

.boxtop {
    background-image: url("../images/colors/boxtop3.gif");
    width: 256px;
    height: 48px;
    vertical-align: bottom;
    text-align: center;
}

.boxleft {
    background-image: url("../images/colors/boxleft.gif");
    background-repeat: repeat-y;
    height: *;
    width: 3px;
    vertical-align: top;
}

.boxarea {
    background-color: #f2f2f2;
    vertical-align: top;
    width: 245px;
    text-align: center;
}

.boxright {
    background-image: url("../images/colors/boxright.gif");
    background-repeat: repeat-y;
    height: *;
    width: 8px;
    vertical-align: top;
}

.boxbottom {
    background-image: url("../images/colors/boxbottom.gif");
    width: 256px;
    height: 44px;
    vertical-align: top;
}

td.sizes {
    text-align: right;
    vertical-align: top;
    font-size: 10px;
    padding-bottom: 12px;
}

td.colors {
    padding-right: 4px;
    padding-top: 4px;
    text-align: center;
    vertical-align: top;
    font-size: 10px;
    width: 33%;
}


a#imagelink {
	color: #ff6600;
    text-align: center;
}

a#imagelink img {
    border: 2px solid #ff6600;
}

a#imagelink:hover img {
    border: 2px solid blue;
    text-decoration: none;
}

a#imagelink:hover {
	color: blue;
    text-decoration: none;
}