/* DesignYourOwnPosters CSS */

/* normalize */
body, p, table, tr, td, form, img, hr, div, h1, h2, h3, h4, h5, h6, ul, ol, li, blockquote{
	padding:0px;
	margin:0px;
	border:0px;
}
div {
	position:relative;}
td{
	vertical-align:top;}
p{
	padding:5px;}

/* structure */
body, #ow, #iw, #h, #b, #f{
	position:relative;}
body{
	background: #333333;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;}
#ow{
	margin: 0px auto;
	width: 960px;
	height: auto;
	text-align: center;
	color: #ffffff;}
#iw{
	margin: 0px auto;
	width: 900px;
	height: auto !important;
	min-height: 500px;
	height: 500px;
	text-align: left;}
#h{
	margin:0;
	margin-top:5px;
	padding:0;
	height: auto !important;
	min-height: 205px;
	height: 205px;
	width: 900px;}
#h h1 span{
	display:none;}
#h h1{
	width: 900px;
	height: 205px;
	background: url(../images/hdr.jpg) no-repeat;}
#nav{
	margin:0px;
	padding-top: 7px;
	padding-bottom: 7px;
	height: auto;
	width: 900px;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	background: #000000;
	border: 1px #ffffff solid;}
#nav ul, #f ul {
	margin:0px;
	padding:0px;
	list-style: none;}
#nav ul li, #f ul li {
	display: inline;
	list-style: none;
	padding-right: 0.7em;
	padding-left: 0.7em;
	border-right: 1px #ffffff solid;}
#nav ul li#lastlink, #f ul li#lastlink{
	border: 0px;}
#b{
	width: 840px;
	height: auto !important;
	min-height: 200px;
	height: 200px;
	background: #ffffff;
	color: #000000;
	margin: 10px;
	padding: 20px;
	border: 0;
	z-index: 1000;
}
#bcalc{
	width: 880px;
	height: 100% !important;
	min-height: 560px;
	height: 560px;
	background: #ffffff;
	color: #000000;
	border: 0;
	overflow: visible;
	z-index: 1000;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#br{
	float: right;
	padding: 10px;
	width: 360px;
	height: auto;
	font-size: 11px;
	background: #6D99A0;
	border-left: 5px #426266 solid;
	border-bottom: 5px #426266 solid;
	overflow: visible;
	
}
#f{
	padding: 5px;
	height: auto;
	width: 890px;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	background: #000000;
	border: 1px #ffffff solid;
	z-index:900;
	position: relative;
	top: 10px;
}

#confirmcart td {
	border-top: 0px solid #999999;
	border-right: 0px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 0px solid #999999;
	margin: 0px;
	padding: 0px;
	color:#000000
}
#reghdrTL, #reghdrTR, #regTL, #regTR, #regBL, #regBR {
	position: absolute;
	margin:0;
	padding:0;}
#regTL{
	top: -32px;
	left: -32px;}
#regTR{
	top: -32px;
	right: -31px;}
#regBL{
	bottom: -31px;
	left: -32px;}
#regBR{
	bottom: -31px;
	right: -31px;}

/* header styles & floats */
h1{
	font-size: 24px;}
h2, h3{
	font-size:12px;}
h2{
	color: #000000;}
#b h2 span, #bcalc h2 span{
	display:none;}
#b h2 img, #bcalc h2 img{
	padding-left: 65px;}
h3{
	color: #426266;}
h4{
	font-size: 12px;
	color: #000000;}
#b h4 span, #bcalc h4 span{
	display:none;}
#b h4, #bcalc h4{
	text-align:center;}
h5{
	font-size: 12px;
	color: #000000;}
h6{
	font-size: 11px;
	color: #000000;}
.p-in{
	text-indent: 3%}
.move-left {
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;}
.move-right {
	float: right;
	margin-left: 7px;
	margin-bottom: 7px;}

/* links */
a{
	text-decoration: none;}
.paper a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:link, a:visited, a:active{
	color: #448A8A;}
a:hover {
	color: #CC6699;
	text-decoration: underline;}
#h a{
	text-decoration: none;}
#f a{
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;}
#h a:link, #h a:visited, #h a:active, #f a:link, #f a:visited, #f a:active{
	color: #ffffff;}
#h a:hover, #f a:hover {
	color: #8ED7EE;
	text-decoration: none;}
