/* Base Definitions */

	h1 {
	border-bottom:1px solid #DEDEDD;
	color:#000000;
	font-family:"Trebuchet MS",Georgia,"Times New Roman",Times,serif;
	font-size:24px;
	font-weight:bold;
	margin:20px 0 10px;
	margin-left: 10px;
	}

	#dashboard {
		background-color: #ffffff;
	}

	body, html {
		font-style: normal;
		font-weight: normal;
		line-height: 14px;
		margin: 0; padding: 0;
		font: 12px Arial, Helvetica, sans-serif;
		color: #000000;
                background-attachment: fixed;
                background-image: url(/img/ui/background.jpg);
                background-repeat: no-repeat;
                background-position: center top;
		background-color: #502982;
	}
	
	strong {
		font-weight: bold;
	}	
	
	em {
		font-style: italic;
	}
		
	a {
		text-decoration: none;
		color: #165F8C;
	}
	
	a:hover, a:active {
		color: #EA8113;
	}	

        .clear{
                clear:both; height:0px; line-height:0px; font-size:0px;
        }
        .clearfix{
                display:inline-block;
        }
				
        li{
                list-style:none;
        }
	
	img {
		border: 0px;
	}

	hr {
		border-width: 1px 0px 0px 0px;
		border-color: #ed262b;
		border-style: dotted;
		height: 1px;
		margin: 10px 0;
		padding: 0;
		font-size: 1px;
		width: 100%;
	}
	
	
/* Positioning, General */
	
	#horizon {
		position: relative;
		top: 0px; left: 0px; 
		width: 100%;
	}

		#container {
			position: relative;
			top: 0px; left: 0px;
			width: 900px;
			margin: 0px auto;
			border-left: 0px solid black;
			border-right: 0px solid black;
			background-color: #ffffff;
		}
		
			#header {
				position: relative;
				top: 0px; left: 0px;
				width: 900px;
			}
			
				#header_banner {
					position: relative;
					top: 0px; left: 0px;
					width: 900px;
					height: 389px;
					background: url(/img/ui/header.jpg) top left no-repeat;
				}
				
				#top_nav {
					position: relative;
					top: 0px; left: 0px;
					height: 35px; width: 900px; 
					background: url(/img/ui/nav_bkgd.jpg) repeat-x;
					margin: 0px;
					border-top: 3px solid black;
					border-bottom: 3px solid black;
				}
					
					#top_nav_content {
						position: relative; 
						top: 0px; left: 25px;
						height: 40px; width: 900px;
					}

						#top_nav_content img {
							position: relative;
							top: 0px; left: 0px;
							height: 29px; width: 0px;
							float: left;
							border: 0px;
						}
				
						#top_nav_content span {
							position: relative;
							top: 0px; left: 0px;
							float: center;
							padding-left: 20px;
							padding-right: 15px;
							line-height: 36px;
						}

							#top_nav_content span a {
								color: #ffffff;
							}

								#top_nav_content span a:hover {
									text-decoration: none;
									color: #fca206;
								}
				
				#padding_bar {
					top: 0px; left: 0px;
					width: 900px; height: 5px;
                                        background-image: url(/img/ui/background.jpg);
					background-color: #FFFFFF;
				}
			
				#main_content {
					position: relative;
					top: 0px; left: 0px;
					background-color: #ffffff;
					width: 900px;
				}

					#main_content_container {
						position: relative;
						top: 0px; left: 0px;
						width: 100%; 
						background-color: #ffffff;
						color: #000000;
						padding: 0px;
						margin: 0px;
					}
				
						#left_nav {
							position: relative;
							top: 0px; left: 0px;
							width: 175px;
							background-color: #949494;
							margin-bottom: 5px;
						}
							
							#left_nav_container {
							}
					
							.navHeader {
								position: relative;
								top: 0px; left: 0px;
								height: 31px; width: 175px;
								background: url(/img/ui/nav_header.jpg);
								text-align: center; 
							}
	
								.navHeader h3 {
									display: inline;
									/* padding-left: 20px; */
									font-size: 12px;
									line-height: 32px;
									color: #fca206;
								}
														
							.navLI {
								position: relative;
								top: 0px; left: 0px;
								width: 175px; height: 24px;
								display: block;
								background: url(/img/ui/nav_item.jpg) no-repeat;
							}
							
								.navLI a {
									display: block;
									width: 146px; height: 24px;
									padding-left: 20px;
									color: #ffffff;
									line-height: 20px;
									font-size: 11px;
								}
								
								.navLI a:hover {
									text-decoration: none;
									color: #fca206;
								}
				
						#right_content {
							position: relative;
							top: 0px; left: 0px;
							/* width: 675px; */
						}

						._home #right_content  {
							text-align:left;
						}							
							#right_content_container {
								padding: 0px 10px;
							}

							._home #right_content_container {								
								padding: 0px 3px;
								padding-left: 13px;
							}

							._green #right_content_container {								
								padding: 0px 0px;
							}
/* GRAPHIC DESIGN */

			#design {
				background-color: #f8b617;
                                width: 700px;
 				text-align: center;
			}
			
			.text {
                                width: 650px;
				text-align: left;
 				padding: 5px;
				margin-top: 5px;
                                margin-left: auto;
                                margin-right: auto;
                                margin-bottom: 10px;
                                background-color: #FFFFFF;
                                border:3px solid #000000;
                        }
			
			#designbox1 {
				float: left;
				width: 315px;
				text-align: left;
 				padding: 5px;
                                background-color: #f8b617;
                                border:3px solid #000000;
				margin-bottom: 10px;
			}

			#designbox2 {
				float: right;
				width: 315px;
				text-align: left;
                                background-color: #f8b617;
                                border:3px solid #000000;
			}

			.designp {
				text-align: left;
 				padding: 5px;
                                background-color: #000000;
				color:#FFFFFF;
				font-size:15.4px;
			}

			.designtitle {
 				padding-right: 5px;
 				padding-left: 5px;
				text-align: left;
				font-size:24px;
				font-weight:bold;
				line-height: auto;
			}

			#leftbox {
 				padding-left: 5px;
				float: left;
				width: 200px;
				text-align: left;
                                background-color: #FFFFFF;
			}

			#rightbox {
				float: right;
				width: 100px;
				padding-left: 5px;
				text-align: left;
                                background-color: #FFFFFF;
			}

			#boxes {
				width: 666px;
				clear: both;
				margin-top: 10px;
				margin-left: auto;
				margin-right: auto;
			}

			#designcontent {
				width: 700px;
			}

			#clickhere {
				margin-left: auto;
				margin-right: auto;
				width: 143px;
				padding-top: 18px;
			}


			.centerimg {
				margin-left: auto;
				margin-right: auto;
			}

			.examples {
				width: 666px;
				text-align: center;
                                border:3px solid #000000;
				clear: both;
				margin-right: auto;
				margin-left: auto;
				margin-top: 10px;
				margin-bottom: 10px;
			}

			.designexamples {
				text-align: center;
				width: 650px;
				font-weight:bold;
				margin-right: auto;
				margin-left: auto;
				margin-bottom: 5px;
                                background-color: #FFFFFF;
				padding: 3px;
				font-size: 13px;
			}

			#examplepics {
				width: 660px;
				margin-right: auto;
				margin-left: auto;
                                background-color: #FFFFFF;
				padding: 3px;
				font-size:15.4px;
			}

			#footer {
				position: relative;
				top: 0px; left: 0px;
				width: 900px; height: 43px;
				background-color:#000000;
				text-align:center;
				line-height: 43px;
				color:#ffffff;
			}
			
/* Positioning, Products Grid (Main Page) */

	#hotdeals {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}

	#mainBanner {
		position: relative;
		top: 0px; left: 0px;
		width: 700px;
		height: 315px;
		background: url(/img/ui/banner.gif) no-repeat;
		margin: 0px auto;
		margin-bottom: 15px;
	}

	#bannerfront {
		position: relative;
		top: 0px; left: 0px;
		width: 700px;
		height: 315px;
		margin: 5px auto;
		margin-bottom: 10px;
	}
	
	 right-content {
                float:right;
                padding-right:10px;
                width:720px;
        
        }
        .popular-items li {
                float:left;
		color:#FFFFFF;
        }
        .green-box {
                -moz-background-clip:border;
                -moz-background-inline-policy:continuous;
                -moz-background-origin:padding;
                background:transparent url(/img/ui/green-bg.jpg) no-repeat scroll 0 0;
                height:178px;
                padding-left:15px;
                padding-right:5px;
                width:323px;
        }
        .green-box h3, .orange-box h3 {
                color:#000000;
                padding:5px 0;
        }
        .box-left {
                float:left;
                width:178px;
        }
        .box-right {
                float:right;
                padding-top:1px;
                width:144px;
       }
        .get-prices-btn {
                -moz-background-clip:border;
                -moz-background-inline-policy:continuous;
                -moz-background-origin:padding;
                background:transparent url(/img/ui/get-prices.png) no-repeat scroll 0 0;
                border:0 none;
                cursor:pointer;
                height:43px;
                width:140px;
        }
        .box-content {
                height:50px;
								color:#000000;
        }
        .orange-box {
                -moz-background-clip:border;
                -moz-background-inline-policy:continuous;
                -moz-background-origin:padding;
                background:transparent url(/img/ui/orange-bg.jpg) no-repeat scroll 0 0;
                height:178px;
                padding-left:15px;
                padding-right:5px;
                width:323px;
        }
        .box-margin {
                margin-bottom:15px;
                margin-right:15px;
        }
         .hot-items li, .other-items li {
                float:left;
								color:#FFF;
        }
        .margin-right {
                margin-right:10px;
        }
		
				.blankButton {
					position: absolute;
					top: 275px; left: 2px;
					width: 225px;
					text-align: center;
					z-index: 500 !important;
				}
				
					.blankButton a {
						font-size: 10px;							
						text-decoration:none;
						font-weight: bold;
						letter-spacing: 1px;
						color: #000000;
					}

						.blankButton a:hover {
							color: #f35a21;
						}

/* Positioning, Product Page */

	#product_content_container {
	}
		
		#product_image {
			position: relative;
			top: 10px; left: 10px;
			width: 287px; height: 315px;
		}
		
			#product_printing_tab {
				left: 10px;
			}
		
			#product_info_tab {
				left: 132px;
			}
			
				.product_tab {
					top: 0px; 
					position: absolute;
					width: 120px; height: 22px;
					padding-top: 6px;
					text-align: center;
					color: #FFFFFF;
					font-size: 12px;
				}
				
				.pt_active {
					background: url(/img/ui/product_tabs.png) 0px 0px no-repeat;
				}
				
				.pt_inactive {
					background: url(/img/ui/product_tabs.png) 0px -63px no-repeat;
					cursor: pointer;
				}
				
				.pt_inactive:hover {
					background: url(/img/ui/product_tabs.png) 0px -32px no-repeat;
					color: #333333;
				}
			
			.product_image_large {
				position: absolute;
				top: 36px; left: 10px;
				width: 325px; height: 265px;
			}
			
			#product_box {
				position: absolute;
				top: 26px; left: 0px;
				width: 347px; height: 315px;
				background: url(/img/ui/product_box.png) top left no-repeat;				}

		  #product_label {
		    position: absolute;
		    top: 46px; left: 25px;
		    font-size: 16px;
		   }
		
		#product_text_content {
			position: relative;
			top: 0px; left: 0px;
			text-align: left;
			width: 405px;
			padding: 10px;
		}
								
/* Positioning, Login Page */

#welcomeBanner, #welcomeBanner2 {
	height: 58px;
	background: transparent url(/img/ui/welcomeBannerBkgd.png) top left repeat-x;
	text-align: center;
	font-size: 30px;
	line-height: 36px;
	padding-top: 22px;
	color: #FFFFFF;
	text-shadow: #333333 3px 2px 2px;
}

#welcomeBanner2 {
	margin: 2px 0px 0px 0px;
}


#welcomeTable {
	border: 0px;
	border-collapse: collapse;
}

#loginTD {
	width: 176px;
	background-color: #E6E6E6;
	padding: 5px;
	border-right: 1px solid #cccccc;
}

.loginBox {
	width: 176px;
	border-collapse: collapse;
	margin-bottom: 5px;
}

.loginBoxLast {
	margin-bottom: 0px;
}

.loginBoxTop {
	height: 20px;
	background: #E6E6E6 url(/img/ui/loginBoxTop.png) top left no-repeat;
}

.loginBoxMiddle {
	background: #E6E6E6 url(/img/ui/loginBoxMiddle.png) top left repeat-y;
	text-align: center;
}

	.loginBoxMiddle p.tiny {
		margin-bottom: 0px;
		font-size: 9px;
		font-weight: bold;
	}

	.loginBoxMiddle input {
		font-size: 10px;
	}

	.loginBoxMiddle .textInput {
		width: 140px;
	}

	.loginBoxMiddle h4 {
		margin: 0px;
		font-size: 12px;
		color: #000000;
	}

.loginBoxBottom {
	height: 20px;
	background: #E6E6E6 url(/img/ui/loginBoxBottom.png) bottom left no-repeat;
}

#contentTD .content {
	padding: 10px;
}


/* Green Banner */

.greenParagraph {
padding: 0px 30px;
text-align: left;
}

.greenTable {
border-width: 2px;
border-spacing: 2px;
border: 2px solid white;
border-collapse: separate;
width: 100%;
}

.greenTable td {
background-color: #E5F2E8;
}

.greenTable h2 {
margin: 10px 20px;
font-size: 16px;
white-space: nowrap;
}

.greenTable h3 {
margin: 10px 20px;
font-size: 14px;
white-space: nowrap;
}

.greenTable p {
font-size: 10px;
margin: 10px;
white-space: nowrap;
}
		
		
/* General Classes */

.clear {
	clear: both;
}

.center {
	text-align: center;
}

	.center table {
		text-align: left;
	}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.green {
	color: #03ae03;
}

#loginbar, #loginbar2 {
	position: relative;
	top: 0px; left: 0px;
	height: 35px;				
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
	margin-bottom: 3px;
	width: 900px;
}

#loginbar a, #loginbar2 a {
	color: #ffffff;
	text-decoration: none;
}

#loginbar a:hover, #loginbar2 a:hover {
	color: #ffff00;
	text-decoration: none;
}
