@charset "utf-8";
/* CSS Document */

img, div { behavior: url(../iepngfix.htc) }

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, table, tr, td, div { 
	margin: 0; 
	padding: 0; 
	border: 0;
}

ul{
	list-style:none;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#000000;

}

/* MAIN CHUNKS */
#site{
	background-image: url(../images/common/upper_gradient.jpg);
	background-repeat: repeat-x;
    background-color: #C5CED5;

}

#container{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#header{
	padding-bottom:15px;
}

#header .logolink{
	display:block;
	float:left;
	width:174px;
	height:59px;
	padding-top:22px;
	padding-bottom:30px;
	background-image: url(../images/common/adlens_logotype.jpg);
	background-repeat: no-repeat;
	background-position: 0px 22px;
	
}

#home_banner{
	width:780px;
	height:364px;
	margin-left:10px;
	background-image: url(../images/home/photo_banner.jpg);
	background-repeat: no-repeat;
}

#home_banner-stips{
	padding-top:222px;
	height:0px;
	overflow:hidden;
	background-image: url(../images/home/photo_banner-stips.jpg);
	background-repeat: no-repeat;
}

#img_banner{
	height:129px;
	/*background-image: url(../images/common/banner_graphic.jpg);
	background-repeat: no-repeat;*/
}

#home_content{

	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
}


#home_content #leftcolumn{
	float:left;
	width:534px;
	height:178px;
	margin-right:10px;
	background-image: url(../images/home/new_product.jpg);
	background-repeat: no-repeat;
}

#home_content #rightcolumn{
	float:left;
	width:236px;
	height:178px;
	background-image: url(../images/home/contact_adlens.jpg);
	background-repeat: no-repeat;

}

#home_content #fullcolumn{
    float:left;
    width:780px;
    height:178px;
    margin-left:0px;
	background-image: url(../images/home/new_new_product.jpg);
	background-repeat: no-repeat;
}

.news_and_events{
	clear:both;
	padding-top:30px;
	padding-left:10px;
	background-image: url(../images/home/line.jpg);
	background-repeat: no-repeat;
	background-position: 0px 18px;
	margin-bottom:16px;
	color:#585D61;
}

.news_and_events b{
	font-weight:bold;
	color:#1A98D3;
}

#content{
	background-color: #D5DADE;
	background-image: url(../images/common/content_stripe.jpg);
	background-repeat: repeat-y;
	background-position: left;
	
	_height:700px;
	min-height:700px;
}

#content.gray{
	background-image: url(../images/common/content_stripe_gray.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

#content #leftcolumn{
	float:left;
	width:198px;
	/*position:relative;
	top:-52px;*/
	padding-left:15px;
	padding-right:15px;
	padding-top:20px;
	padding-bottom:20px;
	/*background:#FFFFFF;*/
	display:inline;
	background-image: url(../images/common/leftcol_top.jpg);
	background-repeat: no-repeat;
}

.page_id{
	display:block;
	margin-left:-15px;
	margin-right:-15px;
	height: 50px;
	padding-bottom: 65px;
}

#content #leftcolumn .page_name{
	margin-bottom:80px;
}

.instructions{
	margin-top:-40px;
	height:30px;
}

#content #rightcolumn{
	float:left;
	/* width:465px; */
	width: 490px;
	padding:30px;
	padding-top:60px;
	margin-left:20px;
	/*margin-top:20px;*/
	/*background-color: #FFFFFF;*/
	background-image: url(../images/common/rightcolumn_top.jpg);
	background-repeat: no-repeat;
	display:inline;
}

#content.gray #rightcolumn{
	background-image:none;
}

#content #rightcolumn.narrow_margin{
	padding-left:0px;
	padding-right:0px;
	padding-top:40px;
	margin-left:15px;
	width:535px;
}

#content #rightcolumn.gray{
	background-image:none;
	background-color: transparent;
}



#footer{
	padding-top:5px;
	padding-left:13px;
	padding-right:13px;

	color:#FFFFFF;
	font-size:10px;
	margin-bottom:30px;
	
	width:774px;
	margin-left:auto;
	margin-right:auto;
}

#footer a{
	color:#FFFFFF;
	text-decoration:none;
}

#footer span.left{
	display:block;
	float:left;
}

#footer span.right{
	display:block;
	float:right;
}

/* NAVIGATION */
#header #navigation{
	list-style:none;
	text-transform:uppercase;
	font-weight:bold;
	float:right;
	margin-top:30px;
}	

#header #secondary_nav{
	height:25px;
	text-align:right;
	padding-top:20px;
	margin-right:8px;
	color:#81878b;
	font-size:10px;
}	

#header #secondary_nav span{
	
	text-decoration:none;
	float:right;
	display:block;
	line-height:17px;
}

#header #secondary_nav a{
    color:#FFFFFF;
	text-decoration:none;
}

#header #secondary_nav form{
	float:right;
	margin-right:15px;
}

#header #secondary_nav form input{
	height:15px;
	width:100px;
	padding:0;
	margin:0;
	color:#999999;
	border:1px solid #999999;
	font-size:11px;
}

#header #navigation li{
	float:left;
	margin-right:8px;
	margin-left:45px;
	display:inline;
}

#header #navigation li ul{
	/*display:none;*/
	position:absolute;
	width:120px;
	left: -999em;

	list-style:none;
	padding-top:8px;
	background:#FFFFFF;

	font-size:11px;
	
	/*opacity: .85;
	filter: alpha(opacity=85);*/

}

#header #navigation li:hover ul, #header #navigation li.sfhover ul{
	left:auto;
}

#header #navigation a{
	text-decoration:none;
	color:#FFFFFF;
	display:block;
	
}

#header #navigation li ul li{
	float:none;
	margin:0px;
}

#header #navigation li ul li a{
	padding:4px;
	padding-left:5px;
	padding-right:5px;
	font-weight:normal;
	text-transform:none;
	color:#000000;
}

#header #navigation li ul li a:hover{
	background:#0068B3;
	color:#FFFFFF;
}

/* BOXES AND BLOCKS */
div.callout{
	width:175px;
	padding:5px;
	float:right;
	border-top: 5px solid #16598A;
	border-bottom: 2px solid #000000;
	background:#E9EEF4;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:10px;
	font-size:11px;
	color:#000000;
	padding-top:12px;
	padding-bottom:20px;
}

div.callout div.img{
	margin-bottom:15px;
	
}

div.callout div.img img{
	float:left;
	margin-right:8px;
	margin-top:-7px;
}

div.callout .caption{
	color:#16598A;
	font-size:12px;
	
}



div.field_box{
	margin-bottom:30px;
}

div.field_box img{
	float:left;
	margin-right:10px;
	border:0px;
}

div.field_box p{
	font-size:11px;
	margin-top:15px;
}

div.news_box{
	padding-bottom: 20px;
}

#leftcolumn ul.news_links{
	margin-left:10px;
}

#leftcolumn ul.news_links li {
	margin-bottom:10px;
}

/* GALLERY AND ROW ITEMS */
div.news_entry{
	margin-bottom:15px;
}

div.news_entry span{
	display:block;
}

/* @group Products */

div.project_row{
	_height:100px;
	min-height:100px;
	margin-bottom:20px;
}



div.project_row span.title{
	padding-top:12px;
}

div.project_row span.subtitle{
	margin-top:4px;
}

div.project_row span.summary{
	margin-top:15px;
}

.teaser {
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	color: #0068B3;
	padding-right: 15px;
	padding-bottom: 1.25em;
}

/* @end */

div.news_row{
	_height:100px;
	min-height:100px;
	margin-bottom:20px;
}

div.news_row span.title{
	/**/
}

div.news_row span.subtitle{
	padding-top:12px;
	margin-bottom:4px;
}

div.news_row span.summary{
	margin-top:15px;
}

div.img_mask_box{
	position:absolute;
	width:168px;
	height:99px;
	margin-right:30px;
}

div.img_mask_box img{
	position:absolute;
	left:0px;
	top:0px;
	border:0px;
}

div#detail_page div.img_mask_box img{
	left:-15px;
}

div.row_content{
	padding-left:200px;
}

.faq_answer{
	display:none;
}

.bodytext .faq_answer p{
	margin-top:0px;
	margin-bottom:0px;
}

h2.faq{
	padding-top:10px;
}

ul.staff_list{
	margin-left:10px;
}

ul.staff_list li{
	margin-bottom:15px;
	padding-right:20px;
}

ul.cells li{
	float:left;
	width:168px;
	
	margin-right:15px;
	margin-bottom:15px;
}	

ul.cells li.third{
	margin-right:0px;
}

ul.cells li a.cell{
	position:relative;
	display:block;
}	

ul.cells li a.cell .cell_title{
	display:block;
	padding-top:102px;
	padding-left:8px;
}

ul.cells li a.cell .cell_subtitle{
	padding-left:8px;
	display:block;
}

ul.products{
	padding-left:40px;
}

ul.products li{
	margin-right:40px;
}

.filters li{
	margin-bottom:5px;
}

/* DETAIL PAGES */
div#detail_page div.description-block{
	padding-top:20px;
	padding-left:180px;
	_height:80px;
	min-height:80px;
	margin-bottom:25px;
}



/* MISC SHARED */

img.pic-left {
	float: left;
	padding-right: 10px;
	padding-bottom: 7px;
}

img.pic-right {
	float: right;
	padding-left: 10px;
	padding-bottom: 7px;
}

.article_control{
	text-align:right;
	color:#44B7E4;
	font-size:11px;
	float:right;
	margin-top:-40px;
}

ul.normal {
	list-style-type:square;
	padding-left:25px;
}

ul.normal li {
	padding-bottom:.75em;
}

#story_options{

}

#story_options a{
	display:block;
	width:124px;
	height:25px;
	margin-bottom:4px;
}

#story_options li.pdf a{
	background-image: url(../images/common/button-pdf-download.jpg);
	background-repeat: no-repeat;
}

#story_options li.email a{
	background-image: url(../images/common/button-emailthis.jpg);
	background-repeat: no-repeat;
}


td.divider{
	height:10px;
}

/* CLEARFIX */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {display: inline-block;}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */
