/*   
                                 
TITLE: Inventables - Reset Styles
AUTHOR: Eric Meyer, http://meyerweb.com
SOURCE: http://meyerweb.com/eric/tools/css/reset/                                  
  
resets
----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }

:focus { outline: 0; }

ins { text-decoration: none; }

del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */

table { border-collapse: collapse; border-spacing: 0; }

/*                                                                                          
TITLE: Inventables - Layout Styles
AUTHOR: wwhited@inventables.com
COPYRIGHT: 2009-2010 Inventables, inc.                                    

COLORS:

Blue 1 - #81b2e3 (129,178,227)
Blue 2 - #285f97 (40,95,151) 
Blue 3 - #1e4164 (30,65,100) 

Gray 0 - #ececec
Gray 1 - #dddddd (220,221,222)
Gray 2 - #c5c6c8 (197,198,200) 
Gray 3 - #9fa1a4 (159,161,164)
Gray 4 - #707176 (112,113,118)
Gray 5 - #4F5153 (79,81,83) 
Gray 5 - #3D3F40

Link Blue - #1E81D7 (30,129,215)
Action Green - #359d2a (53,157,42)
Info Orange - #D78F1E (215,143,30)
Alert Red - #d72907 (215,41,7)

global
----------------------------------------------- */
html, body { height:100%; }

body { 
    background:#eeeeee url('https://inventables_technology_production.s3.amazonaws.com/images/body.png') repeat;
    /*background:url('https://s3.amazonaws.com/inventables_technology_production/bg_images/layout/baseline-18-bg.png') repeat left 0px;*/
	color:#707176;
	font-family:"Lucida Grande", "Lucida Sans Unicode", helvetica, arial, sans-serif;
	font-size:100%;
    font-weight:normal; 
    line-height:1.5; 
}
    .wf-loading body { visibility:hidden; }

p, ul, dl { font-size:13px; }
br { margin-bottom:18px; }
hr { border:none; border-top:1px solid #ddd; border-bottom:1px solid #fff; clear:both; margin:0 0 9px 0; }
blockquote { position:relative; }
    blockquote p:before{
        content: "\201c";
        color:#ddd;
        font-family:georgia;
        font-size:36px;
        opacity:0.75;
        position:absolute; left:-0.5em; top:-14px;
    }
    blockquote p:after{
        content: "\201d";
        color:#ddd;
        font-family:georgia;
        font-size:36px;
        opacity:0.75;
        position:absolute; right:0px; bottom:-30px;
    }

/* links and buttons
----------------------------------------------- */
a { color:#1E81D7; cursor:pointer; font-size:15px; text-decoration:none; }
a:hover, a:active { text-decoration:underline; }

a#logo { 
    background:url('https://inventables_technology_production.s3.amazonaws.com/images/logo.png') no-repeat left top;
    display:inline-block;
    float:left;
    height:36px;
    margin: 0 0 0 1em;
    text-indent:-9999px;
    width:341px; 
}
    a#logo:hover { background:url('https://inventables_technology_production.s3.amazonaws.com/images/logo.png') no-repeat left -36px; }

/* fonts
----------------------------------------------- */
.x-small { font-size:10px; }
.small { font-size:13px; }
.medium { font-size:15px; }
.large { font-size:18px; }
.x-large {font-size:21px; }  

.fade { color:rgb(159,161,164); }
.default { color:rgb(79,81,83); }
.action { color:rgb(53,157,42); }
.link { color:rgb(30,129,215); } 
.info { color:rgb(215,143,30); }
.alert, .inactive { color:rgb(215,41,7); }

.center { text-align:center; }
.currency { 
    color:#1e4164;
    font-size:21px; 
    font-weight:700; 
    padding-right:1px; 
    text-shadow: 1px 2px 0px rgba(129,178,227,0.6);
}

.body-text{ font-family:"Lucida Grande", "Lucida Sans Unicode", helvetica, arial, sans-serif; }

/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 { color:#1e4164; font-weight:normal; line-height:1.25; margin-bottom:0.5em; position:relative; }
h1, h2 { font-weight:700; }

h1, h1 a { font-size:36px; line-height:1; }
h2, h2 a { font-size:30px; border-bottom:4px solid rgb(66,120,176); border-bottom:4px solid rgba(66,120,176,0.75); margin:36px 0; padding: 0 0 6px 0; }
h3, h3 a { font-size:24px; }
h4, h4 a { font-size:21px; }
h5, h5 a{ font-size:18px; }
h6, h6 a { font-size:16px; }

h1 em { font-style:normal; font-weight:normal; }

.inorganic h1:after { 
    content:url('https://inventables_technology_production.s3.amazonaws.com/images/icons/flag.png');
    position:relative;
    left:0.125em;
    z-index:10; 
}

.bold { font-weight:700; }

/* structural divs
----------------------------------------------- */
#header { background:#285f97 url('https://inventables_technology_production.s3.amazonaws.com/images/gradient.png') repeat-x left top; }
    #header h2 { border:none; margin:0; text-indent:-9999px;  }
    #header .wrapper { 
        background: url('https://inventables_technology_production.s3.amazonaws.com/images/header-logo-2.png') no-repeat top center; 
        padding:0;
        position:relative;
        z-index:2; 
    }

#nav {
    background:#1e4164 url('https://inventables_technology_production.s3.amazonaws.com/images/div-nav-bg.png') repeat-x left bottom;
   	border-bottom:1px solid #6793bf;
   	position:relative; 
   	width:100%;
   	z-index:5;
}
    #nav.slim { border-color:#fff; -moz-box-shadow:0 -3px 3px rgba(0, 0, 0, 0.15) inset; }

#container { 
    background:url('https://inventables_technology_production.s3.amazonaws.com/images/container-bg.png') no-repeat left bottom;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff; 
    box-shadow: -3px -3px 3px rgba(0,0,0,0.15), -3px 3px 3px rgba(0,0,0,0.15);
    position:relative;
    z-index:0;
    -moz-box-shadow: -3px -3px 3px rgba(0,0,0,0.15), -3px 3px 3px rgba(0,0,0,0.15);
    -webkit-box-shadow: -3px -3px 3px rgba(0,0,0,0.15), -3px 3px 3px rgba(0,0,0,0.15);
}
    #container.slim { 
        border:none;
        box-shadow:none;
        -moz-box-shadow:none;
        -webkit-box-shadow:none;
        min-height:100%;
        padding-bottom:2%;
        margin-bottom:-2%;
    }

#footer { 
    background: #142f4b url('https://inventables_technology_production.s3.amazonaws.com/images/gradient.png') repeat-x left bottom;
    overflow:hidden;
}
    #footer div.clearfix{  
        background:#1e4164 url('https://inventables_technology_production.s3.amazonaws.com/images/div-nav-bg.png') repeat-x left top;
        border-top:1px solid #132a42;
        border-top:1px solid rgba(0,0,0,0.5);   	
    }

.wrapper {
    /*background: url('https://s3.amazonaws.com/inventables_technology_production/images/grid.png') repeat-y 50% 0;*/
    margin:0 auto;
    min-width:960px;
    max-width: 960px;
    padding:36px 0;
}

.section, .aside, .overlay { position:relative; text-shadow:0px 1px 0px rgb(255,255,255); }

.aside .card .button { width:162px; }
.aside .card input[type="submit"].button { width:182px; }

.aside ul, .aside dl { line-height:1.25;}
.aside h5 { margin-bottom:6px; }

/* custom divs
----------------------------------------------- */
#pagination p { 
    color:rgb(159,161,164); 
    font-size:10px;
    letter-spacing:2px;
    margin-bottom:9px;
    text-align:center; 
    text-transform: uppercase; 
}

#history { 
    background:url("https://inventables_technology_production.s3.amazonaws.com/images/icons/history.png") no-repeat scroll -10px -3px transparent;
    padding-top:18px;
}
    #history h5{ color:#707176; padding:9px 0 0 18px; }

#details div{ margin-bottom:18px; }
#details p, 
#details ul { margin-left:80px; }
#details p, #details ul li { padding-bottom:18px; }
#details ul li { list-style-type:disc; }
#details p:last-child, #details ul li:last-child { padding-bottom:0;}

div.carousel p a { line-height:1.25; }

/* =custom div classes
----------------------------------------------- */
.box {
    background:rgb(159,161,164);
    background:rgba(159,161,164,0.8);
    border:1px solid rgba(159,161,164,0.8);
    border-radius:3px;
    color:#fff;
    margin-bottom:18px;
    padding:9px;
    text-shadow:0px 1px 1px rgba(0,0,0,0.3);
    -moz-border-radius:5px;
    -webkit-border-radius:5px;    
}
    .box em { padding:0px 3px; }
    .box.info { 
        background:#D78F1E;
        background:rgba(215,143,30,0.75); 
        border:1px solid rgba(215,143,30,0.75);
    }
    
    .box.alert {  
        background:#d72907; 
        background:rgba(215,41,7,0.75);
        border:1px solid rgba(215,41,7,0.75);
    }
        .box.alert strong { color:#4F0E03;font-weight:normal; }
    
    .box.action {
        background:#359d2a;
        background:rgba(53,157,42,0.75);
        border:1px solid rgba(53,157,42,0.75);
    }
        .box.action span { color:#fff; }

.card { 
    background: #fcfcfc url('https://inventables_technology_production.s3.amazonaws.com/images/card-bg.png') repeat-x left bottom; 
    border:1px solid #fff;
    border-radius:15px;
    box-shadow: 0 1px 3px rgba(0,0,0, 0.3);
    clear:right;
    overflow:hidden; 
    margin:0 0 18px 0;
    padding: 18px;
    position:relative; 
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0, 0.3);	
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0, 0.3); 
}
    .card div { position:relative; }
    .card .card { 
        border-radius:5px;
        margin:0 0 18px 0;
        padding:9px;
        -moz-border-radius:5px;
        -webkit-border-radius:5px; }
    .card.transaction-error{ 
        border:1px solid rgb(215,41,7); 
        border:1px solid rgba(215,41,7,0.8);
    }
    .aside hr, .card hr { border:none; border-top:1px dashed #DDDDDD; clear:both; height:1px; }
    
/* =custom tables
----------------------------------------------- */
.sample-order, #cart-total { 
    background:#eef0f9;
    background: #fff url('/images/table-bg.png') repeat-x left bottom; 
    border-collapse:separate;
    border-radius:5px;
    color:#3D3F40;
    font-size:12px; 
    margin:18px 0;
    width:100%;
    vertical-align:text-top;
    width:100%;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0, 0.3);	
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0, 0.3);
}

#cart-total { 
    background:none;
    border:none;
    color:#707176;
    margin-top:0; 
    text-align:right; 
    -moz-box-shadow:none;	
    -webkit-box-shadow:none;
}

    tr#grand-total{ color:#000; font-weight:bold; }
    tr#grand-total td{ padding-bottom:0; }
    tr#shipping{ color:#D78F1E;}
        #cart-total td { padding:0px 9px 3px 9px; }

#col-img { width:12%; }
#col-name{ width:22%; }
#col-desc{ width:37%; }
#col-multiply, #col-equals { width:1%; }
#col-action { width:1%; }
#col-price, #col-total { width:8%; }
#col-type-price, #col-qty { width:10%; }
        
.sample-order th {
    background:#1e4164 url('https://s3.amazonaws.com/inventables_technology_production/bg_images/glass-bg.png') repeat-x left -78px;
    border:1px solid #1e4164;
    border-left:none;
    color:#fff;
    font-weight:bold;
    padding:9px; 
    text-align:left; 
    text-shadow:0 1px 1px rgba(0, 0, 0, 0.5);
}  
    .sample-order th:first-child { border-left:1px solid #1e4164; } 
    .sample-order th:last-child { border-right:1px solid #1e4164; } 
    
    th#head-img { padding-left:18px; border-right:none; }
    th#head-price, th#head-qty, th#head-total { border-right:none; }
    th#head-name, th#head-times, th#head-equals, th#head-action { text-indent:-9999px; }
    th#head-img{ -moz-border-radius-topLeft:5px; -webkit-border-top-left-radius:5px; }
    th#head-action, #order-confirmation th#head-total { -moz-border-radius-topRight:5px; -webkit-border-top-right-radius:5px; }

    .sample-order tr { background: #fcfcfc url('/images/table-bg.png') repeat-x left bottom; border-bottom:1px solid #eeeeee; }
        .sample-order td { border-top:1px solid #efefef; border-right:1px solid #efefef;}
        .sample-order tbody tr:first-child td { border-top:1px solid #fff; }
        .sample-order td { color:#4F5153; padding:18px 9px; vertical-align:middle; }
        .sample-order td.item-img { padding-left:18px; border-right:none; }
        td.item-price, td.item-qty, td.item-total, td.item-action { border-right:none; }
        .sample-order td.item-action { padding-right:18px; }
        .sample-order td.item-times, .sample-order td.item-equals { color:#9fa1a4; }
        td.item-name, td.item-img { vertical-align:middle; position:relative; }
        td.item-name { font-size:16px; }
        td.item-total { font-weight:bold; color:#000; }
            td.item-action a { 
               background:url('../../images/cart-remove.png') no-repeat center top; 
               display:inline-block; 
               text-indent:-9999px; 
               padding-left:14px; 
               height:14px;
           }
               td.item-action a:hover { background:url('../../images/cart-remove.png') no-repeat left bottom; }
        
.sample-order a { font-size:inherit;  font-family:inherit; }

.sample-order label { font-size:inherit; }
    .sample-order input { -moz-box-shadow:none;}
    input.update { 
        background:url('/images/update-qty.png') no-repeat left top; 
        border:none; 
        cursor:pointer;
        display:inline-block;
        height:14px;
        width:14px;
        margin-left:3px;
        padding:0px 4px;
        text-indent:-9999px; 
    }
        input.update:hover{ background:url('/images/update-qty.png') no-repeat left bottom; }
        

/* =custom image classes
----------------------------------------------- */
.frame {
    background:#FBFBFB;
    border:1px solid #fff;
    float:left;
    position:relative;
    -moz-border-radius:3px; 
    -webkit-border-radius:3px;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0, 0.3);	
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0, 0.3); 
}

a.frame { padding:6px; }

.inset { 
    border:5px solid transparent; 
    border-image:url("https://inventables_technology_production.s3.amazonaws.com/images/inset-border.png") 5 5 5 5 stretch;
    display:block;
    padding:0;
    position:absolute;
    text-indent:-9999px;
    -moz-border-image:url("https://inventables_technology_production.s3.amazonaws.com/images/inset-border.png") 5 5 5 5 stretch; 
    -webkit-border-image:url("https://inventables_technology_production.s3.amazonaws.com/images/inset-border.png") 5 5 5 5 stretch;
 }
    .inset a { display:block; height:100%; width:100%; z-index:5; }

.main { height:266px; margin:0 0 9px 0; padding:12px; width:356px; }
    .main + .inset { height:258px; left:12px; top:12px; width:348px;}
    
.secondary { height:88.5px; margin:0 18px 0 0; padding:10px; width:118px; }
    .secondary + .inset { height:80.5px; left:10px; top:10px; width:110px;}
    
.tertiary { height:58px; padding:8px; width:79px; }
    .tertiary + .inset { height:50px; left:8px; top:8px; width:71px; }

.quaternary { height:34.5px; padding:6px; width:46px; }
    .quaternary + .inset { height:26.5px; left:6px; top:6px; width:38px ;}
    
.headshot { height:129px; padding:10px; width:118px; } 
    .headshot + .inset { height:121px; left:10px; top:10px; width:110px;}

.table { padding:0px; border:1px solid #ececec; }

/* custom link and button classes
----------------------------------------------- */
.arrow { 
    background:url("https://inventables_technology_production.s3.amazonaws.com/images/icons.png") no-repeat scroll right -138px transparent;
    padding-right:20px;
}

.profile { 
    background:url("https://inventables_technology_production.s3.amazonaws.com/images/icons.png") no-repeat scroll right -395px;
    display:inline-block;
    padding:0;
    text-indent:-9999px;
    width:18px;
}
    .profile:hover{ background-position:right -432px; }

.button, .button:visited {
    background:#ACAFB1 url('https://s3.amazonaws.com/inventables_technology_production/bg_images/glass-bg.png') repeat-x left -70px;
    border:1px solid #ACAFB1;
    border-radius:5px;
    box-shadow:0 1px 0 rgba(255,255,255,0.75);
    color:#fff;
    cursor:pointer;
    display:inline-block;
    font-size:15px;
    line-height:1.5;
    padding:1px 9px;
    position:relative;
    text-align:center;
    text-shadow:0px 1px 2px #9fa1a4;
    -moz-box-shadow:0 1px 0 rgba(255,255,255,0.5);
    -webkit-box-shadow:0 1px 0 rgba(255,255,255,0.5);
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
 }
    .button span {
         border:1px solid rgba(0, 0, 0, 0.1);
         border-radius:3px;
         font-size:13px; 
         float:left; 
         min-width:50px;
         padding: 1px 2px;
         -moz-border-radius:3px; 
         -webkit-border-radius:3px;
     }
        .button:hover { background-color:#9DA0A4; border:1px solid #9DA0A4; text-decoration:none; }
  
        .button.action { border:1px solid #359d2a; background-color: #359d2a; color:#fff; text-shadow:0px 1px 1px rgba(0,0,0,0.35);}
            .button.action:hover { border:1px solid #2C8323; background-color: #2C8323; }
            .button.action span { background-color:#2C8323; }
            .action-wrap { 
                background:none repeat scroll 0 0 rgba(53, 157, 42, 0.25);
                margin:0 auto;
                padding:5px;
                -moz-border-radius:5px;
                -webkit-border-radius:5px;
            }
    
        .button.link { border:1px solid #1E81D7; background-color: #1E81D7; color:#fff; text-shadow:0px 1px 1px rgba(0,0,0,0.35); }
            .button.link:hover { background-color:#1a72bd; border:1px solid #1a72bd; }
            .button.link span { background-color:#1a72bd; }

        .button.info { border:1px solid #E4981F; background-color: #E4981F; color:#fff; text-shadow:0px 1px 1px rgba(0,0,0,0.35); }
            .button.info:hover { background-color: #CA871B; border:1px solid #CA871B; }

        .button.alert { background-color:#d72907; border:1px solid #d72907; color:#fff; text-shadow:0px 1px 1px rgba(0,0,0,0.5); }
            .button.alert:hover { background-color:#BD2406; border:1px solid #BD2406; }

.disabled { opacity:0.5; }  
.thick { padding:6px 9px;}

input[type="submit"].button { padding:0 9px; }
           
/* layout clearfixes
----------------------------------------------- */
.clearfix:after,
#nav:after,
#container:after,
.wrapper:after,
.section:after,
#summary:after,
#related:after,
.box:after { 
    clear: both;
    content: '.';
    display: block;
    visibility:hidden;
    height: 0; 
}


/*                                                      
TITLE: Inventables - List Styles
AUTHOR: wwhited@inventables.com
COPYRIGHT: 2010-2011 Inventables, inc.  

=global list styles
----------------------------------------------- */
ol { 
    cursor:default;
    margin:0 auto;   
    overflow:hidden; 
    text-align:center; 
}   
    ol li { display:inline-block; }
    ol li.current { margin:0 1px; }
    ol li.inactive { color:rgb(112,113,118); visibility:hidden; }
        ol li.current.inactive {
            background: rgba(220,221,222,0.5);
            border:1px solid rgb(220,221,222);
            cursor:default;
            visibility:visible;
            padding:0px 4px;
        }
    
    ol li a { display:inline-block; padding:0 5px; }
    
/* =ul.global
----------------------------------------------- */
ul.global {
    border-right:1px solid #304c69;
   	border-left:1px solid #132a42; 
    border-left:1px solid rgba(0, 0, 0, 0.25);
    border-right:1px solid rgba(255,255,255, 0.10);
    min-height:36px;
    margin-right:1px; 
    position:relative; }
	
	ul.global li {
        border-left:1px solid #304c69;
    	border-right:1px solid #10253b;
    	border-left:1px solid rgba(255,255,255, 0.10);
    	border-right:1px solid rgba(0,0,0,0.25);
    	color:#fff;
    	cursor:pointer;
    	line-height:36px;
        list-style-type:none;
        float:left;
        font-weight:normal;
        position:relative;
        text-align:center;
    	text-decoration:none;
    	text-shadow:0px 1px 1px rgba(0,0,0,0.5); 
}
    ul.global li.active,
    ul.global li:hover,
    ul.global li:active { background: #142f4b; }
    ul.global li.greeting { background:transparent none; font-size:15px; padding:0 1em; text-transform:lowercase; }
         ul.global li.greeting em { font-style:italic; }
         ul.global li.greeting:hover { background:transparent none; cursor:default; }
         ul.global li.admin:hover > ul,
	     ul.global li.settings:hover > ul { display:block; position:absolute; }  
     
         ul.global li a{ 
             /*background:transparent url('https://inventables_technology_production.s3.amazonaws.com/images/icons.png') no-repeat;*/  
             color:#fff;
             display:inline-block;
             margin:0 0.75em;
             text-align:center; 
        }
         #footer ul.global li a { background-image:none; padding:0;}
         ul.global li.home a { background-position: 0px -350px; }
         ul.global li.admin a, ul.global li.settings a { 
             background:transparent url('/images/icons.png') no-repeat 0px 10px;background-position: right -494px; 
             padding-right:16px; 
        }
        ul.global li.shopping-cart a { 
             background:transparent url('/images/icons.png') no-repeat 0px 10px;background-position: left -531px; 
             padding-left:23px; 
        }  
         ul.global li.log-in a { 
             background:transparent url('/images/icons.png') no-repeat 0px 10px;background-position: left 9px; 
             padding-left:23px; 
        }
         ul.global li.log-out a { 
             background:transparent url('/images/icons.png') no-repeat 0px 10px;background-position: left -27px; 
             padding-left:23px; 
        }
         ul.global li.add-product a{ background-position: 0px -26px; }
         ul.global li.about a{ background-position: 0px -313px; }
	        
	         ul.global li ul { 
	             background:#142f4b;
	             border:1px solid rgba(0,0,0,0.5);
	             display:none;
	             position:absolute;
	             top:36px;
	             z-index:10;
	             -moz-border-radius-bottomleft:5px;
	             -moz-border-radius-bottomright:5px;
	             -webkit-border-bottom-left-radius:5px;
	             -webkit-border-bottom-right-radius:5px; 
	        }
	            ul.global li.admin ul { width:120px; }
	            ul.global li.settings ul { width:131px; }
                    ul.global li ul li { 
                        border:none; 
                        border-top:1px solid rgba(255,255,255, 0.03); 
                        float:none;
                        font-size:1em; 
                        position:relative; 
                        text-align:left; 
                    }
                        
    	             ul.global li ul li:hover,
    	             ul.global li ul li:active { background:transparent; }
    	                ul.global li ul li#tech:hover > a,
         	            ul.global li ul li#users:hover > a,
         	            ul.global li ul li.active > a { color:#fff; }
	                    ul.global li.settings ul li a,
                        ul.global li.admin ul li a { background-image:none; color:#9fa1a4; padding:0; }
	                    ul.global li.settings ul li a:hover,
	                    ul.global li.admin ul li a:hover,
	                    ul.global li.settings ul li a:active,
	                    ul.global li.admin ul li a:active { background-image:none; color:#fff; padding:0; }
	                        ul.global li ul li#tech:hover > ul,
                         	ul.global li ul li#users:hover > ul{ display:block; position:absolute; left:108px; top:-18px; }
	                        ul.global li ul li ul { 
                	            background:#1e4164;
                	            border-radius:5px;
                	            box-shadow:0 0 2px rgba(0,0,0,0.25);
                	            border:1px solid rgba(0,0,0,0.5);
                	            display:none;
                	            position:absolute;
                	            z-index:9;
                	            width:100%;
                	            -moz-box-shadow:0 0 2px rgba(0,0,0,0.25);
            	                -webkit-box-shadow:0 0 2px rgba(0,0,0,0.25);
                	            -moz-border-radius:5px;
                	            -webkit-border-radius:5px;
                	         }
                	            ul.global li ul li ul li:first-child{ border-top:none; }
      
/* =ul.tabs
----------------------------------------------- */
ul.tabs{ border:none; clear:left; position:relative; top:1px;}
    
ul.tabs li{
    background:#1E81D7 url('https://s3.amazonaws.com/inventables_technology_production/bg_images/glass-bg.png') repeat-x left -70px;
    border-image:url('https://inventables_technology_production.s3.amazonaws.com/images/tab-border.png') 5 5 5 5 stretch;
 	border-width:0 0 4px 0;
 	border-bottom:5px solid transparent;
 	border-radius-top-left:10px;
 	border-radius-top-right:10px;
 	box-shadow:0px -1px 1px rgba(0,0,0,0.5);
 	float:left;
 	line-height:2em;
 	margin:0 9px 0 0;
    -moz-border-image:url('https://inventables_technology_production.s3.amazonaws.com/images/tab-border.png') 5 5 5 5 stretch;
	    -webkit-border-image:url('https://inventables_technology_production.s3.amazonaws.com/images/tab-border.png') 5 5 5 5 stretch;
 	-moz-border-radius-topleft:10px;
 	-moz-border-radius-topright:10px;
 	-webkit-border-top-left-radius:10px;
 	-webkit-border-top-right-radius:10px; 
 	-moz-box-shadow: 0px -1px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow:0px -1px 1px rgba(0,0,0,0.5); 
}
    ul.tabs li:hover { background-color:#1a72bd; }
    
    ul.tabs li.active {
        background:#eeeeee url('https://inventables_technology_production.s3.amazonaws.com/images/body.png') repeat;
        border-image:none;
        box-shadow:0 -1px 1px rgba(0,0,0,0.5); 
        padding-bottom:1px;
        -moz-box-shadow: 0 -1px 1px rgba(0,0,0,0.5);
        -webkit-box-shadow:0 -1px 1px rgba(0,0,0,0.5);
        -moz-border-image:none;
      	-webkit-border-image:none; }
        ul.tabs li.active:hover{  background:#eeeeee url('https://inventables_technology_production.s3.amazonaws.com/images/body.png') repeat; }
        ul.tabs li.active a { color:#4F5153; text-shadow:0 1px 0px #fff; }
        
        ul.tabs li a { 
             border:none; 
             color:#fff;
             display:block;
             font-size:18px;
             padding:5px 18px 0 18px;
             text-shadow:0px 1px 1px rgba(0,0,0,0.25); }

/* =ul.tags
----------------------------------------------- */
ul.tags h4 { color:#fff; text-shadow:1px 1px 2px rgba(0, 0, 0, 0.5); }
ul.tags li { float:left; padding-right:1em; }
ul.tags li:first-child { float:none; }
    ul.tags li a:link { color:#81B2E3; text-shadow:1px 1px 2px rgba(0, 0, 0, 0.5); }
    ul.tags li a:visited { color:#9FA1A4; }
        ul.tags li ul li { float:none; }
      
/* =ul#related-technologies
----------------------------------------------- */
ul#related-technologies li{ position:relative; }

/* =ul.relative
----------------------------------------------- */
ul.relative li { float:left; margin:0 3px 0 0; }

/* =ul.checks
----------------------------------------------- */
ul.checks{ margin:9px 0; }
    ul.checks li { 
        background:url("https://inventables_technology_production.s3.amazonaws.com/images/icons.png") no-repeat scroll left -216px transparent;
        padding-left:20px;
    }

/* =ul.contact-info
----------------------------------------------- */
ul.contact-info { color:#707176; margin-left:160px; }
    ul.contact-info li { border-top:1px solid #ECECEC; padding:3px 0 3px 6px; }
    ul.contact-info li:first-child { border:none; } 
        ul.contact-info li span{ color:#9fa1a4; display:inline-block; font-size:10px; vertical-align:middle; width:60px; }

/* ul.locked
----------------------------------------------- */
ul.locked { 
    background:#fbf7be; 
    border:1px solid #E1DDAF; 
    color:#9fa1a4;
    margin-top:9px;
    position:relative; 
    -moz-border-radius:3px; 
    text-shadow:none;
}   
    ul.locked li:first-child { 
        background:#E1DDAF; 
        color:#707176;
        font-size:12px; 
    } 
        ul.locked li:first-child a { font-size:12px; font-family:"Lucida Grande", "Lucida Sans Unicode", helvetica, arial, sans-serif;}
        ul.locked li:first-child + li{ border-top:none; }
    
    ul.locked li { background-color:transparent; border-top:1px solid #E1DDAF; }
        ul.locked li span { background:url("https://inventables_technology_production.s3.amazonaws.com/bg_images/lock.png") no-repeat scroll 39px center transparent; color:#707176; }
    
/* lists clearfixes
----------------------------------------------- */
ul.global:after,
ul.tabs:after, 
ul.relative:after { 
    clear: both;
    content: '.';
    display: block;
    visibility:hidden;
    height: 0; 
}


/*                                                                                        
TITLE: Inventables - Form Styles
AUTHOR: wwhited@inventables.com
COPYRIGHT: 2010-2011 Inventables, inc.                                    

=global
----------------------------------------------- */
label { display:block; clear:left; font-size:18px; }
    .display { color:#3D3F40; padding-bottom:3px; }
    
    fieldset { margin-bottom:18px; }
        .controls { margin-bottom:0; }
        fieldset span { font-size:10px; }
        fieldset span.counter { color: #9fa1a4; display:block; padding-right:36px; margin-top:3px; }
        fieldset fieldset{ 
            background:#e9eaea;
            background:none 0 0 rgba(220, 221, 222, 0.25);
            border:1px solid #DDDEDE;
            border-radius:5px;
            margin:9px 0;
            padding:18px;
            position:relative;
            -moz-border-radius:5px; 
            -webkit-border-radius:5px;
        }

    input, textarea, select{ 
        font-size:12px; 
        font-family:"Lucida Grande", "Lucida Sans Unicode", helvetica, arial, sans-serif;
        margin:0;
        -webkit-box-shadow:1px 1px 1px #fff;
        -moz-box-shadow:1px 1px 1px #fff;
    }
        input[type="text"], textarea, select { border:1px solid #C5C6C8; padding:5px 3px; }
        input[type="text"], textarea { width:454px; }
        select { width:462px; }
        textarea { min-height:144px; }
                
                input:focus, textarea:focus, select:focus{ background:#fbf7be; }
    
/* =error handling
----------------------------------------------- */
input[type="text"].formfielderror, textarea.formfielderror, select.formfielderror { border:1px solid rgb(215,41,7); }

div.formfielderror { 
    background:rgb(215,41,7); 
    background:rgba(215,41,7,0.8); 
    border:1px solid rgb(215,41,7); 
    border:1px solid rgba(215,41,7,0.8); 
    border-bottom:none;
    color:#fff; 
    font-size:12px;
    padding:3px 6px;
    text-shadow:0px 1px 1px rgba(0,0,0,0.5); 
    width:448px;
}

#lead-subscription-card div.formfielderror{ width:168px; }

    div.formfielderror a { color:#4F0E03; text-shadow:none; }

.errorExplanation, .errorExplanation h3 { color:rgb(215,41,7); }

/* =form.search
----------------------------------------------- */
form.search { 
    background:url(https://s3.amazonaws.com/inventables_technology_production/bg_images/glass-bg.png) repeat-x left -70px;
    border:1px solid #1e4164;
    border-radius:3px;
    float:none;
    margin: 36px auto;
    position:relative;
    width:460px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.25); 
}   
    form.search fieldset { 
        border:1px solid rgba(255,255,255,0.1);
        border-radius:3px; 
        margin:0;
        padding:6px;
	    position:relative;
	    -moz-border-radius:3px;
	    -webkit-border-radius:3px; 
	}  
	    form.search input[type="text"] { 
            border:1px solid #1e4164;
            width:370px;
            -moz-border-radius:3px;
            -moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.5) inset, 0 1px 0 rgba(255,255,255,0.15);
            -webkit-border-radius:3px;
        	-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.15);
        }
            form.search input[type="text"]:focus{ background:#fff;}
            form.search fieldset input[type="submit"] {
                border:1px solid #1E4164;
            	cursor:pointer;
            	font-size:15px;
            	font-family:"Lucida Grande", "Lucida Sans Unicode", helvetica, arial, sans-serif;
            	margin:0;
            	padding:2px 3px;
            	vertical-align:middle;
            	-moz-border-radius:3px;
            	-moz-box-shadow:0 1px 0 rgba(255,255,255,0.15);
            	-webkit-border-radius:3px;
            	-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.15);	
            }    
                form.search fieldset input[type="submit"]:hover{ border:1px solid #1E4164; }
            
/* make web-kit form elements behave correctly using modernizr */
.csstransitions form.search fieldset{ padding:5px; }
.csstransitions form.search fieldset input[type="submit"] {  
    height:27px;
    position:absolute; 
    top:2; 
    width:65px; 
}

/* =scratch
----------------------------------------------- */

#new_sample_transaction label { font-size:inherit; }


/*     
TITLE: Inventables - Grid Styles
AUTHOR: wwhited@inventables.com
COPYRIGHT: 2010-2011 Inventables, inc.   
  
widths
----------------------------------------------- */
.width-1, .width-2, .width-3, .width-4, .width-5, .width-6,
.width-7, .width-8, .width-9, .width-10, .width-11, .width-12 { float:left; margin-right:20px; }

.width-1 { width:60px; }
.width-2 { width:140px; }
.width-3 { width:220px; }
.width-4 { width:300px; }
.width-5 { width:380px; } 
.width-6 { width:460px; }
.width-7 { width:540px; }
.width-8 { width:620px; }
.width-9 { width:700px; }
.width-10 { width:780px; }
.width-11 { width:860px; }
.width-12 { width:940px; }

input.width-1 { float:none; width:54px; }
input.width-2 { float:none; width:134px; }
input.width-5 { width:374px; }
input.width-6, textarea.width-6 { float:none; width:454px; margin:0; }

/* margins
----------------------------------------------- */
.above { margin:0; }
.above-3 { margin-top:3px; }
.above-9 { margin-top:9px; }
.above-18 { margin-top:18px; }
.above-36 { margin-top:36px; }

.after { margin:0; }
.after-5{ margin-right:5px; }
.after-10 { margin-right:10px; }
.after-20 { margin-right:20px; }
.after-40 { margin-right:40px; }
.after-80 { margin-right:80px; }

.below { margin:0; }
.below-3 { margin-bottom:3px; }
.below-9 { margin-bottom:9px; }
.below-18 { margin-bottom:18px; }
.below-36 { margin-bottom:36px; }

.before { margin:0; }
.before-5 { margin-left:5px; }
.before-10 { margin-left:10px; }
.before-20 { margin-left:20px; }
.before-40 { margin-left:40px; }
.before-80 { margin-left:80px; }

/* floats
----------------------------------------------- */
.left { float:left; position:relative; }
.no-float { float:none; }
.right { float:right; }


.overlay {
  display:none;
  overflow:visible;
  position:absolute;
  z-index:9999;
  width:500px;
}
  div.close {
  	background:transparent url(https://s3.amazonaws.com/inventables_technology_production/images/icons/close.png);
  	position:absolute; right:-18px; top:-18px;
  	cursor:pointer;
  	height:36px;
  	width:36px;
   }


     div.overlay img {
        border:none;
        margin:0;
        vertical-align:text-bottom;
    }




