html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display: block; }

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

ul {
    list-style: none outside;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
	outline: none;
	text-decoration:none;
    background:transparent;
	vertical-align:baseline;
}

a, a > * {
	text-decoration: none;
    color: #fff; 

}

b { color: #ffffff; }

.not-ie a {
	-webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	   -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
		-ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
		 -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
			transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}

img {
    border: 0;
	height: auto;
	max-width: 100%;
	-ms-interpolation-mode: bicubic;
}

.map img,
.google_map img { max-width: none; }

.box {
	margin-bottom: 90px;
}


/* ---------------------------------------------------------------------- */
/*	Basic Elements
/* ---------------------------------------------------------------------- */

body {
	background-color: #383838;
	color: #A7A6A6;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
	font: 14px/1.5 'Open Sans', Arial;
}

body.boxed { background-attachment: fixed; margin-top:0px; margin-bottom:0px;}

.boxed.pattern-1  { background-image: url(../images/patterns/pattern-8.jpg); }


	/* -------------------------------------------------- */
	/*	Typography
	/* -------------------------------------------------- */

	h2 {
		margin-bottom: 15px;
		color: #ffffff;
		font-family: 'Droid Serif', serif;
		font-weight: 400;
		line-height: 1.15;
	}

	h1 { font-size: 28px; color: #ffffff;}
	h2 { font-size: 24px; }


	.title {
		line-height: 1.25;
		margin-bottom: 20px;
	}
	
	::-moz-selection {
		color: #fff;
		text-shadow: none;
	}

	::selection {
		color: #fff;
		text-shadow: none;
	}
	
	.highlight {
		padding: 2px 6px;
		color: #9D0A0A;
font-size: 14px;
font-family: 'Droid+Serif', serif;
font-weight: 600;
		text-shadow: none;
	}
	
	a.highlight:hover {
		color: #fff !important;
	}

	p {
		margin: 0 0 1.2em;
		padding: 0;
		line-height: 1.7em;
	}
	

/* ---------------------------------------------------------------------- */
/*	Wrapper
/* ---------------------------------------------------------------------- */


.boxed #wrapper {
	margin: 0 auto;
	width: 1000px;
	background-color: #232323; background-image: url(../images/patterns/tlo-kontener.png);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
	   -moz-box-shadow: 0 0 5px rgba(0,0,0,.5);
			box-shadow: 0 0 25px rgba(0,0,0,.5);
}

.wide #wrapper { background-color: #232323; background-image: url(../images/patterns/tlo-kontener.png);}

/* ---------------------------------------------------------------------- */
/*	Header
/* ---------------------------------------------------------------------- */

	#header {
		background-color: #000; background-image: url(../images/patterns/pattern-9.png); z-index: 99;
		padding-top: 20px;
		
	}
	
	.fixed#header {
		position: fixed;
		top: 0;
		left: 0;
		padding: 20px 0 1px;
		width: 100%;
		background-color: #000; background-image: url(../images/patterns/pattern-10.png);
		
		-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.2);
		   -moz-box-shadow: 0 2px 3px rgba(0,0,0,.2);
				box-shadow: 0 2px 3px rgba(0,0,0,.2);
	}

	/* -------------------------------------------------- */
	/*	Logo
	/* -------------------------------------------------- */

		#logo { 
			width: 256px;
			height: 40px;
			margin-left: auto;
			margin-right: auto;
			background-image: url(../images/logo/artax.png);
			display: block;
			float: left;     
			line-height: 0;  
			margin-top: 0;
		}
		
		.fixed#header .eight #logo   { display: none; }
		.fixed#header .sixteen #logo { margin: 12px 0 6px; }
		

	/* -------------------------------------------------- */
	/*	Main Navigation
	/* -------------------------------------------------- */

	.menu-container {
		margin-top: 23px;
		border-top-width: 0px;
		border-top-style: solid;
		border-top-color: #B34264;
	}
	
	
	.fixed#header .menu-container {
		float: right;
		margin: 0;
		border-top-width: 0;
		border-bottom-width: 0;
	}
	

/* ---------------------------------------------------------------------- */
/*	Content
/* ---------------------------------------------------------------------- */

#content { margin-bottom: 50px; }

	/* -------------------------------------------------- */
	/* 404 Page
	/* -------------------------------------------------- */	

	.e404 {padding: 5px 0 5px 0;}

		.e404 h1 {
			display: inline-block;
			float: left;
			margin-right: 5px;
			padding-right: 70px;
			font-weight: 600;
			font-size: 200px;
			font-family: 'Open Sans', Arial, sans-serif;
			line-height: .8;
		}

		.e404 h2 { 
			margin-top: 10px;
			margin-bottom: 30px;
			font-weight: 400;
			font-size: 25px;
			line-height: 1.2;	
		}	
		
/* ---------------------------------------------------------------------- */
/*	Footer
/* ---------------------------------------------------------------------- */

#footer {
    background-color: #7C2828;  background-image: url(../images/patterns/pattern-1.jpg);
	padding: 0px 0 20px;
	color: #fff;
	border-radius: 0 0 0 0;
}


	#footer a { color: #000; }


	/* -------------------------------------------------- */
	/*	Copyright
	/* -------------------------------------------------- */	

	.adjective {
		padding-top: 25px;
		border-top-width: 1px;
		border-top-style: dashed;
		border-top-color: #B02525;
		font-size: 13px;
		text-align: center;
	}
		
			.copyright a,
			.developed a { color: #969696; }

		
	/* -------------------------------------------------- */
	/*	Back Top
	/* -------------------------------------------------- */

	#back-top {
		position: fixed;
		right: 20px;
		bottom: 20px;
		z-index: 999;
		display: none;
		width: 40px;
		height: 40px;
		background-color: #000000;
		text-align: center;
		font: 0/0 a;

		-webkit-transition: background-color .2s linear;
		   -moz-transition: background-color .2s linear;
			-ms-transition: background-color .2s linear;
			 -o-transition: background-color .2s linear;
				transition: background-color .2s linear; 
	}
	
	#back-top:after {
		position: absolute;
		left: 0;
		top: 0;
		width: 40px;
		height: 40px;
		background-image: url(../images/back-to-top.png);
		background-position: center center;
		background-repeat: no-repeat;
		content: "";
	}

/* 17.1 Table  Styles -----------------------------------------------------------------------------------*/
	table {
margin-bottom:10px;
margin-top:10px;
width: 90%; margin: 0 auto; text-align: left; 
text-align: center;
}

table th, tfoot td {
padding:5px;
padding: 5px 13px;
text-align: center;
font-size:14px;
color: #ffffff; 
text-transform: uppercase;
background-image: url(../images/patterns/pattern-1.jpg);

}

.default_w_ft tfoot td {
padding: 5px 13px;
}

table td {
border:0px solid #ffffff; 
padding:8px;
padding-left:13px;
text-align: left;
background-image: url(../images/patterns/pattern-5.jpg);
vertical-align:middle;
font-size:14px;
}

