/*
-----------------------------------------------
Layout 1007: Screen Styles
----------------------------------------------- */

body {
	margin: 0;
	padding: 0 0 80px;
}

.altcolor {
	background-color: #a7a7a6;
}


/* Container */

div#container {
	margin: 0 auto;
	width: 920px;
	padding: 0 4px;
	position: relative;
	background: url(http://lakegenevabachelorparty.com/s/img/1007-container_bg.png) repeat-y;
}
* html div#container {
	background-image: url(http://lakegenevabachelorparty.com/s/img/1007-container_bg.gif);
}


/* Header */

div#header {
	width: 590px;
	padding: 20px 20px 0;
	background: #fff;
}
div#emotion-header {
	position: relative;
}
div#emotion-header strong#emotion-header-title {
	position: absolute;
	top: 0;
	left: 0;
}


/* Content */

div#content {
	width: 490px;
	float: left;
	padding: 30px 70px 60px;
	position: relative;
}


/* Sidebar */

div#sidebar {
	width: 270px;
	float: right;
	margin: 0 -4px;
	padding: 0 4px;
	position: relative;
}

/* Navigation */

div#navigation, div#sidebar_content {
	margin: 0 -4px 20px;
	padding: 0 4px 7px;
	background: url(http://lakegenevabachelorparty.com/s/img/1007-sidebar_bottom_bg.png) no-repeat 50% 100%;
	zoom: 1;
}
div#navigation_inner, div#sidebar_content_inner {
	margin: 0 -4px;
	padding: 0 4px;
	background-image: url(http://lakegenevabachelorparty.com/s/img/1007-sidebar_bg.png);
	background-repeat: repeat-y;
	background-position: 50% 0;
}

* html div#navigation, * html div#sidebar_content,
* html div#navigation_inner, * html div#sidebar_content_inner {
	background: none;
}

div#mainNavWrapper {
	padding: 20px 0 80px;
}

ul.mainNav1 {
	margin: 0;
	padding: 1px 0 0 0;
	list-style: none;
	background: url(http://lakegenevabachelorparty.com/s/img/1007-dots.gif) repeat-x;
}
ul.mainNav1 li {
	background: url(http://lakegenevabachelorparty.com/s/img/1007-dots.gif) repeat-x 0 100%;
	width: 270px;
}
ul.mainNav1 li a {
	font-weight: bold;
	display: block;
	width: 250px;
	padding: 5px 10px;
	text-decoration: none;
}
ul.mainNav1 li a:hover, ul.mainNav1 li a.current {
	background: url(http://lakegenevabachelorparty.com/s/img/1007-navigation_bg.png);
	color: #fff;
}
* html ul.mainNav1 li a:hover, * html ul.mainNav1 li a.current {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://lakegenevabachelorparty.com/s/img/1007-navigation_bg.png", enabled='true', sizingMethod='scale');
	background-image: none;
}
ul.mainNav2 {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.mainNav2 li a {
	padding: 5px 10px 5px 30px;
	width: 230px;
}
ul.mainNav3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.mainNav3 li a {
	padding: 5px 10px 5px 50px;
	width: 210px;
}

div#sidebar_content_wrapper {
	padding: 10px 20px;
}
div#jimdobox {
	margin-bottom: 20px;
}


/* Footer */

div#footer {
	clear: both;
	width: 590px;
	margin: 0 -4px;
	padding: 0 24px 0;
	background: url(http://lakegenevabachelorparty.com/s/img/1007-container_bottom_bg.png) no-repeat 0 100%;
	position: relative;
	top: 7px;
}
div#footer div.gutter {
	border-top: 1px solid #cfd0d1;
	padding: 10px 0 17px;
}

* html div#footer {
	background-image: none;
}