/* CSS Document */

* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:16px;
	color:#7D8995;
}

LI.numberList {
	list-style-type:decimal;
}

FIELDSET {
	border:solid;
	border-width:1px;
	border-top-color:#FFFFFF;
	border-right-color:#E2E2E2;
	border-bottom-color:#E2E2E2;
	border-left-color:#FFFFFF;
	padding:0px 10px 5px 10px;
	background-color:#E8E8E8;
}
LEGEND {
	padding:3px;
	color:#7D8995;
	font-weight:bold;
}
LABEL {
	float:left;
	width:150px;
	margin-right:8px;
}
LABEL.radio {
	float:left;
	width:71px;
	margin-right:8px;
}
LABEL.radioFull {
	float:left;
	margin-right:8px;
}
DIV.formReq {
	margin:0px;
	padding:0px 5px 0px 5px;
	font-weight:bold;
	height:auto !important;
	height:18px;
	min-height:18px;
	line-height:18px;
}
DIV.formOpt {
	margin:0px;
	padding:0px 5px 0px 5px;
	height:auto !important;
	height:18px;
	min-height:18px; 
	line-height:18px;
}
	DIV.MB {
		margin-bottom:5px;
	}
INPUT.file {
	height:20px;
	padding:2px 0px 0px 2px !important;
	padding:0px 0px 0px 2px;
	width:150px;
	background-color:#FFFFFF;
	color:#7D8995;
}
	INPUT.fileFocus {
		height:20px;
		padding:2px 0px 0px 2px !important;
		padding:0px 0px 0px 2px;
		width:150px;
		background-color:#F7F7F7;
		color:#7D8995;
	}
INPUT.text {
	border:solid;
	border-width:1px;
	border-top-color:#BAC2C8;
	border-right-color:#A3ADB5;
	border-bottom-color:#A3ADB5;
	border-left-color:#BAC2C8;
	height:16px;
	line-height:16px !important;
	line-height:14px;
	padding:2px 0px 0px 2px !important;
	padding:0px 0px 0px 2px;
	width:150px;
	background-color:#FFFFFF;
	color:#7D8995;
}
	INPUT.textFocus {
		border:solid;
		border-width:1px;
		height:16px;
		line-height:16px !important;
		line-height:14px;
		padding:2px 0px 0px 2px !important;
		padding:0px 0px 0px 2px;
		width:150px;	
		background-color:#F7F7F7;
		border-top-color:#666666;
		border-right-color:#000000;
		border-bottom-color:#000000;
		border-left-color:#666666;
		color:#000000;
	}
TEXTAREA.textarea {
	border:solid;
	border-width:1px;
	border-top-color:#BAC2C8;
	border-right-color:#A3ADB5;
	border-bottom-color:#A3ADB5;
	border-left-color:#BAC2C8;
	height:14px !important;
	height:16px;
	line-height:14px;
	padding-left:2px;
	width:100%;
	background-color:#FFFFFF;
	color:#7D8995;
}
	TEXTAREA.textareaFocus {
		border:solid;
		border-width:1px;
		height:38px !important;
		height:40px;
		line-height:14px;
		padding-left:2px;
		width:100%;	
		background-color:#F7F7F7;
		border-top-color:#666666;
		border-right-color:#000000;
		border-bottom-color:#000000;
		border-left-color:#666666;
		color:#000000;
	}
TEXTAREA.textareaRight {
	border:solid;
	border-width:1px;
	border-top-color:#BAC2C8;
	border-right-color:#A3ADB5;
	border-bottom-color:#A3ADB5;
	border-left-color:#BAC2C8;
	height:19px !important;
	height:21px;
	line-height:14px;
	padding-left:2px;
	width:150px;
	background-color:#FFFFFF;
	color:#7D8995;
}
	TEXTAREA.textareaRightFocus {
		border:solid;
		border-width:1px;
		height:38px !important;
		height:40px;
		line-height:14px;
		padding-left:2px;
		width:150px;	
		background-color:#F7F7F7;
		border-top-color:#666666;
		border-right-color:#000000;
		border-bottom-color:#000000;
		border-left-color:#666666;
		color:#000000;
	}
TEXTAREA.textareaBig {
	border:solid;
	border-width:1px;
	border-top-color:#BAC2C8;
	border-right-color:#A3ADB5;
	border-bottom-color:#A3ADB5;
	border-left-color:#BAC2C8;
	height:78px !important;
	height:80px;
	line-height:14px;
	padding-left:2px;
	width:100%;
	background-color:#FFFFFF;
	color:#7D8995;
}
	TEXTAREA.textareaBigFocus {
		border:solid;
		border-width:1px;
		height:78px !important;
		height:80px;
		line-height:14px;
		padding-left:2px;
		width:100%;	
		background-color:#F7F7F7;
		border-top-color:#666666;
		border-right-color:#000000;
		border-bottom-color:#000000;
		border-left-color:#666666;
		color:#000000;
	}
INPUT.submit {
	border:solid;
	border-width:1px;
	border-top-color:#BAC2C8;
	border-right-color:#89959F;
	border-bottom-color:#89959F;
	border-left-color:#BAC2C8;
	background-color:#7D8995;
	height:18px;
	line-height:12px;
	padding:0px 0px 0px 2px;
	width:154px;
	color:#FFFFFF;
}
	INPUT.submitFocus {
		border:solid;
		border-width:1px;
		border-top-color:#BAC2C8;
		border-right-color:#A3ADB5;
		border-bottom-color:#A3ADB5;
		border-left-color:#BAC2C8;
		background-color:#89959F;
		height:18px;
		line-height:12px;
		padding:0px 0px 0px 2px;
		width:154px;
		color:#7D8995;
	}

DIV#error {
	border:solid;
	border-width:1px;
	border-top-color:#FFFFFF;
	border-right-color:#E2E2E2;
	border-bottom-color:#E2E2E2;
	border-left-color:#FFFFFF;
	margin:10px;
	background-color:#FFFFFF;
	background-image:url(../images/errorIcon.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:0px 0px 0px 35px;
}
	DIV#errorHead {
		background-color:#FFFFFF;
		color:#000000;
		font-weight:bold;
		padding:2px 0px 2px 2px;
		background-image:url(../images/errorHeadBg.gif);
		background-position:top right;
		background-repeat:repeat-y;
	}
	DIV#errorBody {
		background-color:#FFFFFF;
		padding:3px 5px 3px 5px;
		color:#7D8995;
	}
DIV#message {
	border:solid;
	border-width:1px;
	border-top-color:#FFFFFF;
	border-right-color:#E2E2E2;
	border-bottom-color:#E2E2E2;
	border-left-color:#FFFFFF;
	margin:10px;
	background-color:#FFFFFF;
	background-image:url(../images/messageIcon.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:0px 0px 0px 35px;
}
	DIV#messageHead {
		background-color:#FFFFFF;
		color:#000000;
		font-weight:bold;
		padding:2px 0px 2px 2px;
		background-image:url(../images/messageHeadBg.gif);
		background-position:top right;
		background-repeat:repeat-y;
	}
	DIV#messageBody {
		background-color:#FFFFFF;
		padding:3px 5px 3px 5px;
		color:#7D8995;
	}

DIV.back, DIV.back A, DIV.back A:link, DIV.back A:active, DIV.back A:visited {
	text-align:right;
	border:none;
}

DIV#heading {
	padding:5px;
	text-align:center;
	font-weight:bold;
	color:#7D8995;
}
DIV.row {
	padding:5px;
	border-bottom:solid;
	border-bottom-color:#FFFFFF;
	border-bottom-width:1px;
	clear:both;
}
DIV.rowNB {
	padding:5px;
	clear:both;
}
	DIV.row2 {
		
	}
DIV.rowHidden {
	padding:5px;
	clear:both;
	display:none;
	visibility:hidden;
	overflow:hidden;
}
DIV.element1 {
	float:left;
	width:150px;
}
DIV.element2 {
	float:left;
	width:100px;
}
DIV.element3 {
	float:left;
	width:50px;
}
DIV.element4 {
	float:left;
	width:20px;
}
DIV.elementR1 {
	float:right;
	width:20px;
}
	DIV.elementR1 A {
		border:none;
	}
	DIV.elementR1 IMG {
		margin-top:-4px;
	}
DIV.elementR2 {
	float:right;
	width:100px;
	text-align:right;
}
	DIV.elementR2 A {
		border:none;
	}
	DIV.elementR2 IMG {
		margin-top:2px;
	}

/* =================================== */
/* ==========      NEWS      ========= */
/* =================================== */

DIV.newsHeadline {
	
}
DIV.newsHeadlineLast {
	position:relative;
	clear:both;
}
	DIV.newsTitle {
		font-weight:bold;
		height:18px !important;
		line-height:18px !important;
		height:16px;
		line-height:16px;
	}	
	DIV.newsThumb {
		background-color:#E8E8E8;
		float:right;
		width:85px;
		height:85px;
		position:relative;
		margin:12px 0px 6px 4px;
	}
		DIV.newsThumb IMG {
			width:85px;
			height:85px;
			border:none;
		}
	DIV.newsContent {
		margin-bottom:5px;
	}
		SPAN.newsDate {
			color:#7D8995;
			font-weight:bold;
			margin-right:5px;
		}
	DIV.newsFullContent {
		text-align:justify;
		height:auto;
		margin-bottom:5px;
	}
DIV.newsArchiveButton {
	position:absolute;
	bottom:4px;
	right:5px;
}
	DIV.newsArchiveButton A {
		border:none;
	}

/* =================================== */
/* ==========   DOWNLOADS    ========= */
/* =================================== */

DIV.downloadHeadline {
	position:relative;
	clear:both;
}
DIV.downloadHeadlineLast {
	position:relative;
	clear:both;
}
	DIV.downloadTitle {
		font-weight:bold;
		height:18px !important;
		line-height:18px !important;
		height:16px;
		line-height:16px;
	}	
	DIV.downloadThumb {
		background-color:#E8E8E8;
		float:right;
		width:48px;
		height:48px;
		position:relative;
	}
		DIV.downloadThumb IMG {
			width:43px;
			height:43px;
			position:absolute;
			top:4px;
			left:4px;
		}
	DIV.downloadContent {
		height:52px;
	}
	DIV.downloadFullContent {
		/*text-align:justify;*/
		height:auto;
		margin-bottom:5px;
	}
	DIV.downloadFullContentMin {
		/*text-align:justify;*/
		height:auto !important;
		height:50px;
		min-height:50px; 
		margin-bottom:5px;
	}
		SPAN.downloadDate {
			color:#7D8995;
			font-weight:bold;
			margin-right:5px;
		}
DIV.downloadArchiveButton {
	height:10px;
	line-height:10px;
	font-size:1px;
	text-align:right;
	margin-top:3px;
}
	DIV.downloadArchiveButton A {
		border:none;
	}

/* =================================== */
/* ==========    CONTACT     ========= */
/* =================================== */

DIV#contactAddress {
	float:right;
	width:42%;
}
DIV#contact {
	float:left;
	width:200px;
}
TEXTAREA.textareaContact {
	border:solid;
	border-width:1px;
	border-top-color:#BAC2C8;
	border-right-color:#A3ADB5;
	border-bottom-color:#A3ADB5;
	border-left-color:#BAC2C8;
	height:34px !important;
	height:34px;
	line-height:14px;
	padding-left:2px;
	width:150px;
	background-color:#FFFFFF;
	color:#7D8995;
}
	TEXTAREA.textareaContactFocus {
		border:solid;
		border-width:1px;
		height:68px !important;
		height:68px;
		line-height:14px;
		padding-left:2px;
		width:150px;	
		background-color:#F7F7F7;
		border-top-color:#666666;
		border-right-color:#000000;
		border-bottom-color:#000000;
		border-left-color:#666666;
		color:#000000;
	}

/* =================================== */
/* ==========   DOWNLOADS    ========= */
/* =================================== */

DIV.cathegory {
	font-weight:bold;
	padding:8px 3px 2px 0px;
	text-align:right;
	border-bottom:solid;
	border-bottom-color:#7D8995;
	border-bottom-width:1px;
}

/* ===== STYLES eq FCKeditor ===== */
A, A:link, A:visited, A:active {
	color:#B3995D;
	text-decoration:none;
}
A:hover {
	color:#B3995D;
	font-weight:bold;
}

LI {
	list-style-type:square;
	list-style-position:inside;
	color:#7D8995;
}
HR {
	width:100%;
	height:1px;
	line-height:1px;
	font-size:1px;
	background-color:#E8E8E8;
	border:none;
	background-image:url(../images/lineDot.gif);
	background-position:top left;
	background-repeat:repeat-x;
}
DIV.hr {
	width:100%;
	height:1px;
	line-height:1px;
	font-size:1px;
	background-color:#E8E8E8;
	border:none;
	background-image:url(../images/lineDot.gif);
	background-position:top left;
	background-repeat:repeat-x;
}
DIV.hrFull {
	width:100%;
	height:1px;
	line-height:1px;
	font-size:1px;
	background-color:#E8E8E8;
	border:none;
	background-image:url(../images/lineDot.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

H1.gray {
	color:#7D8995;
	font-size:14px;
}
H1.white {
	color:#FFFFFF;
	font-size:14px;
}
H2.gray {
	color:#7D8995;
	font-size:12px;
}
H2.white {
	color:#FFFFFF;
	font-size:12px;
}
H3.gray {
	color:#7D8995;
	font-size:10px;
}
H3.white {
	color:#FFFFFF;
	font-size:10px;
}

P.paragraphGray{
	padding:5px;
	color:#7D8995;
	font-size:10px;
}
P.paragraphWhite{
	padding:5px;
	color:#FFFFFF;
	font-size:10px;
}

DIV.headingLeft {
	padding:5px;
	text-align:left;
	font-weight:bold;
	color:#7D8995;
}
DIV.headingCenter {
	padding:5px;
	text-align:center;
	font-weight:bold;
	color:#7D8995;
}
DIV.headingRight {
	padding:5px;
	text-align:right;
	font-weight:bold;
	color:#7D8995;
}

DIV.portfolioCat {
	clear:both;
	margin:5px 0px 0px 20px;
	height:30px;
	line-height:30px;
}
	DIV.portfolioCatImage {
		float:left;
		margin:0px 10px 0px 0px;
	}
		DIV.portfolioCatImage IMG {
			width:20px;
			border:solid;
			border-width:1px;
			border-color:#A3ADB5;
		}

DIV#portfolio {
	height:213px;
}
	DIV.portfolioRow {
		text-align:center;
		position:relative;
	}
		DIV.portfolioItem {
			position:absolute;
			top:0px;
			border:solid;
			border-width:1px;
			border-color:#A3ADB5;
			z-index:1;
		}
			DIV#portfolio A, DIV.portfolioItem A {
				border:none;
			}
DIV.portfolioFooter {
	position:relative;
	margin:0px 5px 5px 0px;
}
	DIV.portfolioPages {
		float:right;
		font-weight:bold;
	}
		DIV.portfolioPages A,DIV.portfolioPages A:link,DIV.portfolioPages A:active,DIV.portfolioPages A:visited {
			text-decoration:none;
			border:none;
			font-weight:bold;
		}
		SPAN.portfolioPagesActive {
			text-decoration:underline;
		}
	DIV.portfolioBack, DIV.portfolioBack A,DIV.portfolioBack A:link,DIV.portfolioBack A:active,DIV.portfolioBack A:visited {
		float:left;
		border:none;
	}

DIV#portfolioPopup {
}
	DIV#portfolioClose {
		position:absolute;
		top:0px;
		right:0px;
		margin:5px 5px 0px 0px;
	}
	DIV#portfolioFullClose {
		position:absolute;
		top:0px;
		right:0px;
		margin:5px 5px 0px 0px;
		z-index:50;
	}
		DIV#portfolioClose A,DIV#portfolioFullClose A {
			border:none;
		}
	DIV#portfolioItemBig {
		height:375px;
		position:relative;
		clear:both;
	}
		DIV#portfolioItemLeft {
			float:left;
			width:140px;
			background-color:#FFFFFF;
			margin:212px 0px 0px 10px;;
		}
		DIV.portfolioItemCenter {
			height:270px;
			text-align:center;
			position:absolute;
			overflow:hidden;
			background-color:#FFFFFF;
		}
			/*core drop shadow rules*/
			.wrap1, .wrap2, .wrap3 {
				display:inline-table;
				/* \*/display:block;/**/
			} 
			.wrap1 {
				float:left;
				background-image:url(../images/shadow.gif);
				background-position:right bottom;
				background-repeat:no-repeat;
			}
			.wrap2 {
				background-image:url(../images/shadowCorner_bl.gif);
				background-position:left bottom;
				background-repeat:no-repeat;
			}
			.wrap3 {
				padding:0px 8px 8px 0px;
				background-image:url(../images/shadowCorner_tr.gif);
				background-position:right top;
				background-repeat:no-repeat;
			}
				.wrap3 IMG {
					display:block;
					border:solid;
					border-width:1px;
					border-color:#A3ADB5;
					background-color:#FFFFFF;
				}
				DIV.portfolioItemCenter A, .wrap3 A {
					border:none;
				}
			.portfolioItemCenter .wrap1 {
				background-image:url(../images/shadow.gif);
				background-position:right bottom;
				background-repeat:no-repeat;
			}
			.portfolioItemCenter .wrap2 {
				background-image:url(../images/shadowCorner_bl.gif);
				background-position:-12px 100%;
				background-repeat:no-repeat;
			}
			.portfolioItemCenter .wrap3 {
				padding:0 16px 16px 0;
				background-image:url(../images/shadowCorner_tr.gif);
				background-position:100% -12px;
				background-repeat:no-repeat;
			}
			
		DIV.portfolioItemExtra {
			text-align:center;
			position:absolute;
			bottom:0px;
			left:160px;
			width:480px;
			height:25px;
			overflow:auto;
		}
			DIV#portfolioItemExtra A {
				border:none;
			}
		DIV#portfolioItemRight {
			float:right;
			text-align:right;
			width:140px;
			background-color:#FFFFFF;
			margin:212px 10px 0px 0px;
		}
			DIV#portfolioItemRight A,DIV#portfolioItemLeft A {
				border:none;
			}
			IMG.portfolioItemRight, IMG.portfolioItemLeft {
				width:50px;
				border:solid;
				border-width:1px;
				border-color:#A3ADB5;
			}
	
DIV#linksRight {
	clear:both;
	width:47%;
	float:right;
	margin-left:20px;
}
DIV#linksLeft {
	width:44%;
	float:left;
	margin-left:10px !important;
	margin-left:5px;
}
	DIV.linksHeader {
		font-weight:bold;
	}
	DIV.linkHeaderMargin {
		margin-top:10px;
	}

DIV#getItemBig_container {
	position:absolute;
	top:20px;
	width:800px;
	height:340px;
	overflow:hidden;
}
	DIV#getItemBig {
		position: relative; /* important */
		overflow: hidden; /* important */
		width: 800px; /* important */
		height: 340px; /* important */
		margin: 0;
	}
	
	#getItemBig_content {
		position: absolute;
		top: 0;
		margin-left: 0;
	}
	
	#getItemBig_content
	#getItemBig_content li {
		list-style: none;
		margin: 0;
		padding: 0;
		height:340px;
	}
		#getItemBig_content {
			width: 9999999px;
			height:340px;
		}
		#getItemBig ul li {
			display: block;
			float: left;
			margin: 0;
			padding: 0;
			border: none;
			background-color: #fff;
			width:800px;
			height:340px;
			text-align:center;
		}
		#getItemBig ul li div {
			text-align:center;
			width:760px;
			background-color:#FFFFFF;
			margin:0px 20px;
		}
			#getItemBig ul li div.title {
				font-weight:bold;
			}
	#getItemBig ul li img {
		border:none;
	}

DIV#portfolioItemSlide {
	width:700px;
	height:100px;
	background-color:#FFFFFF;
	background-image:url(../images/sliderBG.gif);
	background-position:top left;
	background-repeat:no-repeat;
	position:absolute;
	bottom:10px;
	left:50px;
	border:solid;
	border-width:1px;
	border-color:#7D8995;
	text-align:center;
	overflow:hidden;
}

DIV#portfolioItemSlide UL {
	overflow: hidden;
}

UL#portfolioItemSlideContainer LI {
	float: left;
	list-style: none;
	text-align: center;
	padding:5px;
	margin-top:2px;
}
	UL#portfolioItemSlideContainer LI A {
		height:80px;
	}

UL#portfolioItemSlideContainer LI IMG {
	border:solid;
	border-width:1px;
	border-color:#A3ADB5;
}

DIV#popupSlideContainer A#portfolioItemSlideLeft, DIV#popupSlideContainer A#portfolioItemSlideRight {
	display: block;
	float: left;
	width: 25px;
	height: 102px;
	overflow: hidden;
	position:absolute;
	bottom:10px;
}

DIV#popupSlideContainer A#portfolioItemSlideLeft {	
	left:25px;
}

DIV#popupSlideContainer A#portfolioItemSlideRight {
	right:25px;
}

DIV.banned {
	margin:0px auto;
	width:300px;
	text-align:center;
	padding-top:50px;
	color:#FFFFFF;
}
