body {
	background:url(../images/background.gif) repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#9DA0A5;
}

/* Global */
.hide { display:none; }
a img { border:none; }

/* Fonts */

p { margin:20px 0 20px 0; }

.bold { font-weight:bold; }

p.error {
	color:#e31414;
	margin:0 0 10px 0;
	text-align:left;
}


/* Links */

a:link { color:#9DA0A5; font-weight:bold; }
a:visited { color:#9DA0A5; font-weight:bold; }
a:hover { color:#333; font-weight:bold; }
a:active { color:#9DA0A5; font-weight:bold; }


/* Structure */

#wrapper {
	width:900px;
	height:830px;
	margin:0 auto;
	position:relative;
}

#navigation {
	z-index:100;
	position:absolute;
	border:none;
}

#content {
	background:url(../images/content/content.png) no-repeat;
	_background:url(../images/content/content.gif) no-repeat;
	background-repeat:no-repeat;
	width:605px;
	height:618px;
	margin:0 auto;
	position:absolute;
	top:210px;
	left:160px;
	padding-top:130px;
}

#content #inner_content {
	width:410px;
	height:430px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	padding-right:10px;
	z-index:10;
}

#gca {
	margin-top:50px;
}

table#form tr td {
	text-align:left;
}

#loading { 
	position:absolute;
	top:210px;
	left:160px; 
	z-index:5;
}

#loading h1 { font-size:14px; font-style:italic; }

.intro_text { display:none; }

#buy_online {
	position: absolute;
	top: 230px;
	right: 60px;
	padding: 5px;
	cursor: pointer;
	z-index: 110;
}

/* Collection Icons */

ul#collections {
	width:700px;
	position:absolute;
	top:820px;
	left:80px;
}
ul#collections li {
	width:48px;
	height:50px;
	list-style:none;
	display:inline-block;
	float:left;
	margin-right:5px;
}
ul#collections li a { display:block; width:50px; _width:48px; height:50px; }

li.makeup { background:url(../images/collections.png) no-repeat 0px 0px; _background:url(../images/collections.gif) no-repeat 0px 0px;  }
li.scrap { background:url(../images/collections.png) no-repeat -48px 0px; _background:url(../images/collections.gif) no-repeat -48px 0px; }
li.sketches { background:url(../images/collections.png) no-repeat -96px 0px; _background:url(../images/collections.gif) no-repeat -96px 0px;  }
li.silhouette { background:url(../images/collections.png) no-repeat -144px 0px; _background:url(../images/collections.gif) no-repeat -144px 0px; }
li.ec { background:url(../images/collections.png) no-repeat -192px 0px; _background:url(../images/collections.gif) no-repeat -192px 0px; }
li.pa { background:url(../images/collections.png) no-repeat -240px 0px; _background:url(../images/collections.gif) no-repeat -240px 0px;  }
li.childrens { background:url(../images/collections.png) no-repeat -288px 0px; _background:url(../images/collections.gif) no-repeat -288px 0px;  }
li.valentines { background:url(../images/collections.png) no-repeat -336px 0px; _background:url(../images/collections.gif) no-repeat -336px 0px;  }
li.mothersday { background:url(../images/collections.png) no-repeat -384px 0px; _background:url(../images/collections.gif) no-repeat -384px 0px; }
li.easter { background:url(../images/collections.png) no-repeat -432px 0px; _background:url(../images/collections.gif) no-repeat -432px 0px; }
li.fathersday { background:url(../images/collections.png) no-repeat -480px 0px; _background:url(../images/collections.gif) no-repeat -480px 0px; }
li.christmas { background:url(../images/collections.png) no-repeat -528px 0px; _background:url(../images/collections.gif) no-repeat -528px 0px;  }
li.advent { background:url(../images/collections.png) no-repeat -576px 0px; _background:url(../images/collections.gif) no-repeat -576px 0px; }

#sparks {
	position:absolute;
	top:650px;
	right:20px;
}

.footnote {
	font-size:16px;
	text-align:center;
}
.footnote a { font-weight:normal; color:#9DA0A5; text-decoration:none; }

#payment table {
	width:420px;
}
#payment table tr th { text-align:right; font-size:14px; font-weight:normal; }
#payment table tr td { padding:15px 0 15px 0; text-align:left; }

#payment input.field {
	border:none;
	background:url(../images/field.jpg) no-repeat;
	width:231px;
	height:24px;
	padding:10px 10px 0 10px;
}

#payment input.field:focus {
	border:none;
	outline: 0 none;
}

#payment input.submit {
	border:none;
	background:url(../images/submit.jpg) no-repeat;
	width:251px;
	height:35px;
	cursor:pointer;
}
