#hero{
    background: url(../images/homepage/hero_bg.png) repeat-x left bottom #ccc;
    width:100%;
    height:250px;
    position: relative;
    margin-top:-10px;
    z-index: 999;
}

#hero_inner {
    background: url(../images/homepage/hero_inner_bg.png) left bottom no-repeat;
    height:250px;
}

.btn_hero {
    height:45px;
    width:171px;
    display: inline-block;
    text-decoration: none;
    margin:20px 20px 0 0;
		text-indent: -999em;
		overflow: hidden;
}

#btn_hero_tour_b {
	background: url(/images/homepage/sprite-hero-buttons-v2.png) left top no-repeat;
	width: 171px;
	height: 45px;
	overflow: hidden;
	text-indent: -999em;
	margin: 20px 20px 0 0;
	display: block;
	float: left;
}

#btn_hero_signUp_b {
	background: url(/images/homepage/sprite-hero-buttons-v2.png) right top no-repeat;
	width: 311px;
	height: 45px;
	overflow: hidden;
	text-indent: -999em;
	margin: 20px 20px 0 0;
	display: block; 
	float: left;
}

#btn_hero_tour {
    background: url(../images/homepage/sprite_homepage.png) -300px -50px no-repeat;
}

#btn_hero_tour:hover {
    background: url(../images/homepage/sprite_homepage.png) -300px -100px no-repeat;
}

#btn_hero_signUp {
    background: url(../images/homepage/sprite_homepage.png) -300px -150px no-repeat;
}

#btn_hero_signUp:hover {
    background: url(../images/homepage/sprite_homepage.png) -300px -200px no-repeat;
}


#topRow {
    margin:10px 0 20px;
}

#home_tabs {
    float:left;
    display:inline;
    width:650px;
    border-right:1px solid #ccc;
    margin:0 -1px 0 0;
}

#lowerRow {
    background: #e5e5e5;
    width:100%;
    padding:15px;
    margin:0 0 0 -15px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}

#hero_left {
    float:left;
    display:inline;
    width:540px;
    padding:15px 0;
}

#hero_inner h3 {
    margin:0;
    font-size:1.5em;
    color:#333;
    font-weight: normal;
}

#hero_inner h1 {
    margin:0;
    padding:1em 0 0.5em;
    color:#000;
    font-size:2.5em;
    text-transform: uppercase;
    text-outline: 1px 1px #fff;
    text-shadow: 1px 1px 0px #fff;
}

#hero_inner h1 sup {
    font-weight:normal;
    font-size:0.4em;
    padding:0 0 0 4px;
}

#cloud_diagram {
    float:right;
    margin:15px 20px 0 0;
    display: inline;
}

#topRow {

}

#topRow h3 {
    text-transform: uppercase;
    font-weight: normal;
    color:#999;
    font-size:1.2em;
}

#lowerRow #goGridExchange {
    float:left;
    display:inline;
    width:640px;
    margin:0 15px 0 0;
}

#lowerRow #lowerRight {
    float:left;
    display:inline;
    width:310px;
}

/*** TOP ROW TABS ***/

ul#tabs_home_main {
    margin:-7px 0 20px 0;
    padding:0;
    list-style: none;
}

ul#tabs_home_main li {
    display:inline-block;
    width:150px;
    float: left;
    text-align: center;
}

ul#tabs_home_main li h3 {
    display:inline-block;
    padding:5px 15px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    cursor: pointer;
    margin:0;
}

ul#tabs_home_main li h3:hover {
    color:#666;
    background: #e5e5e5;
}

ul#tabs_home_main li.selected h3 {
    background: #666;
    color:#fff;
}




/*** CASE STUDY CAROUSEL ***/
#customer_carousel {

}

#customer_carousel,
#topRow_right {
    padding:0 0 0 25px;
    position:relative;
    float:left;
    display:inline;
    border-left:1px solid #ccc;
    width:275px;
}

#customer_carousel h3 {
    margin:0 0 10px;
}

#customer_carousel .jcarousel-clip {
    width:275px;
    height:290px;
    overflow:hidden;
    position:relative;
}

#customer_carousel .jcarousel-clip-horizontal {
    overflow: hidden;
}

ul#carousel_caseStudies {
    margin:0;
    padding:0;
    position:relative;
}
ul#carousel_caseStudies li {
    float:left;
    display:inline;
    width:275px;
    height:230px;
    position:relative;
}

ul#carousel_caseStudies li img {
    height:40px;
}

ul#carousel_caseStudies li p {
    margin:0;
}

ul#carousel_caseStudies li p.cite {
    margin:5px 0 0 0;
    text-align:right;
    color:#999;
}

ul#carousel_caseStudies li div.more {
    text-align: right;
    padding:5px 0;
    border-top:1px solid #ccc;
    position: absolute;
    bottom:5px;
    width:275px;
}

#carousel_caseStudies_markers {
    float: right;
    padding:10px 0 0 0;
    position: absolute;
    bottom:0px;
    right:0px;
}

.marker {
    height:15px;
    width:15px;
    margin: 0 5px 0 0;
    background:#ccc;
    float:left;
    display:inline;
    cursor:pointer;
    color:#333;
}

.marker:hover {
    background: #e5e5e5;
    color:#000;
}

.marker.selected {
    background:#5AC050;
    cursor:default;
    color:#fff;
}

#carousel_caseStudies_markers .markers {
    float:left;
    display: inline;
}

#carousel_caseStudies_markers #cs_next {
    width:15px;
    height:15px;
    float: left;
    display:inline;
    background:url(/images/homepage/cs_nav.png) -15px 0px;
    cursor:pointer;
}

#carousel_caseStudies_markers #cs_next:hover {
    background:url(/images/homepage/cs_nav.png) -15px -15px;
}

#carousel_caseStudies_markers #cs_prev {
    width:15px;
    height:15px;
    float:left;
    display:inline;
    background:url(/images/homepage/cs_nav.png) 0 0px;
    margin:0 5px 0 0;
    cursor:pointer;
}
#carousel_caseStudies_markers #cs_prev:hover {
    background:url(/images/homepage/cs_nav.png) 0 -15px;
}


/*** WHY GOGRID TAB ***/

#why ul.tabs_vertical {
    margin:0;
    padding:0;
    list-style: none;
    float:left;
    display:inline;
    width:150px;
    position:relative;
    z-index: 10;
}

#why ul.tabs_vertical li {
    text-align: right;
    padding:10px 8px;
    color:#666;
    font-size:1.2em;
    display:block;
    border-top:1px solid #fff;
    border-bottom:1px solid #ccc;
    border-right: 1px solid #999;
    margin-left:5px;
    background: #e5e5e5;
}

#why ul.tabs_vertical li:hover {
    background: #f0f0f0;
    cursor:pointer;
}

#why ul.tabs_vertical li.selected {
    background: #fff;
    color:#999;
    border-top:1px solid #999;
    border-left:1px solid #999;
    border-bottom:1px solid #999;
    border-right:0px solid #fff;
    position:relative;
    margin-right:-1px;
    margin-left:0;
}

#why_tab_content_container {
    float:left;
    display:inline;
    width:420px;
    padding:15px 25px;
    border:1px solid #999;
    -moz-border-radius:0 10px 10px 10px;
    -webkit-border-top-right-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    -webkit-border-bottom-left-radius:10px;
    margin-left:-1px;
    height:220px;
}

#why_tab_content_container h3 {
    color:#666;
    text-transform: none;
    font-weight:bold;
    margin:0;
}

#why_tab_content_container ul {
    margin:15px 0;
    padding:0 0 0 15px;
}

#why_tab_content_container p a {
    display:inline-block;
    padding:5px 15px;
    border:1px solid #999;
    background: #fff;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    font-weight:bold;
}

#why_tab_content_container p a:hover {
    color:#fff;
    background: #129C0C;
    text-decoration: none;
}

/*** FEATURES TAB ***/

ul#featureList {
    margin:0;
    padding:0;
    list-style:none;
}

ul#featureList li {
    float:left;
    display:inline;
    border:1px solid #fff;
    margin:0 10px 5px;
    background: url(../images/homepage/feature_item_bg.png) repeat-x 0 0;
}

ul#featureList li:hover {
    border:1px solid #ccc;
    background: url(../images/homepage/feature_item_bg.png) repeat-x 0 -50px;
}

ul#featureList li a {
    width:230px;
    height:40px;
    padding:3px 10px 5px 50px;
    display:block;
    border:2px solid #fff;
}

ul#featureList li a:hover {
    text-decoration: none;
}

ul#featureList li a h4 {
    margin:0;
    padding:0;
    font-size:1.0em;
    color:#666;
}

ul#featureList li a p {
    margin:0;
    padding:0;
    color:#999;
    line-height: 1em;
}

ul#featureList li#virtualServers a {
    background:url(../images/homepage/sprite_features.png) 0 0 no-repeat;
}

ul#featureList li#physicalServers a {
    background:url(../images/homepage/sprite_features.png) 0 -50px no-repeat;
}

ul#featureList li#myGSI a {
    background:url(../images/homepage/sprite_features.png) 0 -100px no-repeat;
}

ul#featureList li#cdn a {
    background:url(../images/homepage/sprite_features.png) 0 -250px no-repeat;
}

ul#featureList li#multiPoP a {
    background:url(../images/homepage/sprite_features.png) 0 -200px no-repeat;
}

ul#featureList li#loadBalancing a {
    background:url(../images/homepage/sprite_features.png) 0 -150px no-repeat;
}

/**** GOGRID EXCHANGE BLOCK ****/

#lowerRow h3 {
    color:#444;
    margin:0;
    padding:0;
    text-transform: uppercase;
    font-size:1.2em;
    text-shadow:1px 1px 0px #fff;
}

h3#exchangeTitle {
    margin:0 0 0 25px;
}

#exchange_outerWrapper {
    display: block;
    background: url(../images/homepage/sprite_homepage.png) 558px -440px no-repeat #fff;
    padding:15px 25px;
    margin:10px 5px 0;

}

#exchange_outerWrapper p {
    margin:0 70px 0 0;
}

ul#exchangePartners {
    margin:0 0 0 15px;
    padding:5px 0;
    list-style:none;
    height:57px;
    overflow: hidden;
    position:relative;
}

ul#exchangePartners li {
    float: left;
    width:120px;
    height:57px;
    display:inline-block;
    vertical-align: middle;
    text-align: center;
    margin:0 25px 0 0;
    overflow: hidden;
}

ul#exchangePartners a {
    display: block;
    vertical-align:middle;
}

ul#exchangePartners img {
    width:100px;
    opacity:0.6;
    vertical-align: middle;
}

ul#exchangePartners img:hover {
    opacity: 1;
}

#exchange_outerWrapper .jcarousel-container {
    position:relative;
    width:577px;
}

#exchange_outerWrapper .jcarousel-clip {
    width:577px;
    overflow: hidden;
    position: relative;
    height:67px;
    background: url(../images/homepage/sprite_homepage.png) no-repeat 0 -370px;
}

#exchange_outerWrapper .jcarousel-prev,
#exchange_outerWrapper .jcarousel-next {
    position:absolute;
    top:25px;
    height:15px;
    width:15px;
    cursor:pointer;
}


#exchange_outerWrapper .jcarousel-prev {
    left:-20px;
    background: url(../images/homepage/sprite_homepage.png) no-repeat 0 -315px;
}

#exchange_outerWrapper .jcarousel-prev:hover {
    background: url(../images/homepage/sprite_homepage.png) no-repeat 0 -300px;
}

#exchange_outerWrapper .jcarousel-next {
    right:-20px;
    background: url(../images/homepage/sprite_homepage.png) no-repeat -15px -315px;
}

#exchange_outerWrapper .jcarousel-next:hover {
    background: url(../images/homepage/sprite_homepage.png) no-repeat -15px -300px;
}

#exchangeLink {
    float:right;
    display:inline-block;
    background: #e5e5e5;
    border:1px solid #ccc;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    color:#666;
    padding:10px 20px;
    margin:15px 0 0 15px;
}

/*** NEWS BLOCK ****/

#news_block h3 {
    float:left;
    display:inline;
    padding:5px 25px 10px;
    cursor:pointer;
    margin:-5px 0 0 0;
}

#news_block h3:hover {
    color:#666;
}

#news_block h3.selected {
    background: #fff;
    color:#999;
}

#newsWrapper {
    background: #fff;
    height:290px;
    display:block;
    clear:both;
}

#newsWrapper ul {
    margin:15px 0;
    padding:0 10px;
    list-style: none;
}

#newsWrapper ul.tabs {
    margin:-8px 0 0 0;
    padding:0;
    list-style: none;
}

#newsWrapper ul.tabs li {
    display: inline;
    clear:none;
    border-bottom:0px;
    margin-right:15px;
}

#newsWrapper ul li {
    display:block;
    clear:both;
    border-bottom:1px dotted #999;
}

#newsWrapper ul.tabs li a {
    font-size:1.2em;
    font-weight:bold;
    padding:8px 15px;
    text-transform:uppercase;
}

#newsWrapper ul li:last-child {
    border-bottom:0px;
}

#news_block a:link,
#news_block a:visited {
    color:#666;
    display:block;
    padding:7px 5px;
}

#news_block a:hover {
    /*background: #E5EDD9;*/
    background: #f0f0f0;
    text-decoration: none;
}

/*** COMPARE AND PRICING TABLES ***/

#tabs_home_main_content table tr.alt {
    background: #e5edd9;
    
}

#tabs_home_main_content #pricing p {
    margin:0 25px 10px 0;
    line-height: 1.4em;
}

table#compare_home,
table#home_pricing {
    width:625px;
    text-align: center;
}

table#compare_home thead th,
table#home_pricing thead th {
    padding:4px 10px;
}

table#compare_home tr td,
table#home_pricing tr td {
    padding:4px 10px;
}

table#compare_home tr td:first-child,
table#home_pricing tr td:first-child,
table#home_pricing thead th:first-child {
    text-align:left;
}

#tabs_home_main_content p.more {
    border-top:1px dotted #666;
    padding:5px 0;
    text-align:right;
    margin:0 25px 0 0;
    font-size:1.1em;
    color:#ccc;
}

#tabs_home_main_content p.more a:link,
#tabs_home_main_content p.more a:visited {
    padding:0 10px;
}

/**** NEW TICKER JAN '11 ****/

div#ticker {
  background: #e5e5e5;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  color: #444444;
  padding: 8px 0 12px 76px;
  position: relative;
  height: 25px;
  margin-bottom: 20px;
}

div#ticker img {
  position: absolute;
  left: 15px;
  top: -15px;
}

div#ticker p {
  font-weight: bold;
  float: left;
  width: 600px;
  margin: 0;
  font-size: 1.2em;
  line-height: 25px;
}

div#ticker a,
div#ticker a:link,
div#ticker a:visited {
  background:  url(/images/homepage/ticker-link-arrow.png) 266px 50% no-repeat;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 258px;
  height: 25px;
  padding: 8px 40px 12px 0;
  color: #444444;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 25px;
  text-align: right;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
 }
 
 /** TICKER AUG '11 **/
 
 div#ticker2 {
 	border: 1px solid #c9c9c9;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 20px;	
 }
 
 div#ticker2 p {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 32px;
	font-size: 14px;
 }
 
 div#ticker2 p.label {
	background: #dedede url(/images/homepage/triangle-right-big.png) right 50% no-repeat;
	font-weight: bold;
	font-size: 16px;
	padding: 0 30px 0 15px;
	margin-right: 15px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
 }
 
 div#ticker2 p a {
 	text-decoration: underline;
 }
 
/*** BANNER CAROUSEL ***/

#carousel_banner_wrapper {
    width: 970px;
    overflow: hidden;
}
ul#carousel_banner {
    margin:0;
    padding:0;
    position:relative;
}
ul#carousel_banner li {
    float:left;
    display:inline;
    width:970px;
    margin-top: 10px;
}

#carousel_banner_markers {
    float: right;
    padding:10px 0 0 0;
    position: absolute;
    bottom:10px;
    right:0px;
}

.bannermarker {
    height:15px;
    width:15px;
    margin: 0 5px 0 0;
    background:#ccc;
    float:left;
    display:inline;
    cursor:pointer;
    color:#333;
}

.bannermarker:hover {
    background: #e5e5e5;
    color:#000;
}

.bannermarker.selected {
    background:#5AC050;
    cursor:default;
    color:#fff;
}

#carousel_banner_markers .bannermarkers {
    float:left;
    display: inline;
}

#carousel_banner_markers #carousel_banner_next {
    width:15px;
    height:15px;
    float: left;
    display:inline;
    background:url(/images/homepage/cs_nav.png) -15px 0px;
    cursor:pointer;
}

#carousel_banner_markers #carousel_banner_next:hover {
    background:url(/images/homepage/cs_nav.png) -15px -15px;
}

#carousel_banner_markers #carousel_banner_prev {
    width:15px;
    height:15px;
    float:left;
    display:inline;
    background:url(/images/homepage/cs_nav.png) 0 0px;
    margin:0 5px 0 0;
    cursor:pointer;
}
#carousel_banner_markers #carousel_banner_prev:hover {
    background:url(/images/homepage/cs_nav.png) 0 -15px;
}

