body {
	margin: 0;
	background: #d5d3c2;
}

td {
	vertical-align: top;
	font-family:Tahoma;
	font-size:10px;
	color:#404040;
}

a {
	text-decoration: none;
}
a.1 {
	text-decoration: none;
	color:#686868;
}
a.2 {
	text-decoration: none;
	color:#FFFFFF;
}
a.a3 {
	text-decoration: underline;
	color:#D52D2D;
}
a.a4 {
        font-size: 13px;
        font-family: arial;
        font-weight: bold;
	text-decoration: underline;
	color:#000000;
}
a.5 {
	text-decoration: underline;
	color:#478F43;
}
a.6 {
	text-decoration: underline;
	color:#F39407;
}

.t10 {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
}

.t11 {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
}
.v11 {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
}
.v10 {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
}
.style2 {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #202020;
}
.style3 {color: #D52D2D}
.style4 {
	color: #242424;
	font-weight: bold;
}

.style5 {
        font-family: Verdana;
        font-size: 11px;
        font-style: normal;
        font-weight: bold;
        color: #202020;
	text-decoration: underline;
}

.style6 {
        font-family: Verdana;
        font-size: 11px;
        font-style: normal;
        color: #202020;
        text-decoration: none;
}

.c {
	text-align: center;
	vertical-align: center;
}

.linux {
	background-image: url(/images/linux.jpg);
	background-repeat: no-repeat;
	background-position: 120px 90px;
}

.windows {
	background-image: url(/images/windows.jpg);
	background-repeat: no-repeat;
	background-position: 116px 90px;
}

.ssl {
	background-image: url(/images/ssl.jpg);
	background-repeat: no-repeat;
	background-position: 122px 90px;
}

.basic {
	width: 140px;
	height: 192px;
	background-image: url(/images/basic.jpg);
	background-repeat: no-repeat;
}

.professional {
	width: 140px;
	height: 192px;
	background-image: url(/images/professional.jpg);
	background-repeat: no-repeat;
}

.enterprise {
	width: 140px;
	height: 192px;
	background-image: url(/images/enterprise.jpg);
	background-repeat: no-repeat;
}

.price {
	font-family: Tahoma;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	color: #aa0000;
}

.support {
	width: 330px;
	height: 187px;
	background-image: url(/images/support-bg.jpg);
	background-repeat: no-repeat;
}

.phone {
        width: 330px;
        height: 187px;
        background-image: url(/images/phone-bg.jpg);
        background-repeat: no-repeat;
}

.mail {
        width: 330px;
        height: 187px;
        background-image: url(/images/mail-bg.jpg);
        background-repeat: no-repeat;
}

.sales {
	width: 330px;
	height: 187px;
	background-image: url(/images/sales-bg.jpg);
	background-repeat: no-repeat;
}

.infopod {
	height: 130px;
	width: 190px;
        border: 1px solid #F78210;
}

.infopod2 {
        height: 130px;
        width: 190px;
        border: 1px solid #34b6e7;
}

        .form_button {
                background-color: #2879b2; 
                background-image: url(/clients/templates/lightbound/images/bg_button1.gif); 
                background-repeat: repeat-x; 
                border: 1px solid #6a94de;
                color:#fff;
                cursor:pointer;
                overflow:visible;
                padding: 3px 12px 3px 12px;
                width:auto;
		font-size: 11px;
        }

        /* fixes ie long button problem */
        * html .form_button { margin: 1px; overflow: visible; width: 1%; zoom: 100%; }

        /* Dreamweaver design mode rendering hacks */
        * html>body .form_button { overflow: visible; width: auto; }

