/*
	===========================================
	 Reset Elements
	===========================================
*/

	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
		margin:0;padding:0;
		}
	table {
		border-collapse:collapse;border-spacing:0;
		}
	fieldset,img {
		border:0;
		}
	address,caption,cite,code,dfn,em,strong,th,var {
		font-style:normal;font-weight:normal;
		}
	ol,ul {
		list-style:none;
		}
	caption,th {
		text-align:left;
		}
	h1,h2,h3,h4,h5,h6 {
		font-size:100%;
		}
	q:before,q:after {
		content:'';
		}
/* 
	===========================================
	 Html Elements
	===========================================
*/

	body {
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:14px;
		padding:0;
		background-color: #575759;
		}
	h1, h2 {
		font-size:16px;
		line-height:1.5em;
		margin:1em 0 0.5em 0;
		color:#fff;
		}
	hr {
		height:1px;
		color:#fff;
		background-color:#fff;
		border:0;
		border-bottom:1px dotted #000;
		}
	img {
		border:0;
		}
	/*table {
		border-top:1px solid #E4BE00;
		width:100%;
		font-size:11px;
		}
	td, th {
		font-size:inherit;
		padding:0.3em;
		border-bottom:1px solid #E4BE00;
		}
	th {
		text-align:left;
		font-weight:bold;
		} */
	a:link img, a:visited img, a:active img, a:hover img {
		border:0;
		}
	a:link, a:visited, a:active {
		color:#fff;
		text-decoration:none;
		}
	a:hover {
		color:#cdcdcd;
		text-decoration:underline;
		}
	p {
		line-height:1.4em;
		padding:0.5em 0 1em 0;
		}
		
	b {
		color:#0046A4;
		}
	sup {
		font-size:0.4em;
		line-height:0.6em;
		}
	strong {
		font-weight:bold;
		}

/* 
	===========================================
	 Container
	===========================================
*/
	#wrapper {
		margin:0px 0px;
		font-size:1.0em;
		color:#000;
		background-color:#575759;
		width:100%;
		}
		
	#header {
		background:#575759 url(../images/background-tattoo-top.gif) scroll no-repeat top left;
		height: 330px;
		}
	
	#logo {
		width: 191px;
		height: 221px;
		text-align: left;
		position: absolute;
		margin: 10px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		}
	
	#menu {
		height:5em;
		color:#fff;
		letter-spacing: 0.3em;
		font-weight: bold;
		margin: 0px 0px 0px 250px;		
		padding: 170px 0px 0px 0px;
		width:690px;
		}
		
	#content {
		padding: 0px 0px 0px 0px;
		text-align: left;
		color:#fff;
		margin: -80px 0px 0px 250px;
		width:690px;
		}
	
	div.content-left, div.content-right {
		float:left;
		width:340px;
		}
	div.content-left {
		clear:left;
		}
	div.content-right {
		}
	div.content-2-col {
		clear:both;
		}
	
	#footer {
		clear:both;
		background:#575759 url(../images/background-tattoo-bottom.gif) scroll no-repeat bottom right;
		height: 330px;
		}
		
	#footer-content {
		text-align: center;
		padding-top: 100px;
		vertical-align: bottom;
		color:#fff;
	}

/*
   ------------------------------------------------
	Menu
   ------------------------------------------------
*/

	ul.navi {
		margin: 20px 0 0 0;
		color: #fff;
		}
		ul.navi li {
			padding-right: 11px;
			padding-left: 11px;
			display:inline;
			float:left;
			}
			
			ul.navi li.first {
				padding-left: 0px;
				}
			
			ul.navi li a#current {
				color: #cdcdcd;
			}
			
			ul.navi li a:link, 
			ul.navi li a:visited, 
			ul.navi li a:active {
				color: #fff;
				text-decoration:none;
				float:left;
				}
			ul.navi li a:hover {
				color: #cdcdcd;
				text-decoration:underline;
				}
			ul.navi li.active a:link, 
			ul.navi li.active a:visited, 
			ul.navi li.active a:active {
				color: #cdcdcd;
				text-decoration:underline;
				float:left;
				}


	ul.logos {
		margin: 20px 0 0 0;
		color: #fff;
		line-height:65px;
		}
		ul.logos li {
			display:inline;
			height: 65px;
			}
		ul.logos li img {
			padding-right: 28px;
			padding-bottom: 20px;
			vertical-align:middle;
			text-align: center;
			}
			
/*
   ------------------------------------------------
	Images
   ------------------------------------------------
*/
	.teaser {
		border: 1px solid #cdcdcd;
		}
	.gallery-thumb {
		padding-right: 20px;
		padding-bottom: 15px;
		border: 1px solid #cdcdcd;
		}
	.gallery-full {

		}


/*
   ------------------------------------------------
	Misc Classes
   ------------------------------------------------
*/
	.clear {
		clear:both;
		}