/* 
================================
Skin styles for DotNetNuke
================================
*/  

BODY
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica;
    font-size: 12pt;
    font-weight: normal;
	color: #000000;
	padding-top: 0px;
	background-color:#fffaf0;
}


.pagemaster
{
	width: 100%;
	background-color: #fffaf0;
	text-align: center;
}
.skinmaster
{
	width: 980px;
	background-color: #FFFFFF;
}

.controlpanel {
	width: 100%;
	background-color: #d48622;
}
.ControlPanel .SubHead
{
	font-size: 8.5pt;
	color: #663300;
}


.headergradient
{
	background-image: url(gradient_Brown.jpg);
	background-repeat: repeat-y;
	background-color: #d48622;
}

.SloganLeft
{
	background-position: right bottom;
	background-image: url(TL1.gif);
	background-repeat: no-repeat;
}
.Slogan
{
	background-position: right top;
	background-image: url(TL2.gif);
	background-repeat: no-repeat;
}
.SloganRight
{
	background-position: left top;
	background-image: url(TL3.gif);
	background-repeat: no-repeat;
}
.Logo
{
	background-position: right top;
	background-image: url(TL4.gif);
	background-repeat: no-repeat;
}

.rightColumn
{
	background-image: url(BG_right.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.LeftColumn
{
	background-image: url(BG_left.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#menu2
{
	text-transform: uppercase;
	color: #ffffff;
	text-align: right;
}
#menu2 li
{
	padding-left: 30px;
	font-size: 20px;
	float: left;
	list-style-type: none;
	text-align: right;
}
#menu2 li a
{
	display: block;
	font-size: 14px;
	color: #ffffff;
}
#menu2 li a:hover
{
	color: #EA5E00;
	text-decoration: none;
}

#menu2 li a:active
{
	color: #ea5e00;
}


.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

/*
.MainMenu_MenuContainer {
	background-color: transparent; 
	width:100%;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	width:100%;
	background-color: transparent;
}
.MainMenu_MenuItem
{ 
	BORDER-RIGHT: #cccccc 0px solid; 
	BORDER-TOP: #cccccc 1px solid; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 9pt; 
	BORDER-LEFT: #cccccc 0px solid; 
	CURSOR: hand; COLOR: #000000; 
	BORDER-BOTTOM: #cccccc 1px solid; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Tahoma, Arial, Helvetica; 
	BACKGROUND-COLOR: #ffffff; 
	FILTER: alpha(opacity=70); 
	-moz-opacity: 0.7; 
	opacity: 0.7 
	}


.MainMenu_MenuIcon {
	background-color: #cccccc; 
	border-left: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #cccccc;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #aaaaaa; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	display:none;

}
.MainMenu_RootMenuArrow {
	display:none;
}
*/
	
	
	.MainMenu_MenuContainer
{
	width:100%;
}
.MainMenu_MenuBar
{
	width:100%;
}

.MainMenu_MenuItem
{

	border-right: #e4bc96 2px solid;
	border-top: #e4bc96 2px solid;
	font-weight: bold;
	font-size: 10pt;
	border-left: #e4bc96 2px solid;
	color: #666666;
	border-bottom: #e4bc96 2px solid;
	font-style: normal;
	font-family: Tahoma, Arial, Helvetica;
	height: 25px;
	background-color: #e4bc96;
	width:150px;
}

.MainMenu_MenuIcon
{
	display:none;
}





.MainMenu_MenuBreak
{
	border-right: #e4bc96 10px solid;
	border-top: #e4bc96 10px solid;
	border-left: #e4bc96 0px solid;
	border-bottom: #e4bc96 10px solid;
	height: 10px;
	background-color: fuchsia;
}
.MainMenu_MenuItemSel
{
    color: #EEEEEE;
    background-color: #a0b4f0;
}
.MainMenu_MenuArrow
{
	border-right: #666666 0px solid;
	border-top: #666666 0px solid;
	border-left: #666666 0px solid;
	width: 12px;
	color: #666666;
	border-bottom: #666666 0px solid;
	background-color: transparent;
}
.MainMenu_RootMenuArrow
{
	color: #666666;
	background-color: transparent;
}
.MainMenu_RootMenuItemBreadcrumb
{
	height: 80px;
	background-color: #ffcc66;
}





.MainMenu_RootMenuItem
{
	padding-right: 10px;
	margin-top: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 12pt;
	background-image: url(menu1.png);
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #444444;
	font-style: normal;
	font-family: Tahoma, Helvetica, Arial;
	height: 45px;
	background-color: transparent;
}
.MainMenu_RootMenuItemActive
{
	padding-right: 10px;
	margin-top: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 12pt;
	background-image: url(menu2.gif);
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #f5f5f5;
	font-style: normal;
	font-family: Tahoma, Arial, Helvetica;
	height: 45px;
	background-color: transparent;
}
	
.MainMenu_RootMenuItemSelected
{
	padding-right: 10px;
	margin-top: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 12pt;
	color: #f5f5f5;
	font-style: normal;
	font-family: Tahoma, Arial, Helvetica;
	height: 45px;
	background-image: url(menu2.gif);
	background-color: transparent;
		text-transform: uppercase;

	/*FILTER: alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0 */
}

.MainMenu_SubMenu
{
	z-index: 1000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3);
	background-color: #e4bc96;
	color: #ffffff;
		width:150px;



}
.MainMenu_SubMenuItemBreadcrumb
{
	background-color: #ffff66;
}

.MainMenu_SubMenuItemActive
{
	border-right: #ea5e00 1px solid;
	border-top: #ea5e00 1px solid;
	font-weight: bold;
	font-size: 10pt;
	border-left: #ea5e00 1px solid;
	color: #ffffff;
	border-bottom: #ea5e00 1px solid;
	font-style: normal;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #ea5e00;
		width:150px;

}


.MainMenu_SubMenuItemSelected
{
	border-right: #ea5e00 1px solid;
	border-top: #ea5e00 1px solid;
	font-weight: bold;
	font-size: 10pt;
	border-left: #ea5e00 1px solid;
	color: #666666;
	border-bottom: #ea5e00 1px solid;
	font-style: normal;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #ea5e00;
		width:150px;

}





.StandardButton {
   background: #aaaaaa none; 
   color: #ffffff;
   font-family: Verdana, sans-serif; 
   font-size: 11px;
   font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtGray.jpg);
}
.Head
{
	font-weight: bold;
	font-size: 22px;
	color: #666666;
	font-family: Tahoma, Arial, Helvetica;
}

.Normal
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12pt;
    font-weight: normal;
}

.SubHead
{
	font-family: Tahoma, Arial, Helvetica;
    font-size: 12pt;
    font-weight: bold;
   	color: #663300;

}





.factory
{
	background-position: center bottom;
	background-image: url(fabryka.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
}
.Piekazatko
{
	background-position: right bottom;
	background-image: url(Piekazatko.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	
}



.DarkLine
{
	background-position: center bottom;
	background-image: url(MotywCert.gif);
	background-repeat: no-repeat;
	background-color: transparent;	
}


.P1
{
	background-position: left bottom;
	left: -660px;
	float: none;
	background-image: url(P1.gif);
	width: 100px;
	background-repeat: no-repeat;
	position: relative;
	top: 300px;
	height: 300px;
	background-color: transparent;
}

.P2
{
	background-position: left bottom;
	left: -560px;
	float: none;
	background-image: url(P2.gif);
	width: 100px;
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	height: 300px;
	background-color: transparent;
}
.P1a
{
	background-position: left bottom;
	left: -220px;
	float: none;
	background-image: url(P1.gif);
	width: 100px;
	background-repeat: no-repeat;
	position: relative;
	top: 300px;
	height: 300px;
	background-color: transparent;
}

.P2a
{
	background-position: left bottom;
	left: -120px;
	float: none;
	background-image: url(P2.gif);
	width: 100px;
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	height: 300px;
	background-color: transparent;
}

BLOCKQUOTE, PRE {
    font-family:   Tahoma, Arial, Helvetica;
}

.foot
{
	padding-right: 10px;
	padding-left: 5px;
	font-size: 10pt;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #fffcf8;
	text-align: right;
}
.foot a
{
	color: #582b10;
}
.foot a:hover
{
	text-decoration: underline;
}

.foot a:active
{
	color: #ea5e00;
}


















