/* globals */

body, #home_footer, #footer, #menu {
    align:center;
    width:100%;
}

body, h1, ul, p, #home_footer, #footer, #menu {
    margin:0;
    padding:0;
}

body {
    background-color: transparent !important;
    font-family:Roboto Condensed;
    min-width:980px;
}

#menu  {
    background-color:#ffffff;
}

#footer  {
    background-color:#555555;

}

.container {
    align:left;
    width:940px;
    margin:0 auto
}

img {
    border:none
}

a {
    text-decoration:none;
}

/* menu */

#menu {
    border-top:1px solid #ffffff;
    box-shadow: 0 6px 6px #000;
    height:60px;
    font-size:18px;
    position:fixed;
    z-index:1000;
    top:0;
    width:100%;
    min-width:980px;
}

header .container {
    height:100%;
}

h1.logo {
    display:inline;
    float:left;
    line-height:54px;
    height:54px;
    width:154px;
    margin:0;
    padding:0;
    
}
h1.logo a {
    display:block;
    height:60px;
    width:169px;
    background:url('/img/argot-logo.png');
    text-indent: -9999px;
}
#menu ul {
    float:right;
    list-style-type:none;
    height:54px;
    margin:0;
    padding:0;
    text-align:right;
}

#menu ul li { 
    display:inline;
    height:54px;
    line-height:54px;
    padding-left:20px;
    
}

#menu ul li a {
    color:#000000;
    line-height:80px;
    background-color:#ffffff;
    border-radius:6px;
    padding:2px 3px;
    transition: color 0.3s, background 0.3s;
    -moz-transition: color 0.3s, background 0.3s;
    -webkit-transition: color 0.3s, background 0.3s;
    -o-transition: color 0.3s, background 0.3s;    
}

#menu ul li a:hover {
    background:#eeeeee;
    color:#000000
    text-decoration:none;
}


/* main */

#main {
    padding-top:54px;
    overflow:visible;
}

#voice {
     margin-top:40px;
     width:120px;
     text-align:left;
	 float:left;
}

#business_description {
    color:#fff;
    font-family:'Roboto Condensed', sans-serif;
    font-size:35px;
    line-height:50px;
    text-align:left;
    padding-top:31px;
}

#definition_wrapper{
	color:#fff;
    font-family:'Roboto Condensed', sans-serif;
    padding-top:10px;
}

#definition_title{
	font-size:50px;
	line-height:55px;
}

#definition_pron{
	font-size:30px;
	line-height:40px;
	display:inline;
	position:relative;
	top:-5px;
}

#definition_def{
	font-size:20px;
	line-height:35px;
}

#definition_text {
	font-size:25px;
	line-height:30px;
}

#business_slogan {
    color:#fff;
    font-family:'Roboto Slab', serif;
    font-size:35px;
    line-height:44px;
    text-align:left;
    padding:12px 0;
    margin:20px 0;
    padding-bottom:35px;
    border-bottom: 1px solid #ffffff
}

#business_slogan_2 {
    color:#808080;
    font-family:'Roboto Slab', serif;
    font-size:27px;
    text-align:center;
    margin:40px 0;
    padding-bottom:200px;

}

#products {
    display:table;
    background-color:#ffffff;
    width:100%;
    -moz-border-radius: 18px;
    border-radius: 18px;
}

#news {
    display:table;
    background-color:#ffffff;
    width:100%;
    -moz-border-radius: 18px;
    border-radius: 18px;
}

#news_content {
	padding:0px 25px 25px 25px;
}

#news_content h2 {
    font-size:25px;
    font-weight:normal;
    text-align:left;
    height:30px;
}

#news_list {
	padding:0px 0px 0px 0px;
}

#news_list a {
	color:#888888;
}

#news_list a:hover {
	color:#444444;
	text-decoration:underline;
}

.service {
    display:table-cell;
    width:50%;
    padding:25px;
}

.service a {
    /*color:#b6aa00;*/
    color:#888888;
    transition: color 1s;
    -moz-transition: color 1s;
    -webkit-transition: color 1s;
    -o-transition: color 1s;    
}

.service p {
    font-family:Arial;
    font-size:14px;
    line-height:20px;
    color:#000000;
}

.service a:hover {
    color:#444444;
    text-decoration:underline;
}

.pictogram {
    background-color:#000000;
    text-align:left;
    padding:5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100px;
}

.service h2 {
    font-size:25px;
    font-weight:normal;
    text-align:left;
    height:30px;
}

/* subpage */

#feature_text h3 {
        color:#fff;
        font-size:30px;
        line-height:40px;
        text-align:left;
        font-family: 'Roboto Condensed', sans-serif;
}

#subpage {
    background:#eeeeee;
    /*opacity:0.8*/
}

#subpage h2 {
    font-size:30px;
    font-weight:normal;
}

#subpage h3 {
    font-weight:normal;
    font-size:24px

    /* color:#fff; */
}

#subpage p {
    font-family:Arial;
    colour:#404040;
    margin-top:10px;
    margin-bottom:20px;
}

#subpage a {
	color:#444488;
}

#subpage a:hover {
	text-decoration:underline;
}


#subpage .container {
    display:table;
    padding-top:30px;
    padding-bottom:20px;
}


#subpage_body {
    display:table-cell;
    padding-right:86px;
    padding-left:30px;
}

#subpage_body pre {
	display:table;
    background:#cccccc;
    width:100%;
    -moz-border-radius: 18px;
    border-radius: 18px;
    padding: 10px;
  
}

#sidebar {
    width:242px
    display:table-cell;

}

.sidebar_item {
    border-top:1px dashed #888;
    padding-bottom:12px;
}
.sidebar_item:first-child {
    border-top:none;
}



/* footer */

#footer {
    min-width:980px;
    color:#ffffff;
    /*position:fixed;*/
    z-index:1100;
    bottom:0;
}


#footer .container {
    padding-top:15px;
    display:table;
}

#footer h3 {
    font-family:'Roboto Slab', serif;
    font-size:12pt;
    margin-top:0;
    font-style:normal;
}

#mc_embed_signup
{
	clear:left; 
	font-family: 'Roboto Slab', serif;
	font-size:14px; 
}

#social, #contact {
    display:table-cell;
    padding:20px;
}

#social {
    border-right:1px solid #ffffff;
    width:635px;
}

#contact div {
    background:url no-repeat;
    font-size:14px;
    padding-left:0px;
    font-weight:200;
}

#contact a {
	color:#ffffff;
}

#contact a:hover {
	text-decoration:underline;
}

/* footer menu bar */

#extra_menu {
    border-top:1px solid #ffffff;
    font-family:'Roboto Slab', serif;
    font-size:12px;
    /* height:110px; */
}
#extra_menu a {
    color:#ffffff;
}

#extra_menu a:hover {
    color:#ffffff;
    text-decoration:underline
}

#extra_menu p {
    float:right;
    margin:5px 0 35px;
    display:table-cell;
}    

#extra_menu ul {
    float:left;
    width:635px;
    list-style-type:none;
    margin:5px 0 35px;
    padding:0;
}
#extra_menu ul li {
    display: inline;
    padding-right:10px;
}

/* background */
#tapestry {
    background:url('../img/background.jpg');
    background-size:cover;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:-999999;
}