/*Welcome to the Cascading Style Sheet for
pulsepoppin.com by Pixel Lava Interactive

NOTES:
no punctuation = universal style (for a, body, H1, H2, span, etc.)
. = div class="___", will show up in Dreamweaver's code inspector
# = div id="___", won't show up in Dreamweaver's code inspector
A Note On Padding and Spacing: top right bottom left


/* home page styles ____________________________*/
#container {
    margin: 0 auto;
    width: 900px;
	background-image: url(images/bg_top.jpg);
	background-position: top;
	background-repeat: no-repeat;
    }
#header {
    width:900px;
	height: 135px;
	background-image: url(images/logo_bigger.jpg);
	background-position: left;
	background-repeat: no-repeat;
    }
#menu {
    margin: 10px, 10px, 10px, 10px;
	width: 500px;
	height: 50px;
	float:right;
}
#promoarea {
    width:900px;
	height: 280px;
	background-image: url(images/crosshatch_pattern.gif);
	background-repeat:repeat;
    }	
#footer {
	width: 900px;
	height: 75px;
	background-image: url(images/pulse_graphic.png);
}
/* sub page styles ____________________________*/
#subpagetop {
    width:900px;
	height: 50px;
/* 	background-image: url(images/subpage_top_banner.jpg);
	background-repeat:repeat;*/
    }
#subpagefooter {
    width:900px;
	height: 80px;
	background-image: url(images/crosshatch_pattern.gif);
	background-repeat:repeat;
    }
	
/* styles ____________________________*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	margin: 0px;
	background-image:  url(images/bg.jpg);
	background-position: center;
}
.H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
}
.H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
a {
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.footerhref {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
}
.black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
/* styles ____________________________*/
#samplecontainer {
    margin: 0 auto;
    width: 900px;
	background-image: url(images/bg_top2.jpg);
	background-position: top;
	background-repeat: no-repeat;
    }
.red {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
}
.blue {
	font-family: Arial, Helvetica, sans-serif;
	color: #6699FF;
	font-size: 16px;
	font-weight: bold;
}
.green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #00CC00;
}

