@charset "UTF-8";

/* ------- Basic Stying ---------*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #F8F4EB;
	text-align: center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 85%;
}

#wrapper {
	background:url(images/metal-back2_press.jpg) no-repeat;
	position:relative;
	width:800px;
	height:530px;
	margin: 0 auto;
	border:medium;
	margin-top:100px;
}


#wrapperPress {
	background:url(images/metal-back2_press.jpg) no-repeat;
	position:relative;
	width:800px;
	height:530px;
	margin: 0 auto;
	border:medium;
	margin-top:100px;
}

#wrapperHome {
	background:url(images/metal-back2_home2.jpg) no-repeat;
	position:relative;
	width:800px;
	height:530px;
	margin: 0 auto;
	border:medium;
	margin-top:100px;
}

#wrapperAbout {
	background:url(images/metal-back2_about.jpg) no-repeat;
	position:relative;
	width:800px;
	height:530px;
	margin: 0 auto;
	border:medium;
	margin-top:100px;
}

#wrapperContact {
	background:url(images/metal-back2_contact.jpg) no-repeat;
	position:relative;
	width:800px;
	height:530px;
	margin: 0 auto;
	border:medium;
	margin-top:100px;
}

#wrapperCollection {
	background:url(images/metal-back2_collection.jpg) no-repeat;
	position:relative;
	width:800px;
	height:530px;
	margin: 0 auto;
	border:medium;
	margin-top:100px;
}


/* ------ position container elements ------- */

#header {
	position: relative;
	height: 150px;
}

#homebtn {
	height:150px;
	width:200px;
	float:left;
}

#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 0;
	right: 5px;
	border-bottom-color: #FFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background: #0E0E0E url(images/btn_sep.jpg) no-repeat bottom right;
}
#header #ebro {
	margin:0;
	padding:0;
	position: absolute;
	top: 85px;
	right:5px;
    background-color:#0E0E0E;
}

#header #ebro a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#0E0E0E;
	text-decoration:none;
	font-size:11px;
	color:#FFF;
	display:block;
	line-height:2em;
	padding: 0 1.3em;
}

#header ul li {
	float: left;
}

#header ul a {
	padding: 0 1.3em;
	font-size: 11px;
	line-height: 2em;
	text-decoration: none;
	color:#CCC;
	float: left;
	display: block;
	text-transform: uppercase;
	border-right-color:#777;
	border-right-style:solid;
	border-right-width: 1px;
}
	
#header ul a:hover{
	color:#B8243A;
}

#mainContent {
	position:relative;
}

#mainContent .about{
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000;
	text-align: left;
	margin: 30px 75px 20px 240px;
	line-height: 1.5em;
}

#mainContent #contactLeft{
	width:160px;
	float:left;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000;
	text-align: left;
	margin: 80px 0px 0px 360px;
	line-height: 1.5em;
}

#mainContent #contactRight{
	width:200px;
	float:right;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000;
	text-align: left;
	margin: 80px 60px 0px 0px;
	line-height: 1.5em;
}

#contentContainer {
	margin: 20px 70px 20px 70px;
	
}


	/* jQuery lightBox plugin - Gallery style */
	#gallery {
		background-color: #444;
		padding: 10px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 5px 5px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 5px 5px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }
#mainContent #contactLeft a {
	text-decoration: none;
	color: #D22B44;
}
