/* Big Hearts CSS */

/* reset whitespace */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,hr { 
	margin:0;
	padding:0;
}

/* basic layout */


#container {
 	padding-right: 400px;
}

#nav {
	width: 45%;
	height: 708px;
	position: relative;
	float: left;
	background: #48021E url('../i/bg-red.gif') no-repeat right top;
}

#content {
	width: 600%px;
	height: 708px;
	margin-right: -600px;
	position: relative;
	float: left;
	background: #fff url('../i/bg-col.gif') repeat-y right top;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear { 
	clear: both; 
	height: 0; 
	margin: 0;
	line-height: 0px;
}

#footer {
	border-top: solid 1px #e6b2b2;
	clear: both;
	padding: 0px 20px 1px 20px;
}

.maincol {
	width: 381px;
	padding: 0px 0px 12px 20px;
	background: transparent url('../i/bg-white.gif') no-repeat left top;
	min-height: 708px;
	overflow: visible;
}

.subcol {
	width: 198px;
	padding: 0px 0px 12px 0px;
}

/* nav */

#nav ul {
	list-style-type: none;
	margin: 20px 0px 0px 0px;
	float: right;
	text-align: right;
	font:  12px verdana;
	width: 270px;
}

#nav ul li {
	display: block;
	margin: 0px;
	background-image: none;
	padding: 4px 20px 4px 0px;
}

#nav ul li.current {
	background: transparent url('../i/bg-current.gif') no-repeat right center;
}

/* main col */

.maincol p {
	padding-right: 20px;
}

#logo {
	margin-bottom: 72px;
}

#timeplace {
	height: 41px;
	background: #ad0000 url('../i/bg-timeplace.gif') no-repeat right top;
	position: absolute;
	top: 10px;
	left: -6px;
	z-index: 2;
	width: 637px;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
}

#timeplace div {
	background: #840000;
	height: 41px;
	float: left;
	margin-right: 14px;
	padding: 0px 14px 0px 14px;
}

#timeplace p {
	margin-bottom: 0px;
}

/* sub col */

#wt {
	margin-bottom: 80px;
}

a.logo,
img.logo {
	display: block;
	margin: 20px 0px 0px 25px;
}

/* footer */

#footer p {
	color: #ad0000;
	margin: 8px 0px 8px 0px;
	font-size: 10px;
}	

/* text */

h1 {
	font: bold 16px verdana;
	padding: 0px;
	color: #fff;
	text-transform: uppercase;
	margin: 12px 14px 0px 14px;
}

body.pop h1 {
	font: bold 18px verdana, arial;
	margin: 0px 0px 16px 0px;
	color: #ad0000;
}

h2 {
	font: bold 11px verdana;
	margin: 16px 20px -8px 0px;
	color: #ad0000;
	text-transform: uppercase;
}

h2.marginBottom {
	margin-bottom: 12px;
}

h3 {
	font: normal 9px verdana;
	text-transform: uppercase;
	color: #000;
	margin: 18px 0px 12px 0px;
	text-align: center;
}

p {
	margin: 12px 0px 12px 0px;
	line-height: 18px;
}

p.smalltext {
	font-size: 11px;
}

ul {
	list-style-type: none;
	margin: 12px 0px 12px 0px;
}

ul li {
	line-height: 18px;
	margin: 0px;
	color: #000;
	padding-left: 16px;
	background: transparent url('../i/bullet.gif') no-repeat left 4px;
}

ul.spaced li {
	margin-bottom: 8px;
}

hr {
	height: 1px;
	border: none;
	line-height: 0px;
	color: #e6b2b2;
	background: #e6b2b2;
	margin: 0px;
}

/* forms */

form#contact label {
	font: normal 9px verdana;
	text-transform: uppercase;
	color: #ad0000;
	margin: 12px 0px 4px 0px;
	display: block;
	clear: both;
}

form#contact .input {
	border: solid 1px #e6b2b2;
	font: normal 11px verdana;
	padding: 4px;
	width: 353px;
	color: #666666;
}

form#contact .button {
	margin: 14px 0px 0px 0px;
}

/* popups */
body.pop {
	background: #fff;
	padding: 25px;
	border-top: solid 10px #ad0000;
}


/* links */

a img { border: none }

a,
a:visited {
	color: #ad0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#nav a,
#nav a:visited {
	color: #fff;
}

#nav a:hover {
	text-decoration: none;
	color: #ffa5a5;
}

#nav li.current a,
#nav li.current a:visited {
	color: #ffa5a5;
}

.userMsg {
	color: #AD0000;
	font-weight: bold;
}


.scroll-parallel {
	scrollbar-face-color:#5C0226;
	scrollbar-arrow-color:#C287A7;
	scrollbar-track-color:#ADBAC3;
	scrollbar-shadow-color:#7F0335;
	scrollbar-highlight-color:#7F0335;
	scrollbar-3dlight-color:#7F0335;
	scrollbar-darkShadow-Color:#7F0335;
}


