* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}	

body {
	font-size: 0.7em;
	background: url(../images/layout/bg-site.gif) no-repeat top center;	
}
td {
	padding: 4px;
}

hr{
	background-color: #ccc;
	color: #ccc;
	margin-top: 8px;
	margin-bottom: 8px;
	height: 1px;
	border: none;
	width: 100%;
}

img {
	border: none;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 6px;
}

h4 {
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 6px;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 3px;
}

h6 {
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 3px;
}

p {
	line-height: 1.3em;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

span.error {
	color: #CC0000;
}

div#site-wrapper {
	width: 1001px;
	margin: auto;
}

/*
div#site-header {
	width: 225px;
	_width: 228px;
	height: 38px;
	padding: 90px 0px 0px 776px;
	_padding: 90px 0px 0px 773px;
	background-image: url(../images/layout/site-header.gif);
	background-repeat: no-repeat;
	float: left;
}
*/

div#site-header {
	position: relative;
	overflow: hidden;
	background: url(../images/layout/site-header.gif) no-repeat;
	height: 128px;
}

div#site-header form,
div#site-header p {
	position: absolute;
	bottom: 15px;
	right: 0;
}

div#site-header form {
	right: 100px;
}

div#site-menu {
	float: left;
}

/* < forms > */

input.searchfield {
	width: 80px;
	height: 17px;
	padding: 4px 5px 0px 5px;
	border: 1px solid #999;
	float: left
}

input.searchbtn {
	float: left
}

/* </ forms > */


/* < main and sub menu > */

ul#main-menu {
	background: url(../images/layout/menu/bg-main-menu.gif) no-repeat;
	list-style: none;
	overflow: auto;
	width: 1001px;
	min-height: 40px;
}

ul#main-menu li {
	float: left;
	padding: 5px 15px;
	border-right: 1px solid #fff;
	_height: 30px;
	min-height: 30px;
}

ul#main-menu li.first {
}

ul#main-menu li.active,
ul#main-menu li.childactive {
	background: url(../images/layout/menu/bg-main-menu-item-on.gif) repeat-x;
}

body#start ul#main-menu li.active {
	background: url(../images/layout/menu/bg-main-menu-first-item-on.gif) no-repeat top left;
}

ul#main-menu a {
	text-decoration: none;
	color: #000;
}

ul#main-menu li.active a,
ul#main-menu li.childactive a {
	color: #fff;
}


div#site-menu ul.sub-menu {
	list-style: none;
	overflow: auto;
	width: 1001px;
	min-height: 1px;
	/*border-bottom: 2px solid #000;*/
}

div#site-menu ul.sub-menu li {
	float: left;
	padding: 0px 15px;
	border-right: 1px solid #fff;
	font-size: 0.85em;
	background: url(../images/layout/menu/bg-sub-menu-separator.gif) no-repeat center left;
}

div#site-menu ul.sub-menu li.first {
	background: none;
}

div#site-menu ul.sub-menu a {
	text-decoration: none;
	color: #858585;
}

div#site-menu ul.sub-menu li.xmoduleid24755 a.active,
div#site-menu ul.sub-menu li.xmoduleid24755 a.childactive {
	text-decoration: none;
	color: #213f6e;
}

div#site-menu ul.sub-menu li.xmoduleid24756 a.active,
div#site-menu ul.sub-menu li.xmoduleid24756 a.childactive {
	text-decoration: none;
	color: #62a9d7;
}

div#site-menu ul.sub-menu li.xmoduleid24757 a.active,
div#site-menu ul.sub-menu li.xmoduleid24757 a.childactive {
	text-decoration: none;
	color: #36363b;
}

div#site-menu ul.sub-menu li.xmoduleid24758 a.active,
div#site-menu ul.sub-menu li.xmoduleid24758 a.childactive {
	text-decoration: none;
	color: #6ecd47;
}

div#site-menu ul.sub-menu a.active,
div#site-menu ul.sub-menu a.childactive {
	text-decoration: none;
	color: #3367B8;
}

/* </ main and sub menu > */

div#site-content {
	padding: 18px 0px 0px 0px; 
	border-top: 2px solid #000;
	margin: 10px 0px 0px 0px;
	float: left;
	overflow: auto;
}

div#main-content-wrapper {
	width: 759px;
	padding-right: 20px;
	/*min-height: 600px;*/
	float: left;
	background: url(../images/layout/bg-vertical-dots.gif) repeat-y top right;
}

div#main-content-wrapper-material,
div#main-content-wrapper-medical,
div#main-content-wrapper-workshop,
div#main-content-wrapper-construction,
div#main-content-wrapper-food {
	width: 759px;
	padding-right: 20px;
	/*min-height: 600px;*/
	float: left;
	background: url(../images/layout/bg-vertical-dots.gif) repeat-y top right;
}

div#main-content-wrapper-material h1{
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
	width: 732px;
	min-height: 34px;
	_height: 34px;
	position: relative;
	overflow: inherit;
	padding-top: 4px;
	padding-left: 27px;
	background: url(../images/layout/bg-material-header-long.gif) no-repeat top left;
}

div#main-content-wrapper-medical h1{
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
	width: 732px;
	min-height: 34px;
	_height: 34px;
	position: relative;
	overflow: inherit;
	padding-top: 4px;
	padding-left: 27px;
	background: url(../images/layout/bg-medical-header-long.gif) no-repeat top left;
}

div#main-content-wrapper-workshop h1{
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
	width: 732px;
	min-height: 34px;
	_height: 34px;
	position: relative;
	overflow: inherit;
	padding-top: 4px;
	padding-left: 27px;
	background: url(../images/layout/bg-workshop-header-long.gif) no-repeat top left;
}

div#main-content-wrapper-construction h1{
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
	width: 732px;
	min-height: 34px;
	_height: 34px;
	position: relative;
	overflow: inherit;
	padding-top: 4px;
	padding-left: 27px;
	background: url(../images/layout/bg-construction-header-long.gif) no-repeat top left;
}

div#main-content-wrapper-food h1{
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
	width: 732px;
	min-height: 34px;
	_height: 34px;
	position: relative;
	overflow: inherit;
	padding-top: 4px;
	padding-left: 27px;
	background: url(../images/layout/bg-food-header-long.gif) no-repeat top left;
}

div#sidebar-wrapper {
	width: 200px;
	/*min-height: 600px;*/
	float: left;
	padding-left: 22px;
}

div#site-footer {
	background: url(../images/layout/bg-site-footer.gif) no-repeat;
	height: 29px;
	width: 1001px;
	border-top: 1px solid #000;
	/*clear: both;*/
	margin-top: 18px;
	margin-bottom: 20px;
	padding-top: 9px;
	text-align: right;
	float: left;
}



/* < start-page > */

body#start div#main-content-wrapper,
body#packages div#main-content-wrapper {
	width: 779px;
	padding-right: 0px;
	background: none;
}

body#packages div#main-content-wrapper h1{
	display: none;
}

body#packages div#main-content-wrapper img.padding {
	padding-right: 1px
}

div#start-expo-flash {
	margin-bottom: 20px;
}

div#start-news-wrapper {
	background-color: #e3e2e0;
	background-image: url(../images/layout/bg-start-news-box.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	/*min-height: 404px;
	float: left;*/
}

div#start-news {
	padding: 10px 15px 0px 10px;
	background: none;
	min-height: 149px;
	_height: 149px;
}

div#start-events {
	padding: 0px 15px 25px 10px;
	background: none;
	min-height: 114px;
	_height: 114px;
}

div#start-contact {
	float: right;
}


/* < quick contact field > */

iframe#quick-contact {
	width: 200px;
	height: 612px;
	border: none;
}

body.quick-contact {
	background: url(../images/layout/bg-quick-contact.gif) no-repeat; 
	font-size: 0.7em;
	padding: 20px;
}

body.quick-contact input.txt,
body.quick-contact textarea,
body.quick-contact select {
	width: 156px;
}

body.quick-contact textarea {
	height: 65px;
}

body.quick-contact form {
	margin-top: 10px;
}

body.quick-contact input.btn {
	margin-left: 113px;
	margin-top: 10px;
}

body.quick-contact span.error {
	display: block;
	margin-top: 10px;
}

body.quick-contact br {
	display: none;
}

body.quick-contact div.frmhead {
	margin-top: 10px;
}
body.quick-contact p {
	line-height: normal;
}

/* </ quick contact field > */

img[align=right] {
	margin-left: 30px;
	margin-bottom: 30px;
}

img[align=left] {
	margin-right: 30px;
	margin-bottom: 30px;
}


div#sub-sub-menu {
	width: 146px;	
	float: left;
}

div#sub-sub-menu h2 {
	font-size: 1.1em;
	margin-bottom: 10px;
}

div#sub-sub-menu a {
	color: #000;
	text-decoration: none;
}

div#sub-sub-menu a.active {
	color: #3367b8;
	text-decoration: none;
}

div#sub-sub-menu li {
	padding-bottom: 10px;
}

div#main-content{
	float: left;
	background: url(../images/layout/bg-vertical-dots.gif) repeat-y;
	padding-left: 20px;
	min-height: 600px;
	width: 592px;
}



/* < news module start-page > */

div#sidebar-wrapper table.list{
	padding: 0px;
}

div#sidebar-wrapper td.content{
	padding-bottom: 10px;
}

div#sidebar-wrapper h4.news {
	font-size: 1em;
	margin-bottom: 1px;
}

div#sidebar-wrapper h4.news a{
	font-weight: bold;
}

/* < news module > */
div.news-wrapper {
	margin-bottom: 20px;
	clear: both;
	overflow: auto;
	width: 520px;
}

div.news-image {
	float: right;
	
}

div.news-content {
	float: left;
	width: 310px;
}
div.news-wrapper h2 {
	font-size: 1.2em;
}

div.news-wrapper h2 a {
	color: #000;
	text-decoration: none;
}

div.news-wrapper a.read-more {
	font-size: 1.2em;
	margin-top: 5px;
	display: block;
	/*color: #54b636;
	font-weight: bold;*/
}



/* < editor template - package detail > */

div.package-detail div.back-button {
	clear: both;
	margin: 20px 0;
}

div.package-detail h2 {
	background: #3c6ab3 url(../images/layout/bg-package-detail-h2.gif) repeat-x top left;
	color: #fff;
	font-size: 1.2em;
	padding: 7px 30px;
	margin: 20px 0px 30px;
}

div.package-detail table.list {
	width: 100%;
	clear: both;
}

div.package-detail table.list td {
	padding: 10px 0px 10px 30px;
	vertical-align: top;
}

div.package-detail table.list tr.odd {
	background: #f1f2f2;
}

/* < material & segment pages > */

div#material-main-wrapper,
div#medical-main-wrapper,
div#workshop-main-wrapper,
div#construction-main-wrapper,
div#food-main-wrapper {
	width: 360px;
	padding-right: 20px;
	min-height: 600px;
	float: left;
	background: url(../images/layout/bg-vertical-dots.gif) repeat-y top right;
}

div#segment-main {
	width: 360px;
	padding-bottom: 25px;
	float: left;
}

div#segment-packages {
	width: 360px;
	float: left;
}

div#material-right-wrapper,
div#medical-right-wrapper,
div#workshop-right-wrapper,
div#construction-right-wrapper,
div#food-right-wrapper {
	width: 360px;
	padding-left: 19px;
	min-height: 600px;
	float: left;
}

div#material-example {
	width: 306px;
	min-height: 262px;
	padding: 12px 27px 35px 27px;
	margin-bottom: 15px;
	background: #cecece url(../images/layout/bg-material-example.gif) no-repeat bottom left;
	float: left;
}
div#medical-example {
	width: 306px;
	min-height: 262px;
	padding: 12px 27px 35px 27px;
	margin-bottom: 15px;
	background: #1b3359 url(../images/layout/bg-medical-example.gif) no-repeat bottom left;
	float: left;
}
div#workshop-example {
	width: 306px;
	min-height: 262px;
	padding: 12px 27px 35px 27px;
	margin-bottom: 15px;
	background: #3f6fb6 url(../images/layout/bg-workshop-example.gif) no-repeat bottom left;
	float: left;
}
div#construction-example {
	width: 306px;
	min-height: 262px;
	padding: 12px 27px 35px 27px;
	margin-bottom: 15px;
	background: #2b2b2f url(../images/layout/bg-construction-example.gif) no-repeat bottom left;
	float: left;
}
div#food-example {
	width: 306px;
	min-height: 262px;
	padding: 12px 27px 35px 27px;
	margin-bottom: 15px;
	background: #57b938 url(../images/layout/bg-food-example.gif) no-repeat bottom left;
	float: left;
}

div#material-example img,
div#medical-example img,
div#workshop-example img,
div#construction-example img,
div#food-example img {
	border: 1px solid #fff;
}

div#segment-ovrigt {
	width: 360px;
	float: left;
}

div#material-main-wrapper h1,
div#material-right-wrapper h1 {
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
	width: 333px;
	min-height: 34px;
	_height: 34px;
	position: relative;
	overflow: inherit;
	padding-top: 4px;
	padding-left: 27px;
	background: url(../images/layout/bg-material-header.gif) no-repeat top left;
	
}
div#medical-main-wrapper h1,
div#medical-right-wrapper h1 {
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
	width: 333px;
	min-height: 34px;
	_height: 34px;
	position: relative;
	overflow: inherit;
	padding-top: 4px;
	padding-left: 27px;
	background: url(../images/layout/bg-medical-header.gif) no-repeat top left;
	
}
div#workshop-main-wrapper h1,
div#workshop-right-wrapper h1 {
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
	width: 333px;
	min-height: 34px;
	_height: 34px;
	position: relative;
	overflow: inherit;
	padding-top: 4px;
	padding-left: 27px;
	background: url(../images/layout/bg-workshop-header.gif) no-repeat top left;
	
}
div#construction-main-wrapper h1,
div#construction-right-wrapper h1 {
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
	width: 333px;
	min-height: 34px;
	_height: 34px;
	position: relative;
	overflow: inherit;
	padding-top: 4px;
	padding-left: 27px;
	background: url(../images/layout/bg-construction-header.gif) no-repeat top left;
	
}
div#food-main-wrapper h1,
div#food-right-wrapper h1 {
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
	width: 333px;
	min-height: 34px;
	_height: 34px;
	position: relative;
	overflow: inherit;
	padding-top: 4px;
	padding-left: 27px;
	background: url(../images/layout/bg-food-header.gif) no-repeat top left;
	
}

div#material-right-wrapper h1.example {
	min-height: 24px;
	_height: 24px;
	padding-top: 14px;
	background: url(../images/layout/bg-material-example-header.gif) no-repeat top left;
	margin-bottom: 0px;
	
}
div#medical-right-wrapper h1.example {
	min-height: 24px;
	_height: 24px;
	padding-top: 14px;
	background: url(../images/layout/bg-medical-example-header.gif) no-repeat top left;
	margin-bottom: 0px;
	
}
div#workshop-right-wrapper h1.example {
	min-height: 24px;
	_height: 24px;
	padding-top: 14px;
	background: url(../images/layout/bg-workshop-example-header.gif) no-repeat top left;
	margin-bottom: 0px;
	
}
div#construction-right-wrapper h1.example {
	min-height: 24px;
	_height: 24px;
	padding-top: 14px;
	background: url(../images/layout/bg-construction-example-header.gif) no-repeat top left;
	margin-bottom: 0px;
	
}
div#food-right-wrapper h1.example {
	min-height: 24px;
	_height: 24px;
	padding-top: 14px;
	background: url(../images/layout/bg-food-example-header.gif) no-repeat top left;
	margin-bottom: 0px;
	
}

div#material-main-wrapper a,
div#material-right-wrapper a {
	color: #999;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.8em;
}
div#medical-main-wrapper a,
div#medical-right-wrapper a {
	color: #1b3359;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.8em;
}
div#workshop-main-wrapper a,
div#workshop-right-wrapper a {
	color: #3f6fb6;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.8em;
}
div#construction-main-wrapper a,
div#construction-right-wrapper a {
	color: #2b2b2f;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.8em;
}
div#food-main-wrapper a,
div#food-right-wrapper a {
	color: #58b939;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.8em;
}

div#main-content-wrapper td.example-image{
	padding: 0px 0px 20px 0px;
	vertical-align: top;
}

div#main-content-wrapper td.example-content{
	padding: 0px 0px 20px 16px;
	vertical-align: top;
}

div#main-content-wrapper div#construction-example td.example-content,
div#main-content-wrapper div#medical-example td.example-content{
	color: #fff;
}

div#main-content-wrapper td.example-content h4.news {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1em;
	text-decoration: none;
}

div#main-content-wrapper div#construction-example td.example-content h4.news,
div#main-content-wrapper div#medical-example td.example-content h4.news {
	color: #fff;
}

div#main-content-wrapper td.example-content a {
	color: #fff;
	font-weight: bold;
}




.medical * {
	color: #1b3359;
}

.workshop * {
	color: #3f6fb6;
}

.construction * {
	color: #2b2b2f;
}

.food * {
	color: #58b939;
}

.table-row * {
	background-color: #F1F2F2;
}

/* </ material & segment pages > */

/* < sitemap > */

td.level1 {
	padding-left: 10px;
}

td.level2 {
	padding-left: 50px;
}

td.level3 {
	padding-left: 90px;
}

td.level4 {
	padding-left: 130px;
}

/* </ sitemap > */