/*
-------------------------------------------------------------
Global CSS Normalizer Pro Edition
-------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
select,input,textarea{font-family: arial,sans-serif;}
q:before,q:after{content:'';}
a{text-decoration:none;}


/*
-------------------------------------------------------------
Clearfix
-------------------------------------------------------------*/
.clearfix {overflow: auto;}

/*
-------------------------------------------------------------
Ms. Normal
-------------------------------------------------------------*/
body {
	background: #FFFFFF url(images/bodyBkgrd.gif) 50% 0 repeat;
	color: #DC728A;
	font: 62.5%/1.0em Arial, serif;
}

a:link, a:visited { color: #DC728A; cursor: url(images/big-pointer.gif), pointer; }

em { font-family: Arial, serif; font-size: 1.1em; font-style: italic; }

::-moz-selection { background: #FFF19A; color: #000000; }
::selection { background: #FFF19A; color: #000000; }

/*
-------------------------------------------------------------
The Shiz
-------------------------------------------------------------*/
#dl-wrap {
	position: relative;
	z-index: 0;
	margin: 156px auto 0 auto;
	padding: 10px;
	width: 470px;
	height: 270px;
	background: #FFF;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	opacity: 0.70;	
}

a.download {
	position: relative;
	z-index: 0;
	display: block;
	margin: -280px auto 0 auto;
	border-right: 1px solid #C8DAC8;
	border-bottom: 1px solid #C8DAC8;
	width: 470px;
	height: 270px;
	background: #E0F9E7 url(images/download.jpg) 50% -10px no-repeat;
	-moz-border-radius: 42px;
	-webkit-border-radius: 42px;
	-moz-box-shadow: 2px 2px 12px #cbefff;
	-webkit-box-shadow: 2px 2px 12px #cbefff; 
}
a.download:active { opacity: 0.85; }

a.download span {
	position: relative;
	top: 161px;
	display: block;
	font-size: 1.1em;
	text-align: center;
}

.buffalax {
	display: none;
	position: fixed;
	bottom: 0px;
	margin-bottom: 21px;
	padding: 30px 0;
	width: 100%;
	background: #FFFFFF;
	text-align: center;
	opacity: 0.70;
}

#footer {
	display: none;
	position: fixed;
	top: 0px;
	border-bottom: 1px solid #FF8EAF;
	padding: 6px;
	width: 100%;
	background: #FFFFCC;
	color: #51AB83;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#footer img {
	opacity: .8;
}

.footer-inner {
	margin: 0 auto;
	width: 980px;
	overflow: hidden;
}

p.notes {
	float: left;
	margin: 0 auto;
	padding: 10px 30px;
	background: url(images/penguin.png) 12px 7px no-repeat;
	text-align: left;
	opacity: 0.95;
	text-shadow: 1px 1px 0 #fff;
}

p.notes a:link, p.notes a:visited {
	padding-bottom: 5px;
	color: #51AB83;
	text-decoration: none;
	font-weight: bold;
}
p.notes a:hover {
	padding-bottom: 5px;
	/*color: #58B414;*/
	background: url(images/linkBkgrd.gif) bottom repeat-x;
}
p.notes strong {
	font-weight: bold;
}

a.contact {
	float: right;
	display: block;
	padding: 10px 30px;
	color: #FF5A8B;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 0 #fff;
}

a.contact img {
	vertical-align: baseline;
	position: relative;
	top: 5px;
	margin-top: -14px;
	padding-left: 4px;
	text-decoration: none;
}