/*
	project: web application template
	author: luka cvrk (www.solucija.com)
*/

*{
	margin: 0;
	/* [disabled]padding: 0; */
}*
body {
	background: #fff url(../images/bg.gif) repeat-x;
	font: .74em "Trebuchet MS", Arial, Sans-Serif;
	color: #444;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
	h1 { font-size: 3em; font-weight: normal; float: left; }
	h1 a { text-decoration: none; }
	h2 {
	font-size: 2em;
	color: #FFF2B3;
	font-weight: normal;
	margin-top: 1.2;
	margin-right: 0;
	margin-bottom: 0.4em;
	margin-left: 0;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	h3 { font-size: 1.5em; border-bottom: 1px solid #eee; margin: 0 0 .8em; }
	p  { margin: 0 0 2em 0; line-height: 1.8em; }
	em { border-bottom: 1px dotted #fff; cursor: pointer; }
	a { color: #9D2900; }
	a:hover { color: #CCCCCC; text-decoration: underline; }
	img { border: 0; }
	.red { color: #9D2900; }
	
.wrap {
	width: 900px;
	margin: 0 auto;
}
 
#header {
	width: 900px;
	height: 100px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
	#menu  {
	float: right;
	list-style: none;
	padding-top: 43px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 0;
}
		#menu li { display: inline; }
		#menu a { display: block; float: left; margin-left: 30px; padding: 7px; text-decoration: none; font-size: 13px; color: #000000; }
		#menu a:hover { color: #000; border-bottom: 2px solid #ccc; }
		#menu .active a { border-bottom: 2px solid #C70012; color: #9D2900;}
 
#teaser { clear: both; height: 200px; background: #fff url(../images/teaserbg.jpg) repeat-x; }
	.box {
	float: right;
	width: 600px;
	color: #C7E3EE;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-size: 1.2em;
	text-align: right;
}
	#image {
	float: right;
	width: 282;
	position: relative;
	top: 0;
	height: 325px;
	left: 0;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../images/logotype.jpg);
}
	
#bar { height: 10px; margin: 0 0 10px; padding: 4px 0 0 0; background: url(../images/bar.gif) repeat-x; }
	.step { cursor: pointer; color: #FAFDDD; padding: 4px 0 0 11px; margin: 0 35px 0 0; font-size: 1.4em; float: left; text-align: center; background: url(../images/step.gif) no-repeat; height: 30px; }
	.step a { color: #fff; margin: 0 10px 0 0; }
	
.col {
	float: left;
	width: 276px;
	margin-top: 0;
	margin-right: 35px;
	margin-bottom: 16px;
	margin-left: 0;
}
.wrap .col li {
	list-style-position: outside;
	list-style-type: circle;
	position: inherit;
	text-align: justify;
	margin-left: 20px;
}

	.last { float: right; margin: 0; }
	.info {
	padding: 8px;
	background-image: url(../images/info.png);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #e0e0e0;
	border-right-color: #e0e0e0;
	border-bottom-color: #e0e0e0;
	border-left-color: #e0e0e0;
}


#footer {
	clear: both;
	width: 900px;
	padding: 10px;
	border-top: 1px solid #e0e0e0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right 13px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}	

.text {
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
}

	#footer .right { float: right; margin: 0 55px 0 0; }
	#footer a {
	color: #444;
	font-weight: normal;
	font-size: 1em;
}
.super {
	vertical-align: super;
	font-size: .6em;
}
#form1 {
	width: 200px;
}
.style1 {
	font-family: Garamond;
	font-style: italic;
	text-transform: lowercase;
	font-size: 2.5em;
	color: #FFF2B3;
	width: 450px;
}
.healthcare {
	font-family: Garamond;
	text-transform: uppercase;
	color: #FFF2B3;
}
.style4 {
	font-family: Garamond;
	text-transform: uppercase;
	font-size: 2em;
	color: #FFFFDF;
}
.flashborder {
	border: medium solid #444444;
}

h3 a {
	text-decoration: none;
}

