﻿html, form, body
{
    height:100%;
}
body
{
    background-position: center top;
    background-color: #545454;
    background-image: url( '../images/main_bg.jpg' );
    background-repeat: repeat-y;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
}
td
{
    vertical-align:top;
    text-align:left;
}
p
{
    margin: 10px;
}
h1
{
    margin: 0px 10px 15px 10px;
    color: #445478;
    font-family: 'Trebuchet MS', Trebuchet, Sans-Serif;
}
h2
{
    margin: 0px 10px 10px 8px;
    color: #333;
    font-size: 20px;
}
h3
{
    margin: 0px 10px 10px 8px;
    color: #333;
    font-size: 16px;
}
a
{
    color: #ef4036;
    text-decoration: none;
}
a:hover
{
    text-decoration:underline;
}
a > img
{
    border:0px;
}
.container
{
    width:956px;
    height: 100%;
    margin-left:auto;
    margin-right:auto;
}
#header
{
    padding-bottom:15px;
    width: 100%;
    height: 189px;
    background-image: url(  '../images/header_bg.png' );
    background-repeat: no-repeat;
}
.maincontent
{
    width:100%;
    background-color:#ffffff;
}
.contentPadding
{
    padding:15px;
}
.contentPadding_less
{
    padding:10px;
}
#footer
{
    padding-top: 15px;
    text-align: center;
    color: #CCCCCC;
    font-size: 10px;
}
#footer .links
{
    font-size:12px;
    text-align:left;
    padding:0px 50px 0px 10px;
    float:left;
}
#footer .links H3
{
    color: #445478;
    font-size: 16px;
    margin-left:0px;
}
#footer .links ul
{
    margin-top:0px;
}
#footer .links ul li
{
     margin-left: -40px;
     margin-top:0px;
    list-style-type: none;
    line-height:22px;
}
#footer .links a
{
    color:#cccccc;
}
#footer .links img
{
    padding: 10px 0px 10px 0px;
}
#footer a
{
    color: #fde415;
}
#nav
{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 30px;
    text-align: right;
    background-color: #445478;
}
#nav .links
{
    margin-left:auto;
    margin-right:auto;
    width:956px;
    padding-top:10px;
}
#nav a
{
    padding-left:25px;
    padding-right:25px;
}
#techMonkey
{
    position:absolute;
    top:-40px;
    left:15px;
}
#logo
{
    position:absolute;
    top:35px;
    left:200px;
}
#dynamicHeader
{
    position:absolute;
    top:25px;
    right: 50px;
}
.clear
{
    clear:both;
}
.pad
{
    padding:15px;
}
.featureBubble_b
{
    background-image:url('../images/feature_bubble_blue.png');
    background-repeat:no-repeat;
    width:300px;
    height:250px;
    float:left;
}
.featureBubble_g
{
    background-image:url('../images/feature_bubble_green.png');
    background-repeat:no-repeat;
    width:300px;
    height:250px;
    float:left;
}
.featureBubble_r
{
    background-image:url('../images/feature_bubble_red.png');
    background-repeat:no-repeat;
    width:300px;
    height:250px;
    float:left;
}
.featureBubble_b h2, .featureBubble_g h2, .featureBubble_r h2
{
    font-family: 'Trebuchet MS', Trebuchet, Sans-Serif;
    color:white;
    font-size:20px;
    margin:10px;
}
.featureBubble_b p, .featureBubble_g p, .featureBubble_r p
{
    color:#ffffff;
    margin:15px 10px 10px 10px;
    font-size:12px;
    font-family: 'Trebuchet MS', Trebuchet, Sans-Serif;
}
.featureBubble_b img, .featureBubble_g img, .featureBubble_r img
{
    margin:10px;
    float:left;
}
.featureBubble_b li, .featureBubble_g li, .featureBubble_r li
{
    margin-left:55px;
    margin-bottom:6px;
    color:#ffffff;
    font-weight:bold;
}
.featureBubble_b a, .featureBubble_g a, .featureBubble_r a
{
   color:#f9d60f;
   text-decoration:underline; 
}
.rightCol
{
    border-left: dotted 2px #666;
    width:300px;
}
DIV.rightCol
{
    float:right;
    width:300px;
}
.mainCol
{
    width:660px;
}
DIV.mainCol
{
    width:600px;
    float:left;
}
.alert
{
    font-weight: bold;
    color: #ef4036;
    font-size:14px;
}
.imgBorder
{
    padding:10px;
    background-color:#ffffff;
    border: solid 1px #000000;
}
.modalPopup
{
    padding: 15px;
    border: #000000 2px solid;
    background-color: #ffffff;
    vertical-align: middle;
}
.modalBackground
{
    background-color: #000000;
    filter:alpha(opacity=70);
    -moz-opacity: 0.75;
    opacity:.7;
}
.alert
{
    color:Red;
    font-weight:bold;
}
.subNavLinks td
{
   padding-bottom:10px;
   padding-right:15px;
}
.subNavLinks a
{
    color: #000066;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}
IMG.subTitle
{
    padding-bottom:15px;
}
.dropDownPanel
{
    background-color: #445478;
    z-index:100;
    filter:alpha(opacity=80);
    -moz-opacity:.80;
    opacity:.80;
    border-bottom:solid 1px #ffffff;
    border-left:solid 1px #ffffff;
    border-right:solid 1px #ffffff;
}
.dropDownPanel ul
{
    margin:0px;
}
.dropDownPanel ul li
{
    margin-left: -40px;
    list-style-type: none;
    padding:5px 20px 5px 20px;
    border-bottom:dotted 1px #ffffff;
}
.dropDownPanel ul li a
{
    color: #ffffff;
    font-weight: bold;
    width: 100%;
    text-decoration: none;
    font-size:13px;
}
.dropDownPanel ul li:hover
{
    background-color: #fadb11;
}
.dropDownPanel ul li:hover a
{
    color: #2a2a2a;
}
.websamples
{
    text-align:center;
}
.websamples img
{
    border:solid 1px #000000;
}
.websamples a
{
    font-weight:bold;
    font-size:12px;
    line-height:20px;
}
.form
{
    background-image:url('../images/formgradient.jpg');
    background-repeat:repeat-x;
    border:solid 1px #666666;
    margin-right:15px;
    padding:10px;
    float:left;
}
.form h2
{
    color: #ee4035;
    font-size: 18px;
    margin-left:0px;
}
.form h3
{
    color:#666666;
    font-size:14px;
    margin-left:0px;
}
.form td
{
    padding:3px;
}
.form td.label
{
    padding-right:8px;
}
.form input, .form textarea
{
    width:235px;
    border:solid 1px #666666;
}
.form textarea
{
    height: 150px;
}
.form .smalltxt
{
    width:50px;
}
.form .cbx input
{
    width:30px;
}
.form .btn
{
    border: 1px solid #999999;
    width: auto;
    background-color: #cccccc;
    color: #333333;
    padding:5px;
    font-weight:bold;
}
.form .btn:hover
{
    background-color: #DDDDDD;
}
.websiteThumbs
{
    padding-left:12px;
}
.websiteThumbs img
{
    width:115px;
    height:90px;
    margin-right:6px;
    margin-bottom:6px;
    border: solid 1px #333333;
    cursor:pointer;
}
.disclaimer
{
    font-style: italic;
    color: #666666;
    font-size: 11px;
}
.highlightBox
{
    border:solid 1px #cccccc;
    padding:10px;
    background-image:url('../images/small_gradient.jpg');
    background-repeat:repeat-x;
    background-position:top;
}
.diggStory
{
    margin: 15px 15px 15px 0px;
    border:solid 1px #cccccc;
    padding:10px;
    background-image:url('../images/small_gradient.jpg');
    background-repeat:repeat-x;
    background-position:top;
}
.diggStory p
{
    margin-left:0px;
}

.diggStory a
{
    color: #0066CC;
}
.diggStory a.title
{
    font-size: 16px;
    font-weight: bold;
    text-decoration:underline;
}
.diggStory a.title:hover
{
    color:#666;
}
diggStory img
{
    border:solid 1px #cccccc;
    padding:2px;
}
.subtle
{
    color: #808080;
    font-size: 11px;
}
.diggCount
{
    background-image: url('../images/digg_bg.png');
    width:51px;
    height:52px;
    text-align:center;
    vertical-align:middle;
    color:#736926;
    float:left;
}
.diggCount .number
{
    font-size:18px;
}
.diggRight
{
    padding:5px 15px 5px 15px;
}
.diggRight a
{
    color: #0066CC;
    font-weight:bold;
    text-decoration: underline;
}
.diggRight a:hover
{
   color:#666;
}
a.title
{
    font-weight: bold;
    font-size: 11px;
    color: #ff3300;
    text-decoration: none;
}
a.title:hover
{
    font-weight: bold;
    font-size: 11px;
    color: #ff8c00;
    text-decoration: none;
}
.aboutLists td
{
    width:225px;
    padding:5px;
}
.aboutLists li
{
    margin-left:-25px;
}
.aboutLists h3
{
    margin-left: 0px;
}
.prodList
{
    margin:0px 15px 15px 0px;
    float:left;
    text-align:center;
    font-weight:bold;
}
.prodList img
{
    border:solid 1px #000000;
    margin-bottom:5px;
}
.prodView
{
    margin-bottom:25px;
    margin-left:10px;
    padding-bottom:15px;
    border-bottom:dotted 1px #cccccc;
}
.prodView img
{
    border:solid 1px #000000;
    margin:0px 15px 15px 0px;
    float:left;
}
.prodDetailView
{
    float:right;
}
.prodDetailView img
{
    border:solid 1px #000000;
    margin:0px 15px 15px 0px;
    float:left;
}
.prodDetailView p,.prodDetailView h1
{
    margin-left:0px;
}
.cartBox
{
    width:200px;
    border:solid 1px #666;
    float:left;
    vertical-align:top;
}
.cartBox h3
{
    padding:6px;
    margin:0px;
    background-color:#ef4036;
    width:188px;
    color:#ffffff;
    font-size:14px;
}
.cartBox h3 > a
{
     color:#ffffff;
     text-decoration: none;
}
.cartBox #cartDetails
{
    font-size:10px;
    padding-bottom:10px;
}
#cartDetails th
{
    font-weight:bold;
    text-align:left;
    color:Red;
    padding:3px; 
}
.cartIcon
{
    float:left;
    padding:4px;
}
#cart
{
    border:solid 1px #666;
    float:left;
}
#cart h1
{
    padding:6px;
    margin:0px;
    background-color:#ef4036;
    color:#ffffff;
    font-size:16px;
}
#cart div
{
    padding:15px;
}
.right
{
    text-align:right;
}
.center
{
    text-align:center;
}
.bold
{
    font-weight:bold;
}
.google
{
    background-image: url( '../images/google-search.png' );
    background-repeat: no-repeat;
    width: 504px;
    height: 154px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:25px;
}