/* @override http://localhost/www.molnarprinting.com/css/style.css */

*	{
	margin: 0; padding:0;
	font-size: 1em;
	}

body {
	font: 1em/1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #aad57c url(../images/molnar-bg.jpg) repeat;
	}

img {
	border-style: none;
	}

h1, h2, h6	{
	color: #917b4c;
	font-weight: bold;
	margin-bottom: 18px;
	}

h1 {
	font-size: 1.5em;
	}

h2, h6	{
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
	line-height: 1.4;
	}

h3 {
	color: #917b4c;
	font-size: 1.2em;
	line-height: 1.4;
	margin-bottom: 30px;
	font-weight: normal;
	font-style: normal;
	}

h4	{
	color: #917b4c;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 0px;
	}

h5 {
	color: #fff;
	font-size: 1.2em;
	line-height: 1.4;
	margin-bottom: 30px;
	font-weight: normal;
	font-style: normal;
	}

h6 {
	color: #000;
	font-weight: bold;
	}

p {
	font-size: .95em;
	line-height: 1.7em;
	margin-bottom: 26px;
	}

p span {
	color: #248840;
	font-weight: bold;
	}

#container {
	width: 1003px;
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
	}

#top {
	height: 70px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/crop-marks.jpg) no-repeat center top;
	}

#bottom {
	height: 60px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/crop-marks.jpg) no-repeat center bottom;
	margin-bottom: 20px;
	}

#header {
	background-image: url(../images/header.png);
	width: 1003px;
	height: 145px;
	margin-bottom: 2px;
	}

#menuleft {
	width: 160px;
	display: inline;
	float: left;
	}

#content {
	width: 822px;
	display: inline;
	float: left;
	margin-right: 21px;
	}

#footer {
	background-color: #000;
	width: 1003px;
	height: 105px;
	float: left;
	display: inline;
	background-image: url(../images/footer.png);
	margin-top: 15px;
	}

#topimage {
	width: 820px;
	height: 262px;
	float: left;
	position: relative;
	margin-bottom: 30px;
	border: 1px solid #000;
	}

.bottomimage {
	margin-bottom: 30px;
	}

.inset-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 2px;
	}

.inset-right {
	float: right;
	margin-left: 15px;
	margin-bottom: 2px;
	}

.c1 {
	width: 547px;
	float: left;
	margin-right: 33px;
	}

.c2 {
	width: 242px;
	float: left;
	}

.single {
	width: 820px;
	}

.sidebar {
	font-size: .75em;
	line-height: 1.5em;
	margin-bottom: 15px;
	}

.sidebar span {
	color: #999;
	font-weight: bold;
	}

.highlight {
	background-color: #e6dfc0;
	padding: 12px 14px;
	}

.highlight2 {
	background-color: #248840;
	padding: 12px 14px;
	}

.papillon {
	font-size: .7em;
	margin-top: -2.2em;
	}

.disclosure {
	font-size: .7em;
	}

p + .disclosure {
	margin-top: -2em;
	}

.clearing {
	clear:both; height:0; overflow:hidden; margin:-1px 0 0 0;
	}



/* @group MENU */

#menu, #menu ul {
	font: 200 1.1em/2.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: .1em;
	list-style:none;
	margin-left: 16px;
	margin-top: -13px;
	}

#menu a:link, #menu a:visited {
	color: #248840;
	text-decoration: none
	}

#menu a:hover, #menu a:focus {
	color: #6fcc8a;
	border-bottom: 1px solid #6fcc8a;
	}

#menu a:active {
	color: #7a673f;
	}

/* @end MENU */




				/* @group Pseudo */


p a:link {
	color: #917b4c;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-decoration: none;
	}

p a:visited {
	color: #917b4c;
	text-decoration: none
	}

p a:hover, a:focus {
	color: #c8aa6c;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	}

p a:active {
	color: #7a673f;
	}

/* 
ul a:link, a:visited {
	color: #55acd2;
	text-decoration: none
	}

ul a:hover, a:focus {
	color: #ffe000;
	text-decoration: none;
	}

ul a:active {
	color: #e7cb00;
	}
*/
				/* @end */

