/* universal styles */
html, body
{
	background: #A7DBE9;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Georgia;
	font-size: 100%;
	height: 100%;
  text-align: center;
}
h1
{
	height: 96px;
	padding: 70px 0 0 60px;
	text-indent: -9999px;
}
h3
{
	height: 26px;
	padding: 7px 0 0 60px;
	text-indent: -9999px;
}
p
{
	margin: 40px 0 0 60px;
	width: 460px;
}
a
{
	color: #fff;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a:visited, a:active, a:focus
{
}
p a
{
	text-decoration: underline;
}
/* page styles */
p#redirect
{
	font-size: 78%;
	height: 30px;
	line-height: 30px;
	margin: 0;
	width: auto;
}
/* main containing div */
#container
{
	float: left;
	height: 100%;
  width: 100%;
}
/* content area */
#content
{
	background: #A7DBE9 url('../img/SatinCareJumpPage_bg.jpg') no-repeat 0 0;
	height: 645px;
  margin: 0 auto;
	min-height: 645px;
	overflow: hidden;
	position: relative;
	text-align: left;
  width: 980px;
}
.gradient
{
	position: absolute;
	top: 0;
}
.gradient.left
{
	left:-5px;
}
.gradient.right
{
	right:-5px;
}
/* lower nav area */
#navigation
{
	float: left;
	line-height: 1.2em;
	margin: 30px 0 0 60px;
	width: 370px;
}
#navigation div
{
	float: left;
	width: 50%;
}
#navigation h2
{
	background: transparent url('../img/dotted_line_long.gif') repeat-x 0 100%;
	float: left;
	padding: 0 20px 10px 0;
	width: 135px;
}
#navigation ul
{
	float: left;
	margin-top: 5px;
}
#navigation li
{
	font-size: 85%;
	line-height: 1.3em;
}
/* link to satincare */
a#discover
{
	background: transparent url('../img/discover_cta.png') no-repeat 0 0;
	bottom: 70px;
	display: block;
	height: 57px;
	left: 320px;
	position: absolute;
	text-indent: -9999px;
	width: 166px;
}

a#countrySelect
{
	display: block;
	position: absolute;
	width: 130px;
	height: 25px;
	background-image: url(../img/map.gif);
	background-repeat: no-repeat;
	background-position: 90px 0px;
	font-size: 80%;
	margin: 5px;
	margin-left: 845px;
	cursor: pointer;
}

a#countrySelect:hover
{
	/*background-image: url(../img/map_over.gif);*/
	color: #FFF;
}

div#footer_links
{
	clear: both;
	display: block;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	color: #666666;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size: 0.7em;
	padding-bottom: 50px;
	padding-left: 10px;
	position: relative;
	top: 15px;
	text-align: left;
}

div#footer_links a
{
	color: #666666;
}
