/*****************************************/
/* Document   : style_home.css           */
/* Created on : Jul 4, 2010, 7:00:36 AM  */
/* Author     : damian.ignacio@gmail.com */
/*****************************************/


/* orange: #f59c1f #ef7508 blue: #0071bd */

/*********/
/* RESET */
/*********/

a,h1,h2,h3,h4,h5,h6,p,div,ul,li,input,body,html,img,td,tr,table,textarea{
    padding: 0; margin: 0; border: transparent 0 none;
    outline: 0;    
}
table{
    border-spacing: 0;
    border-collapse: collapse;
}
a{
    text-decoration: none;
    color: red;
}
li{
    list-style-type: none;
}
body{
    font-family: sans-serif;
    width: 100%;

}

/********/
/* MAIN */
/********/

#wrapper_main{
    position: relative;
    margin: 0 auto;
    width: 1004px; min-height: 453px;

}

#wrapper_main_inner{
    background: transparent url(images/bg_.png) no-repeat;
    position: absolute;
    width: 1004px;
}

/**********/
/* BANNER */
/**********/

#banner{
    z-index: -1;
    position: absolute;
    left: 0px;
    top: 0px;
    /* display: none;  */
}

/********/
/* LOGO */
/********/


#logo_main{
    position: absolute;
    display: block;
    right: 10px;
    top: 10px;
    width: 110px;
    height: 76px;
    background: transparent url(images/header_logo_qedis.png) no-repeat;
}

/**********/
/* SEARCH */
/**********/

#header_search{
    z-index: 99;
    position: absolute;
    left: 30px;
    top: 25px;
    height: 85px; /* 57*/
    width: 256px;
}
#header_search .search_form{
    display: block;
    margin-top: 5px;
    height: 55px;    
}
#header_search .title{
    display: block;
    width: 135px;
    height: 33px;
    margin-bottom: 1px;
	background: transparent url(images/logo_nextgen_white.png) no-repeat;
}

#header_search .text{
    float: left;
    width: 122px;
    height: 20px;
    background: transparent url(images/search_input_txt.png) no-repeat;
    margin: 6px 0 10px 0;
}
#header_search .text input{
    width: 99px;
    height: 16px;
    font-size: 11px;
    background-color: transparent;
    padding: 2px 10px;
    color: #636567;
}
#header_search .submit{
    float: left;
    width: 37px;
    height: 36px;
}
#header_search .submit input{
    border: none;
    width: 37px;
    height: 36px;
    background: transparent url(images/search_button.png) no-repeat;
}

/*******************/
/* MAIN NAVIGATION */
/*******************/

#navigation_main{
    position: absolute;
    z-index: 1;
    width: 470px;
    height: 310px;
    top: 0;
    left: 0;
}

#navigation_main li{
    position: absolute;        
    width: 111px;
    height: 111px;
}

#navigation_main a{
    display: block;
}

#navigation_main li.selected img{
    width: 111px;
    height: 111px;
}

#navigation_main img{    
    width: 87px; /* 87 */
    height: 87px;
}

/***********/
/* CONTENT */
/***********/

#wrapper_content{
    display: block;
    z-index: 99;
    position: relative;
    width: 769px;    
    float: right;
    min-height: 485px;
    margin-top: 210px;
    border-left: 1px solid #bbb;
}

#content{
    z-index: 99;
    width: 769px;
    padding: 10px;
    overflow: hidden;
}

#content.narrow{
    float: left;
    width: 449px;
    min-height: 485px;
    padding: 10px;
    overflow: hidden;
}

#sidebar.wide{
    float: right;
    width: 300px;    
    min-height: 485px;
}

#content.wide{
    float: left;
    width: 499px;
    min-height: 485px;
    padding: 10px;
}

#sidebar.narrow{
    float: right;
    width: 250px;    
    min-height: 485px;
}

#content h1,#content h2,#content h3,#content h4,#content h5,#content h6{
    color: #0071bd;
    margin-bottom: 5px;
    font-weight: normal;
}
#content h1{
    font-size: 24px;
    font-weight: bold;
}
#content h2{
    font-size: 18px;
}
#content h3{
    font-size: 16px;
}
#content h4{
    font-size: 15px;
}
#content h5{
    font-size: 13px;
}
#content h6{
    font-size: 11px;
}

#content p{
    color: #333;
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 16px;
}

#content ul{
    margin-bottom: 5px;    
}

#content li{
    color: #ef7508;
    list-style-type: disc;
    font-size: 14px;
    list-style-position: inside;
    margin-bottom: 2px;
    padding: 0 20px;
}

#content .newsitem { margin: 0 0 25px; }

#content .newsitem .newstitle a {
    display: block;
    background: transparent url(images/home_item_bullet.png) no-repeat;
    min-height: 25px;
	padding: 10px 0 10px 44px;
    font-size: 17px;
    color: #ef7508;
    border-bottom: 1px dotted #999;
}

#content p.posted { 
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999;
}

#content p.posted a { float: right; }


/**************/
/* BREADCRUMB */
/**************/

#breadcrumb p{
    color: #0071bd;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    padding-left: 5px;
    height: 25px;
	text-transform: lowercase; 
}

#breadcrumb p a{
    font-size: 12px;
    color: #ef7508;
	text-transform: lowercase;
}

#breadcrumb p span{
    color: #333;
    font-size: 12px;
    font-weight: normal;   
	text-transform: lowercase; 
}

#breadcrumb.home p{
    color: #0071bd;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    padding-left: 0;   
	text-transform: lowercase; 
}

#breadcrumb.home p span{
    color: #666;
    font-size: 14px;
    font-weight: normal;
    padding-left: 1px;
	text-transform: lowercase;
}

#breadcrumb{
    overflow: hidden;
	text-transform: lowercase;
}

/****************/
/* CONTENT HOME */
/****************/

#wrapper_content.home{
    position: static;
    width: 1004px;    
    min-height: 100px;
    margin-top: 450px;
    border-left: none;
}

#content.home{
    width: 560px;
    float: left;    
    min-height: 100px;
    padding: 0;
}

#content.home .item{
    padding-left: 44px;
    padding-top: 10px;
    min-height: 32px;
    background: transparent url(images/home_item_bullet.png) 0 5px no-repeat;
    border-bottom: 1px dotted #999;
    padding-bottom: 10px;
}

#content.home .item h2,#content.home .item h2 a{
    color: #0071bd;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 3px;
}

#content.home .item p{
    color: #ef7508;
    font-size: 11px;
    font-weight: normal;
}

#content.home .inner_left{
    width: 265px;
    float: left;
    min-height: 100px; 
	text-transform: lowercase;   
}

#content.home .inner_right{
    float: right;
    width: 265px;
    min-height: 100px;    
	text-transform: lowercase;
}

#content.home h1{
    border-bottom: 1px solid #ef7508;
    color: #ef7508;
    font-size: 24px;
    background: transparent url(images/home_title_dots.png) top left no-repeat;    
    padding-top: 6px;

}

#sidebar_left.home{
    width: 222px;
	height:500px;
    float: left;    
    min-height: 100px;
}



#sidebar_right.home{
    width: 222px;
    float: right;    
    min-height: 100px;
}

#sidebar_right p{
    text-align: center;
    margin-bottom: 5px;
}

#sidebar_left p{
    text-align: center;
    margin-bottom: 5px;
}

#breadcrumb.home{    
    border-bottom: 1px solid #ef7508;
    height: 25px;    
    margin-bottom: 6px;
}



/********/
/* MENU */
/********/

#wrapper_menu{
    width: 219px; /* 234 */
    float: left;
    min-height: 300px;
    position: relative;
    margin-top: 395px;
}

#menu{
    width: 158px; /* 173 */
    margin: 0 0 0 46px; /* 0 15 0 46 */
}

#menu .inner_top{
    width: 173px;
    height: 20px;
    background: transparent url(images/submenu_bg_top.png) no-repeat;
}

#menu .inner_bottom{
    width: 173px;
    height: 26px;
    background: transparent url(images/submenu_bg_bottom.png) no-repeat;
}

#menu .inner_mid{
    width: 173px;
    background: transparent url(images/submenu_bg_mid.png) repeat-y;
}

#menu ul{
    background: #e4f2f9 url(images/submenu_bg_gradient.png) bottom repeat-x;
    margin: 0 12px 0 8px;    
    min-height: 143px;
    padding: 2px;
}



#menu li{
    position: relative;
    display: block;
}

#menu ul li a{
    display: block;
    padding: 5px;
    font-size: 12px;
    color: #333;
    background: transparent;
}

#menu ul ul{
    /* override top level */
    background: transparent;
    margin: 0 0 0 10px;
    min-height: inherit;
    padding: 0;
    /* override top level */
    display: none;
}

#menu ul li.active a{
    color: #ef7508;
    
    background: #9cdfe6;
}

#menu ul li.active ul li.active a{
    color: #ef7508;    
    background: transparent;
}

#menu ul li ul li a,#menu ul li.active ul li a{
    /* override top level */
    display: block;
    padding: 5px;
    font-size: 11px;
    color: #333;
    /* override top level */
    background: transparent;
}

#menu ul li a:hover{
    color: #00aeef;
    background: #9cdfe6;
}

#menu ul li ul li a:hover,#menu ul li.active ul li a:hover{
    color: #00aeef;
    background: transparent;
}

/**********/
/* FOOTER */
/**********/

#footer{
    height: 30px; width: 1004px;
    position: static;
    margin-top: 25px;
    background-color: #cbcccf;
}

#footer ul{
    height: 30px;
    float: left;
}
#footer ul li{
    float: left;
}
#footer ul a{
    padding: 9px 10px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}
#footer ul li#home{
    background-color:  #cbcccf;
}
#footer ul li#home a{
    color: #0772ba;
}
#footer ul li#contact{
    background-color:  #9ed1d8;
}
#footer ul li#contact a{
    color: #636567;
}
#footer ul li#international{
    background-color:  #1eadd4;
}
#footer ul li#international a{
    color: #fff;
}


/****************/
/* TESTOMONIALS */
/****************/

.testimonials{
    position: relative;
    width: 227px;
    min-height: 115px;
    margin: 0 auto;
}

.testimonials .inner_top{
    display: block;
}

.testimonials .inner_top h2{
    width: 116px;
    font-size: 12px;
    font-weight: normal;
    padding-top: 39px;
    padding-left: 9px;
    text-align: center;
    overflow: hidden;
    color: #fff;
}

.testimonials .inner_top h3{
    width: 116px;
    font-size: 11px;
    font-weight: normal;
    padding-top: 39px;
    padding-left: 9px;
    text-align: center;
    overflow: hidden;
    color: #fff;
}

.testimonials.grey .inner_top{
    height: 96px;
    background: transparent url(images/box_top_grey.png) no-repeat;
}

.testimonials.blue .inner_top{
    height: 96px;
    background: transparent url(images/box_top_blue.png) no-repeat;
}

.testimonials.orange .inner_top{
    height: 96px;
    background: transparent url(images/box_top_orange.png) no-repeat;    
}

.testimonials .inner_top img{
    top: 9px;
    right: 28px;
    z-index: -1;
    position: absolute;
    height: 68px;
    width: 68px;
}

.testimonials .inner_mid{
    background: transparent url(images/box_mid.png) repeat-y;
    padding: 0 9px 0 8px;
}

.testimonials .inner_mid_bg{
    padding: 0 7px;
    min-height: 49px;
    background: transparent url(images/box_gradient.png) bottom repeat-x;
}

.testimonials .inner_mid p{
    font-size: 12px;
    color: #666;
}

.testimonials .inner_mid a{
    color: #0071bd;
    font-size: 12px;    
}

.testimonials .inner_bottom{
    background: transparent url(images/box_bottom.png) no-repeat;
    height: 16px;    
}






.testimonials.quote{
    position: relative;
    width: 200px;
    min-height: 115px;
    margin: 0 auto;
}

.testimonials.quote .inner_top{
    height: 140px;
    background: transparent url(images/image_circle_quote_top.png) no-repeat;
    overflow: hidden;
}

.testimonials.quote .inner_bottom{
    background: transparent url(images/image_circle_quote_bottom.png) no-repeat;
    height: 140px;
    overflow: hidden;
}

.testimonials.quote .inner_top img,.testimonials.quote .inner_bottom img{
    bottom: 0;
    left: 0;
    z-index: -1;
    position: relative;
    height: 200px;
    width: 200px;
}

.testimonials.quote .inner_mid_bg{
    padding: 0 7px;
    min-height: 49px;
    background: transparent;
}

.testimonials.quote .inner_mid{
    text-align: left;
    margin: 0 0;
    background: transparent;
    padding: 0 9px 0 8px;
}

.testimonials.quote .testimonials_rotator_buffer{
    display: none;
}


/*************/
/* TEAM MENU */
/*************/

#menu_team{
    width: 300px;    
    min-height: 100px;
}

#menu_team .item{
    display: block;
    float: left;    
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: relative;
}

#menu_team .item a{
    display: block;    
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: absolute;
}


#menu_team .item img.thumb{
    z-index: 1;
    top: 7px;
    left: 7px;
    position: absolute;
    height: 78px;
    width: 78px;
    background: transparent;
}



#menu_team .item img.wrapper_thumb{
    position: absolute;
    height: 100px;
    width: 100px;
    z-index: 2;
    display: inline-block;

}

#team_photo{
    position: relative;
    width: 128px;
    height: 128px;    
    margin: 0 auto;
}

#team_description{
    text-align: center;     
}


#team_photo img.thumb{
    left: 10px;
    top: 9px;
    z-index: 1;
    position: absolute;
    height: 98px;
    width: 98px;
    background: transparent;
}

#team_photo img.wrapper_thumb{
    position: absolute;
    z-index: 2;
    width: 128px;
    height: 128px;
}

/******************/
/* INNER DOCUMENT */
/******************/

#content .related_link_item{
    display: block;
    padding-left: 44px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 25px;
    font-size: 15px;
    background: transparent url(images/home_item_bullet.png)  no-repeat;
    color: #ef7508;
}

#content .news_item{
    display: block;
    width: 600px;
    padding-top: 10px;
    padding-left: 44px;
    padding-bottom: 10px;
    min-height: 25px;
    font-size: 15px;
    background: transparent url(images/home_item_bullet.png)  no-repeat;
    color: #ef7508;
    border-bottom: 1px dotted #999;
    
}

#content .newsitem .news_item { width: 725px; }



/********************/
/* CLIENTS DOCUMENT */
/********************/

#content.clients ul{
    width: 449px;
}
#content.clients .item{
    float: left;
    width: 211px;
    margin-bottom: 5px;
    min-height: 35px;
    padding: 0;
    margin-left: 13px;
    list-style-type: none;
}

#content.clients .item a{
    color: #333;
}



/*****************/
/* IMAGE ROTATOR */
/*****************/


#content a{
    color: #0071bd;
    font-size: 12px;
}

#image_rotator{
    margin: 0 auto;
    position: relative;
    width: 140px;
    height: 380px;
    display: none;

}
#image_rotator .image_rotator_wrapper{
    z-index: 100;
    position: absolute;    
    height: 380px;
    width: 140px;
    top: 0;
    left: 0;
    background: transparent url(images/image_rotator_wrapper.png)  no-repeat;
}

#image_rotator .image_rotator_c{
    position: absolute;
    width: 120px;
    height: 120px;
    z-index: 98;
    
}

#image_rotator .image_rotator_content{
    position: absolute;
    display: none;
}

#image_rotator #image_rotator_c1{
    top: 2px;
    left: 12px;
}

#image_rotator img{
    width: 120px;
    height: 120px;
}

#image_rotator #image_rotator_c2{
    top: 130px;
    left: 12px;
}

#image_rotator #image_rotator_c3{
    left: 12px;
    top: 257px;
}

#image_rotator .image_rotator_buffer{
    display: none;
}

/***/

#content #qedis_story{
    width: 611px;
    height: 489px;
    background: transparent url(images/image_note_book.png)  no-repeat;
    margin: 10px auto;
}

#content #qedis_story .text{
    padding: 200px 35px 0 40px;
    width: 230px;
    float: left;
}

#content #qedis_story .video{
    padding: 190px 35px 0 40px;
    width: 231px;
    float: left;

}

#content #content_next_gen{
    position: relative;
    margin: 10px auto;
    width: 589px;
    height: 582px;
    background: transparent url(images/chemistry_bg.png)  no-repeat;
}

#content #content_next_gen_button{
    position: absolute;
    top: 178px;
    left: 218px;
    width: 152px;
    height: 45px;
    background: transparent url(images/chemistry_button.png)  no-repeat;
}


/******************/
/* SEARCH RESULTS */
/******************/

.ajaxSearch_grpResultsDisplayed{
    font-size: 11px;
    color: #999;
}

.ajaxSearch_paging{
    color: #666;
    font-size: 13px;
}

.ajaxSearch_grpResultName{
    margin-bottom: 10px;
}

#grpResult_site_wide a{
    color: #1eadd4;
}

.AS_ajax_resultsIntroFailure{
    color: #666;
}


/*****************/
/* IMAGE Gallery */
/*****************/

#image_gallery{
    display: block;
    width: 769px;
    vertical-align: middle;
}

#image_gallery img{
    display: none;
    margin: auto;
}


/*******************/
/* HOME MENU LOGOS */
/*******************/

#home_menu_logos{
    position: relative;
    margin: 0 auto;
    width: 172px;
    height: 180px;
margin-left: 8px;
  /*  background: transparent url("images/home_box_logos.png") no-repeat; */
}
#home_menu_logos li{
    position: absolute;
}

#sidebar img.resize{
    display: none;
}


#sidebar.clients #image_rotator{    
    width: 250px;
    position: fixed;
    overflow: hidden;

}

#sidebar.clients #image_rotator img{
    width: auto;
    height: auto;
}

#sidebar.clients #image_rotator .image_rotator_content{
        width: 250px;
    background-color: #fff;
        text-align: center;
}

#buffer{
    position: absolute;
    visibility: hidden;
    z-index: -1;
    width: 10px;
    height: 10px;
    overflow: hidden;

}


#content .defaultcontent .justifyright {
	float: right;
	margin: 0 0 15px 15px;
}

#content .defaultcontent .justifyleft {
	float: left;
	margin: 0 15px 15px 0;
}

#content .defaultcontent .clear-fix { clear: both; }

#content .defaultcontent .youtubeflash {
	display: block;
	margin: 0 auto 20px;	
}

#content .pagination { 
	height: 16px;
	padding: 10px;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}

#content .pagination a { 
	font-size: 16px !important;
	color: #1eadd4;
}

#content .pagination .prev { float: left; }

#content .pagination .next { float: right; }

#content #comments fieldset { padding: 0; }

#content #comments label {
	margin: 10px 0 0;
	font-size: 14px;	
}

#content #comments input,
#content #comments textarea {
	width: 300px;
	height: 16px;
	padding: 2px;
	border: 1px solid #999;
	
}

#content #comments textarea {
	width: 450px;
	height: 100px; 
}

#content #comments input[name=submit] {
	background: #0071bd;
	width: 150px;
	height: 22px;
	padding: 0;
	color: #fff;
	text-align: center;
	border: none;
	cursor: pointer;
}

#content #comments .jot-list ul {
	margin: 0 !important;
	padding: 5px 0 !important;
	list-style: none !important;
}

#content #comments .jot-err,
#content #comments .jot-cfm {
	font-size: 13px !important;
	font-weight: normal !important;
}

#sidebar_right .twtr-widget { margin: 0 0 0 10px !important; }

#sidebar_right .twtr-widget .twtr-ft div { padding: 1px !important; }

#sidebar_right .twtr-widget .twtr-avatar { float: left !important; }

#sidebar_right .twtr-widget .twtr-ft a,
#sidebar_right .twtr-widget .twtr-ft span { display: none !important; }

#sidebar_right .twtr-tweet-text p { text-align: left !important; }
