﻿body{
	overflow:scroll;
}

/* globals and defaults
======================================*/

* {
margin: 0;
padding: 0;
}

img {
border: 0 none;
}

a {
outline: none;
}

p {
margin: 15px 0 15px 0;
}

/* layout
======================================*/

#msmpt {
background: #fff url(../images/bg.gif) repeat-x;
text-align: center;
height: 100%;
}

#contentWrap {
width: 926px;
margin: 0 auto 0 auto;
}

#content {
font: 11px/14px "Century Gothic", Tahoma, Arial, sans-serif;
color: #333;
text-align: justify;
}

#nav {
background: #fff url(../images/home-01.jpg) no-repeat;
width: 222px;
}

#column1, #column1int {
background: #fff url(../images/home-02.gif) repeat-x;
width: 428px;
}

#content span {
display: block;
padding-left: 4px;
}

#content span small {
color: #333;
}

#column1int {
width: 681px;
}

#column1int ul li ul {
margin-left: 16px;
}

#column1 ul, #column1int ul {
list-style: none;
}

#column1 ul li, #column1int ul li {
margin-top: 5px;
}

#column1 ul li img, #column1int ul li img {
margin-right: 8px;
}

#column1 div, #column1int div  {
width: 405px;
padding: 40px 0 0 22px;
_padding-top: 35px;
margin-bottom: 60px;
}

#column1int div {
width: 681px;
}

#column2 {
background: #fff url(../images/home-03.jpg) no-repeat;
width: 276px;
font: 11px/14px "Century Gothic", Tahoma, Arial, sans-serif;
color: #808080;
text-align: left;
}

#column2 div {
padding: 40px 0 0 22px;
margin-bottom: 60px;
}

#column2 p {
width: 234px;
margin: 4px 0 25px 15px;
_margin-top: 0;
}

#footer, #head {
font: 13px "Century Gothic", Tahoma, Arial, sans-serif;
background: #5ccfff url(../images/bg-footer.gif) repeat-x;
width: 100%;
height: 90px;
color: #fff;
text-align: right;
}

#head {
background: url(../images/header-02.gif) no-repeat;
width: 707px;
height: 169px;
}

#head div {
padding: 12px 17px 0 0;
}

#head a {
color: #fff;
text-decoration: underline;
}

#head a:hover {
text-decoration: none;
}

#footer p {
width: 926px;
margin: 0 auto 0 auto;
position: relative;
top: 35px;
left: -35px;
}

#spacer {
height: 150px;
}

.testimonial {
text-align: right;
}

/* navigation
======================================*/

#nav div {
padding: 33px 20px 0 25px;
}

#nav ul {
list-style: none;
text-align: right;
}

#nav .active, #nav .active:hover, #nav ul li {
width: 175px;
height: 18px;
display: block;
border: 0 none;
color: #808080;
text-decoration: none;
padding: 5px 5px 0 0;
_padding-right: 3px;
}

#nav .active:hover {
background: #00b4ff;
color: #fff;
}

#nav ul li {
width: 175px;
border: 0 none;
background: transparent url(../images/navhr.gif) repeat-x;
padding-top: 2px;
_padding-top: 3px;
height: 24px;
}

#nav .inactive, #nav .top {
color: #000;
font-weight: bold;
text-decoration: none;
width: 175px;
padding-top: 7px;
_padding-right: 3px;
}

#nav .top {
background: transparent;
}

#nav p {
width: 100%;
text-align: center;
}

/* text
======================================*/

.text, a {
font: 11px/12px "Century Gothic", Tahoma, Arial, sans-serif;
color: #333;
}

h1 {
font: bold 13px "Century Gothic", Tahoma, Arial, sans-serif;
color: #0AB7FF;
padding: 5px 0 5px 0;
}

h2 {
font: bold 15px "Century Gothic", Tahoma, Arial, sans-serif;
color: #0AB7FF;
padding: 10px 0 10px 0;
text-align: center;
}

h3 {
font: bold 15px "Century Gothic", Tahoma, Arial, sans-serif;
color: #808080;
padding: 10px 0 10px 0;
text-align: center;
}

h4 {
font: bold 15px "Century Gothic", Tahoma, Arial, sans-serif;
color: #000000;
padding: 10px 0 10px 0;
text-align: center;
}

h5 {
font: bold 15px "Century Gothic", Tahoma, Arial, sans-serif;
color: #000000;
padding: 10px 0 10px 0;
text-align: left;
}

h6 {
font: bold 12px "Century Gothic", Tahoma, Arial, sans-serif;
color: #0AB7FF;
text-align: center;
}

#column1 a, #column1int a, #column2 a  {
color: #00b4ff;
text-decoration: underline;
border: 1px dotted #fff;
}

#column1 a:hover, #column1int a:hover, #column2 a:hover {
background: #00b4ff;
color: #fff;
text-decoration: none;
border: 1px dotted #fff;
}

.promo_box {
	border: 0px solid #04b5ff;
	text-align: center;
}

table.promo_comparison_box {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: #c4cbd0;
	border-collapse: collapse;
	background-color: white;
	width: 100%;
}
table.promo_comparison_box th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #c4cbd0;
	background-color: white;
	-moz-border-radius: ;
}
table.promo_comparison_box td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #c4cbd0;
	background-color: white;
	-moz-border-radius: ;
}