﻿table.pricing tr:hover
{
    background: #efefef;
}

h1
{
    color: #2e5892;
    font-size: 19px;
    font-weight: bold;
}

span.italic
{
    font-style:italic;
}

h1.no-top
{
    margin: 0px 0px 10px 0px;
    color: #2e5892;
    font-size: 19px;
    font-weight: bold;
}

h2
{
    margin: 0px 0px 10px 0px;
    color: #2e5892;
    font-size: 16px;
}

h3
{
    color: #2e5892;
    font-size: 14px;
    font-weight: normal;
}

h3.no-top
{
    margin: 0px 0px 10px 0px;
    color: #2e5892;
    font-size: 14px;
    font-weight: normal;
}

h3.no-padding
{
    margin: 0px 0px 0px 0px;
    color: #2e5892;
    font-size: 14px;
    font-weight: normal;
}

h4
{
    color: Black;
    font-size: 14px;
    font-weight: normal;
    margin: 15px 0px 5px 0px;
}

img
{
    margin: auto;
    vertical-align: middle;
    border: 0px solid White;
}

img.icon
{
    border: solid 0px white;
    padding: 0px 5px 0px 0px;
}

img.portrait
{
    float: left;
    vertical-align: middle;
    text-align: left;
    margin: 0px 15px 0px 0px;
    border: solid 1px lightGrey;
}

img.partner-logo
{    
    float: left;
    vertical-align: middle;
    text-align: left;
    margin: 0px 15px 0px 0px;
    border: solid 1px lightGrey;
}

ul
{
    margin: 0;
	padding: 0;
	list-style: none;
}

ul li
{
    padding: 2px 0px 2px 0px;
    margin: 0;
	list-style: none;
}

div#main-right-navigation ul
{
    margin: 0px;
	padding: 0px;
	list-style: none;
}

div#main-right-navigation ul li
{
    margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

div.lower-product-left-side ul li
{
    padding: 0px 0px 0px 0px;
    margin: 0;
	list-style: none;
}

ul li.heading
{
    padding: 2px 0px 2px 0px;
    margin: 10px 0px 0px 0px;
	list-style: none;
	height: 30px;
}

ul li.footer
{
    padding: 0px;
    margin: 0px;
	list-style: none;
	height: 30px;
}


ul.feature-list
{
    margin: 0px 0px 30px 30px;
	padding: 0;
}

ul.feature-list li.feature
{
    margin: 15px;
	padding: 0;
	list-style: circle outside;
}

.button
{
    font-size: 12px;
    font-family: inherit;
    line-height: inherit;
    color: #2e5892;
    height: 23px;
    vertical-align: middle;
    padding:2px;
    font-weight: normal;
}

.button-submit
{
    font-size:12px;
    font-family: inherit;
    line-height: inherit;
    color: #2e5892;
    height: 26px;
    vertical-align: middle;
    padding:2px;
    font-weight: normal;
}

textarea
{
    font-family: inherit;
    font-size: 12px;
    line-height: 15px;
    color: inherit;
    border-top: solid 1px #c1c0c0;
    border-left: solid 1px #c1c0c0;
    border-right: solid 1px #c1c0c0;
    border-bottom: solid 1px #c1c0c0;
    vertical-align: middle;
    padding: 3px 2px 1px 2px;
    letter-spacing: 0.5px;
}

.textbox
{
    font-family: inherit;
    font-size: 12px;
    line-height: 15px;
    color: inherit;
    border-top: solid 1px #c1c0c0;
    border-left: solid 1px #c1c0c0;
    border-right: solid 1px #c1c0c0;
    border-bottom: solid 1px #c1c0c0;
    height: 16px;
    vertical-align: middle;
    padding: 3px 2px 1px 2px;
    letter-spacing: 0.5px;
}

.required
{
    color: Gray;
    vertical-align: top;
}

.our-server-specs
{
    width: 100%;
    background: url(images/servers.gif) no-repeat;
    background-position: top right;
}

.our-connection-specs
{
    width: 100%;
    background: url(images/fiberoptic.gif) no-repeat;
    background-position: top right;
}

.our-security-specs
{
    width: 100%;
    background-position: top right; 
    background: url(images/security-padlock.gif) no-repeat;
    background-position: top right;
}

.bold
{
    font-weight: bold;
}

.right-align
{
    text-align: right;
}

img.close-button
{
    vertical-align: middle;
    padding: 0px 0px 0px 0px;
}

span.error-message
{
    color: Red;
}

div.note
{
    text-align: left;
    font-size: 11px;
}