@charset "utf-8";
/* CSS Document */

body {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
background-color: #FFFFFF;
background-image: url(images/page_bg_new.gif);
background-position: top;
background-repeat: repeat-x;
}

textarea {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
}

.highlight { color: #ff5a00; }
a { color: #ff5a00; text-decoration: underline; }
a:hover { color: #333333; }

.center {
	margin: 0 auto;
	text-align: center;
}

p {
margin: 0 0 10px 0;
padding: 0;
line-height: 1.3em;
}

div.left {
float: left;
width: 49%;
}

div.right {
float: right;
width: 49%;
}

a img { border: none; }
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: normal;
margin: 0 0 3px 0;
padding: 0;
color: #000000;
}

h2 {
font-family: Tahoma, Verdana, Arial;
font-size: 13px;
font-weight:bold;
margin: 0 0 3px 0;
padding: 0;
}

h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 30px;
font-weight: normal;
margin: 0 0 3px 0;
padding: 0;
color: #000000;
}

h4 {
font-family: Arial, Helvetica, sans-serif;
font-size: 30px;
font-weight: normal;
margin: 0 0 3px 0;
padding: 0;
color: #000000;
}


img.img_left { float: left; margin: 0 3px 3px 0; }
img.img_right { float: right; margin: 0 0 3px 3px; }

hr {
color: #CFCFCF;
height: 1px;
border: none;
margin: 3px 0 3px 0;
padding: 0;
background-color: #CFCFCF;
}


#header {
position: relative;
margin: 0 auto;
height: 120px;
width: 890px;
}

#top_nav {
position: absolute;
right: 0;
top: 10px;
}

#top_nav a {
color: #555555;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
}

#top_nav a:hover {
text-decoration: underline;
color: #ff5a00;
}

#logo {
position: absolute;
left: 0;
top: 5px;
display: block;
width: 190px;
height: 65px;
background-image: url(images/logo.gif);
}

#livechat {
position: absolute;
right: 0;
top: 36px;
}

#nav {
	position: absolute;
	left: 65px;
	bottom: 10px;
	height: 40px;
}
#nav ul {
	margin:0;
	padding:0 0 0 0;
	list-style:none;
}
#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
#nav ul li a {
	float: left;
	background-image: url(images/tab_left.gif);
	background-position: left;
	background-repeat: no-repeat;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0 5px 0 5px;
	color: #333333;
	text-decoration: none;
	z-index: 24;
}
#nav ul li a span {
	float: left;
	background-image: url(images/tab_right.gif);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	line-height: 40px;
	/**	padding: 12px 20px 13px 5px; **/
	padding: 0 15px 0 10px;
}
#nav ul li a:hover span, #nav ul li a.current span {
	background-image: url(images/tab_right_o.gif);
}
#nav ul li a:hover, #nav ul li a.current {
	background-image: url(images/tab_left_o.gif);
	text-decoration: none;
	color: #ff5a00;
	z-index: 25;
}

#main {
width: 890px;
height: 210px;
margin: 0 auto;
position: relative;
background-image: url(images/main.png);
}

#main_left {
float: left;
width: 565px;
height: 210px;
}

#main_right {
float: right;
width: 320px;
height: 210px;
}

#main_left_left {
float: left;
width: 280px;
height: 210px;
position: relative;
}

#main_left_right {
float: right;
width: 280px;
height: 210px;
position: relative;
}

#main_left ul {
margin: 0;
padding: 0;
list-style: none;
position: absolute;
top: 42px;
left: 33px;
}

#main_left ul li {
font-family: Tahoma, Verdana, Arial;
font-size: 13px;
font-weight: bold;
color: #FFFFFF;
line-height: 35px;
}

#main_left ul li span.highlight { color: #FFFF00; }

#main_left_left a {
display: block;
width: 280px;
height: 50px;
position: absolute;
bottom: 10px;
}

#main_left_right a {
display: block;
width: 280px;
height: 50px;
position: absolute;
bottom: 10px;
}

#main_right_top {
position: absolute;
top: 5px;
right: 0;
width: 310px;
height: 95px;
padding: 3px;
}

#main_right_bottom {
position: absolute;
bottom: 5px;
right: 0;
width: 310px;
height: 95px;
padding: 3px;
}

#main_right_top a, #main_right_bottom a {
display: block;
position: absolute;
bottom: 3px;
left: 0;
height: 30px;
width: 220px;
}

#main_right h1 {
font-family: Tahoma, Verdana, Arial;
font-size: 13px;
font-weight: bold;
color: #FFFFFF;
margin: 0 0 3px 0;
padding: 0;
}

#main_right p {
margin: 0;
padding: 0;
color: #FFFFFF;
width: 225px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
}

#main2 {
width: 890px;
height: 120px;
margin: 0 auto;
position: relative;
}

#page_wrapper {
width: 890px;
margin: 0 auto;
padding: 5px 0 5px 0;
}

#page_left {
float: left;
width: 665px;
}

#page_left2 {
float: left;
width: 740px;
}

#page_right {
float: right;
width: 220px;
}

#page_right2 {
float: right;
width: 150px;
}

#footer_wrapper {
height: 50px;
background-image: url(images/footer_bg.gif);
z-index:-1
}

#footer_krapper {
height: 50px;
background-image: 
url('images/footer_bg2.jpg');
background-repeat: no-repeat;
background-position:center; 
}

#front_plans {
margin: 0 0 10px 0;
}

#front_plan_left {
float: left;
width: 280px;
}

#front_plan_right {
float: right;
width: 280px;
}

div.front_plan h1.heading {
height: 30px;
line-height: 30px;
padding: 0 5px 5px 5px;
background-image: url(images/front_plan_bg.gif);
font-family: Tahoma, Verdana, Arial;
font-size: 13px;
font-weight: bold;
color: #FFFFFF;
}

div.front_plan div.price {
float: right;
color: #ff5a00;
text-align: center;
font-weight: bold;
width: 80px;
}

div.front_plan ul {
margin: 0 0 0 5px;
padding: 0;
list-style: none;
}

div.front_plan ul li {
background-image: url(images/bullet_large_orange.gif);
background-position: left;
background-repeat: no-repeat;
padding: 0 0 0 15px;
font-weight: bold;
line-height: 18px;
}

div.front_plan div.front_footer {
position: relative;
height: 35px;
width: 280px;
background-image: url(images/front_plan_footer.gif);
}

div.front_plan div.front_footer a.front_view_all {
position: absolute;
left: 0;
bottom: 12px;
}

div.front_plan div.front_footer a.front_order_now {
position: absolute;
right: 0;
bottom: 0;
display: block;
height: 35px;
width: 100px;
}

table.standard_features {
width: 100%;
margin: 0 0 10px 0;
}

table.standard_features td {
background-image: url(images/bullet_large_grey.gif);
background-position: left;
background-repeat: no-repeat;
padding: 3px 0 3px 15px;
}

div.sidebar h1.heading {
line-height: 30px;
margin: 0 0 5px 0;
padding: 0;
background-image: url(images/sidebar_header_bg.gif);
text-align: center;
color: #ff5a00;
font-family: Tahoma, Verdana, Arial;
font-size: 13px;
font-weight: bold;
}

div.sidebar {
margin: 0 0 10px 0;
}

a.klink:link {color: #001A33;}

div.sidebar2 h1.heading {
line-height: 30px;
margin: 0 0 5px 0;
padding: 0;
background-image: url(images/sidebar_header_bg.gif);
text-align: center;
color: #ff5a00;
font-family: Tahoma, Verdana, Arial;
font-size: 11px;
font-weight: bold;
}

div.sidebar2 {
margin: 7px 0 10px 0;
}

p.quote_text {
font-style: italic;
}

#footer_inner {
width: 890px;
margin: 0 auto;
padding: 8px 0 5px 0;
}

#footer_inner div.left {
float: left;
width: 300px;
}

#footer_inner div.left p {
margin: 0;
padding: 0;
font-weight: bold;
}

#footer_inner div.right {
float: right;
width: 580px;
}

#footer_inner div.right p {
margin: 0;
padding: 0;
font-weight: bold;
text-align: right;
}

#footer_inner div.right p a {
color: #333333;
text-decoration: none;
font-weight: normal;
}

#footer_inner div.right p a:hover {
font-weight: bold;
}

#domain_non_private {
background-color: #FFF2F2;
border: 1px dashed #FF8083;
padding: 10px;
width: 255px;
float: left;
}

#domain_private {
background-color: #F0FFF5;
border: 1px dashed #00CC00;
padding: 10px;
width: 255px;
float: right;
}

#domain_search {
margin: 0 0 10px 0;
padding: 5px;
background-color: #FAFAFA;
}

#domain_search label {
font-family: Tahoma, Verdana, Arial;
font-size: 13px;
font-weight: bold;
margin: 0 0 0 0;
}

#domain_search input.text {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: normal;
height: 22px;
border: 1px solid #CFCFCF;
width: 545px;
margin: 3px 0 3px 0;
}

#domain_search input.button {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: normal;
height: 25px;
border: 1px solid #000000;
width: 545px;
margin: 0 0 3px 0;
background-color: #333333;
color: #FFFFFF;
}

table.shared_table {
width: 100%;
font-size: 12px;
}

table.shared_table thead {
color: #FFFFFF;
background-color: #1b2229;
padding: 2px;

}
table.shared_table thead th {
padding: 2px;
font-family: Tahoma, Verdana, Arial;
font-size: 13px;
font-weight: bold;
}

table.shared_table thead th.side {
text-align: right;
}

table.shared_table tbody tr.odd {
background-position: top;
background-repeat: repeat-x;
height: 20px;
background-color: #F2F2F2;
}

table.shared_table tbody tr.even {
background-position: top;
background-repeat: repeat-x;
height: 20px;
background-color: #FAFAFA;
}

table.shared_table tbody tr.evens {
background-position: top;
background-repeat: repeat-x;
height: 2px;
}

table.shared_table tbody th {
text-align: right;
padding: 3px;
font-family: Tahoma, Verdana, Arial;
font-size: 13px;
font-weight: bold;
}

table.shared_table tbody th:hover {
cursor: help;
}

table.shared_table tbody td {
padding: 3px;
text-align: center;
font-size: 12px;
border-bottom: 1px solid #CCCCCC;
}

table.shared_table tbody th {
border-bottom: 1px solid #CCCCCC;
}

table.shared_table tbody tr.odd td.check div {
height: 20px;
background-image: url(images/check_1_large.gif);
background-position: center;
background-repeat: no-repeat;
}

table.shared_table tbody tr.even td.check div{
height: 20px;
background-image: url(images/check_2_large.gif);
background-position: center;
background-repeat: no-repeat;
}


table.shared_table tbody tr.odd td.x div{
height: 20px;
background-image: url(images/x_1_large.gif);
background-position: center;
background-repeat: no-repeat;
}

table.shared_table tbody tr.even td.x div{
height: 20px;
background-image: url(images/x_2_large.gif);
background-position: center;
background-repeat: no-repeat;
}

ul.check {
margin: 0 0 10px 5px;
padding: 0;
list-style: none;
}

ul.check li {
font-family: Tahoma, Verdana, Arial, Helvectica, sans-serif;
font-size: 13px;
font-weight: bold;
padding: 0 0 0 20px;
background-image: url(images/check_small.gif);
background-position: left;
background-repeat: no-repeat;
}

.dollars {
	letter-spacing: -1px;
	padding: 0px;
	vertical-align: top;
	font-family: verdana;
	font-weight: bold;
	font-size: 18px;
}
.dollars_small {
	font-weight: bold;
}
.cents {
	letter-spacing: -1px;
	vertical-align: top;
	text-align: left;
	font-family: verdana;
	font-weight: bold;
	font-size: 14px;
}
.cents_small {
	font-weight: bold;
}

div.ded_option {
border-bottom: 2px solid #CFCFCF;
margin: 0 0 5px 0;
}

div.ded_box {
	border-top: 2px solid #CFCFCF;
	border-bottom: 2px solid #CFCFCF;
	margin: 0 0 10px 0;
	position: relative;
}

div.ded_box h1.heading {
	background-color: #333333;
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	padding: 3px;
}

div.ded_box ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

div.ded_box ul li {
	background-image: url(images/bullet_large_grey.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 2px 0 2px 15px;
}

div.ded_box a.order_now {
	position: absolute;
	bottom: 5px;
	right: 0;
	background-image: url(images/order_now.gif);
	display: block;
	height: 25px;
	width: 115px;
}

a.order_now {
	background-image: url(images/order_now.gif);
	display: block;
	height: 25px;
	width: 115px;
}

table.ded_table {
width: 100%;
}

table.ded_table thead th {
background-color: #F1F1F1;
padding: 3px;
}

table.ded_table tbody td {
text-align: center;
padding: 3px;
}

table.ded_table tbody tr.even td { background-color: #FAFAFA; }
table.ded_table tbody tr.odd td { background-color: #F2F2F2; }

#contact_left {
float: left;
width: 230px;
}

#contact_right {
float: right;
width: 230px;
}

div.contact_form {

}

div.contact_form p {
font-weight: bold;
margin-bottom: 3px;
clear: both;
}

div.contact_form textarea.textarea {
width: 400px;
height:	50px;
display: block;
clear: both;
}

div.contact_form label {
width: 100px;
display: block;
float: left;
}

div.clear_both {
clear: both;
}

#contact_form {
margin: 0;
padding: 0;
}

#contact_form label {
font-size: 15px;
font-weight: bold;
font-family: Tahoma, Verdana, Arial;
}

#contact_form input.text {
width: 300px;
height: 25px;
background-color: #FAFAFA;
border: 1px solid #CFCFCF;
line-height: 25px;
font-size: 18px;
font-weight: normal;
margin: 0 0 5px 0;
}

#contact_form textarea.textarea {
width: 100%;
height: 100px;
background-color: #FAFAFA;
border: 1px solid #CFCFCF;
}

.inactive	{ display: none; }
.info		{ color:#FF5A00; text-decoration:underline; cursor:pointer; }

.shop {

width:665px;

padding: 0;


}

 

.shopList{

width:220px;

float:left;

}

 

.shopListList{

width:220px;

list-style-type:none;

}


/* -----------------------------------------------
	www.swfupload.org
	Description: Common Screen Stylesheet for SWFUpload Demos
	Updated on:  May 1, 2008
----------------------------------------------- */

   
/* -- Form Styles ------------------------------- */

div.fieldset {
	border:  1px solid #afe14c;
	margin: 10px 0;
	padding: 20px 10px;
}
div.fieldset span.legend {
	position: relative;
	background-color: #FFF;
	padding: 3px;
	top: -30px;
	font: 700 14px Arial, Helvetica, sans-serif;
	color: #73b304;
}

div.flash {
	width: 375px;
	margin: 10px 5px;
	border-color: #D9E4FF;

	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;

}


input[disabled]{ border: 1px solid #ccc } /* FF 2 Fix */

#btnSubmit { margin: 0 0 0 155px ; }

.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}


/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}
