/* CSS Document */


/******** Page Layout ********/
/******** Container ********/

#container {
	margin: auto;
	height: auto;
	width: 780px;
}


/******** Top ********/

#top_container { display:none; }


#logo {
	position:relative;
	width:250px;
	height:105px;
	z-index:1;
	background-image: url(../images/logo_top_left.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}

#atomz {
	position:absolute;
	width:175px;
	height:50px;
	z-index:2;
	left: 289px;
	top: 32px;
	text-indent: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

#home {
	position:absolute;
	width:30px;
	height:59px;
	z-index:2;
	left: 190px;
	top: 16px;
}

#toplinks {
	position:absolute;
	width:248px;
	height:auto;
	z-index:1;
	left: 237px;
	top: 34px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 100;
	color: #999999;
}

#quicklinks {
	position:absolute;
	width:109px;
	height:26px;
	z-index:1;
	left: 353px;
	top: -21px;
}


/******** Top Bar ********/

#top_bar {
	background-color: #87D7FF;
	margin-top: 5mm;
	margin-bottom: 5mm;
	height: 5px;
	width: 778px;
	padding-bottom: 3mm;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

/******** Bread Crumb ********/

#cp_holder {
	 display:none;
}

#currentposition {
	position:absolute;
	width:444px;
	height:74px;
	z-index:1;
	left: 332px;
	top: 151px;
}

/******** Body ********/

#body_container {
	height: auto;
	width: 774px;
	padding: 1px;
	border: thin solid #FFFFFF;
}

#areamenu {
	 display:none;
}

#pagetitle { display:none;
}

#pagelinks {
	 display:none;
}

#profileright {
	width: 298px;
	border: thin solid #999999;
	margin-top: 2px;
	background-image: url(../images/gradient_background_top.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-bottom: 1px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#textayer {
	width: 420px;
	position: static;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 1px;
}


/******** Bottom ********/

#bottom_nav {
	 display:none;
}

#bottom_container {
	width: 778px;
	height: 80px;
	margin-top: 0px;
	background-image: url(../images/gradient_background_bottom.jpg);
	background-repeat: repeat-x;
}

#no7branding {
	height: 80px;
	width: 768px;
	background-image: url(../images/bottom_background.gif);
	background-repeat: no-repeat;
	background-position: 0px 40px;
	padding-top: 10px;
	padding-left: 10px;
}


/******** End Of Layout ********/

/******** Random ********/

#title {
	 display:none;
}
#titleright {
	 display:none;
}


/******** Body Styles ********/


a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/******** Header Styles ********/

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: 200;
	color: #333333;
	line-height: 17px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: 200;
	color: #666666;
	line-height: 17px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}


/******** Horizontal Rule *******/


.hrstyle {
	height: 0px;
	width: 100%;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #FFFFFF;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FEFEFE;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

/******** Text Styles ********/


.tableleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #129BD2;
}
.tableright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.tablered {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #CC0000; }
.Position { display:none;}
.linksgroup { display:none; }
.linkstitle {
	font-size: 24px;
	color: #333333;
}
.tabletitle {
	font-size: 14px;
	color: #333333;
}
.links {color: #666666; font-size: 10px; }
.address {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}
.copyright {
	font-size: 10px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}

.tablewhite {
	color: #CCCCCC;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.tableblack {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
}
.qplinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7AD3F7;
}
.hydratetexttable {
	color: #ec0082;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.soothetexttable {
	color: #9d3c96;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.ultra3texttable {
	color: #0060a9;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}