body {
	margin: 0;
	padding: 0;
	background-color: #76a9d4;
	font-family: Arial;
	font-size: 12px;
	color: #40668c;
}

#content a:link, #content a:visited, #content a:hover, #content a:active {
	color:#003366;
	text-decoration: none;
	font-weight: bold;
}

#header {
	background-image: url(/images/background/header.jpg);
	width: 747px;
	height: 165px;
	margin: auto;
}

#logo {
	width: 239px;
	height: 78px;
	float: left;
	margin: 20px 0 0 40px;
}

* html div#logo { /* hack IE6 */
	margin-left: 20px;
}

#product {
	width: 142px;
	height: 165px;
	float: left;
	margin: 0 0 0 170px;
}

#activ-flex {
	width: 144px;
	height: 37px;
	float: left;
	margin: 100px 0 0 -11px;
}

#content {
	background: url(/images/background/bg.gif) bottom left repeat-x #FFF;
	width: 745px;
	margin: auto;
	padding-bottom: 100px;
}

#content h2.legal{
	background: url(/images/title/title-legal.gif) bottom right no-repeat;
	width: 108px;
	height: 13px;
	margin: 0;
	padding: 20px 0 5px 50px;
	text-indent: -9999px;
}

#content h2.privacy{
	background: url(/images/title/title-privacy.gif) bottom right no-repeat;
	width: 125px;
	height: 13px;
	margin: 0;
	padding: 20px 0 5px 48px;
	text-indent: -9999px;
}

#content h2.disclaimer{
	background: url(/images/title/title-disclaimer.gif) bottom right no-repeat;
	width: 96px;
	height: 15px;
	margin: 0;
	padding: 20px 0 5px 48px;
	text-indent: -9999px;
}

#content h2.touch{
	background: url(/images/title/title-touch.gif) bottom right no-repeat;
	width: 116px;
	height: 14px;
	margin: 0;
	padding: 20px 0 5px 48px;
	text-indent: -9999px;
}

#content h2.thanks{
	background: url(/images/title/title-thanks.gif) bottom right no-repeat;
	width: 98px;
	height: 14px;
	margin: 0;
	padding: 20px 0 5px 48px;
	text-indent: -9999px;
}

#content p {
	padding: 0 50px 0 50px;
}

#footer {
	text-align: center;
	font-size: 9px;
}

#footer p {
	margin: 5px 0 10px 0;
	padding-bottom: 5px;
}

#footer ul li {
	display: inline;
}

#footer ul {
	margin: 5px 0 0 0;
	padding: 0;
}

#footer li.sep {
	border-right: 1px solid #4c789f;
	margin-right: 5px;
	padding-right: 7px;
}

* html div#footer li.sep { /* hack IE6 */
	margin-right: 7px;
	margin-left: 1px;
	padding-right: 5px;
}
* + html div#footer li.sep { /* hack IE7 */
	margin-right: 7px;
	padding-right: 5px;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	font-weight: normal;
	color:#003366;
	text-decoration: none;
}

#header-home {
	width: 747px;
	margin: auto;
}

#header-top {
	background: url(/images/background/home_top.jpg);
	width: 747px;
	height: 81px;
}

.header-logo {
	margin: 5px 0 0 240px;
	z-index: 9999;
	position: absolute;
}

#header-active {
	background: url(/images/background/home_active.jpg);
	width: 747px;
	height: 229px;
}

.header-active {
	margin: 115px 0 0 45px;
	z-index: 9999;
	position: absolute;
}

#header-bottom {
	background: url(/images/background/home_bottom.jpg) no-repeat;
	width: 747px;
	height: 244px;
}

.header-bottom {
	margin: 25px 0 0 60px;
}

.header-nata {
	margin: 100px 0 0 -120px;
	z-index: 9999;
	position: absolute;
}


/*CONTACT US*/

#form p {
	margin-top: 0;
	margin-bottom: 10px;
}

.firstname, .lastname, .email, .organization {
	width: 250px;
	border: 1px solid black;
	margin-left: 15px;
}

.email {
	margin-left: 14px;
}

.organization {
	margin-left: 16px;
}

.month {
	margin-left: 33px;
}

.male {
	margin-left: 45px;
}

.practice {
	margin-left: 10px;
}

.title {
	margin-left: 55px;
}

.submit {
	text-align: center;
	margin: 30px 0 0 230px;
}
