html { overflow: visible; }

img { border: 0; }

body {
    font-family: Tahoma, Helevetica, kalimati, Arial;
    font-size: 12px;
    background-image: url('rr_images/bg.gif');
    margin: 0;
}

div { outline: 0px dotted #000; }

#wrapper {
    margin: 0 auto;
    padding-top: 10px;
    width: 765px; 
}

.gator_overlay { background-color: rgba(20,44,85,0.4); }

#container {
    margin: auto;
    padding: 0 0 0px 0px;
    outline: 0px solid #000;
}

#shadow {
    background-image: url('rr_images/leftshadow.png');
    background-position: 0px 100px;
    background-repeat: repeat-y;
    outline: 0px solid #fff;
    padding-left: 10px;
}

.logo {
    background-image: url('/images/logo-snappy_fall.png');
    background-repeat: no-repeat;
	cursor: pointer;
    bottom: 15px;
    height: 109px;
    position: relative;
    left: -95px;
    width: 470px;
}

.head {
    background-repeat: no-repeat;
    background-position: 4px bottom;
    padding: 16px 0 0;
	text-align: right;
}

/*** Header Login to billing button ***/
.head a {
    background: #3184c6; /* Old browsers */
    background: -moz-linear-gradient(top,  #3184c6 0%, #1566a3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3184c6), color-stop(100%,#1566a3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #3184c6 0%,#1566a3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #3184c6 0%,#1566a3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #3184c6 0%,#1566a3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #3184c6 0%,#1566a3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3184c6', endColorstr='#1566a3',GradientType=0 ); /* IE6-9 */
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
	border: 1px solid #144E93;
	border-bottom: none;
    color: #FFFFFF;
    font-family: Tahoma, kalimati, Arial;
    font-size: 11px;
    font-weight: bold;
    line-height: 11px;
    padding: 8px 13px;
    position: relative;
    right: 13px;
    text-decoration: none;
    top: -7px;
    -webkit-font-smoothing: antialiased;
}
.head a:hover {
    background: #3184c6; /* Old browsers */
    background: -moz-linear-gradient(top,  #3184c6 0%, #207abf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3184c6), color-stop(100%,#207abf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #3184c6 0%,#207abf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #3184c6 0%,#207abf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #3184c6 0%,#207abf 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #3184c6 0%,#207abf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3184c6', endColorstr='#207abf',GradientType=0 ); /* IE6-9 */
}

.imgright { float: right; }

#header {
    width: 755px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 33%, #fdfdfd 44%, #f9f9f9 56%, #efefef 73%, #e8e8e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(33%,#ffffff), color-stop(44%,#fdfdfd), color-stop(56%,#f9f9f9), color-stop(73%,#efefef), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 33%,#fdfdfd 44%,#f9f9f9 56%,#efefef 73%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 33%,#fdfdfd 44%,#f9f9f9 56%,#efefef 73%,#e8e8e8 100%); /* Opera 11.10+ */    background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 33%,#fdfdfd 44%,#f9f9f9 56%,#efefef 73%,#e8e8e8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 33%,#fdfdfd 44%,#f9f9f9 56%,#efefef 73%,#e8e8e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
    border-radius: 5px 5px 0 0;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    left: 10px;
    position: relative;
    height: 81px;
}

.livechat a:link, 
.livechat a:visited {
	background-image: url('rr_images/chatimage1.gif');
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
	display: block;
	float: right;
}

.support {
    float: right;
    background-image: url('rr_images/toprightcorner.gif');
    background-repeat: no-repeat;
    background-position: top right;
    height: 84px;
    width: 320px;
    padding: 0 0 0 0;
}

.phone {
    text-align: right;
    width: 225px;
    margin: 10px 0 0 0;
    padding: 0px 5px 0 0;
    border-right: 1px solid #333;
}
.phone p {
    margin: 0;
    padding: 0;
    color: #31699C;
    font-weight: 800;
    font-size: 14px;
    padding-right: 5px;
}
.phone p.localnum { padding-bottom: 3px; }
.phone span.orangephone {
    color: #E79218;
    font-size: 18px;
}
.phone span.nowhosting { padding-right: 5px; }

#mphone { cursor: pointer; } 

#navigation {
    background: #2685c5; /* Old browsers */
    background: -moz-linear-gradient(top,  #2685c5 0%, #1f7fbe 25%, #096da9 71%, #0065a0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2685c5), color-stop(25%,#1f7fbe), color-stop(71%,#096da9), color-stop(100%,#0065a0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2685c5 0%,#1f7fbe 25%,#096da9 71%,#0065a0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2685c5 0%,#1f7fbe 25%,#096da9 71%,#0065a0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2685c5 0%,#1f7fbe 25%,#096da9 71%,#0065a0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #2685c5 0%,#1f7fbe 25%,#096da9 71%,#0065a0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2685c5', endColorstr='#0065a0',GradientType=0 ); /* IE6-9 */
    border-bottom: 1px solid #053F6B;
    border-top: 1px solid #16609C;
    height: 47px;
	-webkit-font-smoothing: antialiased;
}
#navigation ul {
    border-top: 1px solid #4698D6;
    padding: 15px 0 0 0;
    margin: 0;
    text-align: center;
    list-style: none;
}

#navigation li {
    background: url('/images/nav-item-border.png') no-repeat 0 0;
    display: inline;
    padding: 7px 5px 1px 8px;
}
#navigation li:first-child { 
	background: none; 
	margin-left: -6px;
}

#navigation a {
	font-family: Tahoma, kalimati, Arial;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
}
#navigation a:link, .navigation a:visited {
	color: #ffffff; 
}
#navigation a:hover {
	color: #fff; 
	border-bottom: 2px solid #f7c945; 
	text-decoration: none;
}
#packages {
background: #376B9D;
background-image: url('rr_images/pkgbg.gif');
height: 160px;
border-bottom: 3px solid #686868;
padding-left: 4px;
}
#packages .shared, .reseller, .dedicated {
height: 140px;
width: 243px;
margin: 10px 5px 10px 1px;
background-color: transparent;
float: left;
-moz-border-radius: 0px;
outline: 0px solid #000;
}
.shared {
background-image: url('rr_images/package1.gif');
}
.reseller {
background-image: url('rr_images/package2.gif');
}
.dedicated {
background-image: url('rr_images/package3.gif');
}
#packages span {
width: 120px;
float: right;
outline: 0px solid #000;
}
.type {
text-align: left;
font-size: 24px;
color: #336799;
position: relative;
right: 10px;
top: 10px;
}
.price {
text-align: left;
font-size: 19px;
color: #F28049;
position: relative;
left: 115px;
top: 35px;
}
.list {
width: 200px;
}
.features {
padding: 0 0 0 40px;
margin: 0 0 0 0;
clear: right;
width: 100px;
white-space: nowrap;
position: relative;
top: 30px;
left: 90px;
list-style-image: url('rr_images/special_bull.gif');
}
.order { 
background-image: url('rr_images/buttonbg.gif');
display: block;
width: 100px;
height: 25px;
margin-top: 5px;
padding: 7px 0 0 15px;
position: relative;
right: 10px;
font-family: arial;
font-size: 14px;
font-weight: bold;
}
.order a{
text-decoration: none;
color: #FFFFFF;
}
.features a:hover {
color: #f7c945;
background-position: bottom;
}
#content {
	background-color: #ffffff;
}
#content:after {
	content: "";
	clear: both;
	display: block;
}
.contents {
/*height: 445px;*/
background-color: #fff;
padding:5px 5px 1px 5px;
outline: 0px solid #000;
}
.shadowbottom {
height: 22px;
width: 775px;
background-color: transparent;
background-image: url('rr_images/content-bottom.png');
background-repeat: no-repeat;
}
.contents a {
color: #336799;
text-decoration: underline;
font-weight: bold;
}
#right {
float: right;
width: 496px;
padding: 0 2px 0 2px;
}
#right .header {
font-family: arial;
color: #336799;
font-size: 18px;
margin: 0 0 5px 0;
padding-bottom: 2px;
border-bottom: 2px dotted #336799;
}
#right .content {
}
#right .servers {
margin: 10px 0 0 30px;
width: 430px;
height: 100px;
background-image: url('rr_images/servers.gif');
background-position: center right;
background-repeat: no-repeat;
}
#right .signup {
display: block;
height: 61px;
width: 169px;
position: relative;
top: 15px;
background-image: url('rr_images/rollover1.gif'); 
background-position: top left; 
background-repeat: no-repeat;
}
#right .signup:hover{
	background-position: bottom left; 
}
#right .transfer ul {
margin: 0 0 0 0;
padding: 5px 0 0 0;
list-style: none;
font-weight: bold;
}
#right .transfer li {
margin: 0 0 0 0;
padding: 0 0 0 20px;
}
#right .transfer strong {
color: #990000;
}
#right .sbdemo {
display: block;
height: 81px;
width: 240px;
background-image: url('rr_images/rollover2.gif'); 
background-position: top left; 
background-repeat: no-repeat;
}
#right .sbdemo:hover{
	background-position: bottom left; 
}
#right .sitebuilder { 
width: 240px;
float: left;
}
#right .transfer {
width: 240px;
float: right;
}
#left {
/* float: left; */
width: 240px;
}
#left .header {
background-image: url('rr_images/orangeheader.gif');
height: 21px;
width: 240px;
text-align: center;
font-weight: bold;
color: #ffffff;
padding: 7px 0 0 0;
}
#left .content {
background-image: url('rr_images/leftback.gif');
background-repeat: repeat-x;
border: 1px solid #aaa;
border-top: 0px;
width: 238px;
padding-bottom: 8px;
margin-bottom: 8px;
}
#left .list {
margin: 0 0 0 0;
padding: 10px 0 0 30px;
list-style-image: url('rr_images/arrow.gif');
}
#left .list li {
margin: 0 0 3px 0;
padding: 0;
}
#left .list strong {
color: #990000;
font-weight: bold;
}
#left .content h2 {
font-size: 18px;
padding: 0px 0 0 35px;
margin: 0px;
color: #990000;
}
#left p {
text-align: center;
padding: 0 0 0 0;
margin: 0 0 0 0;
}
#newfooter {position: relative;left: 2px;width: 721px;height: 185px;padding: 15px 10px 20px 35px;background-image: url('https://secure.hostgator.com/images/newfooter4.png');background-repeat: no-repeat;}
#newfooter ul {position: relative;top: 4px;line-height: 14px;width: 150px;float: left;margin: 0;padding: 0;list-style: none;margin-right: 20px;}
#newfooter li.foottitle {font-family: "Trebuchet MS" , Helvetica , kalimati,arial;font-size: 18px;color: #336799;padding-bottom: 9px;border-bottom: 1px dotted #333;margin: 0 0 5px 2px;}
#newfooter li.foottitle span {position: relative;left: -5px;font-size: 18px;font-family: "Trebuchet MS" , Helvetica , kalimati,arial;}
#newfooter li {padding-left: 3px;margin-bottom: 3px;}
#newfooter a:link, #newfooter a:visited {color: #333;font-weight: normal;text-decoration: none;}
#newfooter a:hover {font-weight: bold;}
#notitleul li {padding-left: 18px;}
#copyright p {clear: left;float: left;font-size: 12px;position: relative; top: 4px; color: #333;}
#copyright a {color: #333;font-weight: normal;font-size: 12px;}
.copyright {
float: right;
padding: 1px 5px 0 0;
}
.help {
border-bottom: 1px dotted #336799;
padding: 0 0 2px 0;
margin: 0 0 2px 0;
}
.desc {
font-size: 11px;
margin-bottom: 5px;
}
#twitter {
float: right;
position: relative;
right: 0px;
top: -150px;
margin-bottom: -150px;
background-image: url('../img/twitter.png');
background-repeat: no-repeat;
background-position: top right;
height: 120px;
width: 105px;
cursor: pointer;
}
#footer {
margin: 0px 0px 0px 10px;
height: 15px;
background-color: #ffffff;
}
.footerleft {
width: 12px;
background-color: transparent;
background-image: url('rr_images/footershadow.png');
background-repeat: no-repeat;
height: 15px;
position: relative;
right: 2px;
float: left;

}
.footertop {
height: 5px;
margin-left: 10px;
background-color: transparent;
background-image: url('rr_images/roundtop.gif');
background-repeat: no-repeat;
}
#footer a {
color: #000000;
font-weight: normal;
text-decoration: underline;
}
#footer ul {
margin: 0px 0 0 0;
padding: 1px 0 0 0;
list-style: none;
}
#footer li {
float: left;
padding: 0px 0 0 15px;
margin: 0 0 0 0;
}
.copyright {
float: right;
padding: 1px 5px 0 0;
}
