/* project: internet market
   design: luka cvrk (www.solucija.com) 
   framework: Concept Nova (www.conceptnova.com) */
   
body { padding: 0; margin: 0; font: 0.7em Arial, sans-serif; line-height: 1.25em; background: #F0F0F0; color: #454545; }
a { color: #000066; background: transparent;}
a:hover { color: #0000CC; background: transparent; }
h1 { font: bold 2em Arial, Sans-Serif; letter-spacing: -1px; padding: 16px 0 0 8px; margin: 0; }
h2 { margin: 0; padding: 0; font: normal 1.6em Arial, Sans-Serif; letter-spacing: -1px; }
h1 a { color: #FFF; background: inherit; }
h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #BFE1ED; background: inherit; }
h3 { font: 90% Arial, Sans-Serif; margin: 0 0 10px 0; padding: 0; color: #5f5f5f; background: #FFF; }
p {	margin: 0 0 0px 0; line-height: 1.5em; }
form { margin: 0; }
input.search { width: 199px; border: none; background: #FFF url(../images/input.gif); padding: 4px; color: #808080; }
input.submit { height: 24px; font-weight: bold; width: 53px; border: none; background: #D96855 url(../images/button.gif); padding: 3px; color: #FFF; }


/* layout
   ------ */
.orangetext {
	color: #FF6600
}

.content { 
	margin: 10px auto;
	width: 768px;
	background: #FFF url(../images/big_middle.gif) repeat-y;
	color: #454545;
}

/* header */
.header_top { background: #FEFEFE url(../images/big_top.gif) no-repeat; color: #FFF; height: 15px; }
.header { padding: 0px 10px 0 10px; }
.header_bottom { clear: both; background: #FEFEFE url(../images/big_bottom.gif) no-repeat; color: #FFF; height: 15px; }
    
.sf_left {
	float: left;
	width: 208px;
	height: 75px;
	background: #FFF; 
	color: #000066;
	padding: 0px 0 0px 0px;
}

.sf_right {
	width: 530px;
	float: right;
	height: 77px;
}

.sf_banner {
	color: #FFFFFF;
}
	
.subheader {
	padding: 2px;
	background: #f0f0f0;
	color: #808080;
}

/* left side
   --------- */

.left {
	float: left;
	width: 595px;
	margin: 0 0 10px 0;
}

.box_top {
	background: #F0F0F0 url(../images/leftbox_top.gif) no-repeat;
	color: #808080;
	height: 40px;
	width: 159px;
}

.box_top h2 {
	color: #808080;
	background: inherit;
	padding: 7px 0 0 5px;
	margin: 0;
}

.box {
	border-left: 2px solid #F0F0F0;
	border-right: 2px solid #F0F0F0;
	padding: 0 4px 5px 7px;
	margin: 0;
	width: 144px;
	color: #595959;
	background: #FFF;
}

.box hr {
	width:80%;
	color:#FF9900;
	height:1px;
	clear:both;
}

.box_bottom {
	background: #FFF url(../images/leftbox_bottom.gif) no-repeat;
	color: #000;
	height: 13px;
	width: 160px;
	margin: 0 0 7px 0;
}

/* left and central column */
.left_side { 
	float: left;
	width: 159px;
	padding: 0px 5px 8px 8px;
}

.left_side img {
	padding: 1px 0px 2px 0px
}

.right_side { 
	float: right;
	width: 405px;
	margin: 0 5px 0 0; 
	text-align: justify;
}

.middle {
	color: black;
	padding: 0 5px 0 0px;
	margin-bottom: 20px;
	text-align: left;
}

.middle img{
	float: right;
	padding: 0 0 10px 10px;
}
	
.grey_top { 
	clear: both; 
	width: 382px;
	background: #EDEDED url(../images/grey_top.gif) no-repeat;
	color: #000; 
	height: 5px;
	padding: 0;
	margin: 0px 0 0 6px; 
}

.grey { 
	width: 362px; 
	margin: 0 0 0 6px; 
	padding: 10px; 
	background: #EDEDED url(../images/grey_bottom.gif) no-repeat bottom left; 
	color: #808080;	
}
	
.grey a {
	color: #FF3300;
	background: inherit;
	font-weight: bold;
}

.grey a:hover {
	color: #FF6600;
	background: #EDEDED;
}

.highlight {
	padding: 5px 3px 5px 3px;
	margin: 0 0 3px 0;
	border-bottom: 1px solid #FF9900;
}
		
/* right side
   ---------- */
		
.right { 
	float: right; 
	width: 170px;
	margin: 0 0 10px 0;
}

/* footer
   ------ */

.footer { 
	clear: both; 
	text-align: center;
	color: #808080;
	background: #f0f0f0;
	padding: 10px 0 5px 0;
	border-top: 1px solid #eee;
}
.footer p {	line-height: 2em; }
.footer a {	color: #4F4F4F; background: #f0f0f0; border-bottom: 1px dotted #808080; text-decoration: none; } 


/* --------- Top Menu Below -----------  */

.chromestyle{
	width: 100%;
	font-weight: bold;
	border-left: 1px solid #C86E3C;
	border-right: 1px solid #C86E3C;
	border-top: 1px solid #C86E3C;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	background: url(../images/nav/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #000066;
	padding: 4px 6px;
	margin: 0;
	text-decoration: none;
	border-left: 1px solid #C86E3C;
	border-right: 1px solid #C86E3C;
}

.chromestyle ul li a:hover{
	color: #0000CC;
	background: url(../images/nav/chromebg_over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	/*content: " v";
	content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #C86E3C; /*THEME CHANGE HERE*/
	border-bottom-width: 0px;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #C86E3C; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #000066;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
	color: #0000CC;
}
