﻿/*//////////////////////////////////////////////////////////////////////////////
//  Teknober.com - All rights reserved
//  File name   : tws_ovr.css
//  Dependicies : tws_base.css
//	Description	: General Rules for all pages
//  Version     : 1.0
//////////////////////////////////////////////////////////////////////////////*/
#wrapper
{
    margin: auto;
    overflow: visible;
    min-width: 960px;
    width: 1000px;
}

#head
{
    background-color: #999999;
    overflow: hidden;
}

#logo
{
    color: #666666;
    cursor: pointer;
    display: block;
    float: left;
}

#logo .logo
{
    background: transparent url(/Assets/Images/teknober.png) no-repeat scroll center center;
    cursor: pointer;
    display: block;
    height: 3.5em;
    padding: 0.5em 1.8em;
    vertical-align: middle;
    width: 13.4em;
}

#subhead
{
    /*background: #666666 url(i/menubg.jpg) repeat-x scroll 0 50%;*/ /*border-top:1px solid #CCCCCC;*/
    border-bottom: 1px solid #CCCCCC;
    font-size: 130%;
    padding: 0.5em;
}

#foot
{
    border-top: 1px solid #666666;
    color: #666666;
    font-size: 75%;
    line-height: 2.5em;
    text-align: center;
}

#foot a.cpylink:link, #foot a.cpylink:visited, #foot a.cpylink:active
{
    text-decoration: none;
    color: #666666;
}

#foot a.cpylink:hover
{
    text-decoration: underline;
}
