/*   
Theme Name: gnsbiotech
Theme URI: http://www.gnsbiotech.com
Description: Theme for GNS Biotech
Author: Jan Hanseth, jan@janhanseth.com
Author URI: http://janhanseth.com
*/

body {
    background: #ffffff url(/images/bg.gif) 0px 0px;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
}
a:link {
    color: #848484;
}
a:visited {
    color: #a0a0a0;
}

a:hover {
    color: #5ba4bf;
}


ul#top_nav { 
    list-style: none;
    margin: 0px;
    padding: 0px;
    background: transparent url(images/gns-nav_devider.gif) repeat-x 0px 0px;
    width: 805px;
}
ul#top_nav li {
    width: 109px;
    height: 118px;
    float: left;
    margin: 0px;
    padding: 0px;
}
ul#top_nav li#logo {
    width: 255px;
    background: transparent url(/images/gns-nav_title-home2.gif) no-repeat 0px 0px;
}
ul#top_nav li#logo a {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px;
}
ul#top_nav li#logo a:hover {
    background: transparent url(/images/gns-nav_home-over.gif) no-repeat 24px 0px;
}
ul#top_nav li#nav_company {
    background: transparent url(/images/gns-nav_devider.gif) repeat-x 0px 0px;
    width: 111px;
}
    li#nav_company a {
        display: block;
        width: 100%;
        height: 100%;
        background: transparent url(/images/gns-nav_company.gif) no-repeat 0px 0px;
    }
    li#nav_company a:hover {
        background: transparent url(/images/gns-nav_company-over.gif) no-repeat 0px 0px;
    }
    
li#nav_confidence_metric { 
    background: transparent url(/images/gns-nav_05.gif) repeat-x 0px 0px;
}
    li#nav_confidence_metric a {
        display: block;
        width: 100%;
        height: 100%;
        background: transparent url(/images/gns-nav_conment.gif) no-repeat 0px 0px;
    }
    li#nav_confidence_metric a:hover {
        background: transparent url(/images/gns-nav_conment-over.gif) no-repeat 0px 0px;
    }
    
    
li#nav_alliances { 
    background: transparent url(/images/gns-nav_07.gif) repeat-x 0px 0px;
}
    li#nav_alliances a {
        display: block;
        width: 100%;
        height: 100%;
        background: transparent url(/images/gns-nav_alliances.gif) no-repeat 0px 0px;
    }
    li#nav_alliances a:hover {
        background: transparent url(/images/gns-nav_alliances-over.gif) no-repeat 0px 0px;
    }


li#nav_news { 
    background: transparent url(/images/gns-nav_09.gif) repeat-x 0px 0px;
}
    li#nav_news a {
        display: block;
        width: 100%;
        height: 100%;
        background: transparent url(/images/gns-nav_news.gif) no-repeat 0px 0px;
    }
    li#nav_news a:hover {
        background: transparent url(/images/gns-nav_news-over.gif) no-repeat 0px 0px;
    }

li#nav_careers { }
    li#nav_careers a {
        display: block;
        width: 100%;
        height: 100%;
        background: transparent url(/images/gns-nav_careers.gif) no-repeat 0px 0px;
    }
    li#nav_careers a:hover {
        background: transparent url(/images/gns-nav_careers-over.gif) no-repeat 0px 0px;
    }
  
  
div#subsubmenu {
    background: transparent;
}
div#subsubmenu ul {
    margin: 5px 0px 0px 127px;
    padding: 0px 0px 0px 0px;
    list-style: none;
}
div#subsubmenu li {
    display: block;
    float: left;
    margin: 0px 5px 0px 5px;
}

/*
 * BEGIN CONTENT 
 */
#home_content_area {
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 800px;
    background: white url(/images/gns-main-bg2.jpg) no-repeat 0px -120px;
    height: 800px;
}

#columns {
    margin: 0px 0px 0px 330px;
    padding-top: 236px;
    height: 400px;
}
.left_col { 
    width: 225px;
    float: left;
}
.left_col h1 { 
    FONT-FAMILY: Helvetica, Arial, Verdana, sans-serif;
    COLOR: #2665a5;
    FONT-WEIGHT: BOLD; 
    FONT-SIZE: 18px;
	line-height: 24px;
}
.left_col p { 
    width:180px;
	padding:12px 6px 12px 12px;
	background-color:#d0f0fe; 
	line-height: 14px;
	color: #2665a5;
	font-size:12px;
}
    .left_col p a {
        color: #2665a5;
        text-decoration: none;
    }


.right_col { 
    width: 240px;
    background: transparent url(/images/news-bg.gif) repeat-y 0px 0px;
    font-size: 11px;
    float: left;
    height: 100%;
}
.right_col p {
    padding: 0px 0px 0px 10px;
    font-size: 11px;
    COLOR: #033F85;
}

table {
    margin: 14px 70px 0px 127px;
}
table p {
    margin: 7px;
}

ul#bottom_nav { 
    width: 520px;
    position: relative;
    left: -20px;
    top: -90px;
    list-style: none;
}
ul#bottom_nav li {
    display: inline;
    color: #848484;
}
ul#bottom_nav li a {
    color: #848484;
}

#footer {
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    COLOR: #A0A0A0;
    FONT-SIZE: 10px;
    clear: both;
    width: 100%;
    text-align: center;
    padding: 10px;
}