@import url(webkinz.css);

#pageTable {
	background-color: white;
	width: 780px;
	color: #000066;
	position: relative;
}

#pageTable #titleBar {
	/*clear: both;*/
	position: relative;
	display: block;
	background-color: #ADECFF;
	background-image: url("../images/panels/bars/title_bg.gif");
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 15px 10px 16px 0px;
	/*padding: 0px;*/
	text-align: left;
	text-indent: 240px;
	font-size: 24px;
	font-weight: bold;
}


#pageTable #pageFooter {
	clear: both;
	height: 10px;
	background-color: transparent;
	background-image: url("../images/panels/content/bottom.png");
	font-size: 1px;
}


#logo {
	position: absolute;
	top: -5px;
	left: 9px;
}

#logo .logoFill {
	position: absolute;
	top: 1px;
	left: 2px;
	width: 210px;
	height: 65px;
	background-image: url("../images/logos/webkinz_side/fill.png");
	background-repeat: no-repeat;
}


/*Content Assets*/
#pageTable #pageContent {
	text-align: center;
	padding: 20px;
	overflow: visible;
	font-size: 14px;
	
	/*height: 290px;
	line-height: 20px;
	text-indent: 1em;*/
}


#pageContent a,
#pageContent a:visited {
	color: #006;
}

#pageContent a:hover {
	color: #003dd9;
}


#pageContent p {
	padding: 0px;
	margin: 15px 0px 0px 0px;
}

#pageContent h1 {
	text-indent: 0px;
	font-weight: bold;
	font-size: 18px;
}


ul.countrySelect {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	list-style-type: none;
	line-height: 30px;
	margin-left: 220px;
	clear: both;
	margin-bottom: 20px;
	color: #333;
}

ul.countrySelect li .language {
	margin-left: 30px;
	color: #777;
}

ul.countrySelect li .flag {
	position: relative;
	width: 33px;
	height: 20px;
	background-position: bottom right;
	background-repeat: no-repeat;
	float: left;
	margin-right: 15px;
}

ul.countrySelect li a {
	color: #006;
	text-decoration: none;
}

ul.countrySelect li a:hover {
	text-decoration: underline;
}

ul.countrySelect li .language a {
	color: #666;
}


