/*

	Site Name CSS
	Your Name
	portentinteractive.com
	
	TABLE OF CONTENTS
	
	1.0 Global items
		1.1 Housecleaning
		1.2 Outer structural parts
		1.3 Default text/img styles
	2.0 Header Items 
		2.1 search
	3.0 Navigation & Link Styles
		3.1 Primary
		3.2 Sub
	4.0 Homepage-specific
	5.0 Content-specific
		5.1 Standard content guidelines
		5.2 unique page, ie product page
		5.3 unique page, ie press page
	6.0 Footer items

	
*/


/* =================== 1.0 GLOBAL ITEMS ================================ */
   					
/* ------------------- 1.1 housecleaning ----------------- */

html, body, form {
	margin:0;
	padding:0;
}

a img, img {
	border:0;
}

.no-margin {
	margin:0;
	padding:0;
	}
	
.clear{clear:both;} /* generic clearing class used to stretch bgs */

/* ------------------- 1.2 Outer structural parts -------- */



/* ------------------- 1.3 Default text/img -------------- */
body {
font-family:Verdana, Arial, sans-serif;
color:#000000;
font-size:14px;
line-height:16px;
	}

form, input, textarea, select, radio {

}


p {  
margin: 0;
padding: 0 15px 15px 15px;
font-size: 16px;
line-height:18px;
}


h1 {
	color:#c12454;
	font-size:24px;
	font-weight:normal;
	margin:0 0 20px 0;
}

h2 {
	font-size:20px;
	color:#f7b1ca;
	font-weight:normal;
	margin:0 0 0 0;
	padding: 30px 15px 5px 15px;
}

h3 {
	font-size:14px;
	color:#f7b1ca;
	font-weight:normal;
}

h4 {
	font-size:12px;
	color:#f7b1ca;
	font-weight:normal;
}

h5,h6 {


}

a, a:link, a:active, a:visited {
color: #ed4f91;
text-decoration: none;
}


a:hover {
text-decoration: underline;
}


.left {
	float:left;
}

.right {
	float:right;
}

.align-left {
	padding: 0;
	margin: 0;
	display:block;
	float:left;
	margin-right:10px;
}

.align-right {
	display:block;
	float:right;
	margin-left:10px;
}

.align-center {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#wrapper {
	width:760px;
	margin:0 auto;
}


/* =================== 2.0 HEADER ITEMS ================================ */

#header {
	width:760px;
	position:relative;
}

#header-button {
	position:absolute;
	top:123px;
	right:16px;
}

/* =================== 3.0 NAVIGATION & LINK STYLES ==================== */


/* ------------------- 3.1 Primary Nav ------------------- */

/* ------------------- 3.2 Sub Nav ------------------- */



/* =================== 4.0 HOMEPAGE-SPECIFIC =========================== */

#tagline {
	text-indent:-10000px;
	background:url(img/holiday-Shopping-guide.gif);
	width:537px;
	height:46px;
	margin:15px auto;
}

/* ------------------- 4.1 content ------------------- */
p.intro {
	font-size: 16px;
	line-height:18px;
	padding-bottom: 0px;
	}
	
.prod-wrap {
	text-align: center;
	padding: 0 0 0px 40px;
	}
	
.prod {
	text-align: center;
	width: 150px;
	font-size: 12px;
	padding: 0 0 15px 0;
	}
	
.prod img {
	width: 150px;
	height: 146px;
	}
	
.btn-bg {
	background:url(img/holiday-btn-bg.jpg) top right no-repeat;
	height: 40px;
	display: block;
	clear: both;
	padding: 0 0 0 0px;
	width: 760px;
	}
.btn-bg img {
	text-align: right;
	width:152px;
	height:40px;
	margin-right: 40px;
	}

/* =================== 6.0 FOOTER ITEMS ================================ */


#footer {
	width:760px;
	height:157px;
	background:url(img/holiday-footer-bg.jpg) top left no-repeat;
	position:relative;
	clear:both;
	margin:45px 0 0 0;
}
	
#slug {
	position:absolute;
	top:40px;
	margin:0;
	padding:0;
	left:227px;
	color:#e48ca8;
	font-size:12px;
}
	


