/************************************************

	Author:   Vedran Deduš

*************************************************/

/* GENERAL DEFINITIONS */
*{
	margin: 0;
	padding: 0;
	outline: 0;
}
body { font: .74em Arial, Sans-Serif; background: #f4f4f4 url(../images/bg.gif) repeat-x; color: #777; text-align: center; }
a {
	color: #F90;
	text-decoration: none;
	/* [disabled]font-family: Arial, Sans-Serif; */
	text-transform: none;
	font-weight: bold;
	font-size: x-small;
}
p {
	line-height: 1.6em;
	margin: 0 0 10px;
	text-align: left;
	font-family: Arial, Sans-Serif;
	font-size: medium;
	font-weight: normal;
	color: #F90;
}
img {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.x {
	clear: both;
	text-align: left;
	font-size: xx-large;
	font-weight: bold;
}

/* LOGO */
h1 {
	float: left;
	font-size: x-large;
	letter-spacing: 6px;
	text-align: left;
	margin-top: 31px;
	margin-right: 0;
	margin-bottom: 64px;
	margin-left: 0;
}
h1 a {
	color: #999;
	text-transform: none;
	padding: 0 0 4px;
}
h1 span { color: #B5DFD7; padding: 0 0 4px; }
h1 a:hover{
	border-bottom: 1px dotted #444;
	color: #B5DFD7;
	font-weight: bold;
	font-size: x-large;
	text-decoration: none;
}
	
h2 {
	font-size: 1.3em;
	color: #222;
	margin: 0 0 15px;
	line-height: 1.5em;
	text-align: left;
}
h2 a {
	color: #999;
	font-size: medium;
}

/* CONTENT WRAPPER */
#content { clear: both; width: 960px; margin: 0 auto; text-align: left; }

/* MENU */
#menu { float: right; margin: 38px 10px 0 0; text-transform: uppercase; }
#menu li { display: inline; list-style: none; }
#menu li a { float: left; color: #777; padding: 5px; margin: 0 0 0 20px; font-weight: bold; }
#menu li a:hover {
	color: #B5DFD7;
}
#menu li a.current {
	color: #777;
}

/* PITCH */
#pitch { clear: both; height: 290px; margin: 0 0 35px; }	
#pitch-left {
	clear: both;
	width: 670px;
	float: none;
	margin: 0 0 30px;
	color: #FFF;
	font-weight: bold;
}
#pitch-left img {
	border-bottom: 0px solid #111;
}
#caption { clear: both; float: left; position: relative; margin: -67px 0 0 -11px !important; margin: -67px 0 0 -5px; height: 55px; background: url(../images/caption.gif) repeat-x; }
#caption span { float: left; background: url(../images/featured-span.gif) no-repeat; height: 52px; width: 11px; }
#caption h2 { padding: 21px 30px 0 15px; float: left; color: #222; text-transform: uppercase; font-size: 1.2em; letter-spacing: 3px; }
			
#pitch-right {
	height: 275px;
	width: 290px !important;
	width: 287px;
	float: right;
}
.templ, .tempr {
	float: left;
	margin: 0 0 23px 0;
	width: 135px;
	height: 100px;
	border-bottom: 2px solid #111;
}
.tempr { float: right; }
.zoom { position: relative; float: left; width: 35px; height: 37px; margin: -44px 0 0 -6px; background: url(../images/zoom.gif) no-repeat; }
#expl { clear: both; text-align: justify; color: #fff; padding: 0 5px 0 0; font-weight: normal; font-style: italic; color: #999; font-size: 1.2em; height: 97px !important; height: 92px; }
#browse { padding: 9px 17px 9px 26px; background: #fff url(../images/browse.gif) no-repeat 8px 13px; font-size: 1.2em; font-weight: bold; color: #444; border-bottom: 2px solid #111; }
#browse:hover { background: #eee url(../images/browse.gif) no-repeat 8px 13px; color: #000; }

/*  COLUMNS (1/3) */
.col {
	float: left;
	width: 930px;
	background: #fff;
	padding: 15px !important;
	padding: 15px 15px 2px;
	text-align: left;
	border-top: 1px dotted #ddd;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 35px;
	margin-left: 0;
}
.col.last { margin-right: 0; }
.col p {
	text-align: left;
	font-size: large;
	color: #B5DFD7;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
.more {
	float: left;
	position: relative;
	margin: 0 0 0 -21px;
	background: url(../images/more.gif) no-repeat;
	padding: 11px 21px 6px;
	color: #fff;
	font-size: .9em;
	font-weight: bold;
}

.line {
	clear: both;
	margin: 0 0 0px;
	border-bottom: 1px dotted #ccc;
}

/* LISTS */
#lists {
	float: none;
	width: 940px;
	margin-top: 10;
	margin-right: -10px;
	margin-bottom: 10px;
	margin-left: 10;
	padding-top: 10px;
	padding-right: -10px;
	padding-bottom: 0;
	padding-left: 10px;
	clear: both;
	font-family: Arial, Sans-Serif;
	color: #F90;
}
#lists ul {
	float: left;
	margin: 0 50px 0 0;
	text-align: left;
}
#lists ul.last { margin: 0; }
#lists li {
	background: url(../images/bullet.gif) no-repeat 0 10px;
	list-style: none;
	padding: 5px 0 0 12px;
	color: #555;
	text-align: justify;
	font-family: Arial, Sans-Serif;
}
#lists li.title { color: #222; font-size: 1.2em; font-weight: bold; font-weight: bold; padding-bottom: 9px; text-transform: uppercase; } 
	
/* QUOTE */
#quote {
	float: right;
	width: 270px;
	background: #ddd url(../images/quote.gif) no-repeat 7px 7px;
	height: 20px;
	color: #444;
	font-style: italic;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	margin: 0px;
	clear: both;
}
#author { font-weight: bold; padding: 10px 0 0;  }
	
/* FOOTER */
#footer {
	clear: both;
	color: #999;
	font-size: .94em;
	border-top: 1px dotted #ccc;
	padding: 25px 10px;
	font-weight: normal;
}
#flinks {
	float: right;
	color: #333;
}
#ExCLUSIVE {
	text-decoration: blink;
}
#text {
	font-size: medium;
}
#text {
	font-size: small;
	color: #999;
	font-weight: normal;
}
textarea {
	font-size: medium;
}
text {
	font-size: medium;
}
#content .line p .title {
	font-size: x-large;
	font-weight: bold;
}
#content .line .line .line p .title .MenuBarHorizontal {
	font-size: x-large;
}
span {
	color: #2E6CA7;
}
span {
	color: #F90;
	font-size: medium;
	font-weight: bold;
}
#content .line p .title {
	color: #2E6CA7;
	font-size: x-large;
}
#content .line p .title strong a span {
	color: #F90;
	font-size: x-large;
}
#content .line p .title strong {
	font-weight: bold;
}
#content .line p .title strong {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
strong {
	font-weight: bold;
	font-size: medium;
	color: #000000;
}
#content .line p .title strong {
	font-weight: bold;
}
#content {
	font-weight: bold;
}
#content .line p .title a span {
	color: #F90;
	font-size: x-large;
}
#content #footer p {
	font-size: x-small;
}
#content #lists p #text #result_box {
	color: #999;
	font-weight: normal;
	font-size: medium;
}
p {
	color: #999;
	font-size: medium;
}
#content {
	color: #999;
}
#content {
	font-weight: normal;
}
#content #footer p #result_box3 {
	color: #999;
	font-size: x-small;
	font-weight: normal;
}
#content table tr td p #Veliki_tekst #Veliki_tekst {
	color: #999;
	font-weight: normal;
}
#content #lists tr td small {
	color: #999;
}
#content .line p .title strong {
	color: #2E6CA7;
}
#content {
	color: #2E6CA7;
}
#content .line .title strong {
	color: #2E6CA7;
	font-weight: bold;
}
#content .line p .title strong span a span {
	color: #F90;
	font-size: x-large;
}
#content .line p .title strong {
	color: #F90;
}
#content .line p .title strong {
	color: #F90;
}
#content .line .title strong a {
	font-size: x-large;
}
#content .line .title strong {
	font-size: x-large;
}
.line p strong a {
	font-weight: bold;
}
.line p .title strong {
	font-size: x-large;
}
.line p .title strong {
	font-weight: bold;
}
body table tr td table tr td table tr td table tr td table tr td strong {
	font-size: medium;
}
body table tr td table tr td table tr td table tr td table tr td strong {
	color: #000000;
}
#lists .text a strong {
	color: #F90;
}
#Veliki_tekst #Veliki_tekst {
	font-weight: normal;
	color: #999;
}
span {
	font-size: x-large;
	text-align: left;
}
#content #lists p a {
	font-size: medium;
}
#content .line p .title .MenuBarHorizontal {
	font-size: x-large;
}
#content h2 .title .MenuBarHorizontal {
	font-size: x-large;
}
