/*___ color.css: Color/Backgrounds Styles ___*/

/*___ Section 1: Global Color/Backgrounds Styles ___*/

html 
{
}

body 
{
    background      : #B3B596;
    color           : #5B5A4E;
}

h1 
{
    color           : #61783D;
}

h2 
{
    color           : #61783D;
}

h3 
{
    color           : #61783D;
}

h4 
{
    color           : #61783D;
}

h5 
{
    color           : #61783D;
}

h6 
{
    color           : #61783D;
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
    color           : #61783D;
}

a:visited 
{
    color           : #61783D;
}

a:hover 
{
    color           : #61783D;
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

/*___ Section 2: Site-Specific Global Color/Backgrounds Modules ___*/
.button,
.button:hover,
.button:visited
{
    background      : #1B0E8D url(images/buttonBG.jpg) repeat-x top left;
    border          : solid 1px #1B0E8D;
    color           : #FFFFFF;
}

/*___ Section 3: Unique Element-Specific Global Color/Backgrounds Styles ___*/

/*___ DIV _________________________________________________________________*/
#header
{
    background      : #FFFFFF url(images/lineOfRovers.jpg) no-repeat 310px 62px;
}

#content
{
    background      : #FFFFFF;
}

.addressCard
{
    border          : solid 1px #B3B596;
}

#slideshow
{
	background		: transparent none no-repeat 310px 62px;	
}

#footer
{
    color           : #FFFFFF;
}

.modalPopup
{
	background-color	: #ffffff;
	border				: 3px solid #61783D;
}

/*___ SPAN _________________________________________________________________*/
.product
{
    border          : solid 1px #B3B596;
}

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/
#secondary h2
{
    color           : #FFFFFF;
    background      : #FFFFFF url(images/sidebarHeaderBG.jpg) no-repeat top left;
}

/*___ H3 _________________________________________________________________*/
.description h3
{
    border-bottom   : 1px solid #B3B596;
}

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/
#shortcuts
{
    background      : transparent url(images/shortcutsBG.jpg) no-repeat bottom left;
}

#main
{
    background      : #61783D;
}

#categories,
#categories ul,
#manuals,
#manuals ul
{
    background      : #61783D;
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/
#shortcuts li:before,
#main li:before
{
    color           : #FFFFFF;
}

.repairs
{
    color           : #61783D;
    background-color: #B3B496;
}

.parts
{
    color           : #B3B496;
    background-color: #61783D;
    border          : solid 4px #FFFFFF;
    border-bottom   : 0;
}

.maintenance
{
    color           : #FFFFFF;
    background-color: #5B5A4E;
    border          : solid 4px #FFFFFF;
}

#categories li,
#manuals li
{
    border-top      : solid 1px #B3B496;
}

#categories ul li,
#manuals ul li
{
    border-left     : solid 1px #B3B496;
}

#categories ul li:first-child,
#manuals ul li:first-child
{
    border-top      : none;
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/
#shortcuts a,
#main a,
#categories a,
#manuals a
{
    color           : #FFFFFF;
}

#categories a:hover,
#manuals a:hover
{
    color           : #140B6E;
}

.paging a.current,
.paging a:hover
{
    background      : #B3B596;
    color           : #FFFFFF;
}

#subcategories a
{
    background      : #FFFFFF url(images/arrowCircleBG.png) no-repeat top left;
    color           : #5B5A4E;
}

#subcategories a:hover
{
    background      : #FFFFFF url(images/arrowCircleBGHover.png) no-repeat top left;
    color           : #140B6E;
}

.description h3 a
{
    border          : 1px solid #B3B596;
    border-bottom   : none;
}

.arb
{
    background      : transparent url(images/arbLogo.jpg) no-repeat top left;
}

.sanAntonio
{
    background      : transparent url(images/autoGroupOfSanAntonioLogo.jpg) no-repeat top left;
}

.texasLandRover
{
    background      : transparent url(images/texasLandRoverLogo.jpg) no-repeat top left;
}

.authorizeSeal
{
    background      : transparent url(images/authorizeSeal.jpg) no-repeat top left;
}

.repairs a
{
    color           : #61783D;
}

.parts a
{
    color           : #B3B496;
}

.maintenance a
{
    color           : #FFFFFF;
}

/*___ TABLE _________________________________________________________________*/
.selectShippingMethod,
.selectShippingMethod > tbody > tr > td,
.selectShippingMethod > tbody > tr > th
{
    border          : solid 1px #FFFFFF;
}

/*___ TR _________________________________________________________________*/
.recentOrders tr
{
    border          : solid 1px #61783D;
}

.recentOrders .altodd
{
    background-color: #B3B596;
    color           : #FFFFFF;
}

/*___ TH & TD _________________________________________________________________*/
.buyProductForm th
{
    background      : transparent url(images/curvedGradientBG.jpg) no-repeat top left;
}

/*___ IMG _________________________________________________________________*/
#primary img
{
    border          : solid 3px #61783D;
}

#primary #featured img,
#primary .catalog img,
#primary .paging img,
#primary .thumbnail img,
#primary .description img
{
    border          : none;
}

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/
input[type="text"],
input[type="password"]
{
    border          : solid 1px #B3B596;
}

input.checkout
{
    background      : transparent url(images/checkout.gif) no-repeat top left;
}

input.checkout:hover
{
    background      : transparent url(images/checkoutHover.gif) no-repeat top left;
}

input.continue
{
    background      : transparent url(images/continue.gif) no-repeat top left;
}

input.continue:hover
{
    background      : transparent url(images/continueHover.gif) no-repeat top left;
}

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/