﻿body {
    width:100%;
    font-family:Arial,helvetica,verdana;
    margin:0px;
    padding:0px;
    text-align:center;
    font-size: 14px;
    line-height:18px;
    color:#333;
    line-height:20px;
  background-color:#F1F1F1;
    
}

		

body {

    text-align: -moz-center;
    width:100%;
    font-family:Arial,helvetica,verdana;
    margin:0px;
    padding:0px;
    text-align:center;
    font-size: 14px;
    line-height:18px;
    color:#333;
    line-height:20px;
    background-position:fixed;
   background-color:#F1F1F1;
		
}


/* GENERAL STYLES*/


.LargeTextbox
{
    height: 28px;
    padding: 5px;
    border: 1px solid #DDDAD3;
    width: 300px;
    background: whiteSmoke;
    font-size: 18px!important; 
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.Textbox
{
    height: 20px;
    padding: 5px;
    border: 1px solid #DDDAD3;
    width: 200px;
    background: whiteSmoke;
    font-size: 14px!important; 
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.TextboxMulti{
    height: auto;
    padding: 5px;
    border: 1px solid #DDDAD3;
    width: 200px;
    background: whiteSmoke;
    font-size: 14px!important; 
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.TextboxSocialMedia{
    height: 20px;
    padding: 5px;
    border: 1px solid #DDDAD3;
    width: 600px;
    background: whiteSmoke;
    font-size: 14px!important; 
    -moz-border-radius: 2px;
    border-radius: 2px;

}

.VendorTitle{
    
    font-weight:normal;

}


h1{
    margin-top:5px;
    margin-bottom:5px;
    font-size:21px;
}


h2
{
    font-size:16px;
    color:#4C4C4C;
    margin:0px;   
}


a
{
    text-decoration:none;
    color:#6E0E7C;
}

a:visited 
{
 color:#6E0E7C;   
}

a:hover
{
    color:#9E34AD;
}

.D30one {
    text-transform: none;
    padding: 5px 20px;

}
.b-a-va {
    background-color: #A26DAE;
      background-image: -webkit-linear-gradient(top,#B782C4,#A26DAE);
    background-image: -moz-linear-gradient(top,#B782C4,#B782C4);
    background-image: -ms-linear-gradient(top,#B782C4,#B782C4);
    background-image: -o-linear-gradient(top,#B782C4,#B782C4);
    background-image: linear-gradient(top,#B782C4,#B782C4);
    border: 1px solid transparent;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);

}

.b-a-va:hover {
    background-color: #B782C4;
    background-image: -webkit-linear-gradient(top,#A26DAE,#A26DAE);
    background-image: -moz-linear-gradient(top,#A26DAE,#A26DAE);
    background-image: -ms-linear-gradient(top,#A26DAE,#A26DAE);
    background-image: -o-linear-gradient(top,#A26DAE,#A26DAE);
    background-image: linear-gradient(top,#A26DAE,#B782C4);
    border: 1px solid transparent;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    cursor:pointer;

}


.b-a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: default;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin-right: 16px;
    height: 27px;
    line-height: 27px;
    width: 65px;
    outline: 0;
    padding: 0 8px;
}
.c-wa-Da {
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
}

.HRSpan{
    color:#ccc;
    height:1px;
    float:left;
    width:100%;
    border-bottom:solid 1px #ccc;
}

/*Table Styles*/
.TableTitle{
    vertical-align:middle;
    font-weight:normal;
}

.TableHeader{
    font-weight:bold;
    text-align:left;

}

.GroupedContent{
    width:96%;
    padding:2%;
    background-color:#FCFCFC;
    border:solid 1px #ccc;
    float:left;
    margin-bottom:10px;
     -moz-border-radius: 4px;
    border-radius: 4px;
}

.SocialMediaContainer{
    height:40px;
    width:100%;
    float:left;
}

.SocialMediaContainerTitle{
    width:25%;
    float:left;
    height:40px;
    vertical-align:middle;
    text-align:left;
}

.SocialMediaTitle{
    text-align:left;
    font-weight:bold;
     vertical-align:middle;
}




/*Body content stuff*/

.GlobalWrapper{
    margin:0px;
    height:auto;
    width:100%;
    float:left;
    background-position: 0 140px;
}



.Wrapper
{
    Width:950px;
    height:auto; 
    margin: 0 auto 0 auto;
    position:relative;
    min-height: 100%;
}

.MenuWrapper{
    height:auto;
    float:left;
    width:100%;
    top:0px;
    left:0px;
    position:fixed;
    z-index:9999;

}

.TopBorder{
    width:100%;
    float:left;
    height:12px;
    background-color:#A26DAE;
}

.Header{
    width:100%;
    height:60px;
    float:left;
   background-color:#444;
}


.MenuContainer{
    margin:0 auto 0 auto;
    width:950px;
    height:60px;
    text-align:center;
}

.SubMenuContainer
{
    width:100%;
    height:30px;
    float:left;
    background-color:#E8E8E8;
    padding-top:5px;
    padding-bottom:5px;
    border-bottom:solid 1px #ccc;
}

.SubMenuInnerContainer
{
     margin:0 auto 0 auto;
    width:950px;
    height:30px;
    text-align:center;
    
}



.DivContent{
    float:left;
    width:950px;
    height:auto;
    margin-top:120px;
    text-align:left;
    background-color:#fff;
    border:solid 1px #ccc;
     -moz-border-radius: 4px;
    border-radius: 4px;
    padding-right:15px;
    padding-left:15px;
    padding-top:15px;
    padding-bottom:15px;
}


/*Homepage Styles*/

.DirectionsContainer{
    width:96%;
    padding:2%;
    background-color:#FFF0FF;
    border:solid 2px #F9E1F9;
    margin:0 auto 0 auto;
    font-size:12px;
    color:#964296;
    margin-bottom:10px;
    height:auto;
    -moz-border-radius: 4px;
    border-radius: 4px;

}

/*Quote stuff*/

.QuoteContainer
{
    width:100%;
    height:auto;
    float:left;
    border-bottom:solid 1px #ccc;
    padding-top:5px;
    padding-bottom:5px;  
}

.QuoteHeader
{
    width:96%;
    padding:2%;
    border:solid 1px #510551;
    background-color:#660866;
    color:#fff; 
    -moz-border-radius: 4px;
    border-radius: 4px;
    float:left;
}

.QuoteTableContainer
{
    background-color:#fff;
    padding:2%;
    border:solid 1px #ccc;
    float:left; 
    width:96%;
    height:auto;
    margin-bottom:5px; 
    -moz-border-radius: 4px;
    border-radius: 4px; 
}

.QuoteContainer h2
{
    color:#964B96;
    font-size:14px;
    margin-top:0px;
}

.QuoteTitle
{
    font-weight:bold;  
    color:#444;
    vertical-align:top; 
}

.QuoteData
{
    vertical-align:top;  
}

.InvoiceListContainer
{
    background-color:#BDE0AA;
    border:solid 1px #91AA83;
    color:#444;
    padding:2%;
    float:left;
    height:30px;
    text-align:left;
    width:96%;
}

.NoInvoiceListContainer
{
    background-color:#F47676;
    border:solid 1px #ED4A4A;
    color:#fff;
    padding:2%;
    float:left;
    height:auto;
    text-align:center;
    font-weight:bold;
    width:96%;
}

/*Quote Request */
.GroupContainer{
    width:96%;
    padding:2%;
    background-color:#FCFCFC;
    border:solid 1px #ccc;
    float:left;
    margin-bottom:10px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.QuoteTitle{
    vertical-align:middle;
   
}

.OptionContainer{
    width:100%;
    padding:4%;
    background-color:#EBF2FF;
    border:solid 1px #D4E1FC;
    margin-bottom:10px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top:5px;
    font-size:12px;
    float:left;
    height:auto;

    
}

.OopsContainer{
    width:450px;
    padding:4%;
    background-color:#EBF2FF;
    border:solid 3px #D4E1FC;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top:5px;
    font-size:12px;
    margin:0 auto 0 auto;
    margin-top:100px;
    height:200px;
}

.QuoteBlur{
     background:url("../siteimages/quoteblur.png") 0 0 no-repeat;
     height:452px;
     width:928px;
     float:left;

}

/*News*/
.NewsContainer
{
    width:100%;
    height:auto;
    float:left;
    padding-top:10px;
    padding-bottom:10px;
    border-bottom:dashed 1px #ccc;   
}

.NewsImageContainer
{
    float:left;
    margin-right:2%;
    margin-left:2%;
    border:solid 2px #ccc;   
    width:26%;
    text-align:left;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.NewsTextContainer
{
    float:right;
    width:68%;
    text-align:left;
}


/*Page Styles*/

.TableCell{
    height:30px;
    text-align:left;
    padding-bottom:5px;
    padding-top:5px;
    border-top:solid 1px #EFEFEF;
    border-left:solid 1px #EFEFEF;
    border-right:solid 1px #EFEFEF;
    background-color:#F9F9F9;
    color:#444;
    padding-left:2%;
    padding-right:2%;
}

.TableCell:hover{
    background-color:#F0E4F9;

}

.PagesContainer{
    width:96%;
    height:30px;
    text-align:left;
    padding-bottom:5px;
    padding-top:5px;
    float:left;
    border-top:solid 1px #EFEFEF;
    border-left:solid 1px #EFEFEF;
    border-right:solid 1px #EFEFEF;
    background-color:#F9F9F9;
    color:#444;
    padding-left:2%;
    padding-right:2%;
}

.PagesContainer:hover{
    background-color:#F0E4F9;
}

.PagesContainer:hover .DescriptionText{
    color:#333;
}

/*Footer stuff*/

.Footer{
    width:100%;
    height:auto;
    float:left;
    background:#fff url("../SiteImages/footerbg.png") top center repeat-x;
    padding-bottom:15px;
    margin-top:20px;
}


.FooterContent
{
    Width:900px;
    height:auto; 
    margin: 0 auto 0 auto;
    margin-top:30px;
    position:relative;
    text-align:left;
    font-size:12px;
    
}





/*Error message stuff*/
.GeneralErrorDiv
{
    border:solid 2px #F7DA61;
    background-color:#FFE67B;
    text-align:center;
    width:100%;
    height:auto;
    color:#fff;
    font-size:15px; 
    float:left;
    margin-bottom:5px; 
}

.GeneralMessageText
{
    width:100%;
    margin:0 auto 0 auto;
    padding-left:3px;
    color:#333;
    text-align:center;
    
}


.HeaderErrorDiv
{
  border:solid 1px #ff6666;
    background-color:#EFA3A9;
    text-align:center;
    width:100%;
    height:auto;
    color:#fff;
    font-size:15px; 
    float:right;
    margin-bottom:5px; 
}




/*Success message stuff*/
.GeneralSuccessDiv
{
    border:solid 2px #BDE5BA;
    background-color:#D5F7D2;
    text-align:center;
    width:100%;
    height:auto;
    color:#fff;
    font-size:15px; 
    float:left;
    margin-bottom:5px; 
}

