/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 "Helvetica Neue", Helvetica, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, Arial, sans-serif;
}


a:link,a:visited{text-decoration:underline;padding:0;  color:#98002e; }

a:hover,a:active{text-decoration:none;padding:0;  color:#98002e; }




h1 + p {/*color:#98002e; font-weight:lighter; font-size:18px*/ margin:10px 0;}


a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 30px;color:#98002e; font-weight:normal
}
/*--------fix the h2 styling on the contact page-------------*/
.contactText h2 { margin:0!important;
	font-size: 23px!important;color:#98002e!important; font-weight:normal!important; background:none !important; text-align:left !important; display:block !important; position:relative !important; top:0 !important; left:0 !important;
}

h2 {
	font-size: 23px; color:#98002e; font-weight:normal}
	

h3 {
	font-size: 21px;color:#98002e; font-weight:lighter
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

.offscreen span{position:absolute;left:0;top:-999em;width:1px;height:1px; display:none}

div.moduletableEnterButton a{
	width: 163px;
	height: 163px;
	display: block;
	background: url(../images/bottle_open.png) no-repeat 0 0;
}
div.moduletableEnterButton a:hover{
	background-position: 0 100%!important;	
}
div.moduletableEnterButton span{
	display: none;
}

#contentHeader h1{ padding:0 0 0 194px; margin:20px 0 10px;}
