/*
©2008 Jostens, Inc.
All Rights Reserved.
*/

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color:#000;
	background: #fff;
	margin: 0px;
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	background: URL(bg-tile.gif);
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
STRONG {
	font-weight: bold;
}
EM {
	font-style: italic;
}

/* Layout Elements */
#wrapper {
	margin:0px auto;
	width: 941px;
	text-align: left;
}

#header {
	width: 941px;
	height: 84px;
}
#header IMG {
	margin-left: 5px
}
.headerJlogo {float: left;}
#header P {
	margin-top: 10px;
	font-size: 30pt;
	color:#FFF;
	line-height: 30px;
}
#header A			{font-size: 11px; font-weight: bold;}
#header A:LINK 		{color: #FFF; text-decoration: none;}
#header A:VISITED 	{color: #FFF; text-decoration: none;}
#header A:ACTIVE 	{color: #FFF; text-decoration: none;}
#header A:HOVER 	{color: #FFF; text-decoration: underline;}
.headerLogo {float: left; width: 202px; height: 83px;}
.headerLinks {
	float: left;
	width: 730px;
	color: #999;
	}
.headerLinks UL {margin-left: 512px; margin-top: 15px;}
.headerLinks LI {display: inline;}

#productContent {
	width: 941px;
	height: 330px;
	}
#tray {
	height:97px;
}
#btns {
	float: left;
	width: 232px;
	margin: 80px 0px 0px 30px;
}

/* rollover btns */
#buynow {
  display: block;
  width: 226px;
  height: 62px;
  background: url("buynow.gif") no-repeat 0 0;
  margin:11px 0px 10px 0px;

}

#buynow:hover { 
  background-position: 0 -62px;
}

#buynow span {
  display: none;
}

#customize {
  display: block;
  width: 226px;
  height: 62px;
  background: url("customize.gif") no-repeat 0 0;
   margin:0px 0px 10px 0px;

}

#customize:hover { 
  background-position: 0 -62px;
}

#customize span {
  display: none;
}

#preview {
  display: block;
  width: 226px;
  height: 62px;
  background: url("preview.gif") no-repeat 0 0;

}

#preview:hover { 
  background-position: 0 -62px;
}

#preview span {
  display: none;
}

#product {
	margin: 80px 0px 0px 50px;
	float: left;
}

#left, #main, #right, #rncLogo, #bodyCopy, #actionItems {float:left;}
#left {
	width:4px;
	height:96px;
}
#main {
	width: 933px;
	font-size: 1.1em;
	padding-top: 0px;
}
#right {
	width: 4px;
	height: 96px;
	float: right;
}
.easySteps {margin-top: 15px;}
.goBtn {margin-top: 10px;}
#steelers {
	width: 124px;
	float: left;
}
#midCopy {
	width: 630;
	hieght: 85;
	padding: 25px 0px 0px 25px;
	float: left;
}
.prices {
	padding-top: 10px;
	font-size: .8em;
	color: FFF;
	text-align: center;
}
#jostens {
	float: left;
	width: 154px;
}
.getStarted A			{font-size: 1em; font-weight: bold;}
.getStarted A:LINK 		{color: #000; text-decoration: underline;}
.getStarted A:VISITED 	{color: #000; text-decoration: underline;}
.getStarted A:ACTIVE 	{color: #de2414; text-decoration: underline;}
.getStarted A:HOVER 	{color: #de2414; text-decoration: underline;}
.returningUser {
	font-size:.75em;
	color:#fff;
	padding-top:3px;
	text-decoration:none;
	text-align: center;
}
.returningUser A:link {font-size:.75em; color: #424242; text-decoration:underline;}
.returningUser A:visited {font-size:.75em; color: #424242; text-decoration:underline;}
.returningUser A:active {font-size:.75em; color: #424242; text-decoration:none;}
.returningUser A:hover {font-size:.75em;color: #424242; text-decoration:none;}
#affiliates {
	text-align: center;
}
#affiliates P {
	color:#666;
	font-size:.7em;
	font-style:italic;
}
#footer {
	width:975px;
	padding: 15px 0px 0px 0px;
	margin: 0px auto;
	text-align: center;
	text-decoration: none;
	font-size: .75em;
	color: #666;
}
#footer A:link {color: #424242;text-decoration: underline;}
#footer A:visited {color: #424242;text-decoration: underline;}
#footer A:active {color: #424242;text-decoration: none;}
#footer A:hover {color: #424242;text-decoration: none;}



