@import url('fonts.css');

/*
 *		GENERAL
*/

html, head, *
{
    margin: 0px;
    padding: 0px;
}

html, body
{
    width: 100%;
    height: 100%;

    font-family: Classic Round;
    font-size: 14px;
    color: #FFF;
}

html
{
    background: #0575C2;
}

img
{
    border: none;
}


/*
 *		LAYOUT
*/

div.logo
{
    float:left;
    width: 193px;
    height: 108px;
    margin-top: 70px;
    /*background: url('../img/logo.png') 0px 0px no-repeat;*/
}

div.logo a
{
    border: 0px none;
}

div.main-kontener
{
    min-height: 100%;
    width: 960px;
    padding: 0px 20px;
    margin: auto;
    overflow: auto;

} 

div.kontener
{
    float: left;
    min-height: 100px;
    position: relative;
}

div.kontener.wide, div.kontener.header
{
    width: 100%;
    clear: both;
}

div.kontener.header
{
    height: 210px;
}

div.kontener.left
{
    padding-right: 40px;
    width: 210px;
    clear: left;
}

div.kontener.right
{
    padding: 0px;
    width: 960px;
    clear: right;
    border: 0px;
    /*border-left: 1px solid #68ACDA;*/
}

div.kontener.prawy
{
    
    /*border-left: 1px solid #68ACDA;*/
}



div.kontener.right2
{
    padding-left: 40px;
    padding-right: 40px;
    width: 828px;
    clear: right;
    border-left: 1px solid #68ACDA;
    border-right: 1px solid #68ACDA;
}

div.kontener.oferta {
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 50px;
    width: 100%;
    clear: right;
}

div.kontener.produkty {
    padding-left: 40px;
    padding-right: 40px;
    padding: 40px;
    width: 828px;
    clear: right;
    border: 1px solid #68ACDA;
    /*background-color: #3399cc;*/
    background-color: rgba(51,153,204,0.3);
    border-radius: 10px;
    margin-bottom: 30px;
}

div.kontener.produkty-nowosci {
    padding: 0 0 0 0px;
    width: 908px;
    clear: right;
    border: 1px solid #ffffcc;
    /*background-color: #3399cc;*/
    background-color: rgba(51,153,204,0.5);
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: center;
}

div.kontener.produkty-nowosci h1 {
    margin: 0;
    padding: 5px 0;
}

div.kontener.produkty img, div.kontener.produkty-nowosci img {
    width: 90px;
    height: 90px;
    border: 0;
    margin: 5px 5px 5px 5px;
    border: 1px solid #BBB;
    padding: 2px;
}

div.kontener.produkty a, div.kontener.produkty-nowosci a {
    border: 0;
}

div.kontener.produkty a img, div.kontener.produkty-nowosci a img {
    margin: 5px 5px 5px 5px;
    border: 1px solid #BBB;
    padding: 2px;
}

div.kontener.produkty a img:hover, div.kontener.produkty-nowosci a img:hover {
    background-color: #BBB;
}

div.kontener.produkty img:hover, div.kontener.produkty-nowosci img:hover {
    background-color: #BBB;
}

.galeria {
    padding: 40px 10px 40px 10px;
    clear: right;
    /*background-color: #3399cc;*/
    background-color: rgba(51,153,204,0.6);
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    display: none;
}

.galeria-nowosci {
    background-color: rgba(51,153,204,0.6);
    padding: 40px 10px 40px 10px;
    clear: right;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    display: none;
    margin: 0 40px 40px 40px;
}

.galeria .desc, .galeria-nowosci .desc {
    float: left;
    margin-right: 100px;
}

.galeria .images, .galeria-nowosci .images {
    float: right;
    width: 330px;
}



/*
 *		PARAGRAPHS, LINKS
*/


p, div.entry	{ line-height: 1.2em; }

div.entry
{
    margin: 16px 0px;
    margin-left: 15px;
}

div.entry .title
{
    display: block;
}

div.entry .date
{
    display: block;
    font-size: 13px;
    font-style: italic;
    /* color: #A7DBFF; */
}

.header a
{
    display: inline-block;
    color: #A7DBFF;
    text-decoration: none;
    border-bottom: 1px dotted #A7DBFF; /* #64FB00 */
}

.link-kropki-niebieski a
{
    color: #A7DBFF;
    text-decoration: none;
    border-bottom: 1px dotted #A7DBFF; /* #64FB00 */
}

.link-kropki-bialy a
{
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dotted #fff; /* #64FB00 */
}


/*
 *		MENUS
 *		- Main menu
*/

ul.main-menu
{
    display: block;
    position: absolute;
    height: 69px;
    top: 92px;
    right: 0px;
    margin-right: 13px;
    background: url('../img/menu_bg.png') repeat-x;
}

ul.main-menu a
{	
    font-family: Anton;
    font-size: 19px;
    color: #FFF;
    text-decoration: none;
    text-shadow: 0px 0px 6px #658D18;
    border: none;
}

ul.main-menu > li
{
    display: block;
    float: left;
    height: 100%;
    z-index: 0;
    position: relative;
}

ul.main-menu > li > a
{
    display: block;
    line-height: 69px;
    padding: 0px 20px;
}

ul.main-menu > li:nth-last-child(2) > a	{ padding-right: 12px; }
ul.main-menu > li:nth-child(2) > a			{ padding-left: 12px; }

ul.main-menu > li.left-edge, ul.main-menu > li.right-edge,
ul.main-menu > li.separator
{
    width: 13px;
    height: 100%;
    padding: 0px;
}

ul.main-menu > li.left-edge, ul.main-menu > li.right-edge
{
    position: absolute;
    top: 0px;
}

ul.main-menu > li.left-edge
{
    left: -13px;
    background: url('../img/menu_bg_left.png');
}

ul.main-menu > li.right-edge
{
    right: -13px;
    background: url('../img/menu_bg_right.png');
}

ul.main-menu > li.separator
{
    width: 2px;
    background: url('../img/menu_sep.png') center center no-repeat;
}

ul.main-menu .glow
{
    display: none;
    height: 45px;
    position: absolute;
    left: 0px;
    bottom: 3px;
    z-index: -1;
    background: url('../img/menu_glow.png') center bottom no-repeat;
}

/*
 *		MENUS
 *		- Language-selection menu
*/

div.lang-menu-cont
{
    float:right;
    height: 42px;
    top: 39px;
    right: 0px;
    margin-top:40px;
    margin-left:40px;
}

ul.lang-menu
{
    float: right;
    display: block;
    position: relative;
    height: 100%;
    margin: 0px 13px;
    background: url('../img/lang_bg.png') repeat-x;
}

ul.lang-menu.current
{
    cursor: pointer;
}

ul.lang-menu.selection
{
    margin-right: 22px;
    display: none;
}

ul.lang-menu > li
{
    display: block;
    float: left;
    height: 100%;
    z-index: 0;
    position: relative;
}

ul.lang-menu > li img
{
    margin: 10px 2px 0px 2px;
    border: none;
}

ul.lang-menu > li.left-edge, ul.lang-menu > li.right-edge
{
    width: 13px;
    height: 100%;
    padding: 0px;
    position: absolute;
    top: 0px;
}

ul.lang-menu > li.left-edge
{
    left: -13px;
    background: url('../img/lang_bg_left.png');
}

ul.lang-menu > li.right-edge
{
    right: -13px;
    background: url('../img/lang_bg_right.png');
}

ul.lang-menu > li:nth-last-child(2)		{ padding-right: 0px; }
ul.lang-menu > li:nth-child(2)			{ padding-left: 0px; }

ul.lang-menu > li.expand
{
    width: 16px;
    background: url('../img/lang_exp.png') 0px 10px no-repeat;
    padding: 1px;
    margin-left: -5px;
}

ul.lang-menu a
{
    border: none;
}


/*
 *		GFX-kontenerS
*/

div.finish-kontener
{
    width: 960px;
    height: 0px;
    margin: auto;
    overflow: visible;
    background-color: #CF3;
}

div.foot-kontener
{
    width: 960px;
    height: auto;
    margin: 0px auto;
}
div.footer
{
    float:left;
    margin-top:110px;
}

div.footer > .icons
{
    border: none;
    visibility: hidden;
}

div.footer > .icons > a
{
    border: none;
}

div.footer > .copyright
{
    color: #A7DBFF;
    border-top: 1px solid #68ACDA;
    margin-top: 10px;
    padding-top: 10px;
}


div.bg-top
{
    width: 1214px;
    height: 609px;
    margin-left: -149px;
    background: url('../img/bg_top.jpg') 0px 0px no-repeat;
}

div.bg-bottom
{
    width: 1119px;
    height: 389px;
    background: url('../img/bg_bottom.png') 0px 0px no-repeat;
}

div.bg-bottom-char-left1, div.bg-bottom-char-right1, div.bg-bottom-char-left2, div.bg-bottom-char-right2
{

    background: 0px 0px no-repeat;
}

div.bg-bottom-char-left1
{

    width: 332px;
    height: 236px;
    bottom: 35px;
    left: 58px;
    margin-left:60px;
    margin-bottom:-150px;
    background-image: url('../img/char_bottom_1.png');
}

div.bg-bottom-char-left2
{
    width: 332px;
    height: 236px;
    bottom: 35px;
    left: 58px;
    margin-left:60px;
    margin-bottom:-150px;
    background-image: url('../img/char_bottom_2.png');
}

div.bg-bottom-char-right1
{
    float: right;
    width: 440px;
    height: 253px;
    margin-top:136px;
    background-image: url('../img/char_bottom_3.png');
}

div.bg-bottom-char-right2
{
    float: right;
    width: 440px;
    height: 253px;
    margin-top:136px;
    background-image: url('../img/char_bottom_4.png');
}

/* OFERTA HANDLOWA */

table {
    font-family: Verdana;
}

table.sample {
    border-style: none;
    border-color: rgb(29, 41, 97);
    border-width: 1px;
    font-size:15px;
    text-align:center;
}
table.sample th {
    border-width: 1px;
    padding: 5px;
    border-style: solid;
    border-color: rgb(29, 41, 97);
    background-color: #3791ce;
}
table.sample td {
    border-width: 1px;
    padding: 5px;
    border-style: solid;
    border-color: rgb(29, 41, 97);
    background-color: #3791ce;
}

table.sample .head1 td  {
    background-color:#993333;
}


table.sample .nr1  {
    background-color:#993333 !important;
}

table.sample .nr2  {
    background-color:#a85f5f !important;
    text-align:left;
}


table.sample .head2 td  {
    background-color:#009900;
}

table.sample .nr3 {
    background-color:#009900 !important;
}

table.sample .nr4 {
    background-color:#57a057 !important;
    text-align:left;
}

table.sample .head3 td  {
    background-color:#8b8d00;
}

table.sample .nr5 {
    background-color:#8b8d00 !important;
}

table.sample .nr6 {
    background-color:#a9a612 !important;
    text-align:left;
}

table.sample .head4 td  {
    background-color:#a55900;
}

table.sample .nr7 {
    background-color:#a55900 !important;

}

table.sample .nr8 {
    background-color:#c16e0c !important;
    text-align:left;
}

/* OFERTA HANDLOWA - KONIEC */

/* PASEK POD TOPEM */
.witaj {
    width: 320px;
    float: left;
    height: 100%;
    padding-top: 20px;
    clear: right;
}

.witaj h1 {
    margin: 10px 0;
}

.navi {
    clear: both;
    margin: 20px 10px;
    border-bottom: 1px solid #A7DBFF;
    height: auto;
    overflow: auto;
    font-size: 15px;
}

.social-buttons {
    float: right;
}

.social-buttons p {
    float: left;
    margin: 8px 15px 0 0;
}

.social-buttons .soc1 {
    float: left;
}

.social-buttons .soc2 {
    margin: 5px 5px 0 10px;
    float: left;
}

.social-buttons .soc3 {
    margin: 5px 5px 0 10px;
    float: left;
}

.navi-info {
    float: left;
    margin-top: 8px;
}

/* PASEK POD TOPEM - koniec */



.link-bialy a, .link-bialy a:active, .link-bialy a:visited {
    color: white;
    text-decoration: none;
}

.link-bialy a:hover {
    text-decoration: underline;
}

strong {
    color: #A7DBFF;
}

/* STARE */

h1					{ font-size: 30px; }
.nieuzywane h1.super			{ 
    font-size: 35px;
    text-align: center;
}

.nieuzywane h2					{ font-size: 24px; color: #A7DBFF }
.nieuzywane h3					{ font-size: 20px; color: #5BBDFF; }

/* STARE - koniec */