/* CSS Document */
/* Tested in the following browsers and versions

   IE7 - yes
   IE6 - 
   FF2 - yes
   FF3 - 
   Safari (Win) -
   Safari (Mac) -
   
*/

/* RESET STYLES */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,
blockquote,th,td {margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,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:100%; font-weight:normal; }
q:before,q:after { content:”; }
abbr,acronym { border:0; }

html {font-size: 62.5%;}

p {font-size: 1.2em;}
h1 {font-size: 2em;}

div#container {margin: 0 auto;}

/* LINKS */

.collectionLinks {
	font-size: 110%;
	color: #fff;
	text-decoration: none;
	padding-top: 12px;
}
.collectionLinks:hover {
	text-decoration: underline;
}


/* LAYOUT */
body {
	background-color: #101010;
	font-size: 1em;
}

#wrapper {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	height: 698px;
	width: 1024px;
}

#header {
	height: 110px;
	padding: 0;
}

	#headerleft {
		/*position: relative;*/
		left: 0px;
		float: left;
		margin-top: 70px;
		width: 520px;
	}
	#headerright {
		float: right;
		/*position: relative;*/
		top: 0px;
		width: 482px;
	}
	#headerbottom {	
		/*position: relative;*/
		clear: both;
		width: 1024px;
		height: 8px;
		background-image:url(../images/redbar-background.jpg);
		bottom: 0px;
	}
	#header a { font-weight: bold;
		font-size: 90%;
		font-family: Helvetica, Arial, sans-serif;
		color: #666666;
		text-decoration: none;
	}
	#header a:hover { color: #ff6600; text-decoration: underline; }
	#header a:active { color: #ff6600; }

#content {
	padding: 0;
	/*margin-top: 10px;
	margin-bottom: 10px;*/
	width: 100%;
	height: 547px;
}
	#leftcontent {
		width: 522px;
		padding:0;
		margin: 0;
		float: left;
	}
	#rightcontent {
		width: 502px;
		float: right;
	}
	
	#rightcontent #shoppingCartBar {
		height: 20px;
		margin-top: 25px;
		width: 445px;
	}
	
	#rightcontent h1 {
		font: Helvetica, Arial, sans-serif;
		font-size: 14px;
		letter-spacing: 4px;
		padding-bottom: 10px;
	}
	
	#rightcontent a {
		color: #A44B5F;
	}
	
	#rightcontent #description {
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: 40px;
		margin-right: 20px;
		font-size: 110%;
		font-family: Helvetica, Arial, sans-serif;
		color: #666666;
		text-decoration: none;
	}
	
	#rightcontent #collectionImages p {
		font-size: 100%;
	}
	
	#rightcontent #collectionImages .item {
		font-weight: bold;
		font-size: 110%;
		padding-bottom: 4px;
	}
	
	#rightcontent #collectionImages .purchase {
		padding-top: 6px;
		padding-bottom: 10px;
	}
	
	#rightcontent #collectionImages img {
		padding-bottom:10px;
		padding-top: 10px;
	}
	
	#footertop {
	/* bottom reddish bar */
		clear: both;
		width: 1024px;
		height: 4px;
		background-image:url(../images/redbar-background.jpg);
	}
	
 #footerwrap {
	margin-top: 10px;
}
	#footerleft {
	/* copyright */
		float: left;
		margin-left: 20px;
		font-size: 110%;
		font-family: Helvetica, Arial, sans-serif;
		color: #999999;
		text-decoration: none;
	}
	
	#footerleft a {
		color: #999999;
		text-decoration: underline;
	}
	#footerleft a:hover {
		color: #A44B5F;
	}
	
	/* Lov Heart Image */
	#footerright {
		float:right;
		margin-right: 220px;
	}

/* -------------------- shopping cart and cartbar ---------------------- */

	#cartbar a {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 80%;
		color: #A44B5F;	
	}


