/*=====================================================================================================

Project:	    StructurZ	
Version:		1.0
Last Changed:	17.06.2009
Author:			Daniel Rus

=====================================================================================================*/


/*=====================================================================================================

[Table of Contents]

1. GENERAL [style for body, headers, default behaviour of paragraphs, images, links etc]
2. LAYOUT [elements used to define the layout of the site]
	2.1 HEADER
	2.2 CONTENT
	2.3 FOOTER
3 NAVIGATION
	3.1 MAIN NAVIGATOR
	3.2 FOOTER NAVIGATOR
4. FORMS
5. OTHER
	5.1 HOMEPAGE
	5.2 RESOURCES
	5.3 CONTACT
	5.4 PORTFOLIO
	5.5 FORM ERRORS
======================================================================================================*/





/* 1. GENERAL 
======================================================================================================*/

html { height: 100%; }
body { margin: 0; height: 100%; background: #ffffff url(../../general/bgMain.gif) repeat-x; font: normal 0.7em/1.5em Arial; }
h1 { margin: 3px 0 0.2em 0; padding-bottom: 0.2em; font: bold 1.8em Arial; color: #003d7e; }
h1 span { display: block; color: #0069ca; padding-left: 20px; }
h2 { margin: 1.5em 0 0.2em 0; padding-bottom: 0.2em; font: bold 1.6em Arial; color: #003d7e; border-bottom: 1px solid #8c8c8c; }
h2 span { color: #0069ca; }
h3 { color: #003d7e; }
img { border: none; }
p { margin: 1em 0; text-align: justify; }
.clearAll { clear: both; height: 0; font-size: 0; line-height: 0; overflow: hidden; }
a { color: #0f55a1; text-decoration: none; }
a:hover { color: #4e87c3; text-decoration: underline; }
em { font-style: normal; font-weight: bold; }





/* 2. LAYOUT 
======================================================================================================*/

#container { min-height: 100%; height: auto !important; height: 100%; background: url(../../general/bgContainer.jpg) no-repeat top center; }


	/* 2.1 HEADER ------------------------------*/
	
	#header { width: 980px; height: 128px; margin: 0 auto; }
	.logo { float: left; width: 360px; padding: 15px 0 0 20px; }
	.motto { float: left; width: 400px; height: 90px; background: url(../../general/motto.gif) no-repeat; text-indent: -9999px; }
	.nimlock { float: left; width: 200px; }
	
	
	/* 2.2 CONTENT  ----------------------------*/
	
	#content { width: 980px; margin: 0 auto; padding: 25px 0 70px 0; }
	#services { padding-bottom: 20px; }
	#services h2 { margin-top: 0; border: 0; }
	#services p { margin-top: 0; }
	
	.services-exhibits,
	.services-events,
	.services-solutions { float: left; padding: 0 20px 0 90px; }
	.services-exhibits { width: 195px; background: url(../../general/iconTradeShowExhibits.gif) no-repeat; }
	.services-events { width: 195px; background: url(../../general/iconEventEviroments.gif) no-repeat; }
	.services-solutions { width: 260px; background: url(../../general/iconPermanentSolutions.gif) no-repeat; }
	
	ul.features { margin: 0; padding: 0; list-style: none; }
	ul.features li { background: url(../../general/arrowFeatures.gif) no-repeat left center; padding-left: 20px; margin: 5px; }
	#contentMain { float: left; width: 680px; padding-left: 20px; }
	#sidebar { float: left; width: 240px; padding: 0 20px; }
	h2.sidebarFirst { margin-top: 0; border: 0; }
	.orderedList { margin: 1em 0; padding: 0 0 0 30px; }
	.homepageLink { color: white; font-weight: bold; }
	
	
	/* 2.3 FOOTER  -----------------------------*/
	
	#footer { margin-top: -26px; height: 26px; background-color: #003d7e; }
	.footerContent { width: 980px; margin: 0 auto; color: #ffffff; font: normal 11px/26px Arial; }
	.footerContent p { float: left; width: 400px; margin: 0; padding-left: 100px; background: url(../../general/logoSmall.gif) no-repeat; }
	.footerContent p a { font-weight: bold; color: #2793f8; }





/* 3. NAVIGATION
======================================================================================================*/

	/* 3.1 MAIN NAVIGATION --------------------*/
	
	.mainNav { height: 38px; }
	.navMain ul { margin: 0; padding: 0; list-style: none; }
	.navMain ul li { float: left; height: 38px; padding: 0 14px; font: bold 12px/38px Arial; border-left: 1px dotted #9acfff; }
	.navMain ul li a { float: left; height: 38px; color: #ffffff; text-align: center; }
	.navMain ul li a:hover { color: #6eb6f9; text-decoration: none; }
	.navMain ul li.first { width: 44px; border-left: 0; }
	.navMain ul li a.home { width: 44px; text-indent: -9999px; background: url(../../general/btHome.gif) no-repeat; }
	.navMain ul li a.home:hover { background-position: 0 -38px; }


/* 3.2 FOOTER NAVIGATION -------------*/

#footer ul
{
	margin: 0;
	padding: 0 20px;
	list-style: none;
	float: right;
	background-color: #2f2f2f;
}

#footer ul li
{
	float: left;
	padding: 0 10px;
	height: 26px;
}

#footer ul li a { color: #ffffff; }
#footer ul li a:hover { color: #6eb6f9; }






/* 4. FORMS  ----------------------------------------------------------------------*/

form
{
	margin: 0;
	padding: 0;
}

form fieldset
{
	float: left;
	width: 300px;
	border: 0;
	margin: 0;
	padding: 0 0 0 40px;
}

label
{
	float: left;
	width: 90px;
	padding: 2px 0;
	margin: 5px 0;
}

label.labelOptions { width: 140px; }

form br { clear: left; }

.formHolder
{
	margin: 20px 0;
}

.formField
{
	float: left;
	width: 180px;
	background-color: #dfe9f1;
	border: 1px solid #003d7e;
	font: normal 1em/1em Arial;
	padding: 2px 5px;
	margin: 5px 0;
}

.formSelect
{
	float: left;
	width: 180px;
	background-color: #dfe9f1;
	border: 1px solid #003d7e;
	font: normal 1em/1em Arial;
	padding: 2px 5px;
	margin: 5px 0;
}

.formTextarea
{
	float: left;
	width: 180px;
	height: 100px;
	background-color: #dfe9f1;
	border: 1px solid #003d7e;
	font: normal 1em/1em Arial;
	padding: 2px 5px;
	margin: 5px 0;
}

.formButtons
{
	clear: both;
	padding: 10px 0;
	margin: 10px 0;
	border-top: 1px dotted #636363;
	text-align: center;
}

.formNotes
{
	margin: 10px 0;
	font-style: italic;
}






/* 5. OTHER  ----------------------------------------------------------------------*/

/* 5.1 HOMEPAGE ----------------------*/

.homeColumnLeft
{
	float: left;
	width: 260px;
	padding-right: 20px;
}

.homeColumnRight
{
	float: left;
	width: 400px;
}

.homeCertification
{
	height: 33px;
	margin: 0;
	padding: 50px 110px 0 10px;
	background: url(../../general/visualCertification.gif) no-repeat;
	font-weight: bold;
	color: #003d7e;
	text-align: left;
	line-height: 1.2em;
}

.homeWhy
{
	padding: 15px 21px;
	background-color: #003d7e;
	color: #ffffff;
}

.homeWhy h2
{
	color: #ffffff;
	border-color: #0189bf;
}

.slideshow
{
	background-color: #ffffff;
	padding: 3px;
}

.homeServices
{
	padding: 0 21px;
}

.homeServices ul
{
	margin: 0 5px;
	padding: 0;
	list-style: none;
	float: left;
	width: 163px;
}

.homeServices ul li
{
	display: block;
	margin: 0;
	padding: 3px 0 3px 15px;
	border-bottom: 1px dotted #636363;
	background: url(../../general/arrow.gif) no-repeat left center;
}

.saleRentList ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.saleRentList ul li
{
	width: 120px;
	height: 70px;
	padding-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	float: left;
}

.saleRentList ul li a
{
	display: block;
	height: 70px;
}

.forSale-10x10 { background: url(../../general/sale10x10.gif) no-repeat bottom; }
.forSale-10x20 { background: url(../../general/sale10x20.gif) no-repeat bottom; }
.forSale-20x20 { background: url(../../general/sale20x20.gif) no-repeat bottom; }
.forSale-20x30 { background: url(../../general/sale20x30.gif) no-repeat bottom; }
.forSale-larger { background: url(../../general/saleLarger.gif) no-repeat bottom; }

.forRent-10x10 { background: url(../../general/rent10x10.gif) no-repeat bottom; }
.forRent-10x20 { background: url(../../general/rent10x20.gif) no-repeat bottom; }
.forRent-10x30 { background: url(../../general/rent10x30.gif) no-repeat bottom; }
.forRent-20x20 { background: url(../../general/rent20x20.gif) no-repeat bottom; }
.forRent-20x30 { background: url(../../general/rent20x30.gif) no-repeat bottom; }
.forRent-larger { background: url(../../general/rentLarger.gif) no-repeat bottom; }

.hide
{
	display: none;
}

.seeAll
{
	clear: both;
	border-top: 1px dotted #8c8c8c;
	padding: 10px;
}

.seeAll a
{
	font-weight: bold;
	color: #ffffff;
	background-color: #003d7e;
	padding: 2px 6px;
}

.saleRent
{
	height: 22px;
	border-bottom: 1px solid #8c8c8c;
}

.saleRent span,
.saleRent a
{
	float: left;
	width: 106px;
	height: 20px;
	margin: 0 2px;
	padding: 0 5px;
	font: bold 12px/20px Arial;
	color: #ffffff;
}

.saleRent span { background-color: #003d7e; }
.saleRent a { background-color: #c1c6c8; }
.saleRent a:hover { background-color: #adb3b5; text-decoration: none; }

.contactInfo { height: 244px; background: url(../../general/visualPhone.gif) no-repeat; }
.contactInfo p { text-indent: -9999px; }

.completeForm a
{
	font-weight: bold;
	color: #ffffff;
	background-color: #003d7e;
	padding: 2px 6px;
}



/* 5.2 RESOURCES ---------------------*/

.resources
{
	float: left;
	width: 326px;
}

.resourcesFirst
{
	clear: left;
	padding-right: 20px;
}

.resources h2 { margin-top: 3px; }
.resources h1 { font-size: 1.6em; border-bottom: 1px solid #8c8c8c; color: #0069ca; }
.resources h1 span { color: #003d7e; }

.resources ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.resources ul li
{
	display: block;
	margin: 0;
	padding: 3px 0 3px 20px;
	background: url(../../general/arrow.gif) no-repeat 0 6px;
	border-bottom: 1px dotted #636363;
}

.guidelines
{
	border-bottom: 1px dotted #636363;
	padding: 10px 0;
}

.guidelines th
{
	text-align: left;
	vertical-align: top;
	padding: 3px;
	font: bold 1em Arial;
}

.guidelines td
{
	vertical-align: top;
	padding: 3px;
	font: normal 1em Arial;
}

.guidelines-unions { width: 120px; }


/* 5.3 CONTACT -----------------------*/

.contact-address,
.contact-phone
{
	float: left;
	width: 340px;
}

.contact-notes
{
	clear: both;
	border-top: 1px dotted #636363;
	border-bottom: 1px dotted #636363;
	padding: 10px 0;
}

.contact-notes span
{
	float: right;
	color: #ffc61a;
	font-weight: bold;
}


/* 5.4 PORTFOLIO ---------------------*/

.categories
{
	border-top: 1px solid #8c8c8c;
	padding-top: 3px;
}

.categories ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #40668b;
	height: 24px;
}

.categories ul li
{
	float: left;
	height: 18px;
	padding: 3px;
}

.categories ul li a,
.categories ul li span
{
	display: block;
	height: 18px;
	line-height: 18px;
	padding: 0 7px;
	color: #ffffff;
}

.categories ul li span
{
	background-color: #32a2ff;
}

.categories ul li a:hover
{
	background-color: #395470;
}

.breadcrumbs
{
	padding: 18px 0 6px 0;
	border-bottom: 1px solid #8c8c8c;
}

.breadcrumbs ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	height: 20px;
}

.breadcrumbs ul li
{
	float: left;
	height: 20px;
	margin-right: 10px;
	font: bold 15px/20px Arial;
}

.breadcrumbs ul li a
{
	padding-right: 20px;
	background: url(../../general/arrowBreadcrumbs.gif) no-repeat right center;
}

.breadcrumbs ul li span
{
	color: #32a2ff;
}

.exhibits ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.exhibits ul li
{
	width: 320px;
	padding: 15px 0;
	line-height: 22px;
	border-bottom: 1px dotted #8c8c8c;
}

li.exhibits-odd { clear: both; float: left; }
li.exhibits-even { float: right; }

.exhibits ul li img
{
	float: left;
	padding: 3px;
	margin-right: 10px;
	border: 1px solid #cccccc;
}

.exhibits ul li span
{
	font-weight: bold;
	color: #01a0c0;
}


/* 5.5 FORM ERRORS ---------------*/


span.error {
	color: red;
}

input.error {
	border: 2px solid red;
}

select.error {
	border: 2px solid red;
}

div.error {
	color: red;
}

div.action-container {
	position: relative;
	top: -45px;
	cursor: pointer;
}



/* NEW STUFF 17.06.2009 13:55:00 */

.productsNav a
{
	font-weight: bold;
	color: #ffffff;
	background-color: #003d7e;
	padding: 1px 6px;
	float:right;
	margin:0px 1px;
}

/*.productContainer
{
	padding: 11px 11px;
	background-color: #003d7e;
	color: #ffffff;
}

.productContainer ul
{
	float:left;
	list-style-type:none;
	padding:0px;
	margin:0px;
	margin-bottom:0px;
	margin-top:14px;
}

.productContainer ul li
{
	display:inline;
	padding:2px 11px;
	background:url(../../general/iconResources.gif) no-repeat right;
}

.productContainer ul li span
{
	font-weight:bold;
}

.btFeedback
{
	float:right;
	margin-bottom:0px;
}

.btRefer
{
	float:right;
	margin-bottom:0px;
	margin-right: 2px;
}*/


.productContainer
{
	padding: 11px 11px;
	background-color: #003d7e;
	color: #ffffff;
	height: 360px;
}

.productContainer img { float: left; }

.productContainer ul
{
	float: left;
	width: 190px;
	height: 300px;
	padding: 0 0 0 16px;
	margin: 0;
	list-style-type: none;
}

.productContainer ul li
{
	display: block;
	padding: 10px 4px;
	background: url(../../general/dividerH.gif) repeat-x bottom;
}

.productContainer ul li span
{
	font-weight: bold;
}

.btFeedback,
.btRefer
{
	float: left;
	margin: 0;
	padding: 4px 0 0 16px;
}

.categorysList ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.categorysList ul li
{
	width: 113px;
	height: 70px;
	padding-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	float: left;
}

.categorysList ul li a
{
	display: block;
	height: 70px;
}








