/* Popup CSS */

/* ---------- 1.0 MISC ---------- */

* {
	padding:0;
	margin:0;
	border:0;
}

	
body {
	color:#4F4F4F;
	font: 0.75em "Arial", Verdana, Tahoma, Helvetica, Sans-Serif;
	text-align:center;
	padding:5px 0;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 560px;
	text-align: left;
}


#closeBt {
	position:absolute;
	bottom:-28px;
	right:25px;
	height:28px;
	width:64px;
	background: url(images/pop_up_close_bt.png) no-repeat;
	font-weight: normal;
	font-size: 1.0em;
	line-height: 1.0em;
	text-indent: -2000em;
	display:block;
}

/* ---------- 2.0 NAVIGATION ---------- */

#nav {
	width:560px;
	height:41px;
}

#nav.more {
	height:82px;
}

#nav li {
	float:left;
	height:41px;
	font-weight: normal;
	font-size: 1.0em;
	line-height: 1.0em;
	text-indent: -2000em;
	list-style:none;
}

#nav li a {
	height:41px;
	display:block;
}

#nav li.PrintOnly a {
	background: url(images/tab_print_only.png) no-repeat;
	width:128px;
}

#nav li.ArtworkPrint a {
	background: url(images/tab_artwork_print.png) no-repeat;
	width:178px;
}

#nav li.greatPrices a {
	background: url(images/tab_great_prices.png) no-repeat;
	width:115px;
}

#nav li.freeDelivery a {
	background: url(images/tab_free_delivery.png) no-repeat;
	width:112px;
}

#nav li.freeProof a {
	background: url(images/tab_free_proof.png) no-repeat;
	width:200px;
}

#nav li.fastTurnaround a {
	background: url(images/tab_fast_turnaround.png) no-repeat;
	width:147px;
}

#nav li.fastTurnaround{
	clear:both;
}

#nav li.personalService a {
	background: url(images/tab_personal_service.png) no-repeat;
	width:141px;
}

#nav li.pcMac a {
	background: url(images/tab_pc_mac_files.png) no-repeat;
	width:193px;
}

#nav li.chooseProduct a {
	background: url(images/tab_choose_product.png) no-repeat;
	width:143px;
}

#nav li.chooseService a {
	background: url(images/tab_choose_service.png) no-repeat;
	width:122px;
}

#nav li.provideDetails a {
	background: url(images/tab_provide_details.png) no-repeat;
	width:128px;
}

#nav li.uploadArtwork a {
	background: url(images/tab_upload_artwork.png) no-repeat;
	width:130px;
}

/* ---------- 3.0 NAVIGATION ---------- */

#nextPrevious li {
	width:28px;
	height:53px;
	display:block;
	position:absolute;
	top:45%;
	font-weight: normal;
	font-size: 1.0em;
	line-height: 1.0em;
	text-indent: -2000em;
}

#nextPrevious li a {
	width:28px;
	height:53px;
	display:block;
}

#nextPrevious li.next {
	left:560px;
}

#nextPrevious li.previous {
	left:-28px;
}

#nextPrevious li.next a {
	background: url(images/pop_up_next.png) 0 100% no-repeat;
}

#nextPrevious li.previous a {
	background: url(images/pop_up_previous.png) 0 100% no-repeat;
}



/* ---------- 4.0 POPUP ---------- */

#popUp1 {
	width:560px;
	background: url(images/pop_up_right_corner.png) top right no-repeat;
	padding-top:5px;
}

#popUp2 {
	background: url(images/pop_up_bottom.png) 0 100% no-repeat;
	width:560px;
	padding-bottom:5px;
}

#popUp3 {
	width:510px;	
	background:#fff;
	padding:20px 25px;
	line-height:1.5em;
}

#popUp3 h1 {
	margin-bottom:0.5em;
	font-size:2em;
	font-family:"Helvetica",Arial,Verdana, sans-serif;
}

#orange #popUp3 h1, #orange #popUp3 h2, #orange #popUp3 a {
	color: #FC9F00;
}

#green #popUp3 h1, #green #popUp3 h2, #green #popUp3 a {
	color: #7EBA0E;
}

#blue #popUp3 h1, #blue #popUp3 h2, #blue #popUp3 a {
	color: #14bbeb;
}

#blueGreen #popUp3 h1, #blueGreen #popUp3 h2, #blueGreen #popUp3 a {
	color: #21AEC8;
}

#pink #popUp3 h1, #pink #popUp3 h2, #pink #popUp3 a {
	color: #D90079;
}

#purple #popUp3 h1, #purple #popUp3 h2, #purple #popUp3 a {
	color: #A14DC4;
}

#yellow #popUp3 h1, #yellow #popUp3 h2, #yellow #popUp3 a {
	color: #FDBF29;
}



#popUp3 p {
	margin: 0 0 20px 0;
}

#popUp3 ul {
	margin: 0 0 20px 15px;
}



