@charset "utf-8";
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Clearing floats */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { 
	display: inline-block;
}

/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Body */
body {
	background:#F7FCF8 url(../images/bg.jpg) repeat-x scroll center top;
	color:#232323;
	font-size: 11px;
	line-height: 130%;
	font-family: Tahom, Arial, Helvetica, sans-serif;
}

#header {
	width: 1000px;
	height: 264px;
	margin: 0 auto;
	background: url(../images/ansamblu.gif) right 5px no-repeat;
}

h1.logo {
	float: left;
	width: 211px;
	height: 111px;
	background: url(../images/logo.gif) 0 0 no-repeat;
	text-indent: -9999px;
	margin: 60px 0 0 40px;
}

#master {
	width: 1000px;
	margin: 0 auto;
}

.column {
	background: url(../images/column.gif) 0 0 no-repeat;
	width: 287px;
	height: 498px;
	padding: 20px 5px;
	float: left;
	margin-left: 30px;
	_margin-left: 15px;
}

.title1, .title2, .title3 {
	height: 44px;
	color: #fff;
	text-transform: uppercase;
	padding-top: 10px;
	padding-left: 15px;
	font-size: 20px;
}

.title1 {
	background: url(../images/h2a.gif) 0 0 no-repeat;
}

.title2 {
	background: url(../images/h2b.gif) 0 0 no-repeat;
}

.title3 {
	background: url(../images/h2c.gif) 0 0 no-repeat;
	color: #000;
}

.envelope {
	background: url(../images/envelope.gif) 15px bottom no-repeat;
	height: 430px;
}

.column h3 {
	font-size: 14px;
	padding: 10px 10px 5px 10px;
}

.column h4 {
	font-size: 12px;
	padding: 10px 10px 5px 10px;
}

.column a {
	color: #c30;
	text-decoration: none;
}

.column a:hover {
	border-bottom: 1px dotted #c30;
}

.column p {
	padding: 0 10px 5px 10px;
}

.column ul {
	padding: 0 10px 5px 20px;
}

.column ul li {
	display: block;
	background: url(../images/item.gif) 0 3px no-repeat;
	padding-left: 12px;
}

a.image img {
	padding: 2px;
	border: 1px solid #ccc;
	background: #fff;
}

.column a.image:hover {
	border-bottom: none;
}

.mediaswitch {
	width: 940px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: right;
}

/* Lightbox */
#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;	
}