/*******************************************/
/* Internetworking Designs                 */
/* Global CSS Definitions                  */
/* Alan Sikes   12/10/2009                 */
/*******************************************/

body {
    padding: 0;
    margin: 0;
    line-height: normal;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    color: #002D44;
    background-color: white;
    background: white url("../images/background.png") repeat-x scroll 0 0;
    cursor: auto;
}
#container {
    width: 800px;
    margin: 0 auto;
}
ul {
    list-style-type: square;
    list-style-type: square;
}

/* Header */
#logo {
    float: left;
    margin: 0 1px 1px;
}
#menu {
    display:block;
    clear: right;
    float: right;
    margin-top: 57px;
}
#menu ul {
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    text-align: center;
}
#menu ul li {
    float: left;
    position: relative;
}
#menu a {
    color: #FFFFFF;
    display: block;
    font-family: helvetica;
    font-weight: bold;
    margin: 0;
    padding: 5px 12px;
    text-decoration: none;
}
#menu a.top_menu {
    border-left: 1px solid #00A9FF;
    border-right: 1px solid #004974;
}
#menu a:hover {
    color:#004974;
}
#menu ul ul {
    position: absolute;
    top: auto;
    left: 0;
    height: auto;
    width: 170px;
    background: #EFEFEF;
    border: 1px solid #004974;
    display: none;
    font-size: 12px;
    text-align: left;
    z-index: 5000;
}
#menu ul li:hover ul {
    display: block;
}
#menu ul ul li {
    clear: left;
    float: left;
    width: 100%;
}
#menu ul ul li:hover {
    background: #DFDFDF none repeat scroll 0 0;
}
#menu ul ul a {
    border-top: 1px solid #CCCCCC;
    color: #777777;
}
#menu ul ul a:hover {
    color:#004974;
}
#streamer {
    padding: 0 0 0 10px;
    margin: 0 0 3px;
    height: 33px;
    font-size: 18px;
    font-weight: bold;
    line-height: 33px;
    background-color: #004974;
    color: white;
}

/* Index plus Content */
#contents {
    background: transparent url("../images/frame_bg.gif") repeat-y scroll 0 0;
}
#homeContents {
    background: transparent url("../images/home_bg.gif") repeat-y scroll 0 0;
    padding: 28px 34px 34px;
    min-height: 246px;
    text-align: left;
}
#pageLeft {
    float: left;
    width: 157px;
    background: transparent url("../images/page_left_gradient.gif") repeat-x scroll 0 0;
    min-height: 246px;
    padding: 5px 0;
}
#pageRight {
    float: right;
    width: 147px;
    background: transparent url("../images/page_right_gradient.jpg") repeat-x scroll 0 0;
    min-height: 246px;
}
#pageContent {
    background: #E2E2E2 url("../images/content_bg.gif") repeat-x scroll 0 0;
    margin: 0 2px 0 162px;
    padding: 28px 34px 34px;
    min-height: 246px;
    text-align: left;
}
.ulSkills {
    margin: -10px 0 0;
}
#pageCenteredContent {
    background: #E2E2E2 url("../images/content_bg.gif") repeat-x scroll 0 0;
    margin: 0 2px 0 162px;
    padding: 28px 34px 34px;
    min-height: 246px;
    text-align: center;
}
.title {
    font-family: tahoma;
    margin: 0 0 6px;
    font-size: 24px;
}
.contactInfo {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    margin: 10px 0 0;
}

/* Index */
#indexHeader {
    padding: 12px 0 5px 10px;
}
#indexHeader a {
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}
#indexHeader a:hover {
    color: #00A9FF;
}
#pageLeft ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#pageLeft li {
    padding: 4px 0 4px 15px;
}
#pageLeft ul a {
    text-decoration: none;
    color: #C0C0C0;
}
#pageLeft ul a:hover {
    color: white;
}
#pageLeft .sel {
    background: transparent url("../images/selected_bg.png") 0 50% no-repeat;
}
#pageLeft .sel a {
    text-decoration: none;
    color: #00A9FF;
}

/* Triple Content */
#blocks {
    background: transparent url("../images/triple_bg.gif") repeat-y scroll 0 0;
    color: white;
    min-height: 120px;
}
#blockLeft {
    float: left;
    width: 266px;
    background: transparent url("../images/block_gradient.png") repeat-x scroll 0 0;
    min-height: 120px;
}
#blockRight {
    float: right;
    width: 261px;
    background: transparent url("../images/block_gradient.png") repeat-x scroll 0 0;
    min-height: 120px;
}
#blockCenter {
    margin: 0 266px 0 271px;
    background: transparent url("../images/block_gradient.png") repeat-x scroll 0 0;
    min-height: 120px;
}
.blockHeader {
    padding: 12px 0 5px;
    text-align: center;
}
.blockHeader a {
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}
.blockHeader a img {
    padding: 12px 0 0;
    border: 0;
}
.blockHeader a:hover {
    color: #00A9FF;
}
#contentLeft {
    float: left;
}
#contentRight {
    float: right;
}
.webLink {
    position: relative;
    width: 402px;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #999999;
}
.webLink:hover {
    border: 1px solid #000000;
    background-color: #009bec;
}
.webLink a {
    border: none;
    text-decoration: none;
}
.webLink img {
    border: 1px solid #cccccc;
}

/* Highlighting Demo */
#demoBlock,
#demoBlock a {
    color: #666666;
    background-color: #CBEDFF;
}
#demoBlock a img {
    border: 0;
}
#demoTop {
    height: 4px;
    background: transparent url("../images/demoBoxTop.png") center top no-repeat;
}
#demoBrands,
#demoCatagories {
    padding: 5px 0;
    border-right: 1px #D1D3D4 solid;
    border-left: 1px #D1D3D4 solid;
    text-align: center;
}
.demoHeader {
    background: transparent url("../images/demoBoxHeader.png") repeat-x;
    font-size: 15px;
    line-height: 28px;
    padding: 0 10px;
    text-align: left;
}
.demoHeader form {
    display: inline;
    margin: 0;
    padding: 0;
}
.demoHeader table {
    float: right;
    margin: 1px 5px;
    padding: 0;
    vertical-align:top;
    font-size: 12px;
    line-height: 14px;
}
#demoBrandSearch {
    margin: 10px 0;
}
#demoCenter {
    height: 7px;
    background: transparent url("../images/demoBoxCenter.png") center top no-repeat;
}
#demoCatSel {
    float: left;
}
.demoCatGroup {
    margin: 1px 20px;
    padding: 0;
    vertical-align:top;
    font-size: 12px;
    line-height: 14px;
    text-align: left;
}
.demoCatGroup h3 {
    text-align: centered;
    margin: 12px 0 5px;
}
.demoCatGroup ul {
    list-style-type: none;
    padding: 0 5px;
}
#demoCatFilter {
    margin: 1px 0 1px 210px;
}
#demoCatFilter ul {
    padding: 0 10px;
}
#demoCatSearch {
    float: right;
    margin: 12px 20px 0;
}
#demoBottom {
    height: 4px;
    background: transparent url("../images/demoBoxBottom.png") center top no-repeat;
}

/* Footer */
#footer {
    text-align: center;
    color: #C0C0C0;
    padding: 0;
    margin: 5px 0 3px;
    height: 22px;
    font-size: 12px;
    line-height: 22px;
    background-color: #004974;
}

