/*--------------------- Last Modified  2006.03.25 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  Copyright Einstein Industries 2006. 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:#a9a06c url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:11px/16px Verdana, Arial, Helvetica, sans-serif;
	color:#3b5266;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.2em; color:#3b5266; }
h2	{ font-size:1.0em; color:#3b5266; }
h3	{ font-size:0.8em; color:#3b5266; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited,a:active	{ color:#3b5266; text-decoration:underline; outline:none; }
a:hover	{ color:#9d9462; text-decoration:underline; outline:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.gif") 665px 7px no-repeat;
	}
	
img.img-left { 
	float:left; 
	margin:0px 6px 0px 14px; 
	padding:0px;
	}
	
img.img-right { 
	float:right; 
	margin:0px 10px 10px 10px; 
	}

	
/* ----- global form elements ----- */ 

form {
	width:140px;
	margin:0px 0 0px 0; padding:0px;
	}

form label	{ font-size:.95em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#fffaf1 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #4a6780;
	color:#3b5266;
	width:131px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-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:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	}
	
select { width:180px; padding:0; } /* same width as form - !important */

textarea { height:68px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:200px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:220px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select { width:225px; }
	
#contact-main label textarea { height:100px; overflow:auto; }


/* ----- submit button form elements ----- */ 

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 5px 220px; }


/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:772px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:134px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:26px;
		width:170px;
		top:35px;
		height:88px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- content-left ----- */

#column-left {
	width:388px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 20px 10px 20px;
		}
	#column-left form { margin-left:0px; }
	
	/* single column list */
	#column-left ul { padding-left:20px; }
		#column-left ul li {
			list-style: outside circle; 
			/*background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;*/
			padding-left:10px; /* pushes text to the right to display bg img */
			}

	p.top { padding-top:69px;}
	p.reg { padding-top: 8px;}

/* ----- content-left-sub ----- */

#column-left-sub {
	width:772px;
	float:left;
	}


#column-left-sub p, #column-left-sub h1, #column-left-sub h2, #column-left-sub h3, 
#column-left-sub ul, #column-left-sub dl {
		margin:0 20px 10px 25px;
		}
	
#column-left-sub #subhead { padding-top:69px;}
#subhead ul{padding-left:20px;}
#subhead li{list-style: outside circle; padding-left:10px; padding-bottom:10px;}	
		
body#kako #column-left-sub #subhead { background:url("../images/subhead-kako.jpg") no-repeat;}
body#onama #column-left-sub #subhead { background:url("../images/subhead-about.jpg") no-repeat;}
body#proizvodi #column-left-sub #subhead { background:url("../images/subhead-pro.jpg") no-repeat;}
body#pitanja #column-left-sub #subhead { background:url("../images/subhead-faq.jpg") no-repeat;}
body#kontakt #column-left-sub #subhead { background:url("../images/subhead-contact.jpg") no-repeat;}
body#mapa-sajta #column-left-sub #subhead { background:url("../images/subhead-sitemap.jpg") no-repeat;}

/* ----- content-right ----- */

#column-right {
	width:384px;
	float:left;
	}
	
	#contact, #contact-2 {background:url("../images/col-right-contact.jpg") top right no-repeat; height:249px; position:relative}	 

	#contact a {	
		position:absolute;
		left:119px;
		width:62px;
		top:213px;
		height:15px; 
		}
		
	#column-right #contact p { margin:94px 10px 0 20px; color:#fffaf1; width:166px; float:left}
	#column-right #contact-2 p { margin:94px 10px 0 20px; color:#fffaf1; width:320px; float:left}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 20px 10px 20px;
		}
	#column-right form { padding:49px 0 0 0; margin:0 0 0 210px; }
	 
	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:2px;
	clear:both;
	width:100%; /* fix for Safar */
	}

	
/* header framework
 * ------------------------------------------------------------------------- */

#header-graphic { height:249px; } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header-index.jpg") no-repeat; }
	body#kako #header-graphic { background:url("../images/header-index.jpg") no-repeat; }
	body#onama #header-graphic { background:url("../images/header-index.jpg") no-repeat; }
	body#proizvodi #header-graphic { background:url("../images/header-index.jpg") no-repeat; }
	body#pitanja #header-graphic { background:url("../images/header-index.jpg") no-repeat; }
	body#kontakt #header-graphic { background:url("../images/header-index.jpg") no-repeat; }
	body#mapa-sajta #header-graphic { background:url("../images/header-index.jpg") no-repeat; }


/* subhead framework
 * ------------------------------------------------------------------------- */

	/* set body id for specific page */

	body#index #left-subhead { background:url("../images/col-left-index.jpg") no-repeat; }
	body#index #right-subhead { background:url("../images/col-right-index.jpg") no-repeat; }



/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	background:url("../images/footer.jpg") no-repeat;
	height:92px;
	width:772px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#f2e1be;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited, #footer a:active { color:#f2e1be; text-decoration:none; }

#footer a:hover { color:#f2e1be; text-decoration:underline }

#footer ul {margin:0px 0 10px 0; padding-top:20px}

#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 #f2e1be;
	}

	#footer li.first { border: none; }

/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.gif") no-repeat; 
	width:772px; 
	height:26px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:26px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; }

#nav-01 { width: 80px; margin-left: 8px;}
#nav-02 { width: 88px;}
#nav-03 { width: 80px;}
#nav-04 { width: 87px;}
#nav-05 { width: 105px;}
#nav-06 { width: 77px;}



/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.gif")  -8px -26px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.gif") -88px -26px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.gif") -176px -26px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.gif") -256px -26px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.gif") -343px -26px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.gif") -448px -26px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-01 { background:url("../images/nav.gif")  -8px -26px no-repeat; }
body#kako #nav-02 { background:url("../images/nav.gif") -88px -26px no-repeat; }
body#onama #nav-03 { background:url("../images/nav.gif") -176px -26px no-repeat; }
body#proizvodi #nav-04 { background:url("../images/nav.gif") -256px -26px no-repeat; }
body#pitanja #nav-05 { background:url("../images/nav.gif") -343px -26px no-repeat; }
body#kontakt #nav-06 { background:url("../images/nav.gif") -448px -26px no-repeat; }

