/*
 =================================================================
 Basic Stylesheet (MAR-2014)
 -----------------------------------------------------------------
 Filename: stylesheet.css
 Template: 
 Author: E J Brady / ejbrady.com
 Email: ejbrady@yahoo.com
 Media: Dreamweaver CS4 / Notepad++ / Sublime Text 2
 Date Created: March 12th, 2014
 -----------------------------------------------------------------
 For use with: http://merridion-industries.com website
 =================================================================
*/


body {
	background-image: url(../images/layout/backdrop/bg_pokergreen.png);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#backdrop {
	width: 1080px;
	margin-left: -540px;
	height: 755px;
	position: absolute;
	z-index: -1;
	left: auto;
	right: auto;
	background-position: center;
    left:50%;
}

.slideshow {
	height: 600px;
	width: 960px;
	position: relative;
	background-position: center center;
	margin: auto;
}

.slideshow img {
	margin-top: 78px;
}

#container {
	width:1080px;
	height:670px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 880px;
	height: 120px;
	float: left;
}

#title {
	height:75px;
	margin-right: auto;
	margin-left: auto;
	width: 450px;
	float: left;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 42px;
	color: #EDEDED;
	text-align: center;
	padding-top: 25px;
	background-color: #424242;
}

#content {
	width:1080px;
	height:550px;
	margin-right: auto;
	margin-left: auto;
}

#left_side {
	width: 760px;
	height: 475px;
	margin-left: 80px;
	float: left;
	margin-top: 15px;
	color: #EDEDED;
	font-size: 14px;
	padding: 20px;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}

#menu {
	width:160px;
	height:505px;
	float: right;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #424242;
	margin-top: 15px;
}

#footer {
	width:720px;
	height:25px;
	text-align: right;
	color: #EDEDED;
	font-size: 11px;
	float: right;
	padding-top: 10px;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #424242;
	margin-top: 15px;
}


/* Menu Navigation */

ul {
    padding:0;
	margin:0 0 20px 0;
	list-style:none;
}

nav {
	font-size: 18px;
	text-align: right;
	line-height: 2.7em;
}

nav ul {
    margin:0;
}

nav ul li {
	margin-right:15px;
}
	
nav ul li a {
	color: #EDEDED;
	text-decoration:none;
}

nav ul li a:hover {
	color: #EDEDED;
	text-decoration:underline;
}


/* Footer Navigation */

#footer a {
	color: #CCC;
	text-decoration:none;
}
 
#footer a:hover {
	color: #FC0;
	text-decoration:underline;
}
