/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {

margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
padding: 0px; /* Always apply padding if you apply margins */
/*text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
scrollbar-face-color: #000000;
scrollbar-shadow-color: #ffffff;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #e6e6e6;
scrollbar-arrow-color: #FFFFFF;
background-color: #F7F4CE;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td, div, textarea {
font-family: Arial, Helvetica, sans-serif;
text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}


/* Redefines the p tag */
p {
font-size: 12px;
margin-left: 282px;
margin-right: 25px;
color: #fff;
}
h1 {
font-size: 23px;
font-weight: normal;
color: #fff;
line-height: 33px;
height:23px;
width: 270px;
margin: 10px 0px 20px 282px;
}

h2 {	
font-size: 15px;
font-weight: bold;
color: #fff;
line-height: 20px;
margin-left: 282px;
}



h3 {
font-size: 13px;
font-weight: bold;
color: #000000;
line-height: 18px;
margin: 0px 0px 10px 251px;
}

h4 {
font-size: 13px;
font-weight: bold;
color: #000000;
line-height: 18px;
margin: 20px 0px 20px 250px;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a {
font-size: 12px;
font-weight: bold;
color: #D16B08;
text-decoration: underline;
}


/*------------------ LISTS FORMATS --------------------------*/
ul {
margin: 0px 0px 0px 310px;
padding: 0px 0px 20px 0px;

}


li { 
font-size: 12px;
font-weight: regular;
line-height: 15px;
color:#fff;
list-style-position:inside;
list-style-type:square;
padding: 0px;
margin: 0px;
}


/* ----------------- MAIN NAVIGATION ----------------- */
ul#navcontainer {
width: 249px;
position:absolute;
top: 103px;
left: 0px;
margin: 0px;
padding: 0px;
background-image:url(images/navbg-sub.jpg);
background-repeat:repeat-y;
height: 171px;
}

ul#navcontainer li {
display: block;
margin: 0px;
padding: 0px;
margin: 0px;
list-style-position:outside;
list-style-type: none;
width: 249px;
height: 15px;
}

ul#navcontainer li a {
font-size: 11px;
font-weight:normal;
text-decoration: none;
display: block;
border: none;
padding: 0px 0px 0px 50px;
margin: 0px 0px 0px 0px;
text-align:left;
width: 199px;
height: 15px;
}

/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#navcontainer li a:link, ul#navcontainer li a:visited, ul#navcontainer dt a:active {
background: url(images/navbtn_off.jpg) top no-repeat;
color: #002650;
}

/* Creates our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#navcontainer li a.current:link, ul#navcontainer li a.current:visited {
background: url(images/navbtn_on.jpg) top no-repeat;
color: #e00303;	
}
/* Creates our hover custom class.*/
ul#navcontainer li a:hover {
background: url(images/navbtn_hover.jpg) top no-repeat;
color: #08a6e7;	

}

/* ----------------- PAGE CONTAINER ELEMENTS ----------------- */
/*These divs hold the left and right sides of the web page below the header and above the footer - the nav and the main content*/

/* Holds the entire web page from the beginning body tag to the end body tag */
div#all {
width:770px;
text-align:left;
margin: 0 auto;
margin-top: 15px;
padding: 0px;
position: relative;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
border-collapse: collapse;
}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#logo {
width: 249px;
height: 103px;
background: url(images/logo.jpg) #ffffff top no-repeat;
position:absolute;
top: 0px;
left: 0px;
}

div#header2 {
background-color:#fff;
width: 521px; 
height: 98px;
position: absolute;
top: 0px;
left: 249px;
}

div#header3 {
background-color:#fff;
width: 521px; 
height: 173px;
position: absolute;
top: 98px;
left: 249px;
}

/*Formats the main content of the web page */
div#maincontent {
width:770px;
height: auto;
padding: 0px;
padding-top: 15px;  
background: url(images/contentbg.gif) top repeat-y;
position:absolute;
top: 275px;
left: 0px;
border: 0px;
background-color:#FFFFFF;
}


div#xtrabtns {
width: 249px;
height: 41px;
top: 0px;
left: 0px;
z-index: 200;
}

/*Formats Wilson and Tucker Auto Glass Inc.<br/>
3730 Monroe Rd.<br/>
Charlotte, NC 28205<br/>
704-333-0760<br/>
704-333-5000<br/>
704-334-7911<br/><br/>
     
 Business Hours:<br/>
 Monday - Friday  8:30a.m. - 5:00p.m.
*/
address {
font-size: 11px;
font-weight:normal;
padding: 60px 0px 0px 0px;
text-align:center;
width:249px;
height: 157px;
color: #000;
font-style:normal;
background-image:url(images/address.jpg);
background-repeat:no-repeat;
z-index:500;
position:absolute;
left: 0px;
top: 294px;
}


address a{		
color:#fff;
text-align:center;
font-size:12px;
font-weight:normal;
}

/* Creates the div container for the footer. */
div#footer { 
font-size:10px;
font-weight:bold;
text-decoration:none;
text-align:right;
padding: 14px 10px 0px 0px;
text-transform:none;
background-image:url(images/footer.jpg);
background-repeat:no-repeat;
width: 760px;
height: 19px;
color:#FFFFFF;
}


div#footer a {
font-size: 10px;
font-style: normal;
color: #ffffff;
text-decoration: underline;
}





/*-------------------PAGE POSITIONING ----------------*/

/* divtag for centering webpage in browser */
#centerwebpage {padding: 3px; background-color:#FFFFFF; width: 750px; align: center; border-width: 1px; border-color: #354B94; border-style: solid;}



/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
float: left; 
margin: 0px 8px 0px 0px;
clear: both;
border: 1px solid #e8e8e8;
}
img.right {
float: right; margin: 0px 0px 0px 8px;
margin: 0px 10px 10px 10px;
padding: 2px;
border: 1px solid #e8e8e8;
clear: both;
}
clear {
clear: both;
}

img.main {
position:absolute;
top: 127px;
left: 514px;

}



/* ------------------ FORM ELEMENTS ------------------------*/

form table { border-collapse:collapse;
margin: 0px 0px 0px 15px;


}

form td {	border-collapse:collapse;
font-size: 12px;
padding: 4px;
text-align:left;
vertical-align:top;

}
form input {font-size: 12px;}

form textarea {font-size: 12px;}



/* ----------------- CUSTOM CLASSES or ID's ----------------- */

.boldital {
font-weight: bold;
font-style:italic;
}

#email {
font-size: 12px;
color: #497795;
width:494px; height: 108px; 
/*border-top: 1px solid #E3E3E3;*/ 
background-color: #D21919;

}

div#email {
font-size: 12px;
color: #497795;
width:484px;
border-top: 1px solid #E3E3E3;
background-color: #FFFFFF;

}

#admin {
font-size: 6px;
text-align:center;
padding: 4px;
color:#FFFFFF;
text-transform:uppercase;
background-color: #002040;
margin: 0px;
}

#admin a {
font-size: 10px;
color:#FFFFFF;

}

/* -------------------- COPYRIGHT INFORMATION ------------------*/
div#copyright {
text-align:center;
font-size: 10px;
padding: 5px 0px 5px 0px;
margin: 0px 0px 0px 0px;
width: 770px;
height: 40px;
line-height: 20px;
background: #000;
color:#FFFFFF;

}

div#copyright a {
font-size: 10px;
line-height: 15px;
font-weight: normal;
color: #ffffff;
text-decoration: underline;

}

div#webaudio {
width: 181px;
height: 21px;
position:absolute;
top: 70px;
left: 589px;
z-index: 2px;
}

div#webaudiopopup {
width: 100%;
height: 100px;
background-image:url(images/webaudiobg.gif);
background-repeat:no-repeat;
background-position:center;
background-color:#747474;
}

div#soundapplet {
width:100%;
text-align:center;
height: 30px;
position:relative;
top: 49px;
}

div#creditcards {
width: 770px;
height: 23px;
padding-top: 5px;
background-image: url(images/creditcards.gif);
background-repeat:no-repeat;
background-position:center;
background-color: #3262B5;
}

div#map {
padding: 5px;
border: 1px solid #e8e8e8;
width: 350px;
margin-left: 285px;
margin-bottom: 20px;

}