 /*----------------------------------------
 Main stylesheet for: MECA
 ----------------------------------------*/ 
 
 /*----------------------------------------  
 Stylesheet structure:
 
 > Styles reset, HTML & body
 > Main layout
 > Type and inline styling
 > Section/page details
    --> Nav
    --> Main content area       
    --> Scrollbars       
 > Misc     
 ----------------------------------------*/ 
 
 /*----------------------------------------
 Color master list:
   Main text (grey): #1a4789;
   Dark blue: #1a4789 (heading)
   Blue Links: #17578d 
   Yellow: #fef200;
   Pink: #e431d1;
 ----------------------------------------*/     
    
/* Styles reset, HTML & body styling -------------------------------------------------------------------------------------  */     

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, apress, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, p, ol, ul, li, title
fieldset, form, legend, dl, dd, dt
{
    border: 0;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: normal;                
    margin: 0;
    outline: 0;     
    padding: 0;
}

/************************** HTML and BODY ************************/

html
{ 
    background: #fff url('../images/background-stars.png') top center no-repeat;
}
  
body 
{                   

}

/************************** MAIN LAYOUT ************************/ 
#wrapper
{
   width: 920px;
   margin: 0px auto;
   position: relative;
   padding-bottom: 20px;
}

    #header
    {
        background: #002c61 url('../images/background-header.png') top left no-repeat;
        height: 152px;
        width: 880px;
        padding: 12px 20px 0 20px;
        color: #FFFFFF;
        margin-bottom: 5px;
    }
    
        #header #logo
        {
            margin-bottom: 10px;
        }
    
        #header p
        {
            font-family: Calibri, Arial, Helvetica, sans-serif; 
            font-size: 12pt;    
            text-align: right;
            margin-top: 18px;
            margin-bottom: 15px;
        }
        
        #header ul#nav
        {
            border-top: 4px solid #fff;
        }
        
        #header ul li
        {
            float: left;
            margin: 0;
                margin-left: 30px;
            padding: 0;
        }
        
        #header ul li:first-child
        {
            margin-left: 0px;
        }
        
            #header ul li a
            {
                display: block;
                height: 50px; 
                margin: 0;
                padding: 0;
                text-decoration: none;                               
            }
            
            #header ul li a:hover, #header .active
            {
                background-position: bottom;    
            }
            
            #nav_home
            {
                background: url('../images/nav_home.png') top left no-repeat;
                width: 46px;
            }
            
            #nav_products
            {
                background: url('../images/nav_products.png') top left no-repeat;
                width: 81px;
            }   
            
            #nav_case-studies
            {
                background: url('../images/nav_case-studies.png') top left no-repeat;
                width: 106px;
            }   
            
            #nav_about-meca
            {
                background: url('../images/nav_about-meca.png') top left no-repeat;
                width: 104px;
            }      
            
            
            #nav_downloads
            {
                background: url('../images/nav_downloads.png') top left no-repeat;
                width: 103px;
            }    
            
            #nav_contact
            {
                background: url('../images/nav_contact.png') top left no-repeat;
                width: 97px;
            }                                                      
            
    div.hero
    {
        background-color: #dde1ef;
        margin: 0;
        position: relative;
        border: 25px solid #dde1ef;
    }
    
        #home div.hero
        {
            margin-top: 20px;
        }
        
    
.detail
{
    background-color: #fff;
    margin-top: 20px;
    padding: 20px;
    min-height: 400px;
}     

	.detail p
	{
		margin-bottom: 15px;
	}  
	
	.detail ul
	{
		margin-top: -10px;
		margin-bottom: 15px;
		margin-left: 20px;
	} 
	
    .hero div.freeQuote
    {
        background: url(../images/hero-free-quote.png) left 5px no-repeat;
        color: #fff200;
        font-size: 24px;
        font-weight: normal;
        height: 60px;
        line-height: 63px;
        overflow: hidden;
        margin-top: 20px;
    }
    
    #btn-freequote
    {
		display: block;
		height: 60px;
		width: 300px;
		margin-right: 30px;
		float: left;
		cursor: pointer !important;
    }
    
    div.freeQuote #quotes
    {
		float: left;
		width: 500px;
    }
    
    .hero div.freeQuote  p
    {
        font-family: Arial;
        font-size: 23px;
        padding-top: 20px;
        background-color: transparent !important;
        width: 500px !important;
    }
    
    .article-list li
    {
    	padding-bottom: 20px;
    }
            
    div#content
    {
        margin:0;
        width: 920px;
    }
            
        ul#breadcrumb
        {
            height: 20px;
            line-height: 20px;
        }
            ul#breadcrumb li
            {
                float: left;
                margin-right: 3px;
                padding-left: 3px;
                font-size: 8pt;
                /*background: url('../images/breadcrumb-arrows.png') left 5px no-repeat;*/
            }
            
            ul#breadcrumb li:first-child
            {
                padding-left: 0;
                background: none;            
            }
            
            #breadcrumb li a
            {
                color: #002b6a !important;
                text-decoration: none;
                font-size: 8pt;
            }
            
            #breadcrumb li a:hover
            {
                border: 0 none;
                text-decoration: underline;
            }
            
      
            
            
#footer
{
    width: 920px;
    margin: 0px auto;
    margin-bottom: 50px;
    color: #999999;
}


    ul#footer-nav
    {
        margin-top: 38px;
        margin-bottom: 18px;
    }
    
        ul#footer-nav li
        {
            float: left;
            margin-left: 95px;
            width: 158px; 
            padding-top: 4px;
        }
        
        ul#footer-nav li:first-child
        {
            float: left;
            margin-left: 0px;
        }        
        
            ul#footer-nav li a
            {
                color: #686868;
                font-weight: bold;
                font-size: 11pt;
                display: block;
                font-family: arial;
                text-decoration: none !important;
            }
            
            ul#footer-nav li a:hover
            {
                color: #002B6A;                
            }
            
            ul#footer-nav li ul li
            {
                float: none !important;
                margin: 0;
                min-width: 150px;
            }
            
                ul#footer-nav li ul li a
                {
                    display: block;
                    font-size: 7pt;
                    color: #808080;
                    padding-bottom: 3px;
                }
                
         p.copy         
         {
             color: #bfbfbf;
             font-size: 11px;
             font-weight: bold;
             margin-top: 10px;
             text-transform: uppercase;
         }                

         
/*********************** TYPEOGRAPHY *********************/
body
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9pt;
   line-height: 1.25em;
   color: #000;
} 

#content p
{
    line-height: 1.4em;
} 

#content a
{
   color: #00adf1;
   text-decoration: underline;
}


#content a:hover
{
    text-decoration: none;
    border-bottom: 1px dashed #00adf1;
    color: #002B6A;  
}
   
/*
#content a:visited
{
   color: #666666;
} */

    #content a:visited:hover
    {
        text-decoration: none;
        border-bottom: 1px dashed #666666;
    }   

h1
{
    background: #fff url('../images/heading_bk.jpg') top center no-repeat;
    color: #fff; 
    display: block;
    height: 54px;
    width: 800px;
    font-size: 26px;  
    font-family: "Arial Black", arial, sans-serif;          
    line-height: 54px;
    margin-top: 20px;
    margin-bottom: -20px;
    overflow: hidden;
    padding: 0 50px 0 20px;   
    /*visibility: hidden;*/
}

.sIFR-active h1 
{
    visibility: hidden;
}
/*.position-absoulute
{
    position: absolute;
    top: -1000px;
    right: -1000px;
} */

h1
{
	text-transform:uppercase;
}

h2, h2 a, h3, h3 a
{
   color: #1a4789;
   font-family: arial, sans-serif;    
   font-size: 16px;
   text-transform: uppercase;
   font-weight: bold;
   margin: 0;
    margin-bottom: 15px;
   padding: 0;
}

h3
{
    margin-top: 15px;    
}

strong
{
   font-weight: bold;
}

.small-text
{
    font-size: 8pt !important;
}

ul.left-padding
{
    padding-left: 15px;
}
/************************** MISC ************************/
.left
{
   float: left;
}

.right
{
   float: right;
}

.clear
{
   clear: both;
}

.hidden
{
   display: none;
}

.block
{
   display: block;
}

.sprite:hover, .selected .sprite
{
   background-position: bottom left !important;
}

ul.no-bullet
{
   list-style-type: none;
}

ul.no-margin
{
   margin-left: 0 !important;
}

.top-margin
{
   margin-top: 15px;
}

.top-margin-sm
{
   margin-top: 5px;
}

.left-margin
{
   margin-left: 10px;
}

.no-left-margin
{
    margin-left: 0px !important;
}

.bottom-space
{
   padding-bottom: 15px;
}

.align-right
{
    text-align: right;
}

.dottedline
{
    background: url('../images/dotted-line.png') top left repeat-x;
    height: 1px;
}

.width-control
{
    width: 740px;
}

    .width-control p
    {
        margin-bottom: 20px;
    }
    
ul.bluebg
{
    height: 196px;
    width: 740px;
    background: url('../images/blue-bg.png') top left no-repeat;
    padding-top: 15px;
}

    ul.bluebg li
    {
        margin-left: 10px;
        padding-bottom: 5px;
        color: #FFFFFF;
        font-size: 11pt;
    }
    
ul.bluebg2
{
    height: 328px;
    width: 740px;
    background: url('../images/blue-bg2.png') top left no-repeat;
    padding-top: 15px;
}

    ul.bluebg2 li
    {
        margin-left: 10px;
        padding-bottom: 5px;
        color: #FFFFFF;
        font-size: 11pt;
    }    
    
ul.stars li
{
    padding-left: 20px;
    background: url('../images/yellow-star.png') top left no-repeat;
}

ul.starcircle li
{
    padding-left: 65px;
    height: 33px;
    margin-bottom: 8px;
    padding-top: 15px;
    font-size: 13pt;
}

    ul.starcircle li.star1
    {
        background: url('../images/1stars.png') top left no-repeat;    
    }
    
    ul.starcircle li.star2
    {
        background: url('../images/2stars.png') top left no-repeat;    
    }
    
    ul.starcircle li.star3
    {
        background: url('../images/3stars.png') top left no-repeat;    
    }
    
    ul.starcircle li.star4
    {
        background: url('../images/4stars.png') top left no-repeat;    
    }
    
    ul.starcircle li.star5
    {
        background: url('../images/5stars.png') top left no-repeat;    
    }    
    
ul.pdf-icon li
{
    background: url('../images/icon-pdf.png') top left no-repeat;
    padding-left: 15px;
}

.button
{
    width: 232px;
    height: 38px;
    display: block;
    background: url('../images/button.png') top left no-repeat;
    font-family: "Arial Black", arial;
    font-size: 14pt;
    color: #fef200 !important;
    padding-top: 12px;
    padding-left: 8px;
    text-decoration: none !important;
}

    .button:hover
    {
        background-position: bottom;
        border: none !important;
    }            

#imagewall, #imagewall li, #imagewall li a
{
    margin: 0;
    padding: 0;
}

    #imagewall
    {
        height: 270px;
        width: 270px;
        position: absolute;
        top: 0px;
        right: 0px;
    }

    #imagewall li
    {
        float: left;
        height: 270px;
        overflow: hidden;
        width: 270px;
    }
    

            
.rightcol
{
    width: 590px;
}

.pullup
{
    margin-top: -6px;
}

.noborder
{
    border: none !important;
}

.nounderline
{
    text-decoration: none !important;
}                            

.indentlists ul
{
	list-style-type: none;
}

	.indentlists ul li
	{
		background: url('../images/bullet.png') left 5px no-repeat;
		padding-left: 15px;
	}


/* ERRROR*/

div.error
{
   width: 260px;
   float: left;
   margin-left: 200px;
}

.error_message
{
    color: #3E9EFE;
}

.user_message
{
    border: 1px solid #104b7d;
    padding: 10px;
    font-weight: bold;
}

.adobe-reader
{
	background-color: #FFFFFF;
	padding: 10px 0 10px 20px;
}

/* END ERROR */
