/*Essential*/
body {
	color: black;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	margin: 0;
	}
a:link {
	color: #fe5200;
	text-decoration: none;
	}

a:visited {
	color: #ff7e41;
	text-decoration: none;
	}

a:hover {
	color: #ff9b2b;
	text-decoration: underline;
	}
.logo {
	margin-top: 15px;
	margin-left: 40px;
	}
/*Type*/
.error {
	color: #fe0d00;
	}
h1, h2, h3, h4, h5, h6 {
	color: #db3c00;
	
	}

.small {
	font-size: 10px;
	}
.smlgrey {
	color: #a3a3a3 !important;
	font-size: 10px;
	}

.note {
	font-size: 10px;
	margin-top: -5px;
	padding-top: 0;
	padding-bottom: 10px;
	}

.sub {
	font-size: 0.9em;
	}

table td.sub {
	padding-left: 40px;
	}

table td.sub p {
	color: #5c6565;
	
	}

table td.sub h3 {
	color: #454545;
	}

/*Containers and Nav*/
#header {
	background-color: #606060;
	background-image: url(images/header_black.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 62px;
	display: block;
	}

#navl1 {
	background-image: url(images/nav_l1_hover.gif);
	background-repeat: repeat-x;
	background-position: left center;
	height: 28px;
	}
#navl1 ul {
	margin: 0;
	padding: 0 0 0 40px;
	list-style-type: none;
	}

#navl1 li {
	float: left;
	}
#navl1 li.selected a {
	background-color: #fff;
	background-image: url(images/nav_l1_selected_light.gif);
	background-repeat: repeat-x;
	background-position: left center;
	border-right-color: #ebd6bf;
	text-shadow: 2px 2px 1px #f9d59c;
	}

#navl1 a {
	color: #333;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: 6px 16px 7px;
	display: block;
	text-shadow: 2px 2px 1px #cccccc;
	/* border-left: 1px solid #ff9b2b; */
	border-right: 1px solid #d5d5d5;
	cursor: pointer;
	}

#navl1 li.first {
	border-left: 1px solid #d5d5d5;
	}
#navl1 li.first.selected {
	border-left-color: #ebd6bf;
	}

#navl1 a:hover {
	color: #6e0d00;
	background-color: #fff;
	background-image: url(images/nav_l1_hover_light.gif);
	background-repeat: repeat-x;
	background-position: left center;
	/* border-left: 1px solid #fff; */
	border-right: 1px solid #f6cdcd;
	text-shadow: 2px 2px 1px #f9b69c;
	}

#navl2 {
	color: #fff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/nav_l2_background_light.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 24px;
	text-shadow: 2px 2px 1px #EEEEEE;
	}
#navl2 ul {
	margin: 0;
	padding: 0 0 0 40px;
	list-style-type: none;
	}

#navl2 li {
	float: left;
	}
#navl2 li.cp a {
	font-weight: bold;
	}

#navl2 a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	text-transform: capitalize;
	padding: 5px 14px 6px;
	display: block;
	border-left: 1px solid #afafaf;
	cursor: pointer;
	text-shadow: 2px 2px 1px #888888;
	}
#navl2 li.selected a {
	background-color: #ff9b2b;
	background-image: url(images/nav_l2_selected.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-left-color: #c55900;
	text-shadow: 2px 2px 1px #a72e00;
	}

#navl2 li.text {
	color: #303030;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding: 5px 14px 6px;
	border-left: 1px solid #afafaf;
	text-shadow: 2px 2px 1px #aaaaaa;
	}

#navl2 a:hover,  #navl2 li.selected a:hover {
	background-color: #fe5200;
	background-image: url(images/nav_l2_hover.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-shadow: 2px 2px 1px #6e0d00;
	border-left: 1px solid #a72e00;
	}
	
#navl3 {
	background-image: url(images/nav_l1_black.gif);
	background-repeat: repeat-x;
	background-position: left center;
	height: 28px;
	border-right: 1px solid #0f0f00;
	}
#navl3 ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style-type: none;
	}

#navl3 li {
	float: left;
	}
#navl3 li.selected a {
	background-color: #fff;
	background-image: url(images/nav_l1_background.gif);
	background-repeat: repeat-x;
	background-position: left center;
	border-right-color: #8e3105;
	}

#navl3 a {
	color: #f9f9f9;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: 6px 16px 7px;
	display: block;
	/* border-left: 1px solid #ff9b2b; */
	border-right: 1px solid #0f0f00;
	cursor: pointer;
	}

#navl3 li.first {
	border-left: 1px solid #0f0f00;
	}
#navl3 li.first.selected {
	border-left-color: #d06330;
	}

#navl3 a:hover {
	color: #ffffff;
	background-color: #fff;
	background-image: url(images/nav_l1_black_hover.gif);
	background-repeat: repeat-x;
	background-position: left center;
	/* border-left: 1px solid #fff; */
	border-right: 1px solid #0f0f00;
	}

/**/
#footer {
	color: #454545;
	font-size: 10px;
	font-weight: normal;
	background-image: url(images/background_footer_light.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 85px;
	clear: both;
	padding-top: 10px;
	padding-right: 40px;
	padding-left: 40px;
	border-top: 2px solid #d5d5d5;
	display: block;
	text-shadow: 2px 2px 1px #dddddd;
	}
#footer strong {
	color: #ff7e41;
	text-shadow: 2px 2px 1px #eeeeee;
	}

#content {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 40px;
	}
/*Padding*/
.baseimgpad {
	margin-bottom: 32px;
	}

.twocolgutter {
	padding-right: 30px;
	}
div.shadow {
	border-bottom: 3px solid #f7f7f7;
	
	}

div.shadow div.buttonblock {
	border: solid 1px #dedede;
	}
div.shadow div.buttonblock p {
	font-size: 1.2em;
	background-color: #f7f7f7;
	margin: 0;
	padding: 1em 2em;
	display: block;
	}

div.shadow div.buttonblock ul {
	background-color: #f7f7f7;
	margin: 0;
	padding: 0;
	border: solid 1px #fff;
	height: 10em;
	}
div.shadow div.buttonblock li {
	font-size: 1em;
	line-height: 1em;
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

div.shadow div.buttonblock li a {
	color: #fd5200;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding: 0.75em 1.6em;
	display: block;
	}
div.shadow div.buttonblock li a:hover {
	color: #fd5200;
	background-color: #eaeaea;
	background-repeat: repeat-x;
	background-position: left center;
	}
table.shadow {
	font-size: 0.9em;
	background-color: #f7f7f7;
	margin-bottom: 20px;
	border-top: 1px solid #dedede;
	border-bottom: 3px solid #f7f7f7;
	
	
	}

table.shadow .left {
	border-left: 1px solid #dedede;
	
	}

table.shadow .right {
	border-right: 1px solid #dedede;
	
	}

table.shadow .bottom {
	padding-bottom: 10px;
	border-bottom: 1px solid #dedede;
	}

table.shadow .top {
	padding-top: 10px;
	
	}

table.shadow th {
	padding: 4px 10px;
	
	}

table.shadow td {
	padding: 4px 10px 4px 0;
	}

table.shadow .block {
	font-size: 0.9em;
	width: 90%;
	border: solid 1px #dedede;
	
	}

/*Images*/
.headimg {
	margin-top: 20px;
	margin-bottom: 20px;
	}
/*Hosting Plans*/
div.hostingplans {
	background-color: #f7f7f7;
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-top: 2px solid #df5107;
	border-bottom: 3px solid #fbfbfb;
	
	}

div.hostingplans table {
	color: #333;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	width: 100%;
	margin: 0;
	padding: 0;
	border-color: #a3a3a3;
	border-style: solid;
	border-width: 5px 3px 3px;
	}

div.hostingplans table th {
	font-size: 12px;
	background-color: #f2f2f2;
	text-align: left;
	text-shadow: 2px 2px 1px #ebebeb;
	padding: 1px 4px;
	border-top: 2px solid #e2e2e2;
	background-image: url(images/nav_l1_hover.gif);
	background-repeat: repeat-x;
	background-position: left center;
	}

div.hostingplans table th.redhead {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 6px 16px 7px;
	background-color: #fc8b35;
	background-image: url(images/nav_l1_background.gif);
	background-repeat: repeat-x;
	background-position: left center;
	text-shadow: 2px 2px 1px #df5107;
	}
/*
div.hostingplans table th.redhead {
	color: #f9f9f9;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 6px 16px 7px;
	background-color: #fc8b35;
	background-image: url(images/nav_l1_black_hover.gif);
	background-repeat: repeat-x;
	background-position: left center;
	text-shadow: none;
	}
*/

div.hostingplans table tr.plans th {
	font-size: 14px;
	padding-right: 4px;
	padding-left: 4px;
	border-left: 3px solid #e2e2e2;
	border-top-style: none;
	border-top-width: 0;
	}
div.hostingplans table tr.alt td {
	background-color: #f9f9f9;
	background-image: none !important;
	}

div.hostingplans table td {
	text-align: center;
	padding: 3px 4px;
	border-color: #e2e2e2;
	border-style: solid;
	border-width: 2px 0 0 3px;
	}

div.hostingplans .spacer {
	background-color: #e2e2e2;
	background-image: none;
	}

div.hostingplans .noleftborder {
	background-color: #e2e2e2;
	background-image: none;
	border-style: none !important;
	border-width: 0 !important;
	}

div.hostingplans .lefttopalign {
	background-image: none;
	text-align: left;
	vertical-align: top;
	}
div.hostingplans img {
	vertical-align: middle;
	}

div.hostingplans ul {
	margin-top: 3px;
	margin-bottom: 5px;
	padding-left: 20px;
	list-style-type: square;
	}

div.hostingplans ul li {
	margin-left: 5px;
	}

div.hostingplans .save {

	color: #ffbb79;

	font-size: 9px;

	font-weight: bold;

}
