/*   template: What's your solution?
     author: luka cvrk (www.solucija.com)   */

body {
	margin: 0;
	padding: 0;
	color: #7e7e7e;
	background: #FFFFFF url(images/bg.gif) repeat-x;
	line-height: 18px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 75%;
}

a {
	color: #1B1464;
	background-color: inherit;
}

a:hover {
	color: #575757;
	background-color: inherit;
}

h1 {
	font: bold 1.8em Arial, Sans-Serif;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
}

h1 a {
	text-decoration: none;
}

h2 {
	margin: 0;
	padding: 3px 0 6px 0;
	font-weight: bold;
	color: #1B1464;
	text-transform: none;
	background-color: inherit;
	font-family: Arial, Sans-Serif;
	font-size: 140%;
	
}

h2 a {
	color: #6AC65D;
	background-color: inherit;
	text-decoration: none;
}


p {
	padding: 2px 0 5px;
	margin: 0;
}

#content {
	margin: 0px auto; 
	width: 780px; 
}

.header {
	height: 90px;
	color: #19135D;
	background-image: url(images/logo2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	font-family: Tahoma;
	font-size: 18px;
	width: 775px;
	text-align: left;
	line-height: normal;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
hr {
	border: 1px dotted #FFD302;
}

	
.searchform {
	float: right;
	padding: 2px 5px 0 0;
}

.subheader {
	clear: both;
	height: 23px;
	margin: 0 0 10px 0;	
}

.subheader_left {
	line-height: 28px;
	width: 193px;
	color: #FFFFFF;
	background-color: #1B1464;
	background-image: url(images/hmleftbg.gif);
	background-repeat: repeat-x;
	height: 28px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}

.subheader_left a {
	color: #FFD302;
	text-decoration: none;
	font-weight: bold;
	background-color: inherit;
}

.subheader_right {
	color: #626262;
	line-height: 28px;
	float: right;
	width: 574px;
	background-color: #F6F6F6;
	background-image: url(images/hmrightbg.jpg);
	background-repeat: repeat-x;
	
}

.subheader_right a {
	margin: 0px 2px 0 0;
	padding: 7px 10px 8px 10px;
	color: #626262;
	background: inherit;
	font-weight: bold;
	text-decoration: none;
}

.subheader_right a:hover {
	background: #33ADDB url(images/hmleftbg.gif) repeat-x;
	border-top: 1px solid #1A83AC;
	color: #FFFFFF;
}

.left {
	float: left;
	padding: 5px 0 0 5px;
	width: 190px;
	color: #666666;
}

.right {
	float: right;
	width: 550px;
	color: #000;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #1B1464;
	border-right-color: #1B1464;
	border-bottom-color: #1B1464;
	border-left-color: #1B1464;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}

a.info {
	font: bold 1.3em Arial, Sans-Serif; 
	text-decoration:none; 
	position:relative;
}

a.info span {
	display:none;
}

a.info:hover {
	
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;; 
	left:0;; 
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(images/question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}

.line {
	height: 0px;
	border: 1px dotted #000000;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.right_left {
	float: left;
	width: 250px;
	padding: 13px;
	background: #f2f2f2 url(images/corner.gif) no-repeat bottom right;
	color: #626262;
	margin: 2px;
}

.right_right {
	float: left;
	width: 250px;
	padding: 13px;
	background: #f2f2f2 url(images/corner.gif) no-repeat bottom right;
	color: #626262;
	margin: 2px;
}

.footer { 
	clear: both; 
	color: #999999; 
	background-color: #FFFFFF;
	padding: 10px 0 10px 0; 
	border-top: 1px solid #e6e6e6; 
	text-align: center;  
	line-height: 13px;
}

.footer a { 
	text-decoration: underline; 
}

form.search {
	padding: 0; 
	margin: 0; 
}

input.text { 
	margin: 0; 
	width: 95px;
	border: 1px solid #ccc; 
	background: #FFF;
	color: #000; 
}

input.text:hover { 
	border: 1px solid #808080; 
}

input.searchbutton { 
	margin: 0; 
	font-size: 100%; 
	font-family: Arial, Sans-serif; 
	border: none; 
	background: #FFFFFF; 
	color: #808080; 
	padding: 1px; 
	font-weight: bold; 
}

.date { 
	color: #ccc; 
	background: #FFFFFF;
	text-align: right; 
	margin: 4px 0 3px 0; 
	padding: 0; 
}


#modules {
margin-top : 10px;
height : 150px;
}
#modules #mod3 {
	height : 150px;
	width : 182px;
	float : right;
	margin-top : 5px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: top;
}
#modules #mod2 {
	height : 150px;
	width : 182px;
	float : right;
	margin-right : 3px;
	margin-top : 5px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: top;
}
#modules #mod1 {
	height : 150px;
	width : 182px;
	float : left;
	margin-top : 5px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: top;
}
#modules .padding {
	padding: 10px;
}
#####modules img {
border : 1px solid #d3d3d3;
float : left;
margin-bottom : 15px !important;
margin-bottom : 5px;
}
#modules .price {
	color : #1B1464;
	float : right;
	text-align : right;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 0;
	font-family: "Tahoma", verdana, Arial;
	font-size: 12px;
	font-weight: bold;
}
#modules .only {
	color : #170D63;
	font-family: "Tahoma", verdana, Arial;
	font-size: 10px;
	font-weight: bold;
}
#modules .text {
	width : 100%;
	float : left;
	color : #9f9f9f;
	text-align : justify;
	padding: 0px;
	margin: 0px;
}
#modules h2 {
font : bold 1.2em "Tahoma", verdana, Arial;
color : #618fb5;
background : transparent;
margin-bottom : 4px;
}
#modules h2 a {
color : #618fb5;
background : transparent;
}
#modules h2 a:hover {
text-decoration : none;
color : #719fc5;
}
h3 {

	margin: 0;
	padding: 3px 0 6px 0;
	font-weight: bold;
	color: #19135D;
	text-transform: uppercase;
	background-color: inherit;
	font-family: Arial, Sans-Serif;
	font-size: 100%;
}
h4 {

	margin: 0;
	padding: 3px 0 6px 0;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	background-color: inherit;
	font-family: Arial, Sans-Serif;
	font-size: 150%;
}
.ImageRight {

	float: right;
	padding: 0;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.ImageLeft {

	float: left;
	padding: 0;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
h5 {

	margin: 0;
	padding: 3px 0 6px 0;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: inherit;
	font-family: Arial, Sans-Serif;
	font-size: 150%;
}
.leftDark {

	float: left;
	padding: 5px 0 0 5px;
	width: 190px;
	color: #666666;
}

