html	{
    height: 100%;
}

* { padding: 0;
    margin: 0;
}

body {
    height: 100%;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
    background: #E4950B;
}

a:link  {
    text-decoration: none;
}

a:visited   {}

a:active    {}

a:hover {}

a   {
    text-decoration: none;
}

a img   {
    text-decoration: none;
    outline: none;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    border-style: none;
}

h1	{
    position: relative;
    right: 20px;
    text-align: right;
    width: 680px;
}


/*standard site layout*/

#wrapper {
    background: #ffffff;
    margin: 0 auto;
    width: 920px;
    min-height: 100%;
}

#leftcolumn {
    background: #ffffff;
    width: 200px;
    float: left;
    clear: left;
    margin: 5px;
}

#rightcolumn {
    background: #ffffff;
    float: right;
    clear: right;
    width: 700px;
    margin: 5px;
}

#bottombar  {
    width: 100%;
    text-align: center;
    font-size: 12px;
    clear: both;
    vertical-align: bottom;
}

#comingsoon	{
    text-align: center;
    position: relative;
    width: 100%;
    clear: both;
    border-style: solid;
    border-color: #000000;
    border-width: 1px;
}

/*page specific divs*/

#homewire   {
    width: 350px;
    float: left;
    position: relative;
    left: 45px;
}

#homepainted    {
    width: 350px;
    float: right;
    position: relative;
    left: 5px;
}

#contactbody	{
	font-size: 14px;
	position:relative;
	left: 50px;
	
}

#wholeterms	{
    width: 415px;
    padding: 5px 15px;
    float: right;
    clear:right;
    border: 1px solid;
    font-size: 12px;
}

#wholecontact	{
    width: 220px;
    padding: 5px 15px;
    float: left;
    clear: left;
    border: 1px solid;
    font-size: 12px;
}

#hours	{
    float: left;
    clear: left;
    width: 350px;
}

#gmahouse	{
    width: 340px;
    float: right;
    clear: right;
}

table.termtable	{
    vertical-align: top;
}
/*store and product pages*/

#topnav	{
    text-align: left;
    position: relative;
    color: #000000;
}

a.topnav:link	{
    color: #111111;
}

a.topnav:visited	{
    color: #111111;
}

a.topnav:hover	{
    color: #24BAE3;
}

#prodselect	{
    text-align:center;
    color: #000000;
    position: relative;
    clear: right;
    float: right;
}

a.prodselect:link	{
    color: #000000;
}

a.prodselect:visited	{
    color: #111111;
}

a.prodselect:hover	{
    color: #24BAE3;
}

#recommend	{
    font-family: verdana, arial, sans-serif;
    font-size: 9pt;
}

#wire	{
    position: relative;
    text-align: center;
    clear: both;
}

#paintimage{
    float:left;
    clear:left;
    width: 250px;
}

#paintselect{
    float:right;
    clear:right;
    width: 450px;
    text-align: center;
}

/* item pages */

#prodimages	{
    width: 400px;
    position: relative;
    float: left;
    text-align: center;
}

#mainimage	{
    width: 400px;
    text-align:center;
    float: left;
}

#secondimages	{
    width: 400px;
    text-align:center;
    float:left;
}

#proddis	{
    width: 300px;
    position: relative;
    float: right;
    text-align: left;
    vertical-align: middle;
}

#prodoptions	{
    position: relative;
    float: right;
    clear: right;
    vertical-align:bottom;
}

.override #googlecart-widget-body {
    width: 250px;
}

.override .googlecart-widget-title {
    font-size:9pt;
}





/*dropdown menu colors*/

.gold	{background-color: #a89447;}
.silver	{background-color: #c6cAd7;}
.ecru {background-color: #f8ebd5;}
.white {background-color: #ffffff;}
.black	{background-color: #000000; color: #ffffff}
.copper {background-color: #CC8B2D}
.red	{background-color: #DE0405; color: #ffffff;}
.burgundy	{background-color: #99032E; color: #ffffff;}
.pink	{ background-color: #F8A6BD}
.purple	{background-color: #7E16C5; color: #ffffff;}
.lightblue	{background-color: #9AD5EA}
.navy	{background-color: #025F9E; color: #ffffff;}
.sagegreen	{background-color: #BEDABA}
.peach	{background-color: #FFB094}
.yellow {background-color: #F7CA00}




/*lightbox for photos*/

#lightbox	{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100; text-align:
    center; line-height: 0;
}
    
#lightbox img	{
    width: auto;
    height: auto;
}

#lightbox a img	{
    border: none;
}

#outerImageContainer	{
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

#imageContainer	{
    padding: 10px;
}

#loading	{
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

#hoverNav	{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

#imageContainer>#hoverNav	{
    left: 0;
}

#hoverNav a	{
    outline: none;
}

#prevLink, #nextLink	{
    width: 49%;
    height: 100%;
    background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
    display: block;
}

#prevLink 	{
    left: 0;
    float: left;
}

#nextLink 	{
    right: 0;
    float: right;
}

#prevLink:hover, #prevLink:visited:hover {
    background: url(images/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
    background: url(images/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer	{
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
}

#imageData	{
    padding:0 10px;
    color: #666;
}

#imageData #imageDetails	{
    width: 70%;
    float: left;
    text-align: left;
}

#imageData #caption	{
    font-weight: bold;
}

#imageData #numberDisplay	{
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}

#imageData #bottomNavClose	{
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
    outline: none;
}	 	

#overlay	{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #000;
}