/** global **/
body {
	background:#A60206 url('../images/bodybg.png') repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#555555;
	margin:0 auto;
	padding:0;
}
* {
	margin:0;
	padding:0;
}


/** element defaults **/
table {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
}
th {
	padding:7px 10px;
	color:#fff;
	border-top:3px solid #970205;
	background-color:#CA0308;
}
td {
	border-bottom:1px solid #f4f4f4;
	padding:10px;
}
code, blockquote {
	display:block;
	border-left:5px solid #ddd;
	padding:10px;
	margin-bottom:20px;
}
blockquote p {
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	height: 1%;
}
p {
	line-height:1.9em;
	margin-bottom:20px;
}
a {
	color:#A60206;
}
a:hover {
	color:#AA393C;
}
a:focus {
	outline:none;
}
/* form elements */
form {
	margin: 15px 10px; 
	padding: 5px 10px 20px 10px;
	/*border: 1px solid #D8E99E;*/ 
	background: #fff;	
}

label {
	display: block;
	/*font-weight: bold;*/
	margin: 8px 0 5px 0;
	/*color: #895F30;*/
}
input, textarea, select {
	padding: 4px;
	color: #666666;		
	background: #fff;
		
  	border-width: 1px;
  	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 
	
	font: normal 11px Verdana, sans-serif;
}
textarea {
	width: 400px;	
	height: 100px;
	display: block;	
}
input.button { 
	font: 14px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #a60206;
	
	border-width: 1px;
  	border-style: solid;
  	
}

h1 {
	font-size:45px;
}
h2 {
	color:#A60206;
	font-family:Arial,Helvetica,sans-serif;
	font-size:25px;
	font-weight:bold;
	letter-spacing:0;
	margin:0;
	padding:0 0 5px;
}
h3 {
	color:#BF3F42;
	font-size:18px;
	padding-bottom:10px;
}
h4 {
	padding-bottom:10px;
	font-size:15px;
	color:#222;
}
h5 {
	padding-bottom:10px;
	font-size:13px;
	color:#666666;
}
ul, ol {
	margin:0 0 35px 35px;
}
li {
	padding-bottom:5px;
}

/* images */
img {
	padding:0px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}
img.moje {
	background: #fafafa;
    border: 1px solid #dcdcdc;
	padding: 15px;
}

/** wrapper **/
div#wrapper {
	width:960px;
	margin:0 auto;
	padding:0;
}
div#core {
	background:#fff url('../images/wrapper-top.png') no-repeat scroll top left;
	padding:10px 0 0;
}

/** sitename+nav **/
div#top {
	padding-top:50px;
}
div#top h1 {
	float:left;
	font-size:51px;
	padding-bottom:15px;
}
div#top h1 a {
	color:#F0F0F0;
	float:left;
	font-size:41px;
	font-weight:normal;
	letter-spacing:-2px;
	text-decoration:none;
	text-transform:uppercase;
}
div#nav ul {
	list-style:none;
	margin:0 15px 0 25px;
	padding:10px;
}
div#nav ul li {
	float:left;
	display:block;
	padding:15px 15px 10px 15px;
}
div#nav ul li.selected {
	padding-bottom:10px;
	border-bottom:3px solid #0080C0;
}
div#nav ul li a {
	float:left;
	color:#999;
	text-decoration:none;
	display:block;
	font-size:16px;
	font-weight:bold;
	/* text-transform:uppercase; */
}
div#nav ul li.selected a,
div#nav ul li.selected a:hover {
	color:#444;
}
div#nav ul li a:hover {
	color:#666;
}

/** header **/
div#header {
	background-color:#EB6BAB;
	padding:25px;
	border-bottom:10px solid #E8549E;
}
div#header h2, div#header h3 {
	color:#fff;
}
div#header h2 {
	font-weight:normal;
	letter-spacing:0;
}
div#header h3 {
	font-size:16px;
}

/** body **/
div#body {
	background-color:#ffffff;
	padding:18px;
}

/** content+sidebar styles **/
div#content {
	width:650px;
}
div#content {
	padding-top:15px;
}
div.column-left {
	float:left;
	margin-right:20px;
}
div.column-right {
	float:right;
}
div#sidebar {
	width:245px;
}
div#sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
}
div#sidebar li ul {
	margin-bottom:20px;
}
div#sidebar li ul li {
	display:block;
	padding:10px 15px;
	color:#777;
	border-bottom:1px dotted #e0e0e0;
}
div#sidebar li ul li a {
	font-family:"Trebuchet MS",Verdana,Arial;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
}
div#sidebar li ul li a:hover {
	text-decoration:underline;
}
div#sidebar ul ul {
	background:#fff url('../images/gradient.jpg') no-repeat scroll 0 0;
}
div#sidebar h4 {
	background:#000000 url('../images/header-right.png') no-repeat scroll top right;
	font-size:18px;
	color:#fff;
	letter-spacing:0px;
	margin:0;
	padding:0;
	text-transform:none;
}
div#sidebar h4 span {
	background:transparent url('../images/header-left.png') no-repeat scroll top left;
	padding:7px 15px;
	height:22px;
	display:block;
}


/** footer **/
div#footer {
	background:#5B0102 url('../images/wrapper-bottom.png') no-repeat scroll bottom left;
	padding:10px 10px 24px;
	color:#fff;
}
div#footer a {
	color:#fff;
	
}
div#footer div.ul {
	position:relative;
	left:50%;
	float:left;
}
div#footer ul {
	margin:0;
	padding:0 0 0;
	list-style:none;
	position:relative;
	left:-50%;
	float:left;
	border-left:1px solid #740103;
	border-right:1px solid #420102;
}
div#footer ul li {
	padding:0 20px;
	border-right:1px solid #740103;
	border-left:1px solid #420102;
	display:block;
	float:left;
	position:relative;
	font-size:12px;
}
div#footer ul li a {
	text-decoration:none;
	display:block;
	float:left;
	/* text-transform:uppercase; */
	padding:7px 0px;
}
div#footer ul li a:hover {
	color:#ddd;
}
p.footer-links {
	color:#ffffff;
	padding:5px;
	text-align:center;
	padding:0;
	margin:-5px 0 30px;
	font-size:12px;
}
p.footer-links a {
	color:#fff;
	text-decoration:none;
}

/** clear **/
.clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clear {
	display: inline-block;
}
.clear {
	display: block;
}

/* gmap3*/
.gmap3{
	margin: 0px;
    border: 1px dashed #C0C0C0;
    width: 638px;
    height: 400px;
}

/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	/* background:transparent url(../images/tooltip/black_arrow.png); */
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size:12px;
	height:20px;
	width:160px;
	padding:5px;
	color:#000;	
}

	/* override the arrow image of the tooltip */
	.tooltip.bottom {
		/* background:url(../images/tooltip/black_arrow_bottom.png); */
		padding-top:5px;
		height:20px;
	}

	.tooltip.bottom {
		/* background:url(../images/tooltip/black_arrow_bottom.png); */
	} 

/* style the trigger elements */
#dyna img {
	border:0;
	cursor:pointer;
	margin:0 8px;
}
/* slider */
.banner { position: relative; overflow: auto; }
.banner li { list-style: none; }
.banner ul li { float: left; }