/* 
 ----------------------------------------------------------------------------
  Copyright Einstein Industries 2005. Used with Permission.                             
  May not be duplicated or reproduced.

  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari

  CSS Document - layout.css
 ---------------------------------------------------------------------------- 
*/


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background: #fff url("../images/bg-body.jpg") top left repeat-x;
	text-align:center; 
	font:12px/18px Arial, Helvetica, sans-serif; 
	color:#336699; 
	}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

blockquote { 
	margin-left: 10px; 
	margin-right: 10px; 
	}

h1,h2,h3 { margin-bottom:8px; }

h1	{ font-size:16px; color:#003366; }
h2	{ font-size:14px; color:#D09B00; }
h3	{ font-size:12px; color:#82A2CC; }

h1 span,h2 span,h3 span	{ display:none; }

h2 a:link, a:visited { color:#D09B00; text-decoration:underline;}
h2 a:hover,a:active	 { color:#336699; text-decoration:none; }
	
a:link,a:visited	{ color:#336699; text-decoration:underline; }
a:hover,a:active	{ color:#003366; text-decoration:underline; }


/* ----- classes ----- */

div.clear	{ 
	clear:both; 
	height:.01em; 
	overflow:hidden; 
	}

p.top {
	text-align:right;
	display:block;
	background:url("../images/bg-top.jpg") right no-repeat;
	} 
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float: right; 
	margin: 5px 0 10px 10px; 
	}

	
/* ----- global form elements ----- */ 

form { 
	width:150px; 
	padding:10px 0 15px 0; 
	}

form label	{ font-size:10px; }

form br { 
	line-height:0; /* defaults vertical spacing between fields */
	}  

input, textarea, select { 
	/*background-color:#CDE0F1; */
	border:1px solid #369;
	color:#369;
	/* width:145px; 5 pixles smaller than form width !important */
	/*height:18px;*/
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	font-size:12px;
	}
	
select { 
	width:150px; /* same width as form !important */
	padding:0;
	}

textarea { 
	height:70px; 
	overflow:auto; 
	}
	
input.submit, input.submit-contact-main { 
	cursor:pointer; 
	padding:0;
	background: url("../images/submit.gif"); 
	width:48px; 
	height:19px; 
	border:0; 
	}

input.submit-contact-main { margin:85px 0 0 242px; }

input.submit-image { 
	margin:85px 0 0 242px;
	width:48px; 
	height:19px; 
	padding:0;
	border:0; 
	cursor:pointer; 
	background-color:#ffffff;
	}


/* ----- main contact form ----- */ 
 
#contact-main { 
	padding:20px 0 10px 0; 
	}
	
#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:12px;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:200px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}


	
#contact-main label select {
	width:205px;
	}
	
#contact-main label textarea { height:100px; }


/* framework
 * ------------------------------------------------------------------------- */

#wrap { 
	background:url("../images/bg-wrap.jpg") repeat-y; 
	width:760px; 
	margin:0 auto; 
	text-align:left; 
	}

#wrap-inside { 
	background:url("../images/bg-wrap-inside.jpg") repeat-y; 
	width:760px; 
	margin:0 auto; 
	text-align:left; 
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:100px;
	}
	/* home link within #masthead */		
	#masthead a {	
		position:absolute;
		left:24px;
		width:200px;
		top:33px;
		height:52px;
		}
	#masthead a span {
		display:none;
		}
		
#header-graphic {
	background:url("../images/header-graphic.jpg");
	height:80px;
	}

#header-graphic-inside {
	background:url("../images/header-graphic-inside.jpg");
	height:229px;
	}
 
#column-left { 
	width:228px; 
	float:left;
	background:url("../images/bg-column-left.jpg") no-repeat;
	}
		
	.content-left {
		margin:5px 10px 0 20px;
		}

#content-container-index {
	width:532px;
	float:left;
	}

#content-container {
	width:532px;
	float:left;
	background:url("../images/bg-content-container.jpg") no-repeat;
	}
	#content-container p {
		margin:0 30px 10px 22px;
		}
	#content-container h1 {
		margin:10px 30px 0 22px;
		}
	#content-container h1.img {
		margin:0;
		padding:0;
		}
	#content-container h2, #content-container h3 {
		margin:10px 30px 0 22px;
		}
	#content-container ul { 
		margin:10px 30px 10px 22px;
		} 
	
	#content-container ul li { 
		background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
		padding-left:8px; 
		}

#column-center {
	width:275px;
	float:left;
	}
  	#column-center p {
		margin:0 10px 10px 15px;
		}
	#column-center h1 {
		margin:10px 10px 0 15px;
		}
	#column-center h2, #column-center h3 {
		margin:10px 10px 0 15px;
		}

#column-right { 
	width:257px; 
	float:left;
	background:url("../images/bg-column-right.jpg") no-repeat; 
	}
	
/* background image list items */
#column-right ul { 
	margin:5px 33px 5px 20px; 
	} 

#column-right ul li { 
	background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
	padding-left:8px; 
	}
 
#bottom-wrap { 
	background:url("../images/bottom-wrap.jpg"); 
	height:75px; 
	clear:both; 
	}

#bottom-wrap-inside { 
	background:url("../images/bottom-wrap-inside.jpg"); 
	height:75px; 
	clear:both; 
	overflow:hidden; 
	}

/* inside framework
 * ------------------------------------------------------------------------- */

#subhead-index-dental {
	position:relative;
	height:50px;
	}
	#subhead-index-dental a {
		position:relative;
		background:url(../images/subhead-index-dental.jpg);
		height:50px;
		display:block;
		}
	#subhead-index-dental a:hover {
		background:url(../images/subhead-index-dental-hover.jpg);
		height:50px;
		display:block;
		}

#subhead-index-medical {
	position:relative;
	height:50px;
	}
	#subhead-index-medical a {
		position:relative;
		background:url(../images/subhead-index-medical.jpg);
		height:50px;
		display:block;
		}
	#subhead-index-medical a:hover {
		background:url(../images/subhead-index-medical-hover.jpg);
		height:50px;
		display:block;
		}

#subhead-index-chiropractic {
	position:relative;
	height:50px;
	}
	#subhead-index-chiropractic a {
		position:relative;
		background:url(../images/subhead-index-chiropractic.jpg);
		height:50px;
		display:block;
		}
	#subhead-index-chiropractic a:hover {
		background:url(../images/subhead-index-chiropractic-hover.jpg);
		height:50px;
		display:block;
		}

#subhead-index-patient {
	position:relative;
	height:50px;
	}
	#subhead-index-patient a {
		position:relative;
		background:url(../images/subhead-index-patient.jpg);
		height:50px;
		display:block;
		}
	#subhead-index-patient a:hover {
		background:url(../images/subhead-index-patient-hover.jpg);
		height:50px;
		display:block;
		}

#subhead {
	height:50px; /* sets height for all subheads */
	}
	
body#welcome #subhead {
	background:url("../images/subhead-welcome.jpg"); 
	}

body#aqualizer #subhead {
	background:url("../images/subhead-aqualizer.jpg"); 
	}

body#dental #subhead {
	background:url("../images/subhead-dental.jpg"); 
	}

body#medical #subhead {
	background:url("../images/subhead-medical.jpg"); 
	}

body#patients #subhead {
	background:url("../images/subhead-patients.jpg"); 
	}

body#zamowienie #subhead {
	background:url("../images/subhead-zamowienie.jpg"); 
	}

body#dystrybutorzy #subhead {
	background:url("../images/subhead-dystrybutorzy.jpg"); 
	}

body#faq #subhead {
	background:url("../images/subhead-faq.jpg"); 
	}

body#contact #subhead {
	background:url("../images/subhead-contact.jpg"); 
	}
	
body#thanks #subhead {
	background:url("../images/subhead-thankyou.jpg"); 
	}

body#instructions #subhead {
	background:url("../images/subhead-instructions.jpg"); 
	}

body#dental-instructions #subhead {
	background:url("../images/subhead-dental-instructions.jpg"); 
	}


#img-product-index {
	height:149px;
	background:url("../images/img-product-index.jpg") no-repeat;
	}	

/* footer
 * ------------------------------------------------------------------------- */
 
#footer { 
	width:760px; 
	margin:10px auto; 
	text-align:center; 
	}

#footer p {
	color:#336699;
	}

#footer a:link, #footer a:visited {
	color:#336699;
	}

#footer a:hover, #footer a:active {
	color:#003366;
	}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding: 0 5px 0 7px;
	display: inline;
	border-left: 1px solid #336699;
	}

	#footer li.first { border: none; }
	

/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */

#nav {
	position: relative;
	background: url("../images/nav.jpg") top left no-repeat;					
	width: 228px;		/* Width of buttons, not entite image (or half of entire image) */
	height: 279px;		/* Height of entire image */
	margin-bottom:0;
	}

#nav li span { display: none; }

#nav li {
	float: left;
	list-style: none;
	}

#nav li, #nav a { 
	height: 24px;			/* Each button must have the same height, define it here */
	display: block;
	}

/* margin-top to set where the nav should begin */
#nav-01 { margin-top:9px; width:228px; }

/* margin-top if there is a spacing between each nav button */
#nav-02, #nav-03, #nav-04, #nav-05, #nav-06, #nav-07, #nav-08 { margin-top:0; width:228px; }

#nav-01 a:hover { background: transparent url("../images/nav.jpg") -228px  -9px no-repeat; }
#nav-02 a:hover { background: transparent url("../images/nav.jpg") -228px  -33px no-repeat; }
#nav-03 a:hover { background: transparent url("../images/nav.jpg") -228px  -57px no-repeat; }
#nav-04 a:hover { background: transparent url("../images/nav.jpg") -228px  -81px no-repeat; }
#nav-05 a:hover { background: transparent url("../images/nav.jpg") -228px -105px no-repeat; }
#nav-06 a:hover { background: transparent url("../images/nav.jpg") -228px -129px no-repeat; }
#nav-07 a:hover { background: transparent url("../images/nav.jpg") -228px -153px no-repeat; }
#nav-08 a:hover { background: transparent url("../images/nav.jpg") -228px -177px no-repeat; }


/* PODMENU 
*-------------------------------------------------------------
*/



#podmenu	{
	position:relative;
	width:228px; 
	height:50px;
	text-align:right;
}

#podmenu li	{
	background: transparent url("../images/podmenu.jpg") 0px  0px no-repeat;	
	height:25px;
	padding-right:20px;
	top:0;
}




#podmenu a  { color:#415697;text-decoration:none;font-weight:bold }
#podmenu a:hover { color:#82A3CC;text-decoration:underline }


/* Son of Suckerfish: Vertical Sprite Nav
 * ------------------------------------------------------------------------- */
 
#nav li ul {
	position: absolute;
	left: -9999px;
	background-color: #9DC2E3;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	margin-left: 225px;			/* Set to same width as in #nav */
	margin-top: -24px;			/* Set to each button height, same as used above */
	}

#nav li ul li {
	height: 20px;				/* Height of each drop down nav item */
	border:1px solid #fff;
	}

#nav li ul li a {
	width: 100%;
	height: 20px;				/* Height of each drop down nav item, should match above */
	line-height: 20px;			/* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display: block;
	padding-left: 5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size: 11px;
	color: #003366;
	text-decoration: none;
	}

#nav li:hover ul, #nav li.sfhover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-02 ul a:hover { 
	background-image: none;
	color:#FFCC33;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width: 150px; }		

.greenlemon	{
position:absolute;
visibility:hidden;
}

.error	{
color:#ff0000;
font-size:10px;
font-weight:bold;
}

.scroll_table	{
border-top: 1px dashed #cccccc;
}

.scroll_td	{
padding-top:15px;
font-size:10px;
color:#4E559B;
vertical-align:top;
}

.scroll_td	select	{
font-size:10px;
color:#555555;
background-color:#f5f5f5;
border: 1px dashed #cccccc;
}
.scroll_td	span	{
font-size:10px;
color:#cccccc;

}

/* Sklep css-y
 * ------------------------------------------------------------------------- */
hr.kroki	{
height:1px;
max-height:1px;
border-top: 1px dashed #cccccc;
border-bottom: 0;
width:400px;
}
img.kroki	{
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;

}

.btn_sklep	{
	border: 0px;
}
.wymagane	{
	font-family:Verdana;
	font-size:11px;
	color:#ff0000;
	font-style:normal;
}
.podpowiedz	{
	font-size:11px;
	color:#a0a0a0;
	font-style:normal;
}

div.form-row { 
		clear: both; 
		margin-top:2px;
		width:400px;
		} 
div.form-left { 
		float: left; 
		width: 140px; 
		text-align: left; 
		color:#555555;
		} 
div.form-right { 
		margin-left: 150px; 
		}
form.zapytanie	{
	margin:0px;
	margin-left:50px;
}

input	{
		border:1px solid #369;
		color:#369;
		background-color:#ffffff;
		font-size:11px;
		width:160px;
}
