/* CSS Document */

body {
font-family: "Trebuchet MS", Arial, sans-serif;
font-size: 100%;
margin: 0;
padding: 0;
background-color:#edebec;
cursor: default;
}

a {
	color: #EE4908;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;

}

#container {
width: 990px;
margin: 0 auto;
text-align: left;
}

#header {
width: 990px;
height: 60px;
background:  url('images/header2.png') no-repeat top;
top: 0px;
position: relative;
}



img.corner {
   width: 11px;
   height: 60px;
   border: none;
   	vertical-align:top;
   display: block !important;
}

#subheader {
height: 130px;
width: 990px;
top: 5px;
position: relative;
}

#headerIM {
   width: 685px;
   height: 120px;
   position: relative;
   background:  url('images/header.png') no-repeat top;
}


#clientarea {
width: 300px;
height: 120px;
background:  url('images/clientarea.png') no-repeat top right;
position: absolute;
left:690px !important;
left: 626px;
top: 0px;
padding-top: 32px;
text-align:right;
}

#clientarea form {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	float: left;
	margin: 0 0 0 80px;
}

#clientarea label {

	width: 80px;	
	text-align: right;
	display: block;
	float: left;
	margin-right: 5px;
	padding-top: 4px;
	font-weight: bold;

}

#clientarea input {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	margin: 2px;
	float: left;
	padding: 2px;
	border: 1px solid #333;
}

.headers {
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	position: relative;
	padding-right: 20px;
	padding-top: 3px;
	margin: 0 auto;
	padding-bottom: 0px;
	color:#FFFFFF;
	line-height: 120%;
}

.logged {
	display: block;
	margin-top: 15px;
	margin-left: 70px;
	color: #FFFFFF;
	font-family: "Trebuchet MS",Arial,sans-serif;
	font-size: 12px;
	text-align: center;
}

#content {
width: 990px;
margin: 0 auto;
position: relative;
}

#parentTop {
padding: 0;
}
#parentBottom {
padding: 0;
}

#menu {
	width: 685px;
	height: 30px;
	position: relative;
	float: left;
	top: 0px;
	padding-top: 0;
    z-index: 50;
}

#rightboxes {
width: 305px;
height: 740px;
top: 0px;
float: right;
padding-top: 0;
position: relative;
overflow:visible;
left: 5px;
}

#rightboxes a {

	font-size: 15px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	position: relative;
	padding-right: 21px;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
	color:#fb4b05;
	text-decoration: underline;
	line-height: 200%;
	font-weight: bold;
}

#domainsbox {
width: 300px;
height: 113px;
background:  url('images/domainsBox.png') no-repeat top right;;
overflow:visible;
position: relative;
top: 0px;
text-align:right;
padding-top: 5px;
}

#hostingpackStarter {
width: 300px;
height: 113px;
background:  url('images/starter.png') no-repeat top right;;
overflow:visible;
position: relative;
top: 0px;
text-align:right;
padding-top: 5px;
}

#hostingpackLite {
width: 300px;
height: 113px;
background:  url('images/lite.png') no-repeat top right;;
overflow:visible;
position: relative;
top: 0px;
text-align:right;
padding-top: 5px;
}

#hostingpackStandard {
width: 300px;
height: 113px;
background:  url('images/standard.png') no-repeat top right;;
overflow:visible;
position: relative;
top: 0px;
text-align:right;
padding-top: 5px;
}

#hostingpackEnhanced {
width: 300px;
height: 113px;
background:  url('images/enhanced.png') no-repeat top right;;
overflow:visible;
position: relative;
top: 0px;
text-align:right;
padding-top: 5px;
}

#livehelper {
width: 300px;
height: 95px;
overflow:visible;
position: relative;
top: 0px;
padding-top: 5px;
text-align:right;
left: 17px;
}

#payments {
width: 300px;
height: 61px;
position: relative;
padding-top: 5px;
text-align:center;
left: 12px;
bottom: 5px;
}

.hostingprice {
	font-size: 17px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	position: relative;
	text-align: right;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
	color:#FFFFFF;
}

/* grey text round boxes START */

.boxleft {
	width: 338px;
	background-color: #dbdbdb;
	position: relative;
	top: 0px;
	float: left;
	bottom: 10px;
}

.boxcontent {
	width: 685px;
	background-color: #dbdbdb;
	position: relative;
	top: 0px;
	float: left;
	
}

.boxleft p {
	margin: 0 10px;
	font-size: 12px;
	padding-top: 0px;
	top: 0px;
}

.boxcontent p {
	margin: 0 10px;
	font-size: 12px;
	top: 0px;
}

.form {
	position: relative;
	left: 160px;
}

.form h4 {
	padding: 0;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	width: 150px;
}
.form input {
	float: left;
	font-size: 11px;
	color: #000000;
	border: 1px #878787 solid;
	width: 150px;
}
.roundtop { 
	background: url(images/greyCornerRup.png) no-repeat top right; 
}

.roundbottom {
	background: url(images/greyCornerRdown.png) no-repeat top right;
	bottom: 5px;
}

img.corner2 {
   width: 7px;
   height: 14px;
   border: none;
   display: block !important;

}

.boxright {
	width: 338px;
	background-color: #dbdbdb;
	position: relative;
	top: 0px;
	float: right;
}

.boxright p {
	margin: 0 10px;
	font-size: 12px;
}

.boxdown {
	width: 338px;
	background-color: #dbdbdb;
	position: relative;
	margin-top: 10px;
	float: right;
}

.boxdown p {
	margin: 0 10px;
	font-size: 12px;
}

.boxbottom {
	width: 685px;
	background-color: #ccdfed;
	margin-top: 10px;
	float: left;
	top: 0px;
	position: relative;
}

.boxbottom p {
	margin: 0 10px;
	font-size: 12px;
}

.roundtopBottom { 
	background: url(images/bottomRup.gif) no-repeat top right;
}

.roundbottomBottom {
	background: url(images/bottomRdown.gif) no-repeat top right; 
}

img.corner3 {
   width: 10px;
   height: 11px;
   border: none;
   display: block !important;
}

/* grey text round boxes END */


#footer {
width: 990px;
height: 30px;
background: url('images/footer2.png') no-repeat bottom;
position: relative;
margin-top: 8px;
padding-top: 8px;
float: left;
text-align: center;
}

.cp {	
    font-size: 11px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color:#000000;
}

.cp a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.textUpR {
    font-size: 16px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	color:#000000;
	position: absolute;
	width: 320px;
	padding-left: 654px;
	top: 18px;
	text-align:right;
}


#content h1 {
font-size: 15px;
font-weight: bold;
padding: 0 0 0 0;
color: #878787;
top: 0px;
}
#content h2 {
font-size: 12px;
font-weight: bold;
border-bottom: 1px solid #878787;
}
#content h3 {
font-size: 11px;
font-weight: bold;
}
#content img {
padding: 0px;
margin: 0px;
padding-right: 11px;
}

#bottomTextBottom {
	width: 685px;
	position: relative;
	height: 100px;

}

.centerleft {
	width: 330px;
	float: left;
}

.centerright {
	width: 300px;
	float: right;
}

h1 {
	font-size: 13px;
	font-weight: bold;
	color:#FFFFFF;
	padding-right: 10px;
	margin: 0 auto;
	padding-bottom: 0px;
}

.date {
	font-size: 11px;
	font-weight: bold;
	color:#666666;
}
.subtitle {
	font-size: 13px;
	font-weight: bold;
	color:#222222;
}
.intro {
	font-size: 11px;
}

.compareheaders {
	font-size: 13px;
	font-weight: bold;
	color:#FFFFFF;
}

.compareheaders a {
	font-size: 13px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
}

.compareheaders strong {
	font-size: 13px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
}

.comparespecs {
	font-size: 12px;
	font-weight: bold;
	color:#333333;
    border-bottom: thin solid #333333;
	padding-left: 4px;
}

.comparetext {
	font-size: 12px;
	font-weight: normal;
	color:#333333;
    border-bottom: thin solid #333333;
}

.comparefooter {
	font-size: 12px;
	font-weight: bold;
	color:#333333;
}

.packagetextB {
	font-size: 12px;
	font-weight: normal;
	color:#333333;
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
}
.packagetext {
	font-size: 12px;
	font-weight: normal;
	color:#333333;
	padding-left: 5px;
	padding-right: 5px;
}

.packagetextC {
	font-size: 12px;
	font-weight: normal;
	color:#333333;
	padding-left: 10px;
}
.domaintables {
	font-size: 12px;
	font-weight: normal;
	color:#333333;
	padding-left: 5px;
}

.domaintables td {
	margin-bottom: 2px;
	border-bottom: 1px;
	border-bottom-color:#666666;
	border-bottom-style: solid;
}

.tool-tip {
	color: #fff;
	width: 250px;
	z-index: 13000;
	background-color: #333;
	margin-top: 10px;
	margin-left: 15px;
	opacity: 0.9;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #FB4B05;
	padding: 8px 8px 4px;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
}

.tool-tip a
{
	text-decoration: none;
	color: #333333;
}

.Tips
{
	text-decoration: none;
	color: #333333;
}

li
{
	font-size: 12px;
}

.calcForm input,select {
	font-size: 12px;
	border: 1px #333333 solid;
	padding: 2px;
}

.titles {
font-size: 15px;
font-weight: bold;
padding: 0;
color: #000000;
top: 0px;
margin-top: 5px;
}

hr {
	width: 100%;
	color: #edebec;
	height: 1px;
}

#whois {
	width: 300px;
	font-size: 12px;
	font-weight: bold;
	margin: 0 auto;
	
}

#whois input {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 3px;
	border: 1px solid #333;
}

#whois select {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #333;
}

#whois .submit {
	padding-top: 5px;
}
