/* 
	project:  internet studio
	author:   luka cvrk (www.solucija.com) 
*/

*{ margin: 0; padding: 0; }* 
body { font: .8em Tahoma, "Trebuchet MS", Tahoma, sans-serif; line-height: 1.6em; background: #fff url(images/topbluefade.gif) repeat-x;  }
a {	color: #EB0000;	background: inherit; text-decoration: none; }
a:hover { color: #808080; background: inherit; text-decoration: underline; }
p { margin: 0 0 15px 0; }
h1 { font: normal 2.8em Georgia, "Times New Roman", Arial; color: #444; }
h2 { font: normal 1.7em Georgia, "Times New Roman", Arial; margin: 0 0 10px; padding: 0 0 3px; color: #333; border-bottom: 1px solid #eee; }
img { border: 0; }
#content { width: 980px; margin: 25px auto; }
#logo { margin: 10px 0 20px 0; width: 300px; float: left; }
	#logo p { margin: 0; }
#menu { float: right; padding: 40px 0 0; margin: 0 0 38px; }
	#menu li { font-size: 1.1em; display: inline; }
	#menu li a { float: left; width: 87px; padding: 2px 0 7px; text-align: center; margin: 0 0 0 2px; color: #636365;  }
	#menu li a.current { background: #fff url(images/button.gif) no-repeat; color: #fff; }
	#menu li a:hover { text-decoration: none; color: #000; background: #fff url(images/button_grey.gif) no-repeat; }
.clear { clear: both; }
.caption { background: #fff url(images/title.gif) no-repeat; padding: 2px 0 0 18px; height: 35px; color: #fff;  }
	.caption p { margin: 0; }
#left { margin: 0 0 20px; clear: left; width: 270px; float: left; }
.box { background: #fff9d8; }
#leftabout { margin: 0 0 20px; clear: left; width: 470px; float: left; }
#left img { padding: 6px; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; background: #fff;}
.smallthumb { width: 109px; }
#center { width: 240px; float: left; margin: 0 0 20px 15px; }

#right { float: right; width: 620px; }
#rightabout { float: right; width: 470px; }
	.date { font-size: .8em; border-top: 1px solid #eee; padding: 5px 0 0; }
.box { background: #fff9d8; padding: 10px; }
.box li { list-style: none; border-bottom: 1px dotted #ccc; line-height: 26px; }
.box li a { padding: 0 5px; }
.box h1 {font: normal 4.8em Georgia, "Times New Roman", Arial; color: #444; }
#footer { font-size: .84em; clear: both; padding: 0px; background: #eee; }
#footer a { color: #444; }


/*-------------------------------------------------
tour
-------------------------------------------------*/

.tour {
	text-align: center;
}

.tour div.tourshot {
	margin: 35px auto;
	width: 724px;
	border-bottom: 2px solid #666;
}

.tour div.tourshot p {
	width: 650px;
	margin: 0 auto 5px auto;
}

.tour div.tourshot h1 {
	text-transform: uppercase;
	font-size: 20px;
}

.tour div.tourshot img {
	padding: 1px;
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
}

.tour div.tourshot strong {
	color: green;
}

.product div.tourshots {
	margin: 30px;
}

.product div.tourshots h1 {
	margin: 20px 0;
	text-align: center;
}


/*-------------------------------------------------
highlight
-------------------------------------------------*/

div.highlight {
	float: left;
	text-align: left;
	padding: 10px;
	border: 1px solid #ccc;
	margin: 0 0 10px 90px;
	background-color: #ffffff;
	width: 740px;
}


div.highlight img {
	padding: 1px;
	border: 1px solid #666;
	margin: 0 5px 0 0;
}

div.highlight h1 { font: normal 1.5em Georgia, "Times New Roman", Arial; color: #990000; }


div.highlight h2 {
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 15px 0;
}


div.highlight li {
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	list-style-image: url(images/icon_check.png);
	list-style-position: inside;

}

div.about {
	text-align: left;
	padding: 10px;
	border: 1px solid #ccc;
	margin: 0 0 10px 10px;
	background-color: #ffffff;
}

div.about li {
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	list-style-image: url(images/icon_check.png);
	list-style-position: inside;

}
