@import "reset.css";
@import "menu.css";
@import "ui.css";
@import "overlay.css";

body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	/*background-image: url(../img/background.png);
	background-repeat: repeat-x;
	/*background-color: #ffffff;*/
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	height:100%;
	font-size:90%;
	/*font-size:1em;*/
	line-height: 1.5;
	/*letter-spacing: 1px;*/
	text-align:center;
}

h1, h2, h3 {
	margin:0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:0;
}
#ads img {
	display:block;
	padding-top:10px;
}

#fixed {
   margin:0 auto;
   width:993px;   /* you can use px, em or % */
   text-align:left;
   height:100%;
}

#wrapper {
	min-width:993px;
	/*min-height:705px;*/
	padding:5px 0 5px 0;
	margin: 0;
	/*overflow:visible;*/
}

.clear {
	clear:both;
}

/* Header styles */
#header {
	clear:both;
	float:left;
}
#header {
	width:993px;
	height:177px;
	background-image: url(../img/bck-header.png);
	background-repeat:no-repeat;
	padding:0 0 0 10px;
	margin-top:5px;
}

#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}
/*#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#eee;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}
#header ul li a:hover {
	background:#369;
	color:#fff;
}
#header ul li a.active,
#header ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
#header ul li a span {
	display:block;
}*/


#logo {
padding: 28px 0 0 542px;
}
#logo h1, #logo h2 {
margin: 0;
}
#logo h1 {
height: 97px;
}
#logo h1 span {
float: left;
height: 100%;
}
#logo h1 #img {
width: 400px;
height: 97px;
background: transparent url("../img/mljekomati-head.png") no-repeat top left;
text-indent: -1000em;
}



/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}


/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	height:100%;
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	height:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	height:100%;
	padding:0 14px 1em 14px;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
	background:#61C9D6;		/* right column background colour */
	margin:0;
}
.threecol .colmid {
	right:190px;			/* width of the right column */
	background:#61C9D6;		/* center column background colour */
}
.threecol .colleft {
	right:518px;			/* width of the middle column */
	background:#61C9D6;	/* left column background colour */
}
.threecol .col1 {
	width:480px;			/* width of center column content (column width minus padding on either side) */
	left:1003px;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:256px;			/* Width of left column content (column width minus padding on either side) */
	left:190px;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
.threecol .col3 {
	width:160px;			/* Width of right column content (column width minus padding on either side) */
	left:725px;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}


/* Column 1 text */


#col1content {
	margin: 0;
}



/* Column 2 text */

#col2content {
	width:234px;
	padding:0 0 0 10px;
	margin: 10px 0 0 0;
	background-image: url(../img/ema-livo.png);
	min-height:400px;
	background-repeat: no-repeat;
	background-position: center;

}

#quote {
	font-family:Trebuchet MS,Arial,sans-serif;
	font-size:0.9em;
	color:#114a9f;
	text-align:justify;
}

/* Column 3 text */

#col3content {
	margin: 20px 0 0 0;
}


.text_right {
	background:none;
	border:none;
	margin:0 0 10px 0;
	font-family:Trebuchet MS,Arial,sans-serif;
	font-weight:normal;
	/*-moz-border-radius-topleft:26px;
	-webkit-border-top-left-radius:26px;
	border-top-left-radius:26px;
	-moz-border-radius-topright:26px;
	-webkit-border-top-right-radius:26px;
	border-top-right-radius:26px;*/
}


.links {
	width: 58px;
	height: 17px;
	background-image: url(../img/links.png);
	margin: 60px auto 20px auto;
}

/* Footer styles */
#footer {
	/*clear:both;*/
	float:left;
	width:100%;
	height:121px;
	background-image: url(../img/bck-footer.png);
	background-repeat:no-repeat;
	margin-bottom:5px;
}
#footer p {
	padding:10px;
	margin:0;
}

/* Contact page style */

#contact-page {
	padding:25px; 
	margin:0 0 15px 0;
	font-family:Trebuchet MS,Arial,sans-serif;
	font-size:1.5em;
}

#contact-adresa {
	margin:50px 0 0 0;
	line-height:75%;
	text-align:center;
	font-weight:bold;
}


/* Links style */

.links-a {
	margin:10px 0 5px 0;
	font-family:"Lucida Console", Monaco, monospace;
	font-size:1.1em;
	font-weight: bolder;
	text-align:center;
	color: #f6e4a8;
	letter-spacing:2px;
}



