/*

	The Wedding Shopper CSS
	Chris F
	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 {
	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:Arial, sans-serif;
font-size:12px;
background:#ffffff url(img/ws-bg.png) top left repeat-x;
	}

form, input, textarea, select, radio {

}


p {  

}


h1 {

}

h2 {

}

h3 {

}

h4 {

}

h5,h6 {


}


a, a:link, a:active, a:visited {
color:#ed008c;
text-decoration:none;
}


a:hover {
text-decoration:underline;
}

a:visited {

}


img.align-left {
	padding: 0;
	margin: 0;
	display:block;
	float:left;
	margin-right:10px;
}

img.align-right {
	display:block;
	float:right;
	margin-left:10px;
}


/* =================== 2.0 HEADER ITEMS ================================ */

#header {
	margin:0 auto;
	width:830px;
	position:relative;
	height:150px;
}

#logo {
	position:absolute;
	bottom:0;
	left:0;
}

#toplinks {
	margin:0;

	padding:75px 0 0 0;
	position:absolute;
	right:0;
	bottom:0;
	list-style:none;
	font-size:11px;
	background:url(img/topscroll.png) top right no-repeat;
}

#toplinks li {
	margin:0;
	padding:0 16px;
	border-right:1px solid #ed008c;
	float:left;
}



/* =================== 3.0 NAVIGATION & LINK STYLES ==================== */


/* ------------------- 3.1 Primary Nav ------------------- */

/* ------------------- 3.2 Sub Nav ------------------- */



/* =================== 4.0 HOMEPAGE-SPECIFIC =========================== */



/* =================== 5.0 CONTENT-SPECIFIC ============================ */


	

/* Include unique page styles here, like press page, products page etc. */
/* Make sure to include these in the table of contents */

/* ------------------- 5.1 Standard content guidelines -------------------- */

#content {
		position:relative;
		width:830px;
		margin:0 auto;
		padding:20px 0;
		height:510px;
}
	
#splash, #ws-logo-area {
	float:left;
}	

.product {
	display:block;
	float:right;
	text-align:center;
	margin:0 2px 8px 0;
}

.product img {
	margin:0 0 4px 0;
}

	
/* ------------------- 5.2  unique page, ie product page ----------------- */


	
	
/* ------------------- 5.3 unique page, ie press page --------------- */



/* =================== 6.0 FOOTER ITEMS ================================ */


#footer {
	margin:0 auto;
	width:830px;
	text-align:center;
	clear:both;
	padding:20px 0;
	background:url(img/footer-bg.jpg) no-repeat;
	background-position:0 20px;
	}
	
	#block {
		width:360px;
		margin:0 auto;
		height:80px;
		text-align:center;
	}
	
	.secure {
		float:left;
		width:120px;
	}

p.footer-links {
	width: 830px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 10px;
}

p.footer-links a {
		padding: 0 20px;
		outline: none;
	}


	
#sale-banner {
position:absolute;
top:475px;
left:464px;

}

