
@import url(core.css);
@import url(supplierDetails.css);


/* INTERIOR PAGES */
div#middle { padding: 1px 0; }

h1, h2, h3, h4, h5, h6, h7 { color: #42646E; }

h1 { font-weight: normal; font-size: 30px; margin-bottom: 1em; }
h2 { font-weight: bold; font-size: 18px; text-transform: uppercase; }
h3 { font-weight: normal; font-size: 14px; }
h5 { font-weight: normal; font-size: 12px; }
h6 { font-weight: normal; font-size: 12px; }
h7 { font-weight: normal; font-size: 12px; }

h4 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #47625b;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #9a8116;
	text-transform: uppercase;
	font-weight: normal;
	
	background: url(../../_images/ico/arrows.gif) 3px 6px no-repeat #e8d684;
	padding: 2px 4px 2px 10px;
}


div#middle a:link {
	color: #1193ab;
}
div#middle a:visited {
	color: #0062a3;
}
div#middle a:hover,
div#middle a:active {
	color: #0062a3;
}


blockquote { padding: 20px; font-style: italic; }

ol, ul {
	padding: 0 2em;
}

p, ul, ol {
	margin-bottom: 1em;
}

div#middle div.information,
div#middle div.calendar_add,
div#middle div.onestory_detail,
div#middle div.calendar_detail,
div#middle div.success {
	padding: 0 20px;
}

div#middle div.information td {
	padding: 1px 5px;
}
/* INTERIOR PAGES */



/* TRAIL */
p#trail {
	color: #4d7941;
	font-size: 12px;
	margin: 15px 0 0 20px;
	padding: 0;
}

p#trail span, p#trail a.normal {
	padding: 0 0 0 10px;
	background: url(../../_images/ico/arrow.gif) 0px 7px no-repeat transparent;
}

div#middle p#trail a:link,
div#middle p#trail a:active,
div#middle p#trail a:visited,
div#middle p#trail a:hover {
	color: #548800;
}
/* /TRAIL */


/* SITEMAP */
div.split ul.left {
	width: 250px;
	float: left;
}

div.split ul.right {
	margin: 0 0 0 260px;
}
/* /SITEMAP */





/* "Gallery" */
.mask {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0;
	filter:alpha(opacity=0);
	z-index: 100;
}

div.container {
	position: fixed;
	top: 30px;
	z-index: 500;
}

div.container img {
	display: block;
}

div.container a {
	padding: 10px;
	
	display: block;
	text-align: center;
	font-size: 14px;
	background-color: #FFF;
}

div.container a:link,
div.container a:active,
div.container a:visited {
	color: #000;
	text-decoration: none;
}

div.container a:hover {
	color: #000;
	text-decoration: none;
}
/* /"Gallery" */



/* MISC */
div.box {
	width: 501px;
	padding: 20px;
	background: url(../../_images/boxbot.gif) left bottom no-repeat #fbf7e0;
	_width: 541px; /* FOR IE */
}

div.fakemap {
	width: 300px;
	float: right;
	margin: 0 0 10px 10px;
}
/* /MISC */
