﻿/* CSS Document */



/* Main Div */

#header {
	background-image: url(/resources/satisfaction_guaranteed.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#mainNav{
	width: 800px;
	float: left;
	height: 36px;
}

#subMainNav{
	width: 707px;
	float: left;
	/*background-color: #00CC99;*/
	height: 34px;
	margin-left: 173px;
}

#subMainTab{
	background-image: url(/resources/tabContent.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px;
	width: 290px;
	float: left;
}

#title{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	padding-left: 48px;
	padding-top: 13px;
	font-size: 14px;
}

#subMainButtons{
	height: 34px;
	float: right;
}

#contentWrapper{
	width:509px;
	height:auto;
	float: left;
	margin-left: 7px;
	background-image: url(/resources/content_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#rightBar{
	width: 187px;
	float: right;
	margin-top: 0px;
}


#contentTop{
	background-image: url(/resources/content_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	width: 509px;
}

#content{
	width: 480px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-left: 13px;
	height: auto;
}

#contentBottom{
	background-image: url(/resources/content_base.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	width: 509px;
}

#contentWrapper5{
	width:705px;
	height:auto;
	float: left;
	margin-left: 7px;
	background-image: url(/resources/content_middle5.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#contentTop5{
	background-image: url(/resources/content_top5.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	width: 705px;
}

#contentTop5a{
	background-image: url(/resources/content_top5a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	width: 705px;
}

#content5{
	width: 675px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-left: 13px;
	height: auto;
}

#contentBottom5{
	background-image: url(/resources/content_base5.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	width: 705px;
}




/* SubNav */

#subNav{
	width:166px;
	height:auto;
	float: left;
	top: -9px;
	position: relative;
}

#NavTop{
	background-image: url(/resources/designHeader.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 27px;
}

#NavContent{
	background-color: #E21082;
	height: auto;
}

#NavBottom{
	background-image: url(/resources/designBase.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
}

#NavContent a {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	background-image: url(/resources/subNavBackground25.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#NavContent a:hover{
	color: #E21082;
	background-image: url(/resources/subNavBackground_a.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.pricingHeader{
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 2px solid #FFFFFF;
}

.bestDeal{
	background-color: #FFFF99;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 2px solid #FFFFFF;
	background-position: center;
}

.pricingItem{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	background-color: #E4E4E4;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 2px solid #FFFFFF;
}

.pricingItem2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	background-color: #E4E4E4;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 2px solid #FFFFFF;
}

.pricingItem3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 2px solid #FFFFFF;
}

.designSpecCopy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Listing items*/

.listingHeader{
	background-image: url(/resources/productHeader.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-indent: 10px;
	margin-top: 5px;
	padding-top: 3px;
	background-color: #E8E8E8;
}

.listingBackground{
	background-color: #E8E8E8;
	padding-left: 8px;
}

.listingSpace{
	width: 6px;
}

.listingTop{
	width: 228px;
	background-image: url(/resources/itemTop.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 5px;
}

.listingBottom{
	width: 228px;
	background-image: url(/resources/itemBottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
}

.listingitem{
	background-color: #FFFFFF;
	width: 228px;
	valign: middle;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
}

/* Design Services */

#GetStarted{
	background-image: url(/resources/how-to-get-started.png);
	width: 480px;
	height: 130px;
}

#GetStartedTitle{
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	left: 10px;
	top: 25px;
	width: 440px;
}

#GetStartedOnline{
	position: relative;
	top: 45px;
	width: 150px;
	left: 80px;
	font-size: 14px;
	text-align: center;
}

#GetStartedPhone{
	position: relative;
	width: 135px;
	left: 325px;
	top: 15px;
	font-size: 14px;
	text-align: center;
}

#PortfolioWrapper{
	width: 480px;
	height: 104px;
	padding-top: 20px;
}

#PortfolioBox{
	background-image: url(/resources/designPortfolio.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 104px;
	width: 264px;
	float: left;
}

#PortfolioButtons{
	height: 104px;
	width: 208px;
	float: right;
}

#PortfolioJump{
	position: relative;
	top: 60px;
	left: 10px;
	width: 220px;
}

#uploadArtworkWrapper{
	width: 480px;
	height: 122px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#uploadArtworkBox{
	background-image: url(images/design/updateArtwork2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 122px;
	width: 264px;
	float: left;
}

#uploadArtworkuserID{
	position: relative;
	top: 30px;
	left: 10px;
	width: 240px;
	height: auto;
	color: #FFFFFF;
	font-weight: bold;
}

#uploadMiddle{
}

uploadTop{
	background-image: url(images/design/uploadArtworkMiddle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #0099CC;
	height: 13px;
}

/* imagemenus */

#ImageNav{
	background-image: url(images/design/ready-to-get-started.png);
	width: 480px;
	height: 130px;
}

#nav {
	padding:0;
	margin:0;
	list-style:none;
	height:69px;
	position:relative;
	z-index:200;
	font-family:arial, verdana, sans-serif;
	width:460px;
	top: 33px;
	left: 12px;
}
#nav li.top {display:block; float:left;}
#nav li a {
	display:block;
	float:left;
	height:69px;
	width:150px;
	border:1px solid #888;
	border-color:#ddd #888 #000 #ccc;
	text-decoration:none;
	padding:0;
	cursor:pointer;
}
#nav li a b {margin-left:-999px;}

#nav li a.PostCards {
	background-image: url(images/design/buttons/postcard.gif);
}
#nav li a.bizCard {
	background-image: url(images/design/buttons/bizCard.gif);
}
#nav li a.flyers {
	background-image: url(images/design/buttons/flyers.gif);
}

#nav li:hover a,
#nav a:hover
{
	background-position: 0 69px;
}


#nav table {position:absolute; top:0; left:0; border-collapse:collapse; padding:0; width:0; height:0; margin:-1px;}

#nav .sub {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#nav li:hover {position:relative; z-index:200;}
#nav a:hover {position:relative; white-space:normal; z-index:200;}

#nav :hover ul.sub
{
	left:0;
	top:69px;
	background: #edb;
	width:150px;
	height:auto;
	z-index:300;
}
#nav :hover ul.sub li
{
	display:block;
	height:69px;
	position:relative;
	float:left;
	width:150px;
	font-weight:normal;
}
#nav :hover ul.sub li a
{
	display:block;
	height:69px;
	width:150px;
	text-decoration:none;
	padding:0;
	cursor:pointer;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000;
}
#nav :hover ul.sub li a b {position:absolute; left:-9999px; margin:0;}

#nav :hover ul li a.postcardA {background:url(images/design/buttons/postcardA.gif);}
#nav :hover ul li a.postcardB {background:url(images/design/buttons/postcardB.gif);}
#nav :hover ul li a.postcardC {background:url(images/design/buttons/postcardC.gif);}
#nav :hover ul li a.postcardD {background:url(images/design/buttons/postcardD.gif);}

#nav :hover ul li a.bizCardA {background:url(images/design/buttons/bizCardA.gif);}
#nav :hover ul li a.bizCardB {background:url(images/design/buttons/bizCardB.gif);}
#nav :hover ul li a.bizCardC {background:url(images/design/buttons/bizCardC.gif);}
#nav :hover ul li a.bizCardD {background:url(images/design/buttons/bizCardD.gif);}

#nav :hover ul li a.flyerA {background:url(images/design/buttons/flyersA.gif);}
#nav :hover ul li a.flyerB {background:url(images/design/buttons/flyersB.gif);}
#nav :hover ul li a.flyerC {background:url(images/design/buttons/flyersC.gif);}
#nav :hover ul li a.flyerD {background:url(images/design/buttons/flyersD.gif);}

#nav :hover ul.sub li a:hover 
{
	background-position: 0 70px;
	position:relative;
}
#nav :hover ul.sub li a:hover b {
	left:100px;
	top:15px;
	background:#fff;
	color:#000;
	border:1px solid #888;
	display:block;
	width:100px;
	height:30px;
	text-align:center;
	font-size:12px;
	line-height:14px;
}

/* Bright Ideas */

#ideas{
	width:166px;
	height:auto;
	float: left;
	top: -9px;
	position: relative;
	background-image: url(/resources/ideasMiddle.gif);
	background-repeat: repeat-y;
	background-position: left top;
}


#ideasTop{
	background-image: url(/resources/ideasTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 27px;
}

#ideasContent{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 8px;
	margin-left: 8px;
	font-weight: bold;
	color: #666666;
	text-align: center;
}

#ideasBottom{
	background-image: url(/resources/ideasBottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 12px;
}

/* imageViewer */

.headline{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

#imageviewerWrapper{
	background-image: url(/resources/viewBackground.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:248px;
	width:671px;
	position:relative;
}

#templateTabs{
	height: 68px;
	margin:auto;
	width:605px;
}

#templateTabs ul 
{
    margin:0;
    margin-left:7px;
    list-style:none;
    padding:0;
}

#templateTabs ul li 
{
    float:left;
    width:199px;
    height:68px;
    margin:0;
    padding:0;
    cursor:pointer;
    border:0;
}

#imagearea{
	width: 611px;
	background-color: #FFFFFF;
	height: 171px;
	float: left;
}

#previousArea{
	height: 30px;
	width: 30px;
	float: left;
	margin-top: 65px;
}

#nextArea{
	height: 30px;
	width: 30px;
	float: right;
	margin-top: 65px;
}

/* OptionsBox */

#options{
	width: 196px;
	float: right;
}

.optionsBox{
	background-image: url(/resources/optionsBoxMiddle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 328px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 4px;
	margin-right: 4px;
}

.optionsTop{
	height: 12px;
	background-image: url(/resources/optionsBoxTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.optionsContent{
	text-align: center;
}

.optionsBottom{
	height: 12px;
	background-image: url(/resources/optionsBoxBottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#base{
	width: 671px;
	height: 1px;
	clear: both;
}

#base2{
	width: 480px;
	height: 1px;
	clear: both;
}


#designOptions{
	width: 190px;
	float: right;
	text-align: center;
}

#optionsTitle{
	width: 286px;
	float: left;
}

#optionsBox2{
	width: 480px;
}
