/* CSS Document */
body {
	margin: 0px 15px 10px 15px;
	font: 0.8125em Verdana, sans-serif; line-height: 1; color: #333;
	padding: 0px;
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	padding: .2em 0 .2em 0;
	font-size: 1em;
	line-height: 1.6em;
}
h1 {
	font-size: 1.2em;
	color: #333333;
	line-height: 1.4em;
}
h2 {
	font-size: 1em;
	color: #333333;
	line-height: 1.2em;
}
blockquote {
	font-style: italic;
}	
.green_text {
	color: #639D87;
}
.blue_text {
	color: #2079B5;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.container {
	position: relative;
	width: 760px;
	margin: 0px auto 0px auto;
	padding: 0px;
	border: 0px solid #333333;
}
.header {
	position: relative;
	width: 760px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/plaeholder.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.content_outside_bg {
	position: relative;
	margin: 50px 0px 0px 0px;
	background-image: url(images/content_outside_bg.jpg);
	background-repeat: repeat;
}
.content_outside_bg a {
	font-weight: bold;
}
.content_inside_bg {
	position: relative;
	background-image: url(images/content_inside_bg_test.jpg);
	background-repeat: no-repeat;
}
.content_inside_bg_home {
	position: relative;
	background-image: url(images/home_content_bg.jpg);
	background-repeat: no-repeat;
}
.content_inside_bg_brainpaint {
	position: relative;
	background-image: url(images/brainpaint_content_bg.jpg);
	background-repeat: no-repeat;
}
.content_no_bg {
	position: relative;
	background-image: url(images/brainpaint_content_bg_2.jpg);
	background-repeat: no-repeat;
	}
.content_no_bg_waves {
	position: relative;
	background-image: url(images/brainpaint_content_bg_2waves.jpg);
	background-repeat: no-repeat;
}
.content_inside_bg_eeg {
	position: relative;
	background-image: url(images/eeg_content_bg.jpg);
	background-repeat: no-repeat;
}
.content_inside_bg_clinical {
	position: relative;
	background-image: url(images/clinical_content_bg.jpg);
	background-repeat: no-repeat;
}
.content_inside_bg_practitioner {
	position: relative;
	background-image: url(images/practitioner_content_bg.jpg);
	background-repeat: no-repeat;
}
.content_inside_bg_faq {
	position: relative;
	background-image: url(images/faq_content_bg.jpg);
	background-repeat: no-repeat;
}
.content_inside_bg_company {
	position: relative;
	background-image: url(images/company_content_bg.jpg);
	background-repeat: no-repeat;
}
.content_inside_bg_contact {
	position: relative;
	background-image: url(images/contact_content_bg.jpg);
	background-repeat: no-repeat;
}
.content_inside_bg_sitemap {
	position: relative;
	background-image: url(images/sitemap_content_bg.jpg);
	background-repeat: no-repeat;
}
.content_bottom_bg {
	position: relative;
	background-image:url(images/content_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.content {
	position: relative;
	width: 435px;
	margin: 0px;
	padding: 27px 30px 0px 295px;
}
.content_brainpaint_gallery {
	position: relative;
	width: 700px;
	margin: 0px;
	padding: 27px 30px 0px 30px;
}
.system li {
	padding: 5px;
	line-height: 1.6em;
}
.img_float { 
    float: left; 
    margin: 0px 10px 0px 0px;
}
.gallery_row {
	position: relative;
	width: 700px;
	margin: 0px;
	height: 163px;
	padding: 15px 0px 0px 0px;
}
.gallery_pic_margin {
	padding: 0px 0px 0px 15px;
}
.gallery_row img {
	border: none;
}
.gallery_image_1 {
	position: absolute;
	width: 165px;
	height: 165px;
	left: -1px;
	top: -1px;
	padding: 15px 0px 0px 0px;
}
.gallery_image_2 {
	position: absolute;
	width: 165px;
	height: 165px;
	left: 178px;
	top: -1px;
	padding: 15px 0px 0px 0px;
}
.gallery_image_3 {
	position: absolute;
	width: 165px;
	height: 165px;
	left: 356px;
	top: -1px;
	padding: 15px 0px 0px 0px;
}
.gallery_image_4 {
	position: absolute;
	width: 165px;
	height: 165px;
	left: 534px;
	top: -1px;
	padding: 15px 0px 0px 0px;
}
.home_left_panel {
	position: relative;
	width: 415px;
}
.home_right_panel {
	position: absolute;
	left: 430px;
	top: 0px;
	width: 270px;
}
.home_left_panel img {
	padding: 0px 73px 0px 72px;
}
.home_right_panel img {
	padding: 0px;
}
.form_text_field {
	border: 1px solid #666;
	background-color: #FFFFFF;
	width: 315px;
	margin: 2px 0px 2px 0px;
}
.form_comments_field {
	border: 1px solid #666;
	background-color: #FFFFFF;
	width: 315px;
	margin: 2px 0px 0px 0px;
}
.comments_fix {
	padding: 6px 0px 0px 0px;
}
.form_send_button {
	padding: 2px 0px 0px 0px;
}
.form_reset_button {
	padding: 2px 0px 0px 4px;
}
.video_1 {
	width: 400px;
	padding: 17px;
	margin: 0px 0px 50px 0px;
	background-image: url(images/video_bg_1.jpg);
	background-repeat: no-repeat;
}
.video_2 {
	width: 400px;
	padding: 17px;
	margin: 0px 0px 50px 0px;
	background-image: url(images/video_bg_2.jpg);
	background-repeat: no-repeat;
}
.wallpaper_links_container {
	width: 700px;
	height: 70px;
	position: relative;
}
.wallpaper_links_container p {
	padding: 0px;
	margin: 0px;
}
.wallpaper_links_container_1 {
	position: absolute;
	width: 165px;
	height: 70px;
	top: 0px;
	left: 0px;
	text-align: center;
	padding: 9px 0px 0px 0px;
}
.wallpaper_links_container_2 {
	position: absolute;
	width: 165px;
	height: 70px;
	top: 0px;
	left: 178px;
	text-align: center;
	padding: 9px 0px 0px 0px;
}
.wallpaper_links_container_3 {
	position: absolute;
	width: 165px;
	height: 70px;
	top: 0px;
	left: 356px;
	text-align: center;
	padding: 9px 0px 0px 0px;
}
.wallpaper_links_container_4 {
	position: absolute;
	width: 165px;
	height: 70px;
	top: 0px;
	left: 534px;
	text-align: center;
	padding: 9px 0px 0px 0px;
}
.footer {
	text-align: center;
	font-size: 10px;
	color: #999999;
	padding: 10px 0px 10px 0px;
	background-color: #FCFCFC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.footer a:link {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	padding: 0px 5px;
}
.footer a:visited {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	padding: 0px 5px;
}
.footer a:hover {
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
	padding: 0px 5px;
}
.footer a:active {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	margin: 0px 5px;
}
.footer_current {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 0px 5px;
}