/*
red			#982321
white 		#FFFFFF
dark grey	#454141
light grey	#7A7373
yellow		#FDC745
*/

body, html, h1, h2, h3, h4, ul, ol, li, table, td, tr, p, div {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: white;
}

body {
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	color: #454141;
	padding: 10px;
}

a img {
	border: none;
}

h1, h2, h3, h4, table th td {
	font-family: "Bernhard Fashion";
	font-weight: bold;
}

h1 {
	text-align: left;
	font-size: 4em;
	color: #982321;
}

h1 a {
	color: #982321;
	text-decoration:none;
}

h2 {
	font-family: didot;
	font-weight: normal;
	font-size: 2em;
}

h2 img {
	height: 25px;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 700px;
	background-color: white;
}

div#header {
	position: relative;
	border-bottom: 1px solid #982321;
	padding-bottom: 0px;
	margin-bottom: 30px;
}

div#header h1 img {
	height: 62px;
}

div#footer{
	clear: both;
	text-align: center;
	font-size: 0.9em;
	padding-top: 40px;
	color: #7A7373;
}

div#content {
	float: left;
	padding-bottom: 35px;
	border-bottom: 1px solid #982321;
	width: 700px;
	clear: both;
}

/* Nav Bar*/

div#navbar {
	font-family: didot;
	position: absolute;
	right: 0px;
	bottom: 15px;
	color: #7A7373;
}

div#navbar .navlink img {
	height: 18px;
	padding-left: 7px;
}

.navlink a:hover {
	color: #982321;
	text-decoration: none;
}

.red a {
	color: #982321;
}

/* Home Page */
div#intro-text {
	padding-top: 20px;
	padding-left: 100px;
	line-height: 1.4em;
	margin: 10px;
	width: 500px;
}

div#intro-slideshow {
	background-color: #F0F0F0;
	position: relative;
	margin: 10px;
	margin-left: 35px;
	width: 600px;
	height: 450px;
	border: 1px solid silver;
	padding: 15px;
}

div#intro-slideshow img {
	position: absolute;
	display: none;
	margin-left: 15px;
	margin-top: 15px;
}

/* About */
div#about-pic {
	margin-top: 10px;
	float: left;
	width: 375px;
	background-color: #F0F0F0;
	padding: 10px;
	border: 1px solid silver;
}

div#about-info {
	margin-top: 10px;
	float: right;
	width: 265px;
	
}

div#about-info p {
	padding-bottom: 20px;
	line-height: 1.3em;
}

div#about-info a {
	color: #982321;
}

div#about-info h2 {
	text-align: left;
	margin-bottom: 15px;
}

/* Process */

div.process-row {
	clear: both;
}

div.process-pic{
	position: relative;
	width: 240px;
	height: 180px;
	float: left;
	padding-bottom: 30px;
}

div.process-pic img {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid silver;
	background-color: #E3E3E3;
	padding: 7px;
}

div.process-text{
	width: 400px;
	float: right;
	height: 184px;
	padding-left: 10px;
	padding-right: 10px;
}

div.process-text h2 {
	padding-bottom: 0px;
	margin-bottom: 20px;
	border-bottom: 1px solid silver;
}
