/*
Theme Name: Trident
Theme URI: http://www.tridentmicro.com/
Description: Theme for Trident Microsytems
Version: 1.0
Author: Floris P. Lof
Author URI: http:/www.TriMM.nl
*/

/* 1. General */ 

* {
    margin					: 0;
    padding					: 0;
    border					: 0;
}

html, body {
    height					: 100%;
}

body {
    font-size				: 11px;
    font-family				: Arial;
    background				: #eaece8;
    color					: #797b7c;
    margin-top				: 20px;
}
body#home a#nav-home,
body#about a#nav-about,
body#products a#nav-products,
body#careers a#nav-careers,
body#investors a#nav-investors,
body#press a#nav-press,
body#contact a#nav-contact,
body#faq_head a#nav-faq_head {
    color             :#797b7c;
}


p {
    padding					: 10px;
}	

a {
    text-decoration			: none;
    color					: #797b7c;
    outline					: none;
}

h1 {
    color					: #5B5C5E;
    font-weight				: bold;	
    font-size				: 11px;
}
h2 {
    font-weight				: bold;	
    font-size				: 13px;
}


/* Structure */

#wrapper {
    position				: relative;
    margin					: 0 auto;
    width					: 900px;
    background				: #fff;
}

#sitecontainer {
    position				: relative;
    width					: auto;
}
#header {
    width					: 100%;
    height					: 100px;
}
.all {
    background			: url('images/headers/all.jpg') top right no-repeat;
}

.faq_head {
    background			: url('images/headers/faq.jpg') top right no-repeat;
}	

.about {
    background			: url('images/headers/about.jpg') top right no-repeat;
}

.careers {
    background			: url('images/headers/careers.jpg') top right no-repeat;
}

.contact {
    background			: url('images/headers/contact.jpg') top right no-repeat;
}

.investors {
    background			: url('images/headers/investors.jpg') top right no-repeat;
}

.press {
    background			: url('images/headers/press.jpg') top right no-repeat;
}

.products {
    background			: url('images/headers/products.jpg') top right no-repeat;
}

.homelogo {
    position			: relative;
    top					: 0;
    left				: 30px;	
}

#header #searchform {
    position			: absolute;
    top					: 60px;
    right				: 25px;
}
#main #searchform {
    position			: absolute;
    top					: 150px;
    right				: 25px;
}	
/*begin*/
#navigation {
    width					: 100%;
    height					: 34px;
    background				: #5B5C5E;

}
#main {
    margin					: 25px 25px 0px 25px;	
    margin-bottom			: 30px;
}
#infobar {
    margin-bottom			: 25px;	
}
#sidebar {
    float					: left;
    position				: relative;
    width					: 200px;
    margin					: 0px 25px 25px 0px;
    height					: 100%;
}
#content {
    float					: left;
    margin-bottom			: 25px;
}
.widecolumn {
    width					: 580px;	
}
#footer {
    position				:relative;
    clear					: both;
    margin					: 25px 25px 0px 25px;
    padding-bottom			: 0px;
    font-weight				: bold;
    color : #008B99;
    margin-top				: 10px !important;
    _background-color:#ccc;
    _height:40px;
}
div#footer > ul {
    position:relative;

}
/* Header Navigation */
#navigation ul {
    margin				: 0;
    height					: 100%;
}
#navigation ul li {
    display					: inline;
    float					: left;
    padding					: 10px 15px 0px 15px;
    height					: 24px;
    width           : 78px;
}

#navigation ul li.current_page_item {
    background				: #c0c0c0;
    text-align				: center;
}
#navigation ul li.current_page_ancestor {
    background				: #c0c0c0;	
    text-align				: center;
}
#navigation ul li.current_page_parent {
    background				: #c0c0c0;	
    text-align				: center;
}

#navigation ul li a {
    /*	text-transform			: uppercase; */
    text-decoration			: none;	
    color					: #ffffff;
    font-size				: 12px;
    font-weight				: bold;
}


/* Submenu navigation */
.submenu ul li {
    height					: 22px;
    padding-top				: 8px;
    width					: 100%;
    background				: #f1f1f2;
    margin-bottom			: 5px; 	
}
.submenu ul li.empty {
    height					: 0px;
    padding-top				: 0px;
    width					: 100%;
    background				: none;
    margin-bottom			: 0px; 	
}
.submenu ul li a {
    margin-left				: 13px;
    color					: #5B5C5E;
    font-weight				: bold;	
    font-size				: 11px;	 
}

/* Footer Navigation*/
#footer ul li {
    display					: inline;
    margin-right			: 3px;
}
#footer ul li a {
    text-decoration			: none;
    color					: #008B99;
}
.footer {
    clear					: both;	
}
#footerext {
    clear					: both;
    margin					: 0 0 0 15px ;
    padding-bottom			: 0px;
    font-weight				: bold;
    font-size         :10px;
}



/* Components */

.searchbox {
    background				: url('images/bg_searchbox.png') no-repeat;
    width					: 205px;
    /*height					: 16px;*/
    padding					: 8px;
}
#home_animation {
    width					: 100%;
    height					: 336px;
}
.noflash {
    background				: url('images/main-pic-trident.jpg') no-repeat;
}
#news_ticker {
    width					: 100%;
    height					: 20px;
    border-bottom			: dotted #5B5C5E 1px;
    position				: relative;
}
.sectionhead {
    /*	background				: #5B5C5E; geen background meer */
    padding					: 3px 15px 4px 15px;
    font-weight				: bold;
    color					: #004B8D;
    /* font-size				: 14px;  font size change */
    font-size				: 12px;
    position				: relative;
    top						: 2px;
}
#news_ticker .sectionhead {

}


.narrowcolumn .sectionhead { 
    top						: -1px;	
    left					: -2px;
    position				: relative;
}
.narrowcolumn {
    width					: 264px;
    height					: 250px;
    margin					: 25px 25px 0px 0px;
    float    : left;
    position				: relative;

}

.narrow_head {
    margin-top: 10px;
    width					: 75%;
    border-bottom			: dotted #5B5C5E 1px;

}
.narrow_left {
    left					: -1px;
    top						: -1px;	
    border-left			: dotted #5B5C5E 1px;
}
#new_product_title {
    color: #008B99;
}
.lastcolumn {
    margin					: 25px 0px 0px 0px;
    height					: auto;
}
.bottom {
    margin					: 25px 0px 0px 0px;
}

#banner_home {
    width					: 100%;
    height					: 90px;
    position				: relative;	   
}

#banner_img
{
    border-style:solid;
    border-width:1px;
    border-color:#797b7c;
}

.alignright {
    float					: right;	
}
.alignleft {
    float					: left;	
}
.padded {
    padding					: 0px 10px 20px 0px;	
}
.clear {
    clear					: both;	
}

.menu {
    margin-left				: 20px;
}
.more_link {
    font-weight				: bold;
    color					: #FCB724;	
    text-decoration			: none;
    padding					: 10px;
}

.more_link_home {
    font-weight				: bold;
    color					: #FCB724;	
    text-decoration			: none;
}

dl {
    margin					: 10px 0px 0px 10px;	
}
dl dt {
    color					: #5B5C5E;
    font-weight				: bold;
}
dl dt a {
    color					: #5B5C5E;
    font-weight				: bold;
}
/* willen ze niet meer
dl dt:before {
        content					: "> ";
} 
*/
span {
    color					: #5B5C5E;
    font-weight				: bold;
}
ul li {
    list-style				: none;	
}

.promo_home {
    background				: url('images/promo_home.jpg') no-repeat;
    width					: 264px;
    height					: 83px;
    float					: left;
    margin					: 25px 0px 25px 0px;
}
.promo_all {
    background				: url('images/promo_all.jpg') no-repeat;
    width					: 200px;
    height					: 63px;
    margin-top				: 25px;
    margin-bottom			: 25px;
}
#news_ticker .home-post {
    display					: none;
}
#news_ticker .active {
    display					: inline-block;
}
.footer {
    padding					: 0px;
}

#ico_navigation {
    display					: inline;
    position				: relative;
    top						: 2px;
    padding					: 0px 5px 0px 5px;
}
.inline {
    display					: inline;
}
.post_archive {
    margin					: 5px 0px 5px 0px;
}
p.nopad {
    padding					: 0px;
}
.a_right {
    position				: absolute;
    right					: 0px;
    top						: 0px;
    color					: #008B99;
    font-weight				: bold;	
    font-size				: 11px;	
}
.change_color_1 {
    color					: #008B99;
} 
h1.sidebar {
    font-size				: 15px;
    margin-bottom			: 10px;
}
.post_archive h1 {
    color					: #797B7C;
    font-weight				: normal;	
    font-size				: 11px;
}
.post_archive a {
    color					: #5B5C5E;
    font-weight				: bold;	
    font-size				: 11px;	
}

.sitemap ul li {
    list-style				: disc;
    margin-left				: 20px;
}
.sitemap ul li a {
    font-weight				: bold;
}

.breadcrumb {
    width					: 625px;
    overflow				: hidden;
}

/* Contact form */
#contactform ul li {
    margin					: 0px 0px 5px 0px;
}
#contactform label {
    display					: -moz-inline-box;
    display					: inline-block;
    width					: 100px;
    vertical-align			: top;	
}

#contactform input, textarea {
    border					: 1px solid #797B7C;	
    width					: 200px;
}

#contactform input.btn {
    width					: auto;	
}
#contactform label.error {
    margin-left				: 20px;
    color					: #ff0000;
    font-weight				: bold;
    width					: 200px;	
}

/* Datasheet form */
#datasheetform ul li {
    margin					: 0px 0px 5px 0px;
}
#datasheetform label {
    display					: -moz-inline-box;
    display					: inline-block;
    width					: 100px;
    vertical-align			: top;	
}

#datasheetform input, textarea, select {
    border					: 1px solid #797B7C;	
    width					: 200px;
}
#datasheetform select {
    width					: 203px;
    left					: -3px;
    position				: relative;
}

#datasheetform input.btn {
    width					: auto;	
}
#datasheetform label.error {
    margin-left				: 20px;
    color					: #ff0000;
    font-weight				: bold;
    width					: 200px;	
}
.family ul {
    padding-left			: 10px;
}
.family ul li {
    list-style				: disc inside;
}
.family ul li a {
    font-weight				: bold;
}
.television_family  {
    text-align				: center;
}
.television_family ul {
    padding					: 0px !important;
}
.television_family ul li {
    display					: inline;
    margin					: 0px 20px;
}
.television_family ul li a {
    font-weight				: bold;
}

img.rss_ico {
    margin					: 0px 0px 0px 5px;
}
a.ico_pdf {
    padding					: 0px 0px 10px 25px;
    background				: url('images/ico_pdf.gif') no-repeat;
    display					: block;
}
a.ico_doc {
    padding					: 0px 0px 10px 25px;
    background				: url('images/ico_doc.gif') no-repeat;
    display					: block;
}
a.ico_zip {
    padding					: 0px 0px 10px 25px;
    background				: url('images/ico_zip.gif') no-repeat;
    display					: block;
}
span.meta {
    font-weight				: normal;
    font-style				: italic;
}
h1.pagetitle {
    font-size				: 15px;
}
#content a {
    text-decoration			: underline;
}
.space {
    margin-bottom			: 25px;
}


.sidebar-new-products-para-first {
    border-top: 1px dotted #c0c0c0;

}

.sidebar-new-products-para-odd {
    border: 1px dotted #c0c0c0;
    border-top: 1px dotted #c0c0c0;
    border-bottom: 0px;
}
.sidebar-new-products-para-even {
    border: 1px dotted #c0c0c0;
    border-top: 1px dotted #c0c0c0;
    border-bottom: 0px;
}

#sidebar-new-products-div-end {
    border-top: 1px dotted #c0c0c0;
    position: relative;
    width: 200px;
    height: 3px;
    _background-color: #ccc;
    top:0px;

}

.no_dotted_border {
    border: 0px;
}

div.page > div > ul > li > ul > li {
    list-style-type:circle;
}
