/* general attributes */

body {
	position: absolute;
	font-family: Tahoma, Arial;
	font-size: 12px;
	background: #fff;
	color: #fff;
	width: 100%;
	height: 100%;
	min-width: 1000px;
	margin: 0;
	padding: 0;
	background-image: url('../images/bg_body.jpg');
	background-repeat: repeat-x;	
	background-position: 0px -49px;
}

form {
	margin: 0px;
	padding: 0px;
}


/* main attributes */

div.bodyHeader {
	width: 1000px;
	height: 129px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	color: #fff;
	background-image: url('../images/bg_headerD.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
}
div.menuContainer {
	width: 1000px;
	height: 62px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/bg_menuA.jpg');
	background-repeat: no-repeat;
}
div.menuContainerIndex {
	width: 1000px;
	height: 62px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/bg_menu_indexB.jpg');
	background-repeat: no-repeat;
}
div.menuContainerDiagram {
	width: 1000px;
	height: 62px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/bg_menu_diagramA.jpg');
	background-repeat: no-repeat;
}

div.contentContainer {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/bg_border.jpg');
	background-repeat: repeat-y;
}
div.contentContainerIndex {
	width: 850px;
	height: 887px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/indexB.jpg');
	background-repeat: repeat-y;
}
div.contentContainerInfo {
	width: 850px;
	height: 693px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/info.jpg');
	background-repeat: repeat-y;
}
div.contentContainerAbout {
	width: 850px;
	height: 962px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/about.jpg');
	background-repeat: repeat-y;
}
div.contentContainerClinics {
	width: 850px;
	height: 657px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/clinicsB.jpg');
	background-repeat: repeat-y;
}
div.contentContainerDisclaimer {
	width: 850px;
	height: 622px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/disclaimer.jpg');
	background-repeat: repeat-y;
}
div.contentContainerImprovedService {
	width: 850px;
	height: 1350px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/improvedservice.jpg');
	background-repeat: repeat-y;
}
div.contentContainerDetection {
	width: 850px;
	height: 1098px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/detectionB.jpg');
	background-repeat: repeat-y;
}
div.bottomBorder {
	width: 850px;
	height: 16px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
	background-image: url('../images/bg_border_bottom.jpg');
	background-repeat: repeat-x;	
}
div.bodyFooter {
	width: 100%;
	height: 140px;
	background-image: url('../images/bg_footer.jpg');
	background-repeat: repeat-x;
	background-position: top center;
}

div.footerContainer {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	font-family: Tahoma;
	font-size: 12px;
}

.footerLeftContainer {
	position: absolute;
	width: 40%;
	margin-top: 10px;
}

.footerRightContainer {
	width: 60%;
	float: right;
	margin-top: 10px;
	text-align: right;
}

/* button attributes */

.menuSeparator {
	width: 330px;
	float: left;
}

.buttonHome {
	cursor: pointer;
	float: left;
	width: 71px;
	height: 62px;
	background-image: url('../images/menu-item-1.gif');
	background-repeat: no-repeat;	
	background-position: top left;
}
.buttonAbout {
	cursor: pointer;
	float: left;
	width: 68px;
	height: 62px;
	background-image: url('../images/menu-item-2.gif');
	background-repeat: no-repeat;	
	background-position: top left;
}
.buttonDiagram {
	cursor: pointer;
	float: left;
	width: 121px;
	height: 62px;
	background-image: url('../images/menu-item-3B.gif');
	background-repeat: no-repeat;	
	background-position: top left;
}
.buttonInfo {
	cursor: pointer;
	float: left;
	width: 121px;
	height: 62px;
	background-image: url('../images/menu-item-4.gif');
	background-repeat: no-repeat;	
	background-position: top left;
}
.buttonClinics {
	cursor: pointer;
	float: left;
	width: 80px;
	height: 62px;
	background-image: url('../images/menu-item-5.gif');
	background-repeat: no-repeat;	
	background-position: top left;
}
.buttonBacktobasicsdesign {
	cursor: pointer;
	float: left;
	width: 147px;
	height: 18px;
	background-image: url('../images/bt-backtobasicsdesignA.gif');
	background-repeat: no-repeat;	
	background-position: top left;
	margin-top: 10px;
}
.buttonMail {
	cursor: pointer;
	width: 167px;
	height: 21px;
	background-image: url('../images/bt-mailA.gif');
	background-repeat: no-repeat;	
	background-position: top left;
	float: right;
}
.buttonOn, .buttonHome:hover, .buttonAbout:hover, .buttonDiagram:hover, .buttonInfo:hover, .buttonClinics:hover, .buttonBacktobasicsdesign:hover, .buttonMail:hover {
	cursor: pointer;
	background-position: bottom left;
}



/* link styles */

a:link {
	color: #05263d;
	text-decoration: none;
}

a:visited {
	color: #05263d;
	text-decoration: none;
}

a:hover {
	color: #05263d;
	text-decoration: underline;
}

a:active {
	color: #05263d;
	text-decoration: none;
}

a.white:link
{
  color: #fff;
  text-decoration: none;
}

a.white:visited
{
  color: #fff;
  text-decoration: none;
}

a.white:hover
{
  color: #fff;
  text-decoration: underline;
}

a.white:active
{
  color: #fff;
  text-decoration: none;
}


/* gray */
a.gray:link
{
  color: #666;
  text-decoration: none;
}

a.gray:visited
{
  color: #666;
  text-decoration: none;
}

a.gray:hover
{
  color: #888;
  text-decoration: none;
}

a.gray:active
{
  color: #888;
  text-decoration: none;
}

/* blue underline*/
a.blue_underline:link
{
  color: #6eaae7;
  text-decoration: underline;
}

a.blue_underline:visited
{
  color: #6eaae7;
  text-decoration: underline;
}

a.blue_underline:hover
{
  color: #fff;
  text-decoration: underline;
}

a.blue_underline:active
{
  color: #fff;
  text-decoration: underline;
}

/* iframe styles */
iframe {
	background: #fff;
	border: solid 1px #ddd;
	width: 100%;
	height: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
}

