/*
================================
COMMON STYLES 
================================
*/
.ui-tabs .ui-tabs-hide {
     display: none;
}
img {
	border:0;}

.left {float:left;
	margin:5px 5px 5px 0;}
.right {float:right}
.hide {display:none;}


.clearer {
	clear:both;
	margin:0;
	height:0;
	padding:0;
	line-height:0;
	font-size:0;
	background:red;
	border:0;
	overflow:hidden;
	display:inline;}

a:active, a:focus
{
    outline: none;
}



/*
=================================================================================
STICKY FOOTER
http://matthewjamestaylor.com/blog/keeping-footers-at-the-bottom-of-the-page
=================================================================================
*/

html, body
{
   margin:0;
   padding:0;
   height:100%;
   color:#3c3c3c;
    
	
}
h1 {
	font-size:24px;
	font-weight:normal;
	color:#373737;
	letter-spacing:1px;
	margin:0px;
	margin-bottom:10px;}
h2 {
	font-size:18px;
	font-weight:normal;
	color:#373737;
	letter-spacing:1px;
	margin:0px;}
h3 {
	font-size:16px;
	font-weight:normal;
	color:#373737;
	letter-spacing:1px;
	}
p {
	margin:3px 0px 15px 0px;
	}
.application p {
	margin-bottom:0;
	margin-top:0;
	padding:0;
	 
	}		
	
	
.in_focus h3,
.news h3 {
	background:#5ca3d1;
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:normal;
	color:#ffffff;
	padding:5px 10px 5px 10px;
	border:solid 1px #fff;
	}	
		
#list1a a.accordianOpener{cursor: pointer;
}
 
.footer
{
 margin:0 auto;
 width:990px;
 color:#525252;
 font-size:11px;
 padding-top:5px;
 padding-bottom:25px;
}
div.footer ul.vcard {
	float:left;
	margin:0;
	overflow:hidden;
	padding:0 0 0 0px;
	width:990px;
	}
div.footer ul.vcard li {
	display:inline;
	margin:0;
	overflow:hidden;
	padding:0 5px 0 0px;
	text-decoration:none;
	float:left;
 
	}
div.footer ul.vcard li.copyright {
	background-image:none;
	float:right;
	}

/*
================================
MAIN STYLES
================================
*/

body
{
    
    font-family:Arial, Verdana, Sans-Serif;
	background:url(../images/bg.jpg) repeat-x #ffffff;
	line-height:18px;
}



a
{
    color:#d17101;
    text-decoration:none;
}

a:hover
{
    color:#d17101;
	text-decoration:underline;
}


/*
================================
HEADER STYLES 
================================
*/

#header
{
    width:990px;
    margin:0 auto;
	height:110px;
	margin-top:5px;
	position:relative;
 
	background:url(../images/bg_header.jpg) repeat-x #ffffff;
 

}
#header .left_corner
{
	background:url(../images/header_left_corner.gif) no-repeat;width:4px;height:5px;float:left;
	}
.left_corner
{
	background:url(../images/footer_leftt_corner.gif) no-repeat;width:7px;height:7px;float:left;
	line-height:0;
	display:inline;
	overflow:hidden;
	clear:both;
	}	
#header .right_corner
{
	background:url(../images/header_right_corner.gif) no-repeat;
	width:19px;
	height:5px;

	}
.right_corner
{
	background:url(../images/footer_right_corner.gif) no-repeat;
	width:7px;
	height:7px;
	overflow:hidden;
	float:right;
	line-height:0;
	display:inline;
	}		
#header .logo {
	clear:both;
	float:left;
	width:212px;
	height:47px;
	padding-left:18px;
	padding-top:15px;
	 
 
	overflow:hidden;
 
	
}
#header .menu{
	float:left;
	width:500px;
	background:orange;
	margin-top:15px;
}
ul.tool_menu{
	margin:0;
	font-size:12px;
	margin-top:10px;
	margin-bottom:10px;
}
ul.tool_menu li{
	display:inline;
	list-style:none;
	padding:0 0px 0 20px;
}
ul.tool_menu li a{
	color:#5da3d2;
}
 
 
 
#header .header_right {
	float:right;
	text-align:right;
	width:735px;
	padding-right:25px;
	overflow:hidden;
	 }
#container
{
    width:990px;
    margin:0 auto;
	background:url(../images/bg_container_full.jpg) repeat-x #d7d7d7;
	padding-top:15px;
	overflow:hidden;
 
}
ul#dropdownNavigation {
	position:absolute;
	display:inline;
	z-index:100;
	bottom:0;
	right:25px;
 }
.payoff {
	display:block;
	 
	vertical-align:bottom;
	overflow:hidden;
	margin-bottom:20px;
	
 	
 }
.payoff_1 {
	width:900px;
	color:#474749;
	font-size:24px;
	line-height:28px;
	padding:0 10px;
 
}
.payoff_2 {
	width:900px;
	color:#474749;
	font-size:14px;
	
	line-height:20px;
	padding:0 10px;
}
	

.products div.info{
	height:252px;
	overflow:hidden;
	border:solid #ffffff 6px;
	display:block;
}	
ul.tabNavigation {
	margin:0;
	padding:0 6px 0 0;
	display:inline;
 
	text-align:right;
	height:22px;
	float:right;
	}
	
ul.tabNavigation li a {
	background:url(../images/bullet-on-tab.gif) no-repeat 100% 0;
	display:block;
	height:22px;
	float: left;
	text-decoration: none;
	color:#ffffff;
	padding: 0 11px 0 0;
	font-size:14px;
	Xcolor:#5f5f5f;
	text-align:center;
	Xmargin-left:-17px;	
	}
ul.tabNavigation li a span {
	background:url(../images/bg_tab_hover.gif) no-repeat top left;
	
	height:22px;
	line-height:22px;
	float: left;
	cursor:pointer;
	padding:0 19px 0 40px;

	}	
ul.tabNavigation li {
	list-style:none;
	height:22px;
	float:right;
	margin:0 0 0 -30px;

	}	
ul.tabNavigation li a.selected,
ul.tabNavigation li a:hover {
	background:url(../images/bullet-tab.gif) no-repeat 100% 0 ;
	color: #5f5f5f;

	}
ul.tabNavigation li a.selected span,
ul.tabNavigation li a:hover span {
	background:url(../images/bg_tab.gif) no-repeat top left;

}
  
.teaser {
	float:left;
	padding:10px;
	width:562px;
	overflow:hidden;
	color:#464648;
	position:relative;
 }	
 
	
 
#animation {
	float:left;
	width:380px;
	height:252px;
	}		
.products img{
	float:left;
	width:380px;
	height:252px;

 
 	}	
div.tab_content {
	margin:0;
	padding:0;
	padding:10px;
	float:left;
	width:562px;
	width:554px;
	background:url(../images/bg_tab_content.jpg) no-repeat;
	overflow:hidden;
	height:252px;
	padding-left:18px;
	}
.focus_area {
	width:974px;
	background:url(../images/bg_focus.gif) repeat-y;
	overflow:hidden;
	margin-top:10px;
	}			

.in_focus,.news {
	float:left;
	width:386px;
	color:#464648;
	
	}
.news {
	margin-left:8px;
	width:580px;
	
	}	
 
.in_focus h1,.news h1 {
	background:#464648;
	margin:0;
	padding:0;
	font-weight:normal;
	color:#ffffff;
	padding:7px;
	
	}   
 
.text {
	padding:10px 10px 15px 10px;} 
.text p {
 	margin:0;}   
.text h2{
	padding:0 0 5px 0;
}
 

 
#header .searchBox input
{
	background:#d9dadc;
	width:140px;  
	border:0;          
	height:18px;
	color:#464648;
	font-size:12px;
	float:right;
}
        
        
#header .searchBox button
{
	background:url(../images/search_button.gif) no-repeat;
	width:21px;
	height:21px;
	border:0;
	float:right;
}
.breadcrumb ul {
	margin:0 0 15px 0px;
	padding:0;
	}
.breadcrumb ul li{
	list-style:none;
	display:inline;
	font-size:11px;
	margin-right:3px;
	color:#7f7f7f;
	
}
.breadcrumb ul li a{
	padding-right:3px;
	}
.article_left {
	float:left;
	width:679px;
	margin-right:15px;}
.article_right {
	float:left;
	width:250px;
	overflow:hidden;}			
.article_right .sub-image{
	margin-bottom:10px;
	width:250px;
	margin-top:20px;
	}
/*
================================
BODY STYLES 
================================
*/
#body
{
    width:912px;
    margin:0 auto;
 
}

/*
================================
SIDEBAR STYLES 
================================
*/
#sideBar
{
    width:208px;
    margin:0 10px 0 0;
    /*background-color:Green;*/
}







/*
================================
CONTENT STYLES 
================================
*/
.content
{   
    clear:both;
	font-size:13px;
	
	margin:0 8px;
	overflow:hidden;
	padding-bottom:25px;
}
.article,
.product_list,
.sitemap,
.search,
.product,
.contact,
.FAQ {
	background:url(../images/bg_pages.jpg) repeat-x #ffffff;	
	display:block;
	overflow:hidden;
	padding:3px 15px 15px 15px;
	width:944px;
 
	float:left;
}

 
.product h2 {
	color:#ffffff;
	font-size:16px;
	background:#ee8000;
	padding:5px 10px 5px 10px;
	}	
.product h2.gray {
	background:#464648;
	}	
.product .row  {	
	width:680px;
	overflow:hidden;
	margin-top:10px;
	
	}
.product .row .col1 {
	width:335px;
	float:left;	
}
.product .row .col2 {
	width:335px;
	padding-left:10px;
	float:left;	
}
.product .row .col {
	width:680px;
	 
	float:left;	
}
.product_list table th{
	background:#464648;
	color:#ffffff;
	font-size:16px;
	font-weight:normal;
	padding:5px 0 5px 10px;
	width:25%;
	text-align:left;
	vertical-align:top;
	
}
table {
	width:100%;
	}
table tr td{
	background:url(../images/table_line.gif) repeat-x bottom ;
	padding:5px;
	}	
table th{
	text-align:left;
	color:#3c3c3c;
	font-size:13px;
	font-weight:bold;
}
.product_list table tr td{
	background:url(../images/table_line.gif) repeat-x bottom ;
	padding:5px 5px 5px 10px;
 
 
	 
}
.product_list table tr td.blank{
	background:none;
}
.product_list table th.blank{
	background:#ffffff;
	}
.product_list table tr td img{
	width:140px;
	height:110px;
	}
.article .content{
	background:url(../images/bg_article.jpg) repeat-x #ffffff;
	}
.content ul
{
	list-style-type:square;
	padding-left:0px;
	list-style-position:outside;
	margin-left:15px;
	margin-top:0;
}
 
.category_main_image {
	width:974px;
	overflow:hidden;
	}
.category_main_image img{
	width:974px;
	border:solid 6px #ffffff;
	width:962px;
}
.category_left {
	float:left;
	width:482px;
	margin-right:10px;
	margin-top:10px;
	}
.category_right {
	float:left;
	width:482px;
	margin-top:10px;
	}
.key_features {
	background:#5da3d2;
	background:url(../images/bg_bottom_features.jpg) no-repeat bottom #5da3d2;
	padding:10px;
	color:#ffffff;
	font-size:14px;
	line-height:20px;
	margin-bottom:10px;}	
.key_features h2{
	font-size:24px;
	color:#ffffff;
	padding-bottom:5px;
	}
		
ul.category_list,
ul.accordian  {
	background:#ffffff;
	list-style:none;
	margin:0;
	}
ul.accordian  {
	background:#e3e3e3;
 
	}
ul.category_list li {

	}
.application h2,	
ul.category_list li h3,
ul.accordian li h3 {
	background:#464648;
	margin:0;
	padding:0;
	font-weight:normal;
	color:#ffffff;
	padding:5px 10px 5px 10px;
	}
ul.category_list li h3 a{
	color:#FFFFFF;}	
 
ul.accordian li  {	
	background:#e3e3e3;
	margin:0;
	padding:0;
	border-bottom:5px solid #e3e3e3;
 
	}
ul.accordian li div  {	
	overflow:hidden;
	padding:5px 10px;
	}
ul.accordian li a {
	background:#9c9d9f;
	display:block;
	padding:7px;
	font-size:16px;
	color:#ffffff;
}					
 
 

#sitemap ul {
	margin:0;
	list-style:none;
	font-size:16px;
	font-weight:bold;
	text-transform:lowercase;}
#sitemap ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 0.5em;
	padding:0;
}
#sitemap ul ul { 
	margin-left:50px;
	padding:0;
	padding-top:5px;
	font-size:16px;
	font-weight:normal;
	}
#sitemap ul ul ul { 
	margin-left:50px;
	padding:0;	
	font-size:14px;
	font-weight:normal;
	padding-top:5px;
	}
#sitemap ul ul ul ul { 
	margin-left:50px;
	padding:0;	
	font-size:14px;
	font-weight:normal;
	padding-top:5px;
	}		
#sitemap a{
	color:#464648;}	

.faqQuestion span strong {
	text-decoration:underline;
	font-weight:normal;
	color:#373737;
	letter-spacing:1px;
	padding-bottom:5px;
	display:block;
	cursor:pointer;}
/*
================================
GALLERY GRID
================================
*/ 
.galleryGrid
{
    margin:25px 0 0 0;
}

    .galleryGrid .item
    {
        width:208px;
        margin:0 0 15px 20px;
    }
        
    .galleryGrid .item.first
    {
        margin-left:0;
    }
    
        .galleryGrid .item a
        {
            background:url(../media/Assets/arrow_right.gif) no-repeat center right;
            padding:0 7px 0 0;
        }
    
        .galleryGrid .item img
        {
            display:block;
        }
        
        .galleryGrid .item span
        {
            display:block;
        }


/*
================================
PHOTO GRID
================================
*/ 
.photoGrid
{
    margin:25px 0 0 0;
}

    .photoGrid .item
    {
        width:151px;
        margin:0 0 15px 20px;
    }
                
    .photoGrid .item.first
    {
        margin-left:0;
    }
    
        .photoGrid .item a
        {
            background:url(../media/Assets/arrow_right.gif) no-repeat center right;
            padding:0 7px 0 0;
        }
    
        .photoGrid .item img
        {
            display:block;
        }
    
        .photoGrid .item span
        {
            display:block;
        }

/*
================================
PHOTO ITEM
================================
*/ 
.photo
{
    margin:25px 0 0 0;
}
    
    .photo .pager
    {
        display:block;
        margin:0 0 10px 0;
    }

    .photo a.prev
    {
        background:url(../media/Assets/arrow_left.gif) no-repeat center left;
        padding:0 0 0 7px;
    }
    
    .photo a.next
    {
        background:url(../media/Assets/arrow_right.gif) no-repeat center right;
        padding:0 7px 0 0;
    }
    
    .photo .item
    {
        position:relative;
	overflow:hidden;
	/*width:550px;*/
    }
    
        .photo .item span
        {
            display:none;   /*hide it if JS disabled and when page initially loads */
        
            position:absolute;
            left:0;
            bottom:0;
            
            background:url(../media/Assets/white_60_bg.png) repeat top left;
	    color:#000;
            
            /*width:540px;*/ /*550 - 5 - = 540px */
	width:100%;
            padding:10px 5px 10px 5px;
        }

/*
================================
NEWS LIST
================================
*/

.newsList
{
    margin:25px 0 0 0;
    width:630px;
}

    .newsList div
    {
        width:180px;
        margin:0 0 25px 45px;
        display:inline;
        
        color:#FFFFFF;
    }
    
    .newsList div.first
    {
        margin-left:0;
    }
    
        .newsList div span
        {
            font-weight:bold;
            font-size:11px;
        }

/* CSS if sIFR not enabled START */
    .newsList div h4 a
    {
        font-family:Georgia, Arial, Sans-Serif;
        font-size:28px;
        font-weight:bold;
        color:#619ca7;
    }
    
    .newsList div h4 a:hover
    {
        color:#FFFFFF;
    }      
/* CSS if sIFR not enabled END */       


/*
================================
NEWS ITEM
================================
*/
.newsItem img
{
    margin:0 0 15px 0;
}

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

 
fieldset {
	border:0;
	width: 265px;}

fieldset legend
{
    display:none;
}

fieldset label
{
    display:block;
    margin:10px 0 0 0;
}

fieldset label.first
{
    margin:0;
}

fieldset input
{
    background-color:#FFFFFF;
    border:1px solid #515151;
    width:265px;
    height:17px;
    padding:2px;
    margin:0 0 3px 0;
    
    color:#3C3C3C;
    font-size:14px;
}
  
fieldset textarea
{
    background-color:#FFFFFF;
    border:1px solid #515151;
    width:265px;
    height:130px;
    padding:2px 2px 1px 2px;
    margin:0 0 3px 0;
    
    font-family:Arial, Verdana, Sans-Serif;
    color:#3C3C3C;
    font-size:14px;
}

    fieldset input:focus, fieldset textarea:focus
    {
        border:2px solid #619ca7;
    }

fieldset input.error, fieldset textarea.error
{
    border:2px solid #F49AC1;
}

    fieldset input.error:focus
    {
        border:2px solid #af4975;
    }

fieldset button
{
    border:none;
    color:#ffffff;
    padding:6px;
    margin:10px 0;
    background:url('../media/Assets/arrow_right.gif') no-repeat right 50%;
	background:#ee8000;
}
ul.button,
ul.button li {
	margin:0;
	padding:0;
	list-style:none;
	}
ul.button li a {
	text-decoration:none;
	border:none;
    color:#ffffff;
    padding:1px 25px 3px 6px;
 
    background:url(../images/arrow.gif) no-repeat right #EE8000;
	float:left;
	overflow:hidden;
	clear:both;}

span.seperator {
	float:left;
	color:#ed8000; 
	padding:0px 8px 0px 5px;
	font-weight:bold;
	}
           

/* Logos*/
.cws
{
    background:transparent url(../media/Assets/cws_logo.gif) no-repeat;
    padding:0 0 0 26px;
    margin:0 67px 0 0;
}

.g72
{
    background:transparent url(../media/Assets/g72_logo.gif) no-repeat;
    padding:0 0 0 30px;
    margin:0 190px 0 0;
}

.rss
{
    background:transparent url(../media/Assets/rss_logo.gif) no-repeat 0 2px;
}

.valid
{
    background:transparent url(../media/Assets/tick_icon.gif) no-repeat 0 0;
}
.files a {
	clear:both;
	float:left;
	}

/* all A tags whose HREF attribute ends in .pdf */
a[href$='.pdf'] { 
	padding-right: 18px;
	background: transparent url(../images/icons/icon_pdf.gif) no-repeat center right;
}

a[href$='.docx'] { 
	padding-right: 18px;
	background: transparent url(../images/icons/icon_doc.gif) no-repeat center right;
}
a[href$='.doc'] { 
	padding-right: 18px;
	background: transparent url(../images/icons/icon_doc.gif) no-repeat center right;
}
a[href$='.xls'] { 
	padding-right: 18px;
	background: transparent url(icon_xls.gif) no-repeat center right;
}


.unit {
	font-size:11px;
	}


/* style for dropdownNavigation */
#header #dropdownNavigation {
	right:20px;
}
#header #dropdownNavigation li a,
#header #dropdownNavigation li.hover a {
	background:none;
	 
}
#header #dropdownNavigation li a {
	height:24px;
	padding:0 11px 0 0;
	margin:0 !important;
	text-decoration:none;
	background:url(../images/bullet.gif) no-repeat 100% 0;	
}
#header #dropdownNavigation li a span {
	float:left;
	height:15px;
	padding:4px 29px 5px 30px;
	background:url(../images/bullet.png) no-repeat;
	position:relative;
	cursor:pointer;
} 
#header #dropdownNavigation a:hover {
	height:24px;
	background:url(../images/bullet-on.gif) no-repeat 100% 0;
}
#header #dropdownNavigation a:hover span {
	background:url(../images/bullet-on.png) no-repeat;
}
#header #dropdownNavigation li {
	margin:0 0 0 -20px !important;
}
/* fix ie6 */
* html ul#dropdownNavigation {
	clear:both;
}
* html ul#dropdownNavigation a {
	float:left;
}
* html #header ul#dropdownNavigation li ul li a {
	float:none;
}
* html #header ul#dropdownNavigation li ul li,
* html #header ul#dropdownNavigation li ul li a,
* html #header ul#dropdownNavigation li ul li a span  {
	height:20px !important;
 
}
* html #header #dropdownNavigation a span {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bullet.png', sizingMethod='crop');
}
* html #header #dropdownNavigation a:hover span {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bullet-on.png', sizingMethod='crop');
}





#header #dropdownNavigation li ul li a,
#header #dropdownNavigation li ul li li a ,
#header #dropdownNavigation li ul li li li a,
#header #dropdownNavigation li.hover ul li a,
#header #dropdownNavigation li.hover ul li li a ,
#header #dropdownNavigation li.hover ul li li li a{
	padding:10px;
	color:#464648;
	color:#757577;
	margin:0;
	height:20px;
	background:none;
	height:100%;
	float:none;}
	

#header #dropdownNavigation li ul li a span,
#header #dropdownNavigation li ul li a span {
	background:none !important;
}
 
#header #dropdownNavigation li ul li {
	padding:10px;
	background:#e5e5e5;
	margin:0 !important;
}
 
#header #dropdownNavigation li ul li a span {
	height:100%;
	float:none;
	padding:0;
	}
 












/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
