/* 
	valentis.css
	copyright studiotandem.si
	march 2007
*/

/* general */

* {
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #0076bd;
}

.selected { color: #fe8624; }

/* .alt { display:none } */
.cr {clear:right; }

/* main layout */



#header {
	height: 132px;

}

#header-index {
	height: 217px;
	background: url(pic/header-bg-index.jpg) no-repeat;
}

.head-about { background: url(pic/header-bg-about.jpg) no-repeat right 0 !important;height: 132px;}
.head-quality-assurance { background: url(pic/header-bg-quality-assurance.jpg) no-repeat right 0 !important;height: 132px;}
.head-vision { background: url(pic/header-bg-vision.jpg) no-repeat right 0 !important;height: 132px;}
.head-business { background: url(pic/header-bg-business.jpg) no-repeat right 0 !important; height: 132px;}
.head-regulatory-affairs { background: url(pic/header-bg-regulatory-affairs.jpg) no-repeat right 0 !important;height: 132px;}
.head-contact { background: url(pic/header-bg-contact.jpg) no-repeat right 0 !important;height: 132px;}
.head-sales { background: url(pic/header-bg-sales.jpg) no-repeat right 0 !important;height: 132px;}

#menu, #menu-business {
	width:202px;
	height:310px;
	float:left;

}

#content {
	width: 570px;
	margin-left: 255px;
	padding-bottom: 20px;
	
}

#footer {
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	padding: 20px 0 40px 40px;
}


/* header */
#logo {
	margin: 10px 0 0 50px;
	width: 127px;
	height: 109px;
}


/* menu */

#menu, #menu-business { padding-top: 20px; margin-left: 50px; }
#menu a, #menu-business a {
	display:block;
	width: 202px;
	height:22px;
	
	/* background: url(pic/m-buttons.png) no-repeat right 0; */
}


/* content - submenu */
#submenu {
display: none;
}


/* content - headers */
#content h1 {
	font-weight:bold;
	font-size: 36pt;
	color: #fe8624;
	margin-left: 30px;
	margin-top: 30px;
}

#content h2 {
	font-weight:bold;
	font-size: 14pt;
	color: #0076bd;
	margin: 30px 40px 25px 30px;
	line-height:20pt;
}

#content p {
	font-weight:normal;
	font-size: 12pt;
	color: #000;
	margin: 10px 40px 10px 30px;
	line-height:18pt;
}

#content ul {
	list-style: none;
	font-size: 12pt;
	margin: 10px 40px 10px 18px;
	line-height:18pt;
	
}

#content li {
padding-left: 12pt;
	background: url(pic/bullet.gif) no-repeat 0 8px;
}

/* popup submeni */
#sub-business {
	margin-left: 20px;
}

#sub-business a { 
	display:block;
	width: 160px;
	height:22px;
	font-size: 11pt;
}
