/*Animation*/

/* Due to a bug in the anti-liasing*/
-webkit-transform-style: preserve-3d; 
-webkit-transform: rotateZ(2deg);


@-moz-keyframes fade {
0% {opacity: 0;}
100% {opacity: 1;}
}

@-webkit-keyframes fade {
0% {opacity: 0;}
100% {opacity: 1;}
}

@keyframes fade {
0% {opacity: 0;}
100% {opacity: 1;}
}

* {margin: 0; padding: 0; outline: none; text-transform: lowercase; font-family: Lato, Helvetica, Arial, sans-serif !important; font-weight: none; 
}

.left {
	float: left !important;
}


.right {
	float: right !important;
}

.clear {
	clear: both !important;
}



body {
	background: url(images/bg.jpg) repeat-x #fcfefe;
}



#wrapper {
	width: 945px;
	margin: 0 auto;
	background: url(images/wrapper-bg.jpg) no-repeat top center;
	-moz-animation: fade 1.2s;
	-webkit-animation: fade 1.2s;
	animation: fade 1.2s;
}

#top-bar {
	height: 30px;
	overflow: hidden;
	line-height: 26px;
	padding: 0 20px;
}

#live-chat {
	color: white;
	font-size: 14px;
	text-shadow: 0px 1px 0px #072943;
	float: left;
	padding-left: 20px;
	text-decoration: none;
	background: url(images/chat-icon.png) no-repeat center left;
}

#live-chat:hover {
	text-decoration: underline;
}

#live-chat #online {
	color: #b2ff2c;
}

#top-links {
	float: right;
}

#top-links li {
	list-style: none;
	background: url(images/top-sep.png) center right no-repeat;
	padding: 0 10px;
	float: left;
}

#top-links li a {
	color: #6ceaff;
	font-size: 14px;
	text-shadow: 0px 1px 0px #072943;
	text-decoration: none;
}

#top-links li a:hover {
	color: white;
	text-decoration: underline;
}

#top-links li.last {
	padding: 0 0 0 10px;
	background: none;
}

#header {
	height: 95px;
}

#header h1 a {
	background: url(images/logo.png) no-repeat;
	width: 151px; height: 30px;
	float: left;
	text-indent: -99999px;
	display: block;
	margin-top: 30px;
}

#header #login {
	float: right;
	width: 154px; height: 104px;
	background: url(images/login-sprite.png) no-repeat top left;
	display: block;
	margin-top: 33px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0px -1px 0px #2e829f;
	height: 34px;
	line-height: 28px;
	padding-left: 10px;
	width: 143px;
	text-decoration: none;
}

#header #login:hover {
	background-position: left center;
}

#header #login.active {
	background-position: left bottom;
}


#nav {
	width: 945px; height: 52px;
	background: url(images/nav.png) repeat-x;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0px 2px 2px rgba(43,118,156,0.3);
	-webkit-box-shadow: 0px 2px 2px rgba(43,118,156,0.3);
	box-shadow: 0px 2px 2px rgba(43,118,156,0.3);
	font-family: Lato Bold, Helvetica, Arial, sans-serif;
	overflow: hidden;
	font-smooth: always;
	
}

#nav li {
	float: left;
	list-style: none;
	background: url(images/nav-sep.png) top right no-repeat;
	height: 52px;
	
}

#nav li a span#home {
	text-indent: -9999px;
	background: url(images/nav-home.png) no-repeat 0px 15px;
	width: 24px; height: 52px;
	display: block;
}

#nav li a {
	color: #295885;
	text-shadow: 0px 1px 0px white;
	font-size: 16px;
	text-decoration: none;
	line-height: 52px;
	height: 52px;
	display: block;
	padding: 0 24px;
	margin-right: 2px;
	font-family: Lato-Bold, Helvetica, Arial, sans-serif;
}

#nav li.last {
	background: none;
	width: 111px;
}

#nav li.last a {
	padding: 0 0 0 25px;
	margin-right: 0px;
}

#nav a.current, #nav a:hover {
	background: url(images/nav-current.png) repeat-x;
}

/* Sub-menu */

#nav .sub
{
    display: none;
	z-index: 99999;
}

#nav .sub, #nav .menu-top 
{
    position: absolute;
	float: left;
	width: 208px;
}

#nav ul
{
    list-style: none;
    margin: 0;
    padding: 0;
	width: 208px;
	background: url( images/dropdown-top.png) no-repeat;
    display: block;
    position: absolute;
    z-index: 99999;
}

#nav ul.last
{
	background: url( images/dropdown-top-last.png) no-repeat;
	left: -80px;
}


#nav ul li
{
	background: none;
    float: none;
    margin: 0;
    padding: 0;
    display: block;
	height: 40px;
	background: url( images/dropdown-sback.png) no-repeat top left;
}

#nav ul li:first-child
{
	height: 48px;
	background: none;
}

#nav ul li:last-child
{
	height: 40px;
	
}

#nav ul a:first-child
{
	height: 45px;
}

#nav ul a
{
	color: #295885;

	font-size: 14px;
    padding: 0px 10px 10px 5px;
    height: 40px;
    line-height: 40px;
	text-indent: 10px;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
}

img.menuicon { 
margin-right: 10px; 
margin-bottom: 7px; 
border: 0px;
}

*html #nav ul a /* IE6 */
{
        height: 10px;
        width: 150px;
}

*:first-child+html #nav ul a /* IE7 */
{
        height: 10px;
        width: 150px;
}

#nav ul a:hover
{
	background: none;

}

#nav ul li:first-child a
{
	padding: 8px 0px 0px 5px;
	
}

#nav ul li:last-child a
{
	background: url(images/dropdown-bottom.png) no-repeat left bottom;
	height: 35px;
	
}

#nav ul li a:hover
{
	background: url(images/dropdown-mid-hover.png) no-repeat;
}


#nav ul li:first-child a:hover
{
	background: url(images/dropdown-first-hover.png) no-repeat;
}

#nav li:last-child ul li:first-child a:hover
{
	background: url(images/dropdown-first-hover-last.png) no-repeat;
}


#nav ul li:last-child a:hover
{
	background: url(images/dropdown-bottom-last.png) no-repeat bottom left;
}

* html #nav             { zoom: 1; } /* IE6 */
*:first-child+html #nav { zoom: 1; } /* IE7 */

#banner {
	float: left;
	background: url(images/banner-bg.png) no-repeat;
	width: 641px; height: 137px;
	margin-top: 30px;
	padding: 20px;
	z-index: 2000;
}

#banner h2 {
	font-size: 26px;
	color: #295885;
	text-shadow: 0px 1px 0px white;
}

#banner h2 strong {
	color: #0791c2;
}

#banner ul li {
	float: left;
	font-weight:bold;
	list-style: none;
	color: #0791c2;
	font-size: 16px;
	text-shadow: 0px 1px 0px white;
	margin-top: 8px;
	background: url(images/tick.png) center left no-repeat;
	padding-left: 20px;	
	margin-right: 20px;
}

#banner ul li strong {
	color: #63884a;

}

#banner .left {
	width: 490px;
}

#banner .full {
	width: 641px;
	z-index: 2000;
}

#banner .blue-button {
	clear: both;
	margin-top: 13px;
}


.blue-button {
	background: url(images/blue-button.png) repeat-x;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: block;
	height: 38px;
	padding: 0 20px;
	color: white;
	float: left;
	text-shadow: 0px -1px 0px #20577e;
	border: 1px solid #27648f;
	-moz-box-shadow: inset 0px -2px 24px rgba(24,75,110,0.55), inset 0px 1px 0px rgba(255,255,255,1);
	-webkit-box-shadow: inset 0px -2px 24px rgba(24,75,110,0.55);
	box-shadow: inset 0px -2px 24px rgba(24,75,110,0.55);
	line-height: 38px;
	text-decoration: none;
	cursor: pointer;
	font-size: 14px;
}

.blue-button:hover {
	background-position: left center;
}

.blue-button:active {
	background-position: left bottom;
}

#banner img {
	margin-top: 0px;
	z-index: 2000;
	clear: both;
}

.banner-slide {
	height: 150px;
	overflow: hidden;
}

#banner-controls {
	width: 63px; height: 14px;
	background: url(images/banner-controls.png) no-repeat;
	left: 280px;
    clear: both;
    float: left;
    position: relative;
    top: -25px;
    padding: 8px 15px;
}

#banner-controls li {
	background: none !important;
	padding: 0 !important;
	margin: 0 3px 0 0 !important;
}

#banner-controls li a {
	display: block;
	width: 16px; height: 18px;
	background: url(images/banner-controls-li.png) no-repeat left -16px;
	text-indent: -9999px;
}

#banner-controls li a.current {
	background-position: left top;
}

#dotm {
	width: 248px; height: 176px;
	background: url(images/dotm.png) no-repeat;
	float: right;
	margin-top: 30px;
}

#dotm h2 {
	height: 38px;
	color: #592c00;
	text-shadow: 0px 1px 0px #ffed46;
	font-size: 18px;
	text-indent: 45px;
	margin-top: 12px;
	line-height: 34px;
}

#dotm h3 {
	text-align: center;
	color: white;
	text-shadow: 0px 1px 0px #326d0b;
	font-size: 16px;
	width: 160px;
	margin-left: 47px;
    margin-top: 10px;
    height: 50px;
    padding-top: 5px;
}

#dotm a {
	text-shadow: 0px -1px 0px #bb5600;
	color: #ffe6b9;
	font-size: 16px;
	width: 220px; height: 40px;
	display: block;
	text-decoration: none;
	margin-left: 17px;
    line-height: 34px;
    text-align: center;
    font-weight: bold;
   	-moz-transition: font-size 0.3s;
	-webkit-transition: font-size 0.3s;
	transition: font-size 0.3s;
	margin-top: 10px;
}

#dotm a strong {
	text-transform: uppercase !important;
	color: white;
}

#dotm a:hover {
	font-size: 17px;
	-moz-transition: font-size 0.3s;
	-webkit-transition: font-size 0.3s;
	transition: font-size 0.3s;
}

.content-sep {
	width: 1041px; height: 38px;
	background: url(images/content-sep.png) no-repeat -70px 0;
	float: left;
	clear: both;
	margin-top: 30px;
}

#domain-reg {
	width: 910px; height: 56px;
	background: url(images/domain-reg.png) no-repeat;
	float: left;
	clear: both;
	padding: 13px 16px 0 20px;
}

#domain-reg h3 {
	color: #2a5a7f;
	text-shadow: 0px 1px 0px white;
	font-size: 18px;
	float: left;
	width: 245px;
	line-height: 36px;
}

#domain-reg .textbox {
	height: 22px;
	border: 1px solid #9ec7d3;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: white;
	-moz-box-shadow: inset 2px 2px 2px #e5f4ff, 0px 1px 0px white;
	-webkit-box-shadow: inset 2px 2px 2px #e5f4ff, 0px 1px 0px white;
	box-shadow: inset 2px 2px 2px #e5f4ff, 0px 1px 0px white;
	float: left;
	margin-left: 14px;
	padding: 8px
}

#domain-reg .textbox input[type=text] {
	width: 340px;
	font-weight: bold;
	font-size: 16px;
	color: #69899c;
	background: none;
	border: none;
}

#domain-reg .textbox select {
	background: none;
	border: none;
	font-weight: bold;
	font-size: 16px;
	color: #69899c;
	width: 75px;
}

#domain-reg .blue-button {
	margin-left: 15px;
	width: 170px;
	height: 39px !important;
}

.package {
	float: left;
	width: 279px; height: 352px;
	background: url(images/package-bg.jpg) no-repeat;
	margin-top: 30px;
	margin-right: 54px;
}

.package-head {
	height: 75px;
	padding-top: 10px;
}

.package-head h3 {
	color: white;
	font-size: 22px;
	text-align: center;
	text-shadow: 0px 1px 2px #126078;
}

.package-head h4 {
	color: #fffb8e;
	font-size: 14px;
	text-align: center;
	line-height: 36px;
	text-shadow: 0px 1px 0px #1c8094;
}

.package ul {
	list-style: none;
	margin-left: 11px;
    margin-top: 10px;
}

.package ul li {
	width: 255px; height: 30px;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0px 1px 0px white;
	text-align: center;
	border: 1px solid #ddf2f6;
	line-height: 30px;
	margin-top: -1px;
}

.package ul li.odd {
	color: #3e81ac;
	background: #f2fcfe;
}

.package ul li.even {
	color: #1895c3;
	background: #f5feff;
}

.green-button {
	background: url(images/green-button.png) repeat-x;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: block;
	height: 38px;
	padding: 0 20px;
	color: white;
	float: left;
	text-shadow: 0px -1px 0px #3f7a12;
	font-weight: bold;
	border: 1px solid #3c8913;
	-moz-box-shadow: inset 0px -2px 24px rgba(67,109,0,0.55);
	-webkit-box-shadow: inset 0px -2px 24px rgba(67,109,0,0.55);
	box-shadow: inset inset 0px -2px 24px rgba(67,109,0,0.55);
	line-height: 38px;
	text-decoration: none;
	cursor: pointer;
	font-size: 14px;
}

.green-button:hover {
	background-position: left center;
}

.green-button:focus {
	background-position: left bottom;
}

.package .green-button {
	width: 215px;
	margin-left: 11px;
	margin-top: 13px;
	text-align: center;
}

.package.last {
	margin-right: 0;
}

#testimonial {
	background: url(images/testimonial.png) no-repeat;
	width: 865px; height: 67px;
	margin-top: 30px;
	font-size: 18px;
	color: #51451b;
	text-shadow: 0px 1px 0px white;
	padding-left: 90px;
	clear: both;
	float: left;
	font-weight: bold;
	line-height: 66px;
}

#testimonial span {
	font-size: 12px;
	color: #c29807;
}

#powered-by {
	text-indent: -9999px;
	background: url(images/powered-by.gif) no-repeat;
	width: 945px; height: 64px;
	float: left;
	clear: both;
}

.pb {
	padding-bottom: 30px;
}

#footer {
	background: url(images/footer-bg.jpg) repeat-x;
	height: 285px;
	clear: both;
	-moz-animation: fade 1.2s;
	-webkit-animation: fade 1.2s;
	animation: fade 1.2s;
}

#footer-wrapper {
	width: 945px;
	padding-top: 25px;
	margin: 0 auto;
}

#footer-wrapper ul {
	float: left;
	margin-right: 60px;
}

#footer-wrapper ul li {
	list-style: none;
	text-shadow: 0px -1px 0px #136786;
}

#footer-wrapper ul li h3 a{
	color: white;
	display: block;
	font-size: 24px;
	text-decoration: none;
	background: url(images/footer-ul-sep.png) repeat-x left bottom;
	padding-bottom: 12px;
	margin-bottom: 10px;
}

#footer-wrapper ul li {
	margin-bottom: 5px;
}

#footer-wrapper ul li a {
	color: white;
	text-decoration: none;
	font-size: 14px;
}

#footer-wrapper ul li a:hover {
	text-decoration: underline;
}

#footer-right {
	float: right;
	background: url(images/footer-sep.png) no-repeat top left;
	width: 285px;
	padding-left: 70px;
}

#footer-right h3 a {
	float: right;
	display: block;
	background: url(images/footer-logo.png) no-repeat;
	width: 281px; height: 42px;
	text-indent: -9999px;
	margin-bottom: 10px;
}

#footer-right #copyright {
	font-size: 14px;
	color: #8dd6e3;
	text-align: right;
	text-shadow: 0px -1px 0px #136786;
}

#footer-right #commpanyinfo {
	font-size: 12px;
	margin-top: 4px;
	color: #8dd6e3;
	text-align: right;
	text-shadow: 0px -1px 0px #136786;
}

#footer-right #commpanyinfo a {
	color: #8dd6e3;
	text-decoration: none;
}

#footer-right ul {
	float: right;
	margin: 0;
	margin-top: 7px;
}

#footer-right ul li {
	float: left;
}

#footer-right ul li a {
	padding: 0 7px; 
	border-right: 1px solid #68cef7;
	display: block;
	float: left;
}

#footer-right ul li a.last {
	padding: 0 0 0 10px;
	border: none;
}

#twitter {
	background: url(images/twitter.png) no-repeat;
	width: 290px; height: 108px; 
	float: right;
	margin-top: 30px;
}

#twitter a#follow-us {
	float: left;
	display: block;
	width: 55px; height: 40px;
	text-indent: -9999px;
	top: 68px;
	position: relative;
}

#twitter p {
	float: left;
	color: #a3e6ff;
	font-size: 12px;
	line-height: 18px;
	text-shadow: 0px 1px 0px #0d6182;
	width: 205px;
	margin: 10px 0px 0px 25px;	
}

#twitter p a {
	color: white;
	text-decoration: underline;
}

#social {
	float: left;
	clear: both;
	margin-top: 40px;
	color: #8dd6e3;
}

#footer-left {
	float: left;
}

/*Login Drop Down*/

#signin_menu {
	background: url(images/login-bg.png) no-repeat;
 	display:none;
    position:relative;
    width:210px;
    z-index:100;
    padding:12px;
    top: 65px; 
    left: 571px; 
    margin-right: 0px;
	border: none;
}

#signin_menu  .blue-button {
	width: 205px;
	height: 39px !important;
	font-size: 16px;
}

#signin_menu input[type=text], #signin_menu input[type=password] {
    display:block;
    height: 22px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #9ec7d3;
	-moz-box-shadow: inset 2px 2px 2px #e5f4ff, 0px 1px 0px white;
	-webkit-box-shadow: inset 2px 2px 2px #e5f4ff, 0px 1px 0px white;
	box-shadow: inset 2px 2px 2px #e5f4ff, 0px 1px 0px white;
	-moz-transition: opacity 0.3s;
	padding:10px;
    top: 24.5px; 
	width: 180px;
    right: 0px; 
	margin-top: 5px;
    margin-left: 2px;
	margin-bottom: 8px;
	font-size: 14px;
	color: #69899c;
	background: #edf5f6;
	border: none;
}

#signin_menu p {
    margin:0;
}

/* Sub Page */

.box {
	clear: both;
	background: white;
	margin-top: 15px;
	border: 1px solid #d9e0e3;
	-moz-border-radius: 4px;
	-moz-box-shadow: inset 2px 2px 0px #fafcfd, inset -2px -2px 0px #fafcfd, 0px 1px 1px rgba(188,207,215,0.4);
	-webkit-border-radius: 4px;
	-webkit-box-shadow: inset 2px 2px 0px #fafcfd, inset -2px -2px 0px #fafcfd, 0px 1px 1px rgba(188,207,215,0.4);
	border-radius: 4px;
	box-shadow: inset 2px 2px 0px #fafcfd, inset -2px -2px 0px #fafcfd, 0px 1px 1px rgba(188,207,215,0.4);
	float: left;
	padding: 14px;
	width: 914px;
}

.subpage-content {
	width: 615px;
	float: left;
}

.sidebar {
	background: #f3fafc;
	float: right;
	width: 220px;
	margin: -17px;
	border: 1px solid #d5dee2;
	-moz-border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px;
	-moz-box-shadow: inset 0inset 0px 1px 0px #efefef, inset -15px -5px 200px rgba(181,210,223, 0.3);
	-webkit-box-shadow: inset 0px 1px 0px #efefef, inset -15px -5px 200px rgba(181,210,223, 0.3);
	box-shadow: inset 0px 1px 0px #efefef, inset -15px -5px 200px rgba(181,210,223, 0.3);
	height: 537px;	/*dummy*/
	padding: 10px 0 0;
}

.subpage-content h3 {
	width: 670px;
	font-size: 23px;
	color: #344a53;
	border-bottom: 1px solid #e1e8eb;
	margin-bottom: 10px;
    padding-bottom: 10px;
}

.subpage-content h4 {
	font-size: 16px;
	color: #577085;
}

.subpage-content p {
	font-size: 14px;
	line-height: 24px;
	color: #344a53;
	margin-bottom: 15px;
}

.sidebar ul li {
	list-style: none;
	height: 42px;
}

.sidebar ul li a {
	display: block;
	height: 41px;
	line-height: 38px;
	border-bottom: 1px solid #e6eff3;
	color: #295885;
	font-size: 16px;
	text-shadow: 0px 1px 0px white;
	text-decoration: none;
	padding-left: 20px;
	-moz-transition: text-indent 0.3s;
	-webkit-transition: text-indent 0.3s;
	transition: text-indent 0.3s;
	margin-bottom: 1px;
}

.sidebar ul li a:hover {
	text-indent: 5px;
	background: #fbfeff;
	-moz-transition: text-indent 0.3s;
	-webkit-transition: text-indent 0.3s;
	transition: text-indent 0.3s;
}

.sidebar ul li a.current {
	background: url(images/sidebar-current.png) left top no-repeat;
	color: white;
	text-shadow: 0px 1px 0px grey;
	margin-left: -15px;
	padding-left: 15px;
	font-weight: bold;
	border: none;
	text-indent: 0px !important;
}

#subpage .box {
	padding: 20px !important;
	width: 905px;
}

#sub-header {
    margin-top: 15px;
	height: 92px;
	background: url(images/sub-head-bg.png) left top no-repeat;;
	
	
}

#sub-header .left {
	font-size: 34px;
	color: white;
	font-smooth: always;
	line-height: 92px;
	float: left;
	padding: 5px 0px 0px 0px;
	margin-left: 10px;
	text-shadow: 0px 1px 0px white;

}

#sub-header .right {
	font-size: 18px;
	color: white;
	font-smooth: always;
	line-height: 92px;
	float: right;
	padding: 5px 0px 0px 0px;
	margin-right: 10px;
}

#sub-header ul {
	float: right;
	-moz-box-shadow: 0px 1px 0px #364652, inset 0px 2px 2px #182128;
	-webkit-box-shadow: 0px 1px 0px #364652, inset 0px 2px 2px #182128;
	box-shadow: 0px 1px 0px #364652, inset 0px 2px 2px #182128;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	height: 35px;
	padding: 0px 15px;
	line-height: 35px;
	background: url(images/breadcrum.png) repeat;
	margin-top: 22px;
}

#sub-header ul li {
	float: left;
	list-style: none;
}

#sub-header ul li a {
	color: #7b94a4;
	text-decoration: none;
	font-size: 14px;
	text-shadow: 0px 1px 0px #172127;
	padding-right: 17px;
	margin-right: 8px;
	display: block;
	background: url(images/breadcrum-arrow.png) center right no-repeat;
}

#sub-header ul li a:hover {
	text-decoration: underline;
}

#sub-header ul li a.selected {
	margin-right: 0 !important;
	padding-right: 0!important;
	background: none !important;
	color: #dee8ef;
}

/* Hosting */

#subpage-title {
	background: url(images/subpage-title.png) no-repeat;
	width: 905px; height: 77px;
	margin-top: 30px;
    padding: 0 20px;
    margin-bottom: 10px;
}

#subpage-title h2 {
	float: left;
	color: #3a6190;
	text-shadow: 0px 1px 0px white;
	font-size: 26px;
	line-height: 72px;
}

#subpage-title h2  span{
	color: #7A9BC3;
	text-shadow: 0px 1px 0px white;
}

#subpage-title .blue-button {
	margin-top: 16px;
}

.box {
	background: white;
	border: 1px solid #c2d9e0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: inset 0px -4px 8px #e9f5fd;
	-webkit-box-shadow: inset 0px -4px 8px #e9f5fd;
	box-shadow: inset 0px -4px 8px #e9f5fd;
	padding: 20px;
	float: left;
	margin-top: 20px;
	width: 905px;
}

#subpage-package-box {
	padding-right: 0px;
	width: 925px;
}

#choose-package {
	float: left;
	width: 280px;
}

#choose-package h3 {
	font-size: 26px;
	color: #3a6190;
}

#choose-package p {
	color: #7a9bc3;
	font-size: 14px;
	line-height: 22px;
	width: 270px;
}

#choose-package p a {
	color: #2397bc;
}

#choose-package p a:hover {
	text-decoration: none;
}

#choose-package .package-title {
	background: url(images/package-title.png) no-repeat;
	width: 276px; height: 37px;
	float: left;
	clear: both;
	color: white;
	line-height: 32px;
	margin-bottom: 3px;
}

#choose-package .package-title.odd {
	background-position: left bottom;
}

#package-intro {
	overflow: hidden;
	height: 120px;
}

.package-title h4 {
	float: left;
	text-align: right;
	text-shadow: 0px -1px 0px #0b6584;
	width: 235px;
	font-size: 18px;
}

.package-title .tooltip {
	float: left;
	display: block;
	width: 21px; height: 21px;
	background: url(images/tooltip.png) no-repeat;
	text-indent: -9999px;
	margin-top: 6px;
	margin-left: 5px;
	opacity: 1;
	-moz-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.package-title .tooltip:hover {
	opacity: 0.7;
}

.subpage-package {
	float: left;
	width: 155px;
	border-right: 1px solid #e0ecee;
	margin-right: 7px;
	}
	.box .last {
		padding: 0px;
		margin: 0px;
		border: none;
	}
	.subpage-package .subpage-package-head {
		width: 145px;
		height: 127px;
		background: url(images/subpage-packaged-head.png) no-repeat;
		margin: -26px 0px 19px 0px;
	}
	.subpage-package .subpage-package-head h3 {
		color: #ffffff;
		text-shadow: 0px 1px 2px #4e8ca2;
		font-size: 22px;
		text-align: center;
		line-height: 44px;
	}
	.subpage-package .subpage-package-head .subpage-price {
		width: 114px;
		height: 69px;
		margin: 0 auto;
	}
	.subpage-package .subpage-package-head .subpage-price h4 {
		color: #fffb8e;
		text-shadow: 0px 1px 1px #4e8ca2;
		font-size: 23px;
		text-align: center;
		line-height: 33px;
	}
	.subpage-package .subpage-package-head .subpage-price p {
		color: #8cd6e9;
		text-shadow: 0px 1px 2px #4e8ca2;
		font-size: 18px;
		text-align: center;
	}
	.subpage-package .subpage-package-features {
		float: left;
	}
	.subpage-package .subpage-package-features ul {
		width: 155px;
		list-style: none;
		float: left;
		clear: both;
	}
	.subpage-package .subpage-package-features ul li {
		width: 130px;
		height: 32px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font-size: 16px;
		text-align: center;
		font-weight: bold;
		text-shadow: 0px 1px 0px #ffffff;
		line-height: 31px;
		margin: 0px 0px 6px 6px;
	}
	.subpage-package .subpage-package-features ul .light {
		background: #ddf2f6;
		border: solid 1px #c2d9dd;
		color: #639abd;
	}
	.subpage-package .subpage-package-features ul .dark {
		background: #c9e8f2;
		border: solid 1px #c2d9dd;
		color: #5ab4d5;
	}
	.subpage-package .subpage-package-features .packages-ordernow {
		width: 91px;
		text-align: center;
		font-size: 16px;
		margin: 0px 0px 0px 6px;
	}

.tab-box {
	width: 945px;
	float: left;
	background: white;
	border: 1px solid #c2d9e0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: inset 0px -4px 8px #e9f5fd;
	-webkit-box-shadow: inset 0px -4px 8px #e9f5fd;
	box-shadow: inset 0px -4px 8px #e9f5fd;
	margin: 15px 0px 15px 0px;
	clear: both;
}
.tab-box .tabs {
	float: left;
	height: 50px;
	margin-bottom: 10px;
}
.tab-box .tabs ul {
	float: left;
	list-style: none;
	background: url(images/tabs-bg.png) repeat-x;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
	width: 945px;
	border-bottom: solid 1px #c2d9e0;
	height: 38px;
}
.tab-box .tabs ul li {
	float: left;
	border-right: solid 1px #c2d9e0;
	height: 38px;
	border-bottom: solid 1px #c2d9e0;
}
.tab-box .tabs ul li a {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 38px;
	background: url(images/tabs-unactive-bg.png) repeat-x;
	text-decoration: none;
	color: #a1b2c6;
	font-size: 16px;
	}
	.tab-box .tabs ul li a:hover {
		color: #639abd;
	}
.tab-box .tabs ul li .first-tab {
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
}
.tab-box .tabs ul li .current-tab {
	background: url(images/tab-selected-bg.png) no-repeat;
	background-position: top center;
	height: 44px;
	color: #3a6190;
}

.tab-box .top-features {
	width: 444px;
	height: 92px;
	background: url(images/features-box-bg.png) repeat-x;
	border: solid 1px #c2d9e0;
	margin: 0px 0px 19px 18px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	float: left;
}

.tab-box .top-features .features-icon {
	width: 32px;
	height: 31px;
	background: url(images/features-icon.png) no-repeat;
	float: left;
	margin: 29px 0px 0px 19px;
}

.tab-box .top-features h5 {
	color: #3a6190;
	font-size: 16px;
	line-height: 30px;
	padding-right: 68px;
	padding-top: 5px;
	height: 30px;
	overflow: hidden;
}

.tab-box .top-features  p {
	color: #378ccb;
	font-size: 14px;
	width: 370px;
	line-height: 21px;
}


.subpage-package-shared {
	float: left;
	width: 203px;
	border-right: 1px solid #e0ecee;
	margin-right: 15px;
	}
	.subpage-package-shared .subpage-package-head {
		width: 185px;
		height: 127px;
		background: url(images/subpage-packaged-head-shared.png) no-repeat;
		margin: -26px 0px 19px 0px;
	}
	.subpage-package-shared .subpage-package-head h3 {
		color: #ffffff;
		text-shadow: 0px 1px 2px #4e8ca2;
		font-size: 22px;
		text-align: center;
		line-height: 44px;
	}
	.subpage-package-shared .subpage-package-head .subpage-price {
		width: 114px;
		height: 69px;
		margin: 0 auto;
	}
	.subpage-package-shared .subpage-package-head .subpage-price h4 {
		color: #fffb8e;
		text-shadow: 0px 1px 1px #4e8ca2;
		font-size: 23px;
		text-align: center;
		line-height: 33px;
	}
	.subpage-package-shared .subpage-package-head .subpage-price p {
		color: #8cd6e9;
		text-shadow: 0px 1px 2px #4e8ca2;
		font-size: 18px;
		text-align: center;
	}
	.subpage-package-shared .subpage-package-features {
		float: left;
	}
	.subpage-package-shared .subpage-package-features ul {
		width: 155px;
		list-style: none;
		float: left;
		clear: both;
	}
	.subpage-package-shared .subpage-package-features ul li {
		width: 171px;
		height: 32px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font-size: 16px;
		text-align: center;
		font-weight: bold;
		text-shadow: 0px 1px 0px #ffffff;
		line-height: 32px;
		margin: 0px 0px 6px 6px;
	}
	.subpage-package-shared .subpage-package-features ul .light {
		background: #ddf2f6;
		border: solid 1px #c2d9dd;
		color: #639abd;
	}
	.subpage-package-shared .subpage-package-features ul .dark {
		background: #c9e8f2;
		border: solid 1px #c2d9dd;
		color: #5ab4d5;
	}
	.subpage-package-shared .subpage-package-features .packages-ordernow {
		width: 131px;
		text-align: center;
		font-size: 16px;
		margin: 0px 0px 0px 6px;
	}


