/*
	E-Insites stylesheet
	
	Author: Nicholas Robinson
	Email: nicholas@pixelumbrella.com
	Website: http://www.pixelumbrella.com
	
	Table of Contents:
		layout
		navigation
		typography
		images
*/

/* layout
----------------------------------------------- */
body {
	margin:0;
	padding:0;
	text-align:center;
	background: url(http://einsites.net/images/backgroundPage.gif);
	background-color: #999999;
}

#page {
	margin:0 auto;
	width: 850px;
	padding:0;
	text-align: left;
	background-color: #fff;
}

#header {
	display: block;
	height: 292px;
	width: 850px;
	background-image: url(images/header.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#menu {
	width: 850px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-size: 1.1em;
	position:relative;
	background: transparent;
	border-bottom: 12px solid #c02500;
}

#idhome #left-column {
	float: left;
	width: 190px;
	padding-top:46px;
	text-align:center;
	background-image: url(images/titleAbout.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#left-column {
	float: left;
	width: 581px;
	padding-top:46px;
	text-align:center;
	background-image: url(images/titleBlank.gif);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:left;
}

#content {}

#idhome #right-column {
	float: left;
	width: 660px;
	padding-top:46px;
	background-image:url(images/titleFeaturedPackages.gif);
	background-position: top left;
	background-repeat:repeat-x;

}

#right-column {
	float: left;
	width: 269px;
	padding-top:25px;
	background-image:url(images/titleFeatures.gif);
	background-position: top left;
	background-repeat:repeat-x;
}
#right-column a{
	text-decoration: none; color:Black;
}

#right-column a:hover {
	text-decoration: none; color:#FF3300;
}

#idhome .hosting {
	width:29%;
	padding:0 10px 35px 10px;
	float:left;
	text-align:center;
	background-image:url(images/backgroundHostingPlanSm.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
}

.hosting {
	width:29%;
	padding:0 10px 35px 10px;
	float:left;
	text-align:center;
	background-image:url(images/backgroundHostingPlanBg.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
}

.hosting1 {
	width:29%;
	padding:0 10px 35px 10px;
	float:left;
	text-align:center;
	background-image:url(images/backgroundHostingPlanBg.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
}
.hosting-blank {
	width:29%;
	padding:0 10px 35px 10px;
	float:left;
	text-align:center;
	background-image:url(images/blank186x58.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
}

.infoBox {
	color:#ccaf75;
	border:1px solid #ccaf75;
	font-family: 'arial narrow', helvetica, verdana,  sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	padding:3px;
	width:80px;
	margin: 15px auto 0 auto;
}

.infoBox a{
	color:#ccaf75;
	font-family: 'arial narrow', helvetica, verdana,  sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	padding:3px;
	width:80px;
	margin: 15px auto 0 auto;
	text-decoration:none;
}

#right-left {
	float:left;
	width:498px;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
}

#right-right {
	float: right;
	width: 160px;
	text-align:center;
}

#right-right1 {
	float: left;
	width: 180px;
	margin:8px;
	padding:5px 15px 0 15px;
	text-align:center;
}


#domain {
	width:191px;
	height:128px;
	margin:8px;
	padding:31px 0 0 11px;
	background-image: url(images/btnDomainName.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#domain-right {
	width:191px;
	height:128px;
	margin:8px;
	padding:20px 0 0 11px;
	background-image: url(images/btnDomainName.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.inputDomain {
	width:167px;
	margin:5px 0;
	*width:145px;
	}

#aboveFooter {
	clear: both;
	height: 43px;
	background-image: url(images/backgroundStriped.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

#footer{
	clear: both;
	width: 100%;
	height: 74px;
	background-image: url(images/backgroundFooter.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
#footer a{
	text-decoration: none; color:white;
}

#footer a:hover {
	text-decoration: underline; color:#FF3300;
}
#footer img {
	float:left !important;
}
#footer p {
	float:left !important;
	margin:25px 0 0 15px !important;
	color: #fff !important;
	font-size: 9px !important;
}
#footer strong {
	text-transform: uppercase !important;
	font-weight: normal !important;
}

#belowFooter {
	clear: both;
	height: 23px;
	background-image: url(images/backgroundFadeBottom.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
#linx a{
	text-decoration: none; color:black;
	font-weight:bold;
}

#linx a:hover {
	text-decoration: underline; color:#FF3300;
}
/* navigation
----------------------------------------------- */
ul#navigation{
	height: 46px;
	width: 850px;
	background-image: url(images/nav.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0 !important;
	padding: 0 !important;
}

ul#navigation li{
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
	position: absolute;
	top: 0;
	text-indent: -9999px;
}

ul#navigation li, ul#navigation a{
	height: 46px;
	display: block;
}

ul#navigation li a{
	text-indent: -9999px;
	text-decoration: none;
}

/* nav menu*/
li#sharedhosting {left: 44px; width: 84px;}
li#resellerhosting {left: 170px; width: 90px;}
li#vpshosting {left: 301px; width: 68px;}
li#dedicatedhosting {left: 412px; width: 103px;}
li#support {left: 554px; width: 51px;}
li#company {left: 643px; width: 51px;}
li#home {left: 729px; width: 51px;}

/* nav hover*/
li#sharedhosting a:hover	{background: transparent url(images/nav.gif) -44px -47px no-repeat;}
li#resellerhosting a:hover	{background: transparent url(images/nav.gif) -170px -47px no-repeat;}
li#vpshosting a:hover	{background: transparent url(images/nav.gif) -301px -47px no-repeat;}
li#dedicatedhosting a:hover {background: transparent url(images/nav.gif) -412px -47px no-repeat;}
li#support a:hover {background: transparent url(images/nav.gif) -554px -47px no-repeat;}
li#company a:hover {background: transparent url(images/nav.gif) -643px -47px no-repeat;}
li#home a:hover {background: transparent url(images/nav.gif) -729px -47px no-repeat;}

/* nav current page*/
body#idsharedhosting li#sharedhosting {background: transparent url(images/nav.gif) -44px -94px no-repeat;}
body#idresellerhosting li#resellerhosting {background: transparent url(images/nav.gif) -170px -94px no-repeat;}
body#idvpshosting li#vpshosting {background: transparent url(images/nav.gif) -301px -94px no-repeat;}
body#iddedicatedhosting li#dedicatedhosting {background: transparent url(images/nav.gif) -412px -94px no-repeat;}
body#idsupport li#support {background: transparent url(images/nav.gif) -554px -94px no-repeat;}
body#idcompany li#company {background: transparent url(images/nav.gif) -643px -94px no-repeat;}
body#idhome li#home {background: transparent url(images/nav.gif) -729px -94px no-repeat;}

/* typography
----------------------------------------------- */
a {
	outline:none;
}
#idhome p {
	font-family: arial, helvetica, verdana, sans-serif;
	color: #000;
	font-size: 12px;
}
p {
	font-family: arial, helvetica, verdana, sans-serif;
	color: #000;
	font-size: 12px;
	width:466px;
	margin-left:40px;
	}
#idhome #left-column p {
	padding:0 22px;
	line-height:1.3em;
	font-size: 11px;
	text-align:center;
	margin-left:0;
	width:146px;
}
.red, .red li, .red h2 {
	color: #ff6600;
}
.orange, .orange li, .orange h2 {
	color: #eb8c0f;
}
.yellow, .yellow li, .yellow h2 {
	color: #ffcc00;
}
#idhome ul {
	padding-left:20px;
	*padding-left:0;
	*margin-left:20px;
}
ul {
	padding-left:40px;
	text-align:left;
	list-style-type:none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:9px;
	*padding-left:0;
}

h1{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #893837;
	padding-left:25px;
	background-image: url(http://einsites.net/images/contentDecorationH1.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

h2{
	font-family: 'arial narrow', helvetica, verdana,  sans-serif;
	font-size: 13px;
	font-weight:normal;
	text-transform: uppercase;
	color: #893837;
}

h3 {
	font-family: arial, helvetica, verdana, sans-serif;
	color: #000;
	font-size: 14px;
	margin-left: 40px;
	font-weight:normal;
	line-height:1.6;
	}

.sitemap {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
padding-top: 3px;
padding-bottom: 3px;
}


/* images
----------------------------------------------- */

img{
	margin: 0;
	padding: 0;
	border:0;
}
.underline {
	background-image:url(images/underlineFade.gif);
	background-position:top center;
	background-repeat:no-repeat;
	width:162px;
	height:14px;
	margin: 18px auto 0 auto;
}

#idhome .offers {
	width:100%;
	text-align:center;
}
.offers {
	width:100%;
}
.offers ul {
	font-family: arial, helvetica, verdana, sans-serif;
	color: #333;
	font-size: 12px;
	font-weight:bold;
	padding:15px 10px 0 10px;
	margin:0 5px 0 5px;
	width:170px;
	border-left:1px solid #d6cfbf;
	border-right:1px solid #d6cfbf;
}
.offers li {
	background-image:url(images/liUnderline.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	list-style-image:url(images/liBullet.gif);
	list-style-position:inside;
	line-height:2;
	padding-top:4px;
	*list-style-image:none;
	*border-bottom:1px dotted #93aab7;
	*background:url(images/liBullet.gif) 0 13px no-repeat;
}
.sitemap ul {
	font-family: arial, helvetica, verdana, sans-serif;
	color: #333;
	font-size: 12px;
	font-weight:bold;
	padding:10px 10px 75 10px;
	margin:0 5px 0 5px;
	width:400px;
}
.sitemap li {
	list-style-image:url(images/liBullet.gif);
	list-style-position:inside;
	line-height:2;
	padding-top:4px;
}

.offers a {
	text-decoration:none;
	color:#333;
}
.offers .last {
	background:none;
	*background:url(images/liBullet.gif) 0 13px no-repeat;
	border:none;
}
.offers .compare {
	background:none;
	list-style-type:none;
	list-style-image:none;
	line-height:1;
	border:none;
}
.offers img {
	padding:8px;
}

#right-right img {
	padding:12px 0;
}

#right-right1 img {
	padding:10px 0;
}

.title {
	margin-left:40px;
}

table {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:9px;
width:90%;
margin:15px 0 0 3%;
}
table td {
padding:4px;
}