/* CSS Document */

#mainContainer {
	height: 590px;
}

#goNative {
	background-image:url(../images/go-native-index.png);
}

/* main central image, and central content */
#mainImg {
	width: 475px;
	/* height: 305px; */
	color: #666666;
	float: left;
	font-size: 1.1em;
	padding: 7px;
	padding-top:0px;
}



/* Bottom navigation panel. */
#bottomNav {
	float: right;
	margin-top: 2px;
}

div.bottomNavElement {
	height: 105px;
	float: left;
	padding-top: 15px;
	font-size: 0.9em;
	background-color: #DDDDDD;
}

a.tellMore {
	color: #9e0035;
}

p.bottomNavTitle {
	color: #fdb813;
	font-size: 1.2em;
	line-height: 17px;
	padding-top: 7px;
	margin: 0px;
	text-align:center;
	font-weight: bold;
}

p.bottomNavContent {
	margin: 0px;
	padding: 10px 10px 0px 10px;
	font-weight: bold;
	font-size: 0.9em;
	text-align: justify;
}

#bottomNavMyGuide {
	width: 205px;
	background-image: url(../images/bottom-left.png);
	background-repeat: no-repeat;
}

#bottomNavKids {
	width: 200px;
	background-image: url(../images/bottom-kids.png);
	background-repeat: no-repeat;
}

#bottomNavGuide2Go {
	width: 205px;
	background-image: url(../images/bottom-2go.png);
	background-repeat: repeat-x;
}


  
div.leftNavTitle {
  background-image: url(../images/nav-title.png);
  background-repeat: repeat-x;
  height: 19px;
  line-height: 19px;
  font-size: 1.1em;
}

#leftNavTopMain {
  background-color: #fff4d5;
  padding-top: 1px;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;
}

/* generic class for the buttons in the left navigation panel */
a.leftNavBtn {
	width: 75px;
	height: 16px;
	text-decoration: none;
	color: white;
	float: left;
	display: block;
	background-repeat:no-repeat;
	line-height: 16px;
}
/* specialized class for buttons of the left panel */
a.leftNavBtn1 {
	background-image: url(../images/button1.png);
}

a.leftNavBtn2 {
	background-image: url(../images/button2.png);
}

a.leftNavBtn3 {
	background-image: url(../images/button3.png);
}

a.leftNavBtn4 {
	background-image: url(../images/button4.png);
}


#easy123 {
	background-image: url(../images/easy.png);
	position: relative;
	height: 337px;
	width: 166px;
	margin: auto;
	padding: 7px;
	line-height: 1.2em;
	background-repeat: no-repeat;
}

#learnMoreBtnBis {
	margin:8px;
}

.picscol {
	text-align:center;
	padding-top:10px;
}

.descrcol {
	width:100%;
	text-align:justify;
	font-size:0.85em;
	padding-left: 20px;
	padding-right: 20px;
	line-height:1.4em;
	vertical-align:middle;
}

#guideslinks {
	float:left;
	width: 890px;
	margin: auto;
}

#guideslinks table {
	margin:auto;
}

#guideslinks td {
}

#guideslinks p {
	margin-top: 6px;
	margin-bottom: 6px;
}

td.register_account {

}

#bannerRegisterLink {

}