@charset "UTF-8";
/* CSS Document */

* {
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	padding-bottom: 15px;
	line-height: 135%;
}
body {
	background-color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
input {
	padding-top: 3px;
	padding-bottom: 3px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: normal;
	color: #666;
	padding-bottom: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}


#wrapper {
	height: 770px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	float: left;
	height: 70px;
	width: 880px;
	padding-left: 60px;
	padding-right: 60px;
}
#contact_box {
	float: right;
	height: 20px;
	width: 300px;
	text-align: right;
	padding-top: 25px;
}
.nav_arrow {
	float: left;
	height: 570px;
	width: 60px;
}

.blank {
	float: left;
	height: 570px;
	width: 60px;
}

#content_holder {
	float: left;
	height: 570px;
	width: 880px;
}

#content_holder_friend {
	float: left;
	height: 520px;
	width: 720px;
	background-color: #CCC;
	padding-left: 80px;
	padding-top: 50px;
	padding-right: 80px;
}

#footer {
	float: left;
	height: 80px;
	width: 940px;
	padding-left: 60px;
	padding-top: 40px;
}
.brandtag {
	float: left;
	height: 46px;
	width: 180px;
}

.thumb1 {
	float: left;
	height: 40px;
	width: 88px;
}
.thumb2 {
	float: left;
	height: 40px;
	width: 88px;
}
.thumb3 {
	float: left;
	height: 40px;
	width: 88px;
}
.thumb4 {
	float: left;
	height: 40px;
	width: 88px;
}
.thumb5 {
	float: left;
	height: 40px;
	width: 88px;
}
.thumb6 {
	float: left;
	height: 40px;
	width: 88px;
}
.thumb7 {
	float: left;
	height: 40px;
	width: 88px;
}
.thumb8 {
	float: left;
	height: 40px;
	width: 88px;
}
.thumb9 {
	float: left;
	height: 40px;
	width: 88px;
}
.thumb10 {
	float: left;
	height: 40px;
	width: 88px;
}


/* LINKS  */


a {
	font-family: Helvetica, Arial, sans-serif;
	color: #C00;
}
a:link {
	color: #C00;
	text-decoration: none;
}
a:visited {
	color: #C00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #C00;
}
a:active {
	text-decoration: none;
}






/* TOP NAVIGATION STRIP */
#nav {
	float: left;
	height: 36px;
	width: 688px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	padding-left: 10px;
	background-color: #333;
	padding-top: 10px;
}
#nav ul li a:link, #nav ul li a:visited {
	font-size: 1.1em;
	color: #999;
}
#nav ul li a:hover {
	color: #FFF;
}
#nav ul {
	list-style-type: none;
	margin: 5px;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	float: left;
	text-decoration: none;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	height: 10px;
	padding-top: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}




/* ROLLOVER SPRITES */
a.rollover_left {
	display: block;
	width: 60px;
	height: 570px;
	text-decoration: none;
	background-image: url(assets/Left_arrow.jpg);
	}
a.rollover_left:hover {
	background-position: -60px 0;
	}
	
a.rollover_right {
	display: block;
	width: 60px;
	height: 570px;
	text-decoration: none;
	background-image: url(assets/Right_arrow.jpg);
	}
a.rollover_right:hover {
	background-position: -60px 0;
	}
	
a.rollover_brandtag {
	display: block;
	width: 180px;
	height: 46px;
	text-decoration: none;
	background-image: url(assets/Brand-tag.jpg);
	}
a.rollover_brandtag:hover {
	background-position: -180px 0;
	}

.displace {
	position: absolute;
	left: -5000px;
	}
	
/* ROLLOVER SPRITES FOR THUMBNAILS */		
	
a.rollover_thumb1 {
	display: block;
	width: 88px;
	height: 40px;
	text-decoration: none;
	background-image: url(assets/thumb1.jpg);
	}
a.rollover_thumb1:hover {
	background-position: 0px -40px;
	}

a.rollover_thumb2 {
	display: block;
	width: 88px;
	height: 40px;
	text-decoration: none;
	background-image: url(assets/thumb2.jpg);
	}
a.rollover_thumb2:hover {
	background-position: 0px -40px;
	}

a.rollover_thumb3 {
	display: block;
	width: 88px;
	height: 40px;
	text-decoration: none;
	background-image: url(assets/thumb3.jpg);
	}
a.rollover_thumb3:hover {
	background-position: 0px -40px;
	}

a.rollover_thumb4 {
	display: block;
	width: 88px;
	height: 40px;
	text-decoration: none;
	background-image: url(assets/thumb4.jpg);
	}
a.rollover_thumb4:hover {
	background-position: 0px -40px;
	}	

a.rollover_thumb5 {
	display: block;
	width: 88px;
	height: 40px;
	text-decoration: none;
	background-image: url(assets/thumb5.jpg);
	}
a.rollover_thumb5:hover {
	background-position: 0px -40px;
	}
	
a.rollover_thumb6 {
	display: block;
	width: 88px;
	height: 40px;
	text-decoration: none;
	background-image: url(assets/thumb6.jpg);
	}
a.rollover_thumb6:hover {
	background-position: 0px -40px;
	}
	
a.rollover_thumb7 {
	display: block;
	width: 88px;
	height: 40px;
	text-decoration: none;
	background-image: url(assets/thumb7.jpg);
	}
a.rollover_thumb7:hover {
	background-position: 0px -40px;
	}
	
a.rollover_thumb8 {
	display: block;
	width: 88px;
	height: 40px;
	text-decoration: none;
	background-image: url(assets/thumb8.jpg);
	}
a.rollover_thumb8:hover {
	background-position: 0px -40px;
	}
	
a.rollover_thumb9 {
	display: block;
	width: 88px;
	height: 40px;
	text-decoration: none;
	background-image: url(assets/thumb9.jpg);
	}
a.rollover_thumb9:hover {
	background-position: 0px -40px;
	}
	
a.rollover_thumb10 {
	display: block;
	width: 88px;
	height: 40px;
	text-decoration: none;
	background-image: url(assets/thumb10.jpg);
	}
a.rollover_thumb10:hover {
	background-position: 0px -40px;
	}

/* FORM STYLES */	

fieldset
{
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 1.5em;
	padding: 0;
	border: 1px solid #BFBAB0;
	background-color: #CCC;
	background-image: url(assets/fieldset_gradient.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

legend
{
	margin-left: 1em;
	padding: 0;
	color: #000;
	font-weight: bold;
}

fieldset ol
{
	padding: 1em 1em 0;
	list-style: none;
	zoom: 1;
}

fieldset li
{
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}

label
{
	float: left;
	width: 10em;
	margin-right: 1em;
}

fieldset.submit
{
	float: none;
	width: auto;
	border-style: none;
	padding-left: 12em;
	background-color: transparent;
	background-image: none;
}
#form_holder {
	float: left;
	height: 470px;
	width: 540px;
}
#form_submit_holder {
	float: left;
	height: 470px;
	width: 140px;
	padding-left: 35px;
}
.image {
	padding-bottom: 50px;
}
#form_box {
	float: left;
	height: auto;
	width: 540px;
}

#printed_holder {
	float: left;
	height: auto;
	width: 700px;
}
.covers_holder {
	float: left;
	height: auto;
	width: 180px;
}
