/*
Theme Name: Pacan
Theme URI: http://7zero.pl

Author: http://7zero.pl
Author URI: http://7zero.pl
*/

body{
	margin:0;
	padding:0;
	background-image:url(img/bgheader.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#753e25;
	}
#headerbg{
	width:100%;
	height:537px;
}
#header{
	width:960px;
	height:110px;
	margin:auto;
	}
#cu3er{
	width:940px;
	height:392px;
	margin:auto;
	outline:0;}
#cu3er-container {width:940px; outline:0;}
#shadow{
	background-image:url(img/bgshadow.png);
	background-position:top center;
	background-repeat:no-repeat;
	width:960px;
	height:42px;
	margin:auto;}
#bgmenu{
	width:100%;
	background-image:url(img/bgcountainer.gif);
	background-repeat:repeat-x;
	background-position:top;
	}
#menu2{
	background-image:url(img/bgmenu2.gif);
	width:940px;
	height:40px;
	margin:auto;}
#container{
	width:100%;
	background-color:#753e25;}
#content{
	width:960px;
	margin:30px auto;
	overflow:hidden;
	clear:both;}
#footerbg{
	width:100%;
	background-image:url(img/bgfooter.jpg);
	background-position:top center;
	background-repeat:no-repeat;}
#footer{
	width:960px;
	height:100px;
	margin:auto;
	}

/*--------------menu and logo*/
#header .logo {
	display:inline;
	width:323px;
	height:0px;
	float:left;
	margin-left:40px;
}
#header .logo a {
	display:inline;
	width:323px;
	height:110px;
	text-indent:-5000px;
	float:left;
	background-image:url(img/logo2.png);
}

/*--------------menu 2*/

.menu2{
	width:940px;
	list-style-type:none;
	float:left;
	margin-left:30px;
	margin:0;
	padding:0;
	clear:right;
	/*	margin-right:90px;*/
}
.menu2 li {
	float:left;

	/*margin:15px 20px 0px 0px; */
	/*margin-right:40px;*/
}
.menu2 li a {
	display:block;
	padding: 10px 15px 11px 14px;
	*padding: 11px 15px 11px 15px;
	font-size: 15px;
	text-decoration: none;
	color: #c28b69;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.menu2 li a:hover {
	background-color:#c28b69;
	color: #753e25;
}
.menu2 li a:active {
	color: #FF0000;
}
/*--------------content */
#contentm {
	display:inline;
	width:300px;
	float: left;
	margin:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #c28b69;
	line-height: 1,5;
}
#contentm2 {
	display:inline;
	width:620px;
	float: left;
	margin:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #c28b69;
	line-height: 25px;
}

/*--------------footer */
#footerlp {
	display:inline;
	width:100px;
	float: left;
	margin:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #c28b69;
}
#footerlp a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #c28b69;
	text-decoration:none;
	}
#footerm {
	display:inline;
	width:700px;
	float: left;
	margin:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #c28b69;
}
#footerm a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #c28b69;
	text-decoration:none;
	}
	
	
/* Main menu */

#menu
{
        margin: 50px 40px 0 70px;
        padding: 10px 0 0 0;
        list-style: none;
		float:right;
}

#menu li
{
        float: left;
        padding: 0 0 10px 0;
        position: relative;
}

#menu a
{
/*        float: right;*/
        height: 25px;
        padding: 0 25px;
        color: #753e25;
		font-family: "Georgia", Times New Roman, Times, serif;
        text-decoration: none;
        text-shadow: 0 1px 0 #c28b69;
}

#menu li:hover > a
{
        color: #fafafa;
}

*html #menu li a:hover /* IE6 */
{
        color: #fafafa;
}

#menu li:hover > ul
{
        display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;
    background: #753e25;
}

#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #c28b69;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #c28b69;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #c28b69;
	color: #c28b69;
}
#menu ul li a
{
        color: #c28b69;
		font-family: "Georgia", Times New Roman, Times, serif;
        text-decoration: none;
        text-shadow: 0 1px 0 #753e25;
}

#menu ul li:last-child
{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#menu ul a
{
    padding: 10px;
        height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
        text-transform: none;
}

*html #menu ul a /* IE6 */
{
        height: 10px;
        width: 150px;
}

*:first-child+html #menu ul a /* IE7 */
{
        height: 10px;
        width: 150px;
}

#menu ul a:hover
{
	background: #c28b69;
	color: #753e25;
}


#menu ul li:first-child a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #753e25;
}

#menu ul li:first-child a:hover:after
{
    border-bottom-color: #753e25;
}


/* Clear floated elements */
#menu:after
{
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */

/*-----------------galeria----------*/
#imagesfull {
	display:inline;
	width:100px;
	float: left;
	margin:10px;
}
#imagesimg {
	width:98px;
	height:98px;
}
.imagesb {
	border:#ebd0a9 1px solid;
}
#imagestitle{
	width:90px;
	list-style-type:none;
	padding:5px;
	background-color:#ebd0a9;
	color:#473328;
	font-weight: bolder;
}
.home{
	border:#ebd0a9 solid 10px;
	margin-top: 25px;
}
.kleft{
	float:left;
	display:inline;
	margin:10px;
	width:290px;}
.kright{
	float:right;
	display:inline;
	margin:10px;
	width:290px;}
/*-----------------------end formularz*/

fieldset{ border:none;}
#contentm input {
	background-color:#753e25;
width:270px;
height: 20px;
line-height:20px;
line-height: 17px;
margin-bottom: 8px;
padding: 4px;
border: 1px solid #c28b69;
color:#c28b69;
}

#contentm textarea {
	background-color:#753e25;
height: 143px;
width:270px;
min-height: 143px;
padding: 4px;
border: 1px solid #c28b69;
color:#c28b69;
}

#contentm #contact_submit {
	margin-top:30px;
	background-color:#753e25;
width:65px;
height:24px;
color:#c28b69;
}

#contentm #contact_name[disabled],
#contentm #contact_email[disabled] {
color:#c28b69;
}
/*-----------------------end formularz*/