/*
Theme Name: FiresQ
Theme URI: http://www.firesc.ro/
Description: The 2010 default theme for FiresQ
Author: Butterfly Media Romania
Version: 1.1
Tags: light, blue, transparent, png
*/

/**
 * Main theme CSS
 */

/* RESET */
html,
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	line-height: 0.8em;
	font-weight: normal;
	color: #999;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #dfdfdf url(bg-pattern.png) repeat-x;
	background-attachment: fixed;
}
img, embed, object {
	margin: 0;
	padding: 0;
}
ul {
	padding: 0 0 0 25px;
}
ul li {
	line-height: 1.7em;
	margin: 2px 0;
	padding: 0;
}
img {
	border: none;
}

/* ANCHORS */
a {
	margin: 0;
	outline: 0;
}
a, a:visited, a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

/* INTERFACE */
.container-top {
	width: 1060px;
	height: 173px;
	margin: 0 auto;
	margin-top: 4px;
	padding: 0;
	background: transparent url(bg-top.png) top center no-repeat;
}
.container-body {
	width: 1060px;
	margin: 0 auto;
	padding: 0px;
	background: transparent url(bg-body.png) top center repeat-y;
}
.container-bottom {
	width: 1060px;
	height: 172px;
	margin: 0 auto;
	padding: 0;
	background: transparent url(bg-bottom.png) top center no-repeat;
}
.content {
	position: relative;
	z-index: 1;
	padding-left: 32px;
	padding-right: 32px;
}
.content table td p,
.content table td ul li {
	font-size: 12pt;
	line-height: 20pt;
	text-align: justify;
	color: #0d2a6d;
}
.content table td {
	_padding: 8px;
}
.red {
	color: #ac0019;
}

/* NAVIGATION */
#navigation {
	height: 90px;
	background: transparent url(bg-nav.png) top center no-repeat;
}
#navigation #navbar {
	float: left;
	height: 40px;
	margin-top: 32px;
	margin-left: 220px;
}
#navigation #navbar ul.main-nav {
	list-style-type: none;
	margin-top: 2px;
}
#navigation #navbar ul.main-nav li {
	float: left;
	line-height: 38px;
	margin-right: 15px;
}
#navigation #navbar ul.main-nav li a {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #27407e;
	display: block;
	font-size: 12px;
	height: 24px;
	line-height: 18px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
}
#navigation #navbar ul.main-nav li.nosubmenu a:hover {
	background-color: #fff;
	color: #27407e;
	position: relative;
	border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#navigation #navbar ul.main-nav li.active a {
	background-color: #fff;
	color: #27407e;
	position: relative;
	border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

#pane1 {
	height: 285px;
}
.number {
	font-family: "Times New Roman", Times, serif;
}
#rotator {
	position: relative;
	width: 220px;
	height: 220px;
	margin: 0; padding: 0;
	overflow: hidden;
}

/**
 * jQuery lightBox plugin CSS
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img {
	border: none;
}
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image {
	padding: 10px;
}
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav {
	left: 0;
}
#lightbox-nav a {
	outline: none;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption {
	font-weight: bold;
}
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/**
 * jQuery scrollPane plugin CSS
 */
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background-color: #EEE;
}
.jScrollPaneDrag {
	position: absolute;
	background-color: #CCC;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
}
