﻿body
{
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    background-color: #b6b6b6;
    background-image: url(images/body_bg.gif);
    background-position: center top;
    background-repeat: repeat-y;
}
#container_outer
{
    width: 850px;
    margin: 0px auto;
    background-image: url(images/body_bg.gif);
    background-position: left top;
    background-repeat: repeat-y;
    background-image: url(images/container_bg.gif);
    background-position: center top;
    background-repeat: repeat-y;
}
#container_inner
{
    width: 826px;
    margin: 0px auto;
    background-image: url(images/nav_and_content_bg.gif);
    background-repeat: repeat-y;
    background-position: right;
}
#sub_content
{
    margin-left: .5em;
}
/**************************** header ************************/
#header
{
    background-image: url(images/telewire_header.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    height: 158px;
}
#header h1
{
    float: left;
    display: none;
}
#header #header_info
{
    float: right;
    margin-right: 12px;
    margin-top: 80px;
    font-family: Arial, Helvetica, "Trebuchet MS" , Tahoma, Verdana, Sans-Serif;
    text-align: right;
}
#header #header_info .email a
{
    color: #03438f;
    font-weight: bold;
    font-size: 13px;
}
#header #header_info .phone a
{
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    color: #03438f;
    line-height: 26px;
}
#header #header_info .phone_alt a
{
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    color: Orange;
    line-height: 26px;
}
/**************************** Nav ***************************/
#navigation
{
    width: 190px;
    float: left;
    background-color: #F0f0f0;
    background-image: url(images/nav_top_bg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    color: Black;
    padding-top: 60px;
    padding-bottom: 60px;
}
#navigation ul
{
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px;
    font-size: 1.6em;
    font-weight: bold;
    font-family: "Trebuchet MS";
}
#navigation #menu ul li
{
    display: inline;
}
#navigation #menu ul li a
{
    text-decoration: none;
    color: #565656;
    display: block; /* this causes the link to act like a div */
    line-height: 5ex;
    padding-left: 3em;
    margin-left: 0px;
    background-image: url(images/nav_item_bg.gif);
    background-position: left center;
    background-repeat: repeat-y;
}
#navigation #menu ul li .sn_item_first a
{
    background-image: url(images/nav_item_bg_top.gif);
}
#navigation #menu ul li .sn_item_last a
{
    background-image: url(images/nav_item_bg_bottom.gif);
}
#navigation #menu ul li a:hover
{
    /* menu style when pointer is over item */ /*border-right: 20px solid #ffe25a;*/
    background-image: url(images/nav_item_bg_pressed.gif);
    text-decoration: underline;
}

#navigation #menu ul li a.sn_item_pressed
{
    /* menu style for the item representing the current page if there is one  the class must be the same as the one used in the navigation script */
    font-weight: bold;
    background-color: #FFFFBB;
    background-image: url(images/nav_item_bg_pressed.gif);
}
#navigation #menu ul li .sn_item_first a.sn_item_pressed, #navigation #menu ul li .sn_item_first a:hover
{
    background-image: url(images/nav_item_bg_pressed_top.gif);
}
#navigation #menu ul li .sn_item_last a.sn_item_pressed, #navigation #menu ul li .sn_item_last a:hover
{
    background-image: url(images/nav_item_bg_pressed_bottom.gif);
}
/**************************** Content ***********************/

#content
{
    /*padding:20px;*/
    float: right;
    width: 636px; /* width is the intended footprint of the div minus padding and margin */
    background-image: url(images/content_top_bg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-color: White;
    font-size: 14px;
}
#content #page_title
{
    padding-left: 1em;
    padding-top: 1.2ex;
    padding-bottom: 0ex;
    margin: 0px;
    font-size: 2em;
    color: #aeaeae;
    font-family: "Trebuchet MS" , Arial, Helvetica, Tahoma, Verdana, Sans-Serif;
}
#content p
{
    padding-left: 2em;
    padding-right: 2em;
    line-height: 3ex;
}
.float_img
{
    float: left;
    margin: 1.5em;
    margin-left: 3em;
    border: 1px solid gray;
    padding: .25em;
    clear: both;
}
.float_img_alt
{
    float: right;
    margin: 1.5em;
    margin-right: 2em;
    border: 1px solid gray;
    padding: .25em;
    clear: both;
}
.float_img_alt_no_border
{
    float: right;
    margin: 1.5em;
    clear: both;
}
.float_img_systems
{
    float: left;
    margin: 1em;
    margin-left: 1.5em;
    border: 0;
    clear: both;
}
.intertel_phones
{
    float: right;
}
/**************************** page by page styles ***********/
#catalog
{
    margin: 1.5em;
}
/**************************** front page ONLY ***************/
#front_page_only
{
    background-image: url(images/front_page_bg6.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}
#front_page_only .front_page_circle
{
    position: relative;
}
#front_page_only .front_page_circle span
{
    display: none;
}
#front_page_only a#circle_a
{
    width: 111px;
    height: 111px; /*border: 5px solid Blue;*/
    top: 34px;
    left: 16px;
    display: block;
    float: left;
}
#front_page_only a#circle_b
{
    width: 111px;
    height: 111px; /*border: 5px solid Orange;*/
    top: 147px;
    left: 236px;
    display: block;
    float: left;
}
#front_page_only a#circle_c
{
    width: 146px;
    height: 146px; /*border: 5px solid Red;*/
    top: 14px;
    left: 248px;
    display: block;
    float: left;
}
#front_page_only .recent_news
{
    padding-top: 160px;
    padding-left: 30px;
}
#front_page_only .recent_news h3
{
    font-style: italic;
    font-size: 2em;
    color: #527fae;
    font-family: "Trebuchet MS" , Arial, Helvetica, Tahoma, Verdana, Sans-Serif;
    padding: 0px;
    margin: 0px;
}
#front_page_only .recent_news ul
{
    margin: 0px;
    padding: 10px; /*background-color: #ffe25a;*/
    border: 5px solid #ffe25a;
    list-style-type: none;
    width: 260px;
}
#front_page_only .recent_news ul li
{
    text-decoration: none;
    color: Black;
    line-height: 2.6ex;
    margin-bottom: 2ex;
    display: block;
    font-size: 0.9em;
}

#front_page_only .recent_news ul li a {color:Black; text-decoration: none;}

#front_page_only .recent_news ul li span.date
{
    color: Black;
    display: block;
    font-weight: bold;
    font-family: "Trebuchet MS" , Arial, Helvetica, Tahoma, Verdana, Sans-Serif;
    font-size: 1.2em;
}
#front_page_only .recent_news ul li a:hover
{
    color: Black;
    text-decoration: underline;
}
span.date
{
    font-weight: bold;
    font-size: 11pt;
}
#news
{
    line-height: 2em;
}
#news li
{
    margin-bottom: 1.5em;
}
/**************************** footer ************************/
#footer
{
    background-image: url(images/page_bottom_bg.gif);
    background-position: left top;
    background-repeat: repeat-x;
    clear: both;
    color: #084b91;
    background-color: #ccd7e9;
    width: 100%;
}


#footer p.copyrt
{
    font-family: Arial,Helvetica, "Trebuchet MS" ,Tahoma,Verdana,Sans-Serif;
    font-size: 16px;
    line-height: 5ex;
    text-align: center;
}
#a8b_mark
{
    margin: 0px 16px 16px 0px;
    float: right;
}
#ccards
{
    float: left;
    margin: 0px 0px 16px 16px;
}

.clear { visibility: hidden; height: 0px; margin: 0px; clear: both; }

/********************confertel page********************/
#confertel h2
{
    line-height: 2.8ex;
    margin-top: 0.6ex;
    margin-bottom: 0.6ex;
}
#confertel .conf_box
{
    width: 25%;
    float: left;
    padding-bottom: 3ex;
}
#confertel .conf_box a, #confertel a
{
    text-decoration: none;
    font-size: 12px;
}
#confertel .conf_box a img
{
    /*border:1px solid #b68602;*/
    border: none;
}
#confertel .conf_box span.title
{
    color: #008800;
    font-weight: bold;
    display: block;
    margin: 0px auto;
    text-decoration: underline;
    line-height: 3.2ex;
}
#confertel .conf_box .text
{
    text-align: left;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    color: Black;
    line-height: 2.6ex;
}
#confertel .left_list
{
    width: 240px;
    text-align: left;
    float: left;
    color: #000088;
    list-style-image: url(http://ttdepot.com/images/conf_bullet.png);
}
#confertel .right_list
{
    width: 240px;
    text-align: left;
    float: right;
    color: #000088;
    list-style-image: url(http://ttdepot.com/images/conf_bullet.png);
}


#signup #container
{
    width: 771px;
    margin: 0px auto 0px auto;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 14px;
}

#signup h2, #signup h3, #signup h4
{
    color: #902F44;
    font-family: "Trebuchet MS" , Verdana, Arial, Helvetica;
}
#signup h2, #signup h3
{
    text-align: center;
}

#signup div#datestamp
{
    float: right;
    margin-top: -1em;
    margin-right: 0.25em;
    font-weight: bold;
    font-size: 14pt;
}
#signup div#footer
{
    font-size: 7pt;
    margin: 1em;
    text-align: center;
    color: #999999;
}
.clear_div
{
    clear: both;
    width: 100%;
}
a img {
    border:none;
}
fieldset {
    margin: 0px 40px;
    padding: 10px;
}