/*********************************************************************************************************
GENERAL STYLE
**********************************************************************************************************/ 

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, form, label, table, caption, tbody, 
tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: tahoma;
	background-color: transparent;
}

html {
	background-color:#dcdcdc;
	background-image:url('../img/bg.jpg');
	background-repeat:no-repeat;
	background-position:center 130px;
	color:#777777	;
	font-size:0.70em;
	line-height:150%;
    overflow-x: hidden;
	overflow-y: scroll;

}

input {
	//background-image:url('../img/txtfield.jpg');
	//background-repeat:repeat-x;
	//background-color:#fff;
	font-family:verdana;
	//border:0;
	//padding:7px;
	font-size:.9em;
}

a {
	color:#ef7734;
	text-decoration:none;
}

a:hover {
	color:#ef7734;
	text-decoration:underline;
}

button {
	cursor:pointer;		
}

.clear {
	clear:both;	
}

#search {
	overflow:hidden;	
}

#search .fields {
	clear:both;
	overflow:auto;
}

#search .search_field {
	float:left;	
	width:570px;
	#width:550px;
}

#search .search_button {
	float:left;
	width:122px;
	cursor:pointer;
}
#search span {
	font-size:.8em;
	clear:both;
}


#container {
	width:980px;
	margin:0 auto;	
}

#top {
	background-color:#2d2d2d;
	height:130px;
}

#top #top_container {
	width:980px;
	margin:0 auto;
	background-image:url('../img/top.jpg');
	background-repeat:no-repeat;
	background-position:left;
	height:130px;
}

#top #top_container #logo {
	float:left;	
	margin:30px 40px;
}

#top #top_container #search {
	float:right;	
	width:750px;
}

#total_companies {
	position:absolute;
	/*VISTI HACK, old values: margin-left:670px; width:300px;*/
	margin-left:570px;
	width:400px;
	text-align:right;
	color:#a0a0a0;
	top:5px;
	font-size:.9em;
}

.box {
	background-color:#fff;
	background-image:url('../img/box.jpg');
	background-repeat:repeat-x;
	background-position:bottom;
	padding:20px;
	margin:0 0 30px 0;
	overflow:auto;
}

.hl {
	background-image:url('../img/hl.jpg');	
	background-repeat:repeat-x;
	color:#fff;
	padding:5px 10px;
	clear:both;
	overflow:auto;
}

#center {
	width:600px;
	float:left;
	background-image:url('../img/shadow.jpg');
	background-repeat:no-repeat;
	background-position:right top;
	padding-right:30px;
}

#right {
	width:200px;
	float:left;
	padding:20px;
}

/*********************************************************************************************************
INTRO
**********************************************************************************************************/ 

ul#intro {
	clear:both;
	margin:0;
	padding:0;
}
ul#intro li {
	float:left;
	list-style:none;
	width:260px;
	margin:0 25px;
}

ul#intro .icon {
	float:left;	
	width:30px;
}
ul#intro .headline {
	float:left;	
	margin:3px 0;
	width:200px;
}

/*********************************************************************************************************
RESULTS
**********************************************************************************************************/ 

#results {
	clear:both;	
}

#results .result {
	clear:both;	
	border-bottom:solid 1px #e4e4e4;
	padding:15px 0;
}

#results .last {
	border:0;
}

#results .result .info { }

#results .result .services {
	color:#b2b2b2;
}

#results .result .url { }


#results .main_result {
	clear:both;	
	border-bottom:solid 1px #e4e4e4;
	padding:15px 0;	
	overflow:auto;
}

#results .main_result .img {
	float:left;
	width:140px;
	height:100px;
	padding:5px;
	border:solid 1px #CCC;
}

#results .main_result .info {
	float:left;
	margin-left:10px;
	width:430px;
}

/*********************************************************************************************************
RIGHT
**********************************************************************************************************/ 

#right ul {
	margin:0;
	padding:0;
}
#right ul li {
	list-style:none;
	border-bottom:dotted 1px #cccccc;
	padding:2px 3px;
	color:#c3c3c3;
	font-weight:bold;
}
#right ul li a {
	color:#4e4d4d;
}


/*********************************************************************************************************
PAGINATION
**********************************************************************************************************/ 

#pagination {
	clear:both;	
}

#pagination ul {
	margin:0;
	padding:0;
}

#pagination ul li {
	float:left;
	margin:0 5px;
	padding:3px 10px;
	border:solid 1px #dfdede;
}

#pagination ul li:hover {
	background-color:#ef7734;
	cursor:pointer;
	color:#fff;
	border:solid 1px #ef7734;
}

#pagination ul li.active {
	background-color:#f59864;
	color:#fff;
	border:solid 1px #f59864;
}




/*********************************************************************************************************
FOOTER
**********************************************************************************************************/ 

#footer {
	background-color:#757575;
	background-image:url('../img/footer.jpg');
	background-repeat:repeat-x;
	width:100%;
	overflow:auto;
}

#footer #footer_container {
	width:980px;
	margin:30px auto;
	color:#fff;
}
#footer #footer_container #footer_left {
	float:left;
	width:300px;
}
#footer #footer_container #footer_right	 {
	float:right;
	width:650px;
}
#footer #footer_container #footer_right ul {
	margin:0;
	padding:0;
	float:right;
}
#footer #footer_container #footer_right ul li {
	float:left;
	list-style:none;
	text-align:right;
	margin:0 25px;
}

#footer #footer_container a {
	color:#c3c3c3;	
}

.message, .error_message {
	background-color:#D2FA9D;
	float:left;
	padding:10px;
	margin-left:20px;
	margin-top:10px;
	width:95%;
}
#Main #messages .message {
	margin:0px;
	margin-bottom:10px;
}

.error_message, #authMessage {
	background-color:#C33;
	color:#FFC;
}

p.warning, p.error, p.notice, div.warning, div.notice, div.error, div.success{
    padding-left: 40px;
    padding-right: 6px;
}
p.warning, div.warning{
    background: url("../../img/dialog-warning-yellow.png") no-repeat;
    border: 1px dashed orange;
}
p.notice, div.notice{
    background: url("../../img/dialog-information.png") no-repeat;
    border: 1px dashed lightblue;
}
p.error, div.error{
    background: url("../../img/dialog-error.png") no-repeat;
    border: 1px dashed darkred; 
}
div.warning, div.notice, div.error, div.success{
    padding-bottom:1.5em;
}

