
/* ========= CSS Reset ========== */

body, h1, h2, h3, h4, h5, h6, a, p, ul, ol, li, em, strong, pre, code, form {
 padding: 0;
 margin: 0;
}


/* ========= GENERAL STYLES ========== */

html, body {
    height:100%;

  
}

body {
	color: white;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	background: black;

}	

#wrapper
{width: 1000px;
margin: 0 auto;
position: relative;
height: 100%;
z-index: 100;

}

p
{margin-bottom: 20px;}

a
{color: #999999;}

a:hover
{color: #c4c4c4;}

/* ========= GENERAL STYLES END HERE========== */





/* ========= BACKGROUND AND SLIDER STYLES ========== */


#bg img {
        /* Set rules to fill background */
        min-height: 100%;
        min-width: 1024px;

        /* Set up proportionate scaling */
        width: 100%;
        height: auto;

        /* Set up positioning */
        position: fixed;
        top: 0;
        left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
        #bg img {
                left: 50%;
                margin-left: -512px;   /* 50% */
        }
}


body span#body_loader
{width: 32px;
height: 32px;
position: absolute;
top: 50%; 
left: 50%;
text-indent: -9999px;
background: url(../images/ajax-loader.gif) no-repeat top left;
display: block;
z-index: 0;} 

.grid
{position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(../images/grid.png);
z-index: 10;
display: none;
}

/* ========= BACKGROUND AND SLIDER STYLES END HERE========== */


/* =========  MENU STYLES ========== */
#menu_wrap
{width: 240px;
float: left;
display: inline-block;
position: relative;
top: 0px;
z-index: 1000;}

#menu
{background: url(../images/menu_back.png) repeat-y top left;
width: 220px;
padding: 0 10px 25px 10px;}


#logo
{
width: 240px;
height: 180px;
}

#logo h1 a   
{display: block;
width: 220px;
height: 180px;	
background: url(../images/logo_back.png) no-repeat top left;
text-indent: -9999px;}


#navbar 
{list-style: none;
margin: 34px 0 -5px 20px;}

#navbar li
{width: 160px;
height: 29px;
padding: 5px 10px 15px;
border-bottom: 1px solid #343434;
position: relative;
}

#navbar li:first-child
{border-top: 1px solid #343434;}


#navbar li a
{display: block;
width: 180px;
height: 40px;
font: bold 18px 'Myriad Pro Cond', 'Myriad Pro', 'Helvetica', 'Verdana', sans-serif;
color: #a3a3a3;
text-decoration: none;
text-transform: uppercase;
z-index: 20;
outline: none;
}


#navbar li span
{font: italic bold 12px 'Myriad Pro', 'Helvetica', 'Verdana', sans-serif;
color: #555555;
position: absolute;
top: 25px;
left: 10px;
z-index: 10;
text-transform: none;}


#navbar li span.hover_arrow
{width: 30px;
height: 30px;
display: none;
background: url(../images/menu_hover_arrow.png) no-repeat top left;
position: absolute;
top: 10px;
left: 150px; 
}

#navbar li.top_nav:hover
{background: url(../images/menu_hover_arrow.png) no-repeat center right;
}

/* making links active without javascript - see the documentation for more */
body.body_home a#home, body.body_about a#about, body.body_services a#services, body.body_portfolio a#portfolio, body.body_gallery_2col a#gallery_2col, body.body_gallery_3col a#gallery_3col, body.body_gallery_4col a#gallery_4col,  body.body_gallery_grid a#gallery_grid, body.body_contact a#contact
{color:#ffffff;}

body.body_home a#home span, body.body_about a#about span, body.body_services a#services span, body.body_portfolio a#portfolio span,  body.body_contact a#contact span
{color: #aaaaaa;}

#navbar li ul
{position: absolute;
top: -1px;
left: 190px;
list-style: none;
background: black;
border: 1px solid #2f2f2f;
z-index: 1000;
width: 220px;
display: none;}


#navbar li ul li ul
{left: 150px;
display: none;
}

#navbar li:hover ul
{display: block;}

#navbar li:hover ul li ul
{display: none;
}

#navbar li:hover ul li:hover ul
{display: block;}

#navbar li ul li
{padding: 0 0 10px 0;
margin: 0 10px;
min-height: 30px;
width: 205px;
border-color: #1b1b1b;}

#navbar li ul li a
{padding: 12px 0px 8px 30px;
display: block;
width: 205px;
height: 20px;
margin: 0 0 0 -10px;
}

#navbar li ul li a
{font-size: 12px;}


#navbar li ul li:hover
{background: url(../images/submenu_hover_arrow.png) no-repeat right 4px;
}

#navbar li ul li:first-child
{border-top: none;}

#navbar li ul li:last-child
{border-bottom: none;}

a.not_link
{cursor: default;}

span.not_link
{cursor: default;}

#hide_menu {
background: url(../images/hide_menu_back.png) no-repeat bottom left;
width: 220px;
height: 115px;
margin: 0 0 0 0;
padding: 0 30px 0 30px;
position: relative;}

.menu_visible
{background: url(../images/menu_hide_arrow_top.png) no-repeat top left;}

.menu_hidden
{background: url(../images/menu_hide_arrow_bottom.png) no-repeat top left;}

#hide_menu a
{
display: none;
width: 48px;
height: 48px;
text-indent: -9999px;
position: absolute;
top: 5px;
left: 98px;}

.menu_tooltip
{width: 140px;
height: 30px;
padding: 17px 15px 0 25px;
background: url(../images/tooltip.png) no-repeat top center;
position: absolute;
top: 3px;
left: 130px;
font: 12px Verdana, Arial, Helvetica, sans-serif;
line-height: 18px;
display: none;
}

.menu_tooltip p
{text-align: center;}

/* ========= MENU STYLES END HERE ========== */




/* ========= MAIN STYLES ========== */
div.overlay
{position: fixed;
top: 0;
left: 0;	
width: 100%;
height: 100%;
background: black;
z-index: 1;
display: none;}

#loader
{width: 32px;
height: 32px;
position: absolute;
top: 15px; 
right: 75px;
text-indent: -9999px;
background: url(../images/ajax-loader.gif) no-repeat top left;
display: none;}



body.body_home #main_wrap
{display: none;}

#main_wrap
{background: url(../images/content_back.png) repeat-y top left; 
position: relative;
z-index: 15;
width: 680px;
margin: 0 0 0 0px;
padding: 25px 40px 25px 40px;
float: left;
position: relative;
font: normal 12px Verdana, Arial, sans-serif;
line-height: 20px;
display: block;
min-height:100%;
}

#main h2
{font: bold 30px 'Myriad Pro Cond', 'Myriad Pro', 'Helvetica', 'Verdana', sans-serif;
text-transform: uppercase;
margin: 35px 0 20px 0;
}

#main h2.section_title
{font: bold 30px 'Myriad Pro Cond', 'Myriad Pro', 'Helvetica', 'Verdana', sans-serif;
text-transform: uppercase;
margin: -6px 0 40px 0;

}

#main h3
{font: bold 20px 'Myriad Pro',  'Helvetica', 'Verdana', sans-serif;
padding: 30px 0 15px 0;
clear: left;
}

#main h4
{font: italic 16px 'Myriad Pro',  'Helvetica', 'Verdana', sans-serif;
padding: 20px 0 10px 0;
clear: left;
}
.download 
{font-size: 13px;
font-family:Verdana, Geneva, sans-serif;
color:#ff0000;
text-decoration:none;
clear: left;
}
.download a:link
{font-style:normal;
color:#399;
text-decoration:none;
clear: left;
}
.download a:visited
{font-style:normal;
color:#399;
text-decoration:none;
clear: left;
}
.download a:hover
{font-style:normal;
color:#F03;
text-decoration:none;
clear: left;
}
.contact-titre 
{font-size: 14px;
font-family:Verdana, Geneva, sans-serif;
color:#399;
text-decoration:none;
}
.contact 
{font-size: 13px;
font-family:Verdana, Geneva, sans-serif;
color:#ffffff;
text-decoration:none;
}
.contact a:link
{
color:#ffffff;
text-decoration:none;
}
.contact a:visited
{
color:#ffffff;
text-decoration:none;
}
.contact a:hover
{
color:#F03;
text-decoration:none;
}
#content
{float: left;
margin: -24px 0 0 0;}

.content_two_thirds
{width: 460px;}

.content_full_width
{
width: 680px;
}

.one_third
{width: 220px;
float: left;
margin: 0 20px 0 0;}

.two_thirds 
{width: 440px;
float: left;}

.right
{margin: 0 -20px 0 0;}

.img_floated_left
{float: left;
margin: 5px 20px 10px 0;
border: none;}

.img_floated_right
{float: right;
margin: 5px 0 10px 20px;
border: none;}

#content ul,  #content ol
 {margin: -10px 0 20px 60px;}
 
#content ul.no_bullets, #content ol.no_bullets
{list-style: none;}

#content ul.floated_left
{margin: 20px 0;
overflow: hidden;
}

#content ul.floated_left li
{float: left;
margin: 10px;
display: inline;
}

blockquote
{display: block;
padding: 0 30px 30px 30px;
width: 440px;
color: #bbbbbb;}

blockquote:before
{display: block;
color: #bbbbbb;
font: bold 80px 'Georgia', sans-serif;  
width: 50px;
content: open-quote;
height: 0;
margin: 0 30px 20px -60px;
}

.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: italic bold 14px/100% Verdana, Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

/* ========= MAIN STYLES END HERE========== */



/* ========= GALLERY STYLES ========= */

.hide
{display: none;}

#gallery_fancybox
{margin: 12px 0 0 0;
}

#gallery_fancybox ul li a img
{border: none;
}

#gallery_fancybox ul li
{position: relative;
z-index: 1;
}


.gallery_2columns 
{list-style: none;
margin: 0 0 0 -20px;
width: 700px;}

.gallery_2columns li
{display: inline;
float: left;
width: 330px;
height: 220px;
margin: 0 0 20px 20px;
position: relative;}

.gallery_3columns 
{list-style: none;
margin: 0px 0 0 -10px;
width: 690px;}

.gallery_3columns li
{display: inline;
float: left;
width: 220px;
height: 140px;
margin: 0 0 10px 10px;
position: relative;}


.gallery_4columns 
{list-style: none;
margin: 0 0 0 -13px;
width: 700px;} 

.gallery_4columns li
{display: inline;
float: left;
width: 160px;
height: 110px;
margin: 0 0 13px 13px;
position: relative;}


.gallery_grid
{list-style: none;
margin: 0 0 0 -3px;
width: 710px;} 

.gallery_grid li
{display: inline;
float: left;
width: 112px;
height: 112px;
margin: 0 0 2px 2px;
position: relative;}

#gallery_fancybox a span
{
z-index: 2;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: none;
cursor: pointer;
}

#gallery_fancybox .gallery_2columns a span.image_hover
{background: black url(../images/gallery_hover/hover_image_big.png) no-repeat center center;
}

#gallery_fancybox .gallery_2columns a span.video_hover
{background: black url(../images/gallery_hover/hover_video_big.png) no-repeat center center;
}


#gallery_fancybox .gallery_3columns a span.image_hover
{background: black url(../images/gallery_hover/hover_image_medium.png) no-repeat center center;
}

#gallery_fancybox .gallery_3columns a span.video_hover
{background: black url(../images/gallery_hover/hover_video_medium.png) no-repeat center center;
}

#gallery_fancybox .gallery_4columns a span.image_hover
{background: black url(../images/gallery_hover/hover_image_small.png) no-repeat center center;
}

#gallery_fancybox .gallery_4columns a span.video_hover
{background: black url(../images/gallery_hover/hover_video_small.png) no-repeat center center;
}

#gallery_fancybox .gallery_grid a span.image_hover
{background: black url(../images/gallery_hover/hover_image_grid.png) no-repeat center center;
}

#gallery_fancybox .gallery_grid a span.video_hover
{background: black url(../images/gallery_hover/hover_video_grid.png) no-repeat center center;
}
/*  ========= GALLERY STYLES END HERE  ========= */



 
/*  ========= CONTACT PAGE STYLES  ========= */

#contact_ajax
{display: none;}

#contact_form
{margin: 32px 0 0 0;}

p.contact_info
{font-size: 11px;
margin: 10px 0 20px;
}

input,  textarea
{background: #1b1b1b;
border: 1px solid #333333;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
color: white;
padding: 3px 5px;
font: 12px Verdana, Arial, sans-serif;}

#contact_form input
{height: 20px;
width: 200px;
}

#contact_form textarea
{width: 380px;
height: 175px;
}

input:focus,  textarea:focus
{background: #232323;
border: 1px solid #616161;}

input#form_submit
{height: 30px;
padding: 0 0 2px 0;
background: -moz-linear-gradient(top, #424242,#282828);}

input#form_submit:hover
{background: -moz-linear-gradient(top,#282828, #424242);
cursor: pointer;
}

form p
{position: relative;
margin: 0 0 15px 0;}

form p label
{position: absolute;
top: 3px;
left: 10px;
color: #7b7b7b;
display: none;}

span.error
{position: absolute;
top: 3px;
left: 225px;
font-size: 12px;
color: red;}

span.comment_error
{left: 275px;}  

.error_input
{border: 1px solid red;}

.success
{color: green;
position: absolute;
top: 160px;
left: 40px;
padding: 5px 0 7px 40px;
background: url(../images/success.png) no-repeat top left;
}

#content ul.contact_list
{list-style: none;
margin: 0 0 20px 0;
padding: 0;
}

.contact_list li:first-child
{border-top: 1px solid #2b2b2b;

}

.contact_list li
{padding: 4px 10px 7px 10px;
border-bottom: 1px solid #2b2b2b;
}

.contact_list li a
{
color: #9f9f9f;
text-decoration: none;
display: block;}

.contact_list li.contact_phone
{padding-left: 23px;
background: url(../images/phone_Android.png) no-repeat left 7px;
}

.contact_list li.contact_fax
{padding-left: 23px;
background: url(../images/fax.png) no-repeat left 7px;
}

.contact_list li.contact_email
{padding-left: 23px;
background: url(../images/email.png) no-repeat left 8px;
}

.contact_list li.contact_address
{padding-left: 23px;
background: url(../images/house.png) no-repeat left 7px;
}



/*  ========= CONTACT PAGE STYLES END HERE  ========= */

/* Button color styles 
---------------------------------------------- */

/* black */
.black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);

}
.black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);

}
.black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);

}

/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);

}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);

}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);

}

/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);

}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);

}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);

}

/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);

}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);

}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);

}

/* red */
.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);

}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);

}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);

}

/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);

}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);

}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);

}

/* rosy */
.rosy {
	color: #fae7e9;
	border: solid 1px #b73948;
	background: #da5867;
	background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
	background: -moz-linear-gradient(top,  #f16c7c,  #bf404f);

}
.rosy:hover {
	background: #ba4b58;
	background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
	background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);

}
.rosy:active {
	color: #dca4ab;
	background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
	background: -moz-linear-gradient(top,  #bf404f,  #f16c7c);

}

/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);

}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);

}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);

}

/* pink */
.pink {
	color: #feeef5;
	border: solid 1px #d2729e;
	background: #f895c2;
	background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
	background: -moz-linear-gradient(top,  #feb1d3,  #f171ab);

}
.pink:hover {
	background: #d57ea5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
	background: -moz-linear-gradient(top,  #f4aacb,  #e86ca4);

}
.pink:active {
	color: #f3c3d9;
	background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));
	background: -moz-linear-gradient(top,  #f171ab,  #feb1d3);

}
