
/*----------------------------------------
Q2 CSS Framework v1.0
Developed by: Q2 Interactive | david.krasensky@q2.cz
Based on: Elements CSS Framework | http://elements.projectdesigns.org
----------------------------------------*/

/* Imports
----------------------------------------*/
@import url("reset.css");
@import url("externalLinks.css");


/* Elements
----------------------------------------*/
html {

}
body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #B14B03;
	color: #ffffff;
	font-size: 11px;
	line-height: 150%;
	height: 100%;
	background-image: url(../img/web-bg.jpg);
	background-repeat: repeat-x;
}

/*--- Link Styles ---*/
a
{
	color: #F56600;
	text-decoration: underline;
}

a:hover
{
	color: #F56600;
	text-decoration:none;
}

h1 {
	margin: 0 0 4px 0;
	font-size: 24px;
	font-weight: bold;
}

h2 {
	margin: 0 0 4px 0;
	font-size: 20px;
	font-weight: bold;
}

h3 {
	margin: 0 0 0 0;
	font-size: 14px;
	font-weight: bold;
}

h4 {
	margin: 0 0 4px 0;
	font-size: 14px;
	font-weight: bold;
}

h5 {
	margin: 0 0 4px 0;
	font-size: 12px;
	font-weight: bold;
}

h6 {
	margin: 0 0 4px 0;
	font-size: 11px;
	font-weight: bold;
}


blockquote	{
	margin: 0 0 18px 18px; 
	color: #666666; 
	font-style: italic;}
strong	{
	font-weight: bold;
}
em	{
	font-style: italic;
}

object, embed { 
	outline: none; 
}


/* Standard Definitions
----------------------------------------*/

br.Clear {
	clear: both;
	line-height: 1px;
	height: 1px;
}
.Hide {
	display: none;
}
.NoBg {
	background-image: none !important;
}


#WebContainer {
	width: 960px;	
	margin: 0px auto;	
}


/* Header
----------------------------------------*/

#Header {
	background-image: url(../img/header-bg.jpg);
	background-repeat: no-repeat;
	/*height: 185px;*/
}
.HeaderInner {
	height: 185px;
}
	#Header .Logo {
		padding: 0px 0 0 30px;
		float: left;
		width: 300px;
		position: relative;
		top: 25px;
	}
	#Header .Language {
		padding: 0 0 0 0;
		margin-right: 30px;
		float: right;
		width: 300px;
		text-align: right;
		background-image: url(../img/lang-bg.png);
		background-repeat: no-repeat;
		background-position: 132px 0px;
	}
		#Header .Language A {
			color: #B9B9B9;
			text-decoration: none;
			padding: 4px 10px 0 14px;	
			display: block;
			float: right;
		}
		#Header .Language A:hover {
			color: #C45303;	
		}
		#Header .Language A.Selected {
			border-top: 1px solid #C45303;	
		}
		#Header .Language A#Lang01 {
			padding: 4px 10px 0 12px;	
		}
		#Header .Language A#Lang02 {
			padding: 4px 14px 0 14px;	
		}
		#Header .Language A#Lang03 {
			padding: 4px 8px 0 12px;	
		}

	#Header	.Menu {
		clear: both;
	}
		#Header	.Menu .Main {
			height: 36px;
			background-image: url(../img/menu-bg.jpg); 
			background-repeat: no-repeat;
			background-position: right 20px;
			text-align: right;
			padding-bottom: 10px;
			
		}
		#Header	.Menu .Main UL {
			height: 42px; /*36*/
		}
			#Header	.Menu .Main LI {
				float: right;
				background-image: url(../img/menu-sep.jpg);
				background-repeat: no-repeat;
				background-position: right bottom;
				height: 26px;
			}
				#Header	.Menu .Main LI.Last {
					background-image: none;
				}
				#Header	.Menu .Main LI A {
					display: block;
					color: #ffffff;
					font-size: 12px;
					text-decoration: none;
					padding: 0 32px 3px 32px;
					text-align: center;
					
				}
				/*
				#Header	.Menu .Main LI#MBox01 {
					width: 85px;
				}
				#Header	.Menu .Main LI#MBox02 {
					width: 125px;
				}
				#Header	.Menu .Main LI#MBox03 {
					width: 106px;
				}
				#Header	.Menu .Main LI#MBox04 {
					width: 119px;
				}
				#Header	.Menu .Main LI#MBox05 {
					width: 97px;
				}
				*/
				#Header	.Menu .Main LI A:hover {
					color: #C45303;			
				}
				#Header	.Menu .Main LI A.Selected {
					color: #F56600;	
					border-bottom: 3px solid #C55200;
				}

		#Header	.Menu .Sub {
			height: 38px;
			margin-left: 170px;
		}
			#Header	.Menu .Sub h1 {
				display: none;
			}
			#Header	.Menu .Sub h2 {
				margin: 0;
				padding: 0;
				font-weight: normal;
			}
			#Header	.Menu .Sub UL {
				height: 38px;
			}
				#Header	.Menu .Sub LI {
					float: right;
					height: 38px;
					border-bottom: 1px solid #582401;
				}
					#Header	.Menu .Sub LI A {
						display: block;
						color: #ffffff;
						font-size: 16px;
						text-decoration: none;
						padding: 10px 30px 11px 30px; /* IE hack*/
						text-transform: lowercase;	
					}
					#Header	.Menu .Sub LI A:hover {
					color: #C45303;		
					}
					#Header	.Menu .Sub LI.ui-tabs-selected A {
						border-bottom: 1px solid #F56600;	
					}	
		#Header	.Menu .Sub.Hide {
			visibility: hidden;
		}
		
	#Header	.home-info-box {
		width: 360px;
		position: absolute;
		margin: -30px 0 0 550px;
		font-size: 16px;
		
		display: none;
	}
			
		
	.HomeBoxes {
		background-image: none; /* opravuje bug v ie6 */
	}
		.HomeBoxes .Item {
			width: 300px;
			float: left;
			margin-right: 30px;
		}
		.HomeBoxes .Item.Last {
			margin-right: 0px;
		}
			.HomeBoxes .Item .Title {
				font-size: 18px;
				color: #ffffff;
				padding: 10px 30px;
			}
			.HomeBoxes .Text {
				font-size: 12px;
				color: #ffffff;
				padding: 10px 30px;
				border-top: 1px solid #F56600;
				background-image: url(../img/home-box-bg.png);
				background-repeat: repeat;
			}
			.HomeBoxes .Item .Border {
				height: 15px;
			}
		
		
		.HomeBoxes A.Button, .References A.Button {
			margin: 16px 0 0 0; 
			width: 280px;
			height: 23px;
			padding: 7px 0 0 20px;
			background-image: url(../img/button-bg.png);
			background-repeat: no-repeat;
			color: #341601;
			font-size: 14px;
			display: block;
			text-decoration: none;
		}
		.HomeBoxes A.Button:hover, .References A.Button:hover {
			background-image: url(../img/button-bg-on.png);
			color: #F56600;
		}
	
	
	
		
/* Content
----------------------------------------*/
#Content {
		
}
	#Content .ContentBox01 {
		width: 660px;
		float: left;
	}	
		#Content .ContentBox01 .Text {
			background-color: #ffffff;
			color: #000000;
			width: 570px; /* 630 */
			padding: 0 30px;
			font-size: 12px;
			line-height: 175%;
		}
		#Content .ContentBox01 .Text.opc {
			background-color: transparent;
			background-image: url(../img/content-box01-bg-opc70.png);
		}
			#Content .ContentBox01 .Text H3 {
				padding: 0 0 10px 0;
			}
				#Content .ContentBox01 .Text.scroll {
					height: 100px;
				}
				#Content .ContentBox01 .Text.scroll H3 {
					padding: 0 0 10px 0;
					margin: 0;
					font-size: 16px;
					font-weight: normal;
				}
			#Content .ContentBox01 .Text LI {
				padding: 6px 0 0 15px;
				background-image: url(../img/icon-paragraph.png);
				background-repeat: no-repeat;
				background-position: 0 11px;
				
			}
			
	#Content .ContentBox01 .main-title {
		font-size: 24px;
		font-weight: bold;
		margin: 0 0 4px;
		line-height: 28px;
	}
			
	#Content .ContentBox01 .HomeBanners {
		padding: 20px 0 0 0;
	}
		#Content .ContentBox01 .HomeBanners .BannerAnalyze {
			width: 300px;
			margin-right: 30px;
			float: left;
		}
		#Content .ContentBox01 .HomeBanners .BannerPartners {
			width: 330px;
			float: left;
		}
	#Content .ContentBox02 .HomeBanners {
		padding: 20px 0 0 0;
	}
		#Content .ContentBox02 .HomeBanners DIV {
			padding: 10px 0 0 0;
		}
		
	#Content .ContentBox01 .ReferencesIntro {
		
	}		
		#Content .ContentBox01 .ReferencesIntro DIV {
			padding: 0 0 15px 0;
			text-align: center;
		}	
		#Content .ContentBox01 .divider {
			background-image: url(../img/divider.jpg);
			 background-repeat: no-repeat;
			 background-position: bottom;
			 height: 30px;
			 padding: 10px 0 0 0;
		}
		#Content .ContentBox01 .ReferencesIntro .Image {
			float: right;
			margin-left: 20px;
		}	
			#Content .ContentBox01 .ReferencesIntro .Image:hover {
				filter:alpha(opacity=50); 
				-moz-opacity: 0.5; 
				opacity: 0.5;
			}		
		#Content .ContentBox01 .ReferencesIntro H2 {
			padding: 15px 0 6px 0;
		}
			#Content .ContentBox01 .ReferencesIntro H2 A {
				color: #F56600;
				font-size: 18px;
				font-weight: normal;
			}
			
	#Content .ContentBox01 .References {
		padding: 0 0 15px 0;
	}
		#Content .ContentBox01 .References H2 {
			color: #F56600;
			font-size: 18px;
			font-weight: normal;
			padding: 0 0 10px 0;
		}
		#Content .ContentBox01 .Paragraph {
			background-image: url(../img/icon-paragraph02.png);
			background-repeat: no-repeat;
			background-position: 0 5px;
			padding: 0 0 10px 45px;
		}
		#Content .ContentBox01 .References .Block {
			border: 1px solid #F56600; 
			border-width: 1px 0;
			background-color: #F2F2F2;
			font-style: italic;
			margin: 0 0 20px 0;			
		}
			#Content .ContentBox01 .References .Block .Inner {
				border: 1px solid #ffffff; 
				border-width: 3px 0;				
				background-image: url(../img/icon-set-info.png); /* IE6 fix */
				background-repeat: no-repeat;
				background-position: 10px 20px;
				padding: 20px 15px 20px 75px;
			}	
		#Content .ContentBox01 .References .Quote {
			border: 1px solid #F56600; 
			border-width: 1px 0;
			background-color: #F2F2F2;
			font-style: italic;
			margin: 15px 0 15px 0;			
		}
			#Content .ContentBox01 .References .Quote .Inner {
				border: 1px solid #ffffff; 
				border-width: 3px 0;				
				background-image: url(../img/icon-quote.jpg);
				background-repeat: no-repeat;
				background-position: 10px center;
				padding: 20px 15px 20px 95px;
			}	
			#Content .ContentBox01 .References .Quote .QuoteName {
				text-align: right;
				font-style: normal;
				padding: 15px 0 5px 0;
			}
		
		#Content .ContentBox01 .References .ContactBox {
			
		}
			#Content .ContentBox01 .References .Left {
				float: left;
				width: 285px;
			}
			#Content .ContentBox01 .References .Right {
				float: left;
				width: 285px;
			}
				#Content .ContentBox01 .References .ContactBox .Paragraph {
					margin-top: 4px;
					margin-bottom: 10px;
				}
			#Content .ContentBox01 .ContactContent {
				height: 314px;
				padding: 0 30px;
				background-image: url(../img/contact-bg.jpg);
				background-repeat: no-repeat;
			}
				#Content .ContentBox01 .ContactContent .TextInput, #TB_window .TextInput {
					border: 1px solid #CD5A17;
					color: #333333;
					font-size: 14px;
					padding: 2px 4px;
					background-color: transparent;
					width: 220px;
					margin: 20px 0 0 0;
				}
				#Content .ContentBox01 .ContactContent TEXTAREA, #TB_window TEXTAREA {
					border: 1px solid #CD5A17;
					color: #333333;
					font-size: 14px;
					font-family: Arial, Helvetica, sans-serif;
					padding: 2px 4px;
					background-color: transparent;
					margin: 20px 0 0 0;
					width: 550px;
					height: 100px;
				}
				#Content .ContentBox01 .ContactContent .Submit, #TB_window .Submit {
					background-color: #D37036;
					padding: 8px 60px;
					text-transform: uppercase;
					border-width: 0px;
					color: #000000;
					cursor: pointer;
				}
					#Content .ContentBox01 .ContactContent .Submit:hover, #TB_window .Submit:hover {
						background-color: #CD5A17;
					}
				#Content .ContentBox01 .ContactContent .Center, #TB_window .Center {
					text-align: center;
					padding: 30px 0 0 0;
				}
			
			

			
		#Content .ContentBox01 .References OL {			
			margin: 20px 0 0 15px;
		}
			#Content .ContentBox01 .References LI {
				background-image: none;
				padding: 0 0 15px 0;
				}
				#Content .ContentBox01 .References LI SPAN {
					font-size: 24px;
					color: #88674F;
					font-weight: bold;
					display: block;
					float: left;
					margin: 0 10px 20px 0;
					padding: 6px 10px 0 0;
				}
				
		#Content .ContentBox01 .References .TableRefIntro {			
			width: 570px;
			margin: 0 0 20px 0;
			background-image: url(../img/ref-box-bg.jpg);
			background-repeat: repeat-x;
		}
			#Content .ContentBox01 .References .TableRefIntro TD {			
				padding: 20px 0 0 0;
			}
			#Content .ContentBox01 .References .TableRefIntro .Image {			
				width: 300px;
			}
			#Content .ContentBox01 .References H1 {			
				padding: 0 0 10px 0;
				color: #F56600;
			}
				#Content .ContentBox01 .References H1 A {			
					color: #F56600;
					font-size: 20px;
				}
				#Content .ContentBox01 .References H1 SPAN {			
					float: right;
				}
					#Content .ContentBox01 .References H1 SPAN A {			
						font-size: 11px;
						font-weight: normal;
						text-decoration: none;
					}
					#Content .ContentBox01 .References H1 SPAN A:hover {			
						text-decoration: underline;
					}
			#Content .ContentBox01 .References .TableRefIntro .MoreInfo {			
				padding: 10px 0 0 0;
			}
			#Content .ContentBox01 .References .TableRefIntro .Butt {			
				padding: 0;
			}
				#Content .ContentBox01 .References .TableRefIntro .Butt A {			
					margin-left: auto;
					margin-right: auto;
				}
				
		#Content .ContentBox01 .References .RefPerex {
			font-weight: bold;
			padding: 5px 0 15px 0;		
		}
		#Content .ContentBox01 .References .RefDetailInfo {
			background-color: #F2F2F2;
			padding: 5px 5px 5px 5px;
			margin: 5px 0 25px 0;
			min-height: 200px; /* IE6 fix */
		}
			#Content .ContentBox01 .References .RefDetailInfo .Image {
				width: 280px;
				float: left;
			}
			#Content .ContentBox01 .References .RefDetailInfo .InfoBox {
				width: 270px;
				float: left;
			}
				#Content .ContentBox01 .References .RefDetailInfo .InfoBox TABLE {
					width: 100%;
				}
				#Content .ContentBox01 .References .RefDetailInfo .InfoBox TH {
					width: 80px;
					font-weight: bold;
					padding: 5px 0 5px 0;
				}
				#Content .ContentBox01 .References .RefDetailInfo .InfoBox TD {
					padding: 5px 0 5px 0;
				}
				#Content .ContentBox01 .References .RefDetailInfo .InfoBox LI {
					padding: 0;
				}
				#Content .ContentBox01 .References .RefDetailInfo .ExtLinks {
					line-height: 170%;
				}
					#Content .ContentBox01 .References .RefDetailInfo .ExtLinks A {
						font-size: 16px;
						font-weight: bold;
						background-position: right 6px;
					}
				#Content .ContentBox01 .References .RefDetailInfo .Services A {
					font-size: 11px;
				}

		#Content .ContentBox01 .References H5 {
			font-size: 16px;
			padding: 15px 0 5px 0;	
		}
		
		#Content .ContentBox01 .References .Production {
			width: 560px;
			margin: 5px 0 20px 0;
		}
			#Content .ContentBox01 .References .Production TD {
				padding: 0 0 20px 0;
			}
			#Content .ContentBox01 .References .Production TD.last {
				text-align: right;
			}
			
		#Content .ContentBox01 .References .Flashe {
			background-image: url(../img/icon-paragraph02.png);
			background-position: 0 5px;
			background-repeat: no-repeat;
			padding: 0 0 10px 45px;
		}
			#Content .ContentBox01 .References .Flashe a {
				font-size: 14px;
				
			}
			
				
				
				
		#Content .ContentBox01 .TableRefList {			
			width: 570px;
			margin: 0 0 20px 0;
		}
		#Content .ContentBox01 .TableRefList TD {			
			width: 180px;
			padding: 0 15px 15px 0;
		}
			#Content .ContentBox01 .TableRefList TD.Last {			
				width: 180px;
				padding: 0;
			}
			#Content .ContentBox01 .TableRefList TD .Image {			
				text-align: center;
				width: 180px;
				height: 119px;
				overflow: hidden;
			}
			#Content .ContentBox01 .TableRefList TD .ImageList {			
				text-align: center;
				width: 180px;
			}
			#Content .ContentBox01 .TableRefList .Item {
				background-color: #F2F2F2;
			}
			#Content .ContentBox01 .TableRefList .ItemOn {
				background-color: #999999;
				cursor: pointer;
			}
				#Content .ContentBox01 .TableRefList#DetailRef .Item, #Content .ContentBox01 .TableRefList#DetailRef .ItemOn {
					background-color: transparent;
				}
				#Content .ContentBox01 .TableRefList .Item .BorderTop {
					background-image: url(../img/content-item02-top.jpg);
					background-repeat: no-repeat;
					height: 15px;
					width: 180px;
				}
				#Content .ContentBox01 .TableRefList .ItemOn .BorderTop {
					background-image: url(../img/content-item02on-top.jpg);
					background-repeat: no-repeat;
					height: 15px;
					width: 180px;
				}
				
				
				#Content .ContentBox01 .TableRefList .Item .BorderBottom {
					background-image: url(../img/content-item02-bottom.jpg);
					background-repeat: no-repeat;
					height: 14px; /* IE6 fix */
					width: 180px;
				}
				#Content .ContentBox01 .TableRefList .ItemOn .BorderBottom {
					background-image: url(../img/content-item02on-bottom.jpg);
					background-repeat: no-repeat;
					height: 14px;
					width: 180px;
				}
				#Content .ContentBox01 .TableRefList .Item H2, #Content .ContentBox01 .References .TableRefList .ItemOn H2 {
					margin: 0;
					padding: 10px 10px 4px 10px;									
				}
				#Content .ContentBox01 .TableRefList .Item H2 A {
					color: #CD5A17;
					font-size: 11px;
					font-weight: bold;
					text-decoration: underline;	
				}
				#Content .ContentBox01 .TableRefList .ItemOn H2 A {
					color: #ffffff;
					font-size: 11px;
					font-weight: bold;
					text-decoration: underline;	
				}
				#Content .ContentBox01 .GoNext H5 {
					padding: 15px 0px;
					font-size: 20px;
				}
				#Content .ContentBox01 .TableRefList A.ThumbLink {
					color: #ffffff;
					display: block;
					padding: 10px 0 0 15px;;
					background-image: url(../img/icon-plus.jpg);
					background-repeat: no-repeat;
					background-position: 0 15px;
				}


		#Content .ContentBox01 .Listing {
			text-align: center;
		}		
			#Content .ContentBox01 .Listing A {
				text-decoration: none;
				margin: 0px 4px;
				padding: 2px 4px;
				font-weight: bold;
			}
			#Content .ContentBox01 .Listing A:hover {
				text-decoration: none;
				background-color: #F56600;
				color: #ffffff;
			}	
			#Content .ContentBox01 .Listing A.Selected {
				text-decoration: none;
				border-bottom: 2px solid #F56600;
			}		
				
		#Content .ContentBox01 UL.RefList {
			margin: 4px 0 15px 0;
		}	
			#Content .ContentBox01 UL.RefList LI {
				padding: 2px 0 2px 45px;
				background-image: url(../img/list-dot.jpg);
				background-repeat: no-repeat;
				background-position: 20px 9px;
				
			}	
				
			
			
	#Content .ContentBox02 {
		width: 300px;
		float: right;
	}
		#Content .ContentBox02 .Text {
			background-image: url(../img/content-box02-bg.png);
			background-repeat: repeat;
			padding: 0 30px;
		}
		#Content .ContentBox02 .Text#HomeNews {
			min-height: 303px; /* IE hack */
		}
		
		#Content .ContentBox02 #HomeNews .Item P A {
			color: #ffffff;
			background-image: none;
			padding: 0;
		}
		#Content .ContentBox02 #HomeNews H3 {
			font-size: 18px;
			padding: 8px 0 6px 0;
		}
		#Content .ContentBox02 #HomeNews H4 {
			font-size: 14px;
			padding: 10px 0 2px 0;
		}
		

		#Content .ContentBox02 .Text H3 {
			font-weight: normal;
		}
			#Content .ContentBox02 .Text .Item {
				
			}
				#Content .ContentBox02 .Text .Item H4 {
					color: #F56600;
					font-size: 11px;
					font-weight: bold;
					padding: 8px 0 0 0;
				}
			#Content .ContentBox01 .Text #NewsList .Item {
				padding: 0 0 15px 0;
			}
			#Content .ContentBox01 .Text #NewsList .Item H4 {
				font-size: 14px;
			}
				#Content .ContentBox01 .Text .Item H4 {
					color: #F56600;
					font-size: 12px;
					font-weight: bold;
					padding: 8px 0 0 0;
				}
				#Content .ContentBox01 .Text .Item .Perex {
					padding: 0 0 5px 0;
				}

			#Content .ContentBox02 .Text .ArchiveLink {
				text-align: right;
				padding: 10px 0 0 0;
			}
				#Content .ContentBox02 .Text .ArchiveLink A {
					color: #F56600;
					text-decoration: underline;
				}
				#Content .ContentBox02 .Text .ArchiveLink A:hover {
					text-decoration: none;
				}
	
			
		#Content .ContentBox02 #SideMenu A {
			color: #ffffff;
			font-size: 14px;
			font-weight: bold;
			padding: 10px 20px;
			display: block;
			background-image: url(../img/icon-paragraph.gif);
			background-repeat: no-repeat;
			background-position: 0 13px;
		}
			#Content .ContentBox02 #SideMenu .Sub A {
				color: #F56600;
				font-size: 12px;
				font-weight: normal;
				padding: 8px 0 8px 40px;
				display: block;
				
				background-position: -100px 0; 
				/* hack pro IE, je treba v podmenu odebrat obrazek na pozadi
				a pri pouziti background-image: none je problem s vykreslovanim v IE7 */
			}
			
	#Content .ContentBox02 .TextRef {
		background-image: url(../img/content-box03-bg.png);
		background-repeat: repeat-y;
		padding: 0 30px;
	}
		#Content .ContentBox02 .TextRef H3 {
			font-weight: normal;
			font-size: 16px;
			line-height: 125%;			
		}
		#Content .ContentBox02 .TextRef .Item {
			margin: 20px 0 0 0;
		}
		#Content .ContentBox02 .TextRef .ItemOn {
			margin: 20px 0 0 0;
			cursor: pointer;
		}
		#Content .ContentBox02 .TextRef .Image {
			text-align: center;
			background-image: url(../img/content-item01-bg.png);
		}
		#Content .ContentBox02 .TextRef .ItemOn .Image {
			background-image: url(../img/content-item01on-bg.png);
		}
		
			#Content .ContentBox02 .TextRef .Item .BorderTop {
				background-image: url(../img/content-item01-top.png);
				background-repeat: no-repeat;
				height: 15px;
				line-height: 10px;
			}
			#Content .ContentBox02 .TextRef .ItemOn .BorderTop {
				background-image: url(../img/content-item01on-top.png);
				background-repeat: no-repeat;
				height: 15px;			
				line-height: 10px;
			}
			
			#Content .ContentBox02 .TextRef .Item .BorderBottom {
				background-image: url(../img/content-item01-bottom.png);
				background-repeat: no-repeat;
				height: 15px;					
			}
			#Content .ContentBox02 .TextRef .ItemOn .BorderBottom {
				background-image: url(../img/content-item01on-bottom.png);
				background-repeat: no-repeat;
				height: 15px;				
			}
			#Content .ContentBox02 .TextRef .Item H2 {
				background-image: url(../img/content-item01-bg.png);
				background-repeat: repeat-y;
				margin: 0;
				padding: 4px 15px;									
			}
				#Content .ContentBox02 .TextRef H2 A {
					color: #ffffff;
					font-size: 11px;
					font-weight: bold;
					text-decoration: underline;	
				}
				#Content .ContentBox02 .TextRef H2 A:hover {
					text-decoration: none;	
				}
			#Content .ContentBox02 .TextRef .ItemOn H2 {
				background-image: url(../img/content-item01on-bg.png);
				background-repeat: repeat-y;
				margin: 0;
				padding: 4px 15px;		
			}
			#Content .ContentBox02 .TextRef .ItemOn H2 A {
				/* IE6 fix */
			}
			
	#Content .ContentBox01 .Sitemap {
		padding: 0 0 15px 0;
	}

			
			
			
	
	#Content .ContentBox01 .BorderTop {
		width: 630px;
	}
	#Content .ContentBox01 .BorderTop.ImageBorder {
		/*padding-bottom: 20px;*/
		/*background-color: #ffffff;*/
		border-bottom: 20px solid #ffffff;
	}
	#Content .ContentBox01 .BorderBottom {
		width: 630px;
	}
	#Content .Bg01 {
		background-image: url(../img/border-bg01-tile.png);
		background-repeat: repeat;
	}	
	#Content .Bg02 {
		background-image: url(../img/border-bg02-tile.png);
		background-repeat: repeat;
	}			
	#Content .Bg03 {
		background-image: url(../img/border-bg03-tile.png);
		background-repeat: repeat;
	}
	#Content .Bg04 {
		background-image: url(../img/border-bg04-tile.png);
		background-repeat: repeat;
		background-color: #8D3C02;
	}
		
	#Content .GoNext {
		width: 570px;
		padding: 10px 30px;
		font-size: 12px;
	}	
		#Content .GoNext H3 {
			padding: 5px 0px 15px 0px;
			font-weight: normal;
			font-size: 18px;
		}
		#Content .GoNext A {
			color: #ffffff;
		}			
	#Content .Pen01 {
		background-image: url(../img/content-box01pen-bottom.png);
		background-repeat: no-repeat;	
		padding: 55px 0 30px 120px;
		font-size: 12px;
	}	
		#Content .Pen01 A {
			color: #F56600;
			cursor: pointer;
		}	
	#Content .ContentBox01 .SectionPerex {
		background-image: url(../img/content-perex-bg.png);
		background-repeat: repeat;
		width: 570px; /* 630 */
		padding: 0px 30px 20px 30px;
		font-size: 16px;
		font-weight: normal;
		line-height: 150%;
	}
		#Content .ContentBox01 .SectionPerex H1, #Content .ContentBox01 .SectionPerex H2 {
			font-size: 24px;
		}
	#Content .ContentBox01 .BreadCrumbs {
		background-image: url(../img/content-bread-bg.png);
		background-repeat: repeat;
		width: 630px;
	}
		#Content .ContentBox01 .BreadCrumbs .Inner {
			height: 30px; /* 50 */ /* IE6 fix*/
			padding: 20px 0 0 30px;
			/*background-image: url(../img/content-box01-top2.png);
			background-repeat: no-repeat;*/
			font-size: 12px;
		}
		#Content .ContentBox01 .BreadCrumbs A {
			color: #CDCDCD;
			text-decoration: underline;
			font-size: 12px;
		}
			#Content .ContentBox01 .BreadCrumbs A:hover {
				color: #CDCDCD;
				text-decoration: none;
			}
			#Content .ContentBox01 .BreadCrumbs A.This {
			font-weight: bold;
			text-decoration: none;
		}
		#Content .ContentBox01 .BreadCrumbs SPAN {
			font-size: 14px;
			padding: 0 4px;
		}
			
	#Content .ContentBox01 .HomePerex {
		margin-top: 10px;
	}
		#Content .ContentBox01 .HomePerex LI {
			width: 265px;
			float: left;	
			font-size: 13px;
		}
	
			





/* Footer
----------------------------------------*/
#Footer {		
	background-image: url(../img/footer-bg.png);
	background-repeat: repeat-x;
	background-position: center center;
}
	#Footer .Inner {
		width: 900px;
		height: 115px;
		padding: 30px 30px 0 30px;
		margin: 0 auto;
		background-image: url(../img/footer-content-bg.jpg);
		background-repeat: no-repeat;
		color: #CCCCCC;
	}
		#Footer .Inner .FBox01 {
			width: 280px;
			float: left;
			text-align: left;
			margin-right: 30px;
		}
		#Footer .Inner .FBox02 {
			width: 280px;
			float: left;
			text-align: left;
			margin-right: 30px;
		}
		#Footer .Inner .FBox03 {
			width: 280px;
			float: left;
			text-align: right;
		}

		
	#Footer A {
		color: #ffffff;
	}


#q2-backlinks {

}
#q2-backlinks li {
	float: left;
	padding: 0 6px 0 0;
}
#q2-backlinks li a {
	background-image: none;
	color: #ccc;
	font-size: 10px;
}



.test {
	filter:alpha(opacity=0.3); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}



#banner-side {
	width: 292px;	
	height: 284px;
	position: absolute;
	z-index: 30;
	right: 0;
	top: 373px;
	overflow: hidden;
}




.error, .notice, .success {
	padding: 10px; 
	border: 2px solid #dddddd;
	margin: 0 0 10px;
}
.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}
.error a {
	color: #8a1f11;
}
.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.notice a {
	color: #514721;
}
.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.success a {
	color: #264409;
}

/* ---------------------------------------------------------------------------------------------
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
	.scrollable {

		/* required settings */
		position:relative;
		overflow:hidden;
		width: 570px;
		height: 65px;
		padding: 0 0 0 0;
	}
	
	/*
		root element for scrollable items. Must be absolutely positioned
		and it should have a extremely large width to accommodate scrollable items.
		it's enough that you set width and height for the root element and
		not for this element.
	*/
	.scrollable .items {
		/* this cannot be too large */
		width: 20000em;
		position:absolute;
		height: 65px;
	}
	
	.scrollable img {
		float: left;
	    margin: 0;
	    padding: 0;
	}
	
	/*
		a single item. must be floated in horizontal scrolling.
		typically, this element is the one that *you* will style
		the most.
	*/
	.items div {
		float:left;
	    width: 570px;
	    height: 65px;
	}
