/* Base Definitions */

	body, html {
		font-style: normal;
		font-weight: normal;
		line-height: 14px;
		margin: 0; padding: 0;
		
		font: 12px Arial, Helvetica, sans-serif;
		color: #000;
		background-color: #505050;
		background-attachment: fixed;
        background-image: url(/img/ui/background.jpg);
        background-repeat: no-repeat;
        background-position: center top;
		margin-bottom: 40px;
                
	}
	
	strong {
		font-weight: bold;
	}	
	
	em {
		font-style: italic;
	}
	
	a {
		text-decoration: none;
		color: #00aeef;
	}
	
	a:hover {
		text-decoration: underline;
		color: #ffcb05;
	}
	
	img {
		border: 0px;
	}

	hr {
		border-width: 1px 0px 0px 0px;
		border-color: #000;
		border-style: solid;
		height: 1px;
		margin: 10px 0px 10px 0px;
		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: 875px;
			margin: 0px auto;
			border-left: 0px;
			border-right: 0px;
		}
		
			#header {
				position: relative;
				top: 0px; left: 0px;
				width: 875px;
			}
			
				#header_banner {
					position: relative;
					top: 0px; left: 0px;
					width: 875px;
					height: 175px;
					background: url(/img/ui/header.png) top left no-repeat;
				}
				
				#top_nav {
					position: relative;
					top: 0px; left: 0px;
					height: 36px; width: 875px; 
					background: url(/img/ui/nav_bkgd.jpg) repeat-x;
					
					margin-top: 3px;
					margin-bottom: 3px;
				}
					
					#top_nav_content {
						position: relative; 
						top: 0px; left: 32px;
						height: 34px; width: 845px;
					}

						#top_nav_content img {
							position: relative;
							top: 2px; left: 0px;
							height: 30px; width: 2px;
							float: left;
							border: 0px;
						}
				
						#top_nav_content span {
							position: relative;
							top: 0px; left: 0px;
							float: left;
							padding-left: 16px;
							padding-right: 16px;
							line-height: 34px;
						}

							#top_nav_content span a {
								color: #fff;
							}

								#top_nav_content span a:hover {
									text-decoration: none;
									color: #00aeef;
								}
				
				#padding_bar {
					/* position: relative;
					top: 0px; left: 0px;
					width: 850px; height: 20px;
					background: url(/img/ui/login_bar_bg.png) repeat-x; */
				}
			
				#main_content {
					position: relative;
					top: 0px; left: 0px;
					width: 875px;
				}

					#main_content_container {
						position: relative;
						top: 0px; left: 0px;
						width: 100%; 
						padding: 0px;
						margin: 0px;
					}
				
						#left_nav {
							position: relative;
							top: 0px; left: 0px;
							width: 200px;
							height: 1750px;
							background-color: #000;
							
						}
							
							#left_nav_container {
							}
					
							.navHeader {
								position: relative;
								top: 0px; left: 0px;
								height: 27px; width: 200px;
								background: url(/img/ui/nav_header.jpg) no-repeat;
								text-align: center;
								margin-bottom: 2px;
								margin-top: 10px;
							}
	
								.navHeader h3 {
									display: inline;
									/* padding-left: 20px; */
									font-size: 14px;
									line-height: 27px;
									color: #fff;
								}
														
							.navLI {
								position: relative;
								top: 0px; left: 0px;
								height: 25px;
								display: block;
								/* background: url(/img/ui/nav_item.jpg) no-repeat; */
								margin-bottom: 0px;
							}
							
								.navLI a {
									display: block;
									height: 25px;
									padding-left: 20px;
									color: #ffffff;
									line-height: 25px;
									font-size: 12px;
								}
								
								.navLI a:hover {
									text-decoration: none;
									color: #00aeef;
								}
				
						#right_content {
							position: relative;
							top: 0px; left: 0px;
							/* width: 675px; */
							background-color: none; /* background color for the content */
							color: #fff; /* text color for everything editable */
						}
						
						._home #right_content  {
							text-align: center;
							background-color: none; /* background color for the content */
						}
							
							#right_content_container {								
								padding: 0px 10px;
							}
							
							._home #right_content_container {								
								padding: 0px 0px;
							}

							._green #right_content_container {								
								padding: 0px 0px;
							}
			
			#footer {
				position: relative;
				top: 0px; left: 0px;
				width: 875px; height: 43px;
				background-color:#ffcb05;
				text-align:center;
				line-height: 43px;
				color:#000;
			}
			
/* Positioning, Products Grid (Main Page) */

	#mainBanner {
		position: relative;
		top: 0px; right: 0px;
		width: 675px;
		height: 250px;
		background: url(/img/ui/main_banner.png) no-repeat;
		/* margin: 5px auto; */
	}
	
	#secondBanner {
		position: relative;
		top: 0px; right: 0px;
		width: 675px;
		height: 250px;
		background: url(/img/ui/main_banner2.png) no-repeat;
		/* margin: 5px auto; */
	}
	
	#productGridTable {
		position: relative;
		top: 0px; left: 0px;
		width: 670px;
		margin: 0px auto;
	}
		
		.rowSpacer {
			position: relative;
			top: 0px; left: 0px;
			float: clear;
			width: 100%; height: 0px;
			margin: 0px 0px 0px 0px;
		}
	
		.product_row {
			position: relative;
			top: 0px; left: 0px;
			width: 670px; height: 259px;
			
		}
		
			.productGrid {
				position: relative;
				top: 0px; left: 0px;
				width: 220px; height: 257px;
				background: transparent url(/img/ui/product_grid.png) no-repeat;
				float: left;
				z-index: 150;
				display: inline;
			}
				
				.borderR {
					margin-right: 5px;
				}
			
				.productGrid div {
					display: inline;
				}
					
				.productTitle {
					position: absolute;
					top: 3px; left: 0px;
					text-align: center;
					width: 220px; height: 25px;
					font-size: 14px;
					font-weight: bold;
					line-height: 25px;
					color: #fff;
					z-index: 300;
				}				
	
				.productImage {
					position: absolute;
					top: 31px; left: 0px;
					width: 220px; height: 154px;
					text-align: center;
				}
				
					.imgButton {
						position: relative;
						top: 0px; left: 0px;
						width: 188px; height: 153px;
						margin: 0px auto;
					}
					
				.productDescription {
					position: absolute; 
					top: 150px; left: 0px;
					width: 220px;
					color: #000;
					font-size: 14px;
					z-index: 250 !important;
					text-align: center;
				}
				
				.productPrice {
					position: absolute;
					top: 175px; left: 0px;
					width: 220px;
					text-align: center;
					font-size: 20px;
					color:#ffcb05;
					z-index: 250 !important;
				}
						
				.blankButton {
					position: absolute;
					top: 225px; left: 0px;
					width: 220px;
					text-align: center;
					z-index: 500 !important;
				}
				
					.blankButton a {
						font-size: 12px;										
						text-decoration: none;
						letter-spacing: 1px;
						color: #000;
						font-weight: bold;
					}

						.blankButton a:hover {
							color: #fff;
						}

/* 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;
					color: #000;
				}
				
				.pt_inactive {
					background: url(/img/ui/product_tabs.png) 0px -63px no-repeat;
					cursor: pointer;
					color: #000;
				}
				
				.pt_inactive:hover {
					background: url(/img/ui/product_tabs.png) 0px -32px no-repeat;
					color: #fff;
				}
			
			.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;
	color: #000; /* div for the login boxes on the left */
}

.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;
	color: #fff;
}


/* Green Banner */

.greenParagraph {
padding: 0px 30px;
text-align: left;
}

.greenTable {
border-width: 2px;
border-spacing: 2px;
border: 2px solid black;
border-collapse: separate;
width: 100%;
}

.greenTable td {
background-color: #000;
}

.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: 12px;
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: #ffcb05;
}

.white {
		color: #fff;
	}
.black {
	color: #000;
}
.yellow {
	color: #ffcb05
}
	
.infodown {
	margin: 10px;
}
.hometitley {
	margin-top: 5px;
	height: 50px;
	background: transparent url(/img/ui/pproductsbg.png) top left repeat-x;
	text-align: center;
	font-size: 25px;
	line-height: 36px;
	padding-top: 6px;
	color: #FFFFFF;
	text-shadow: #333333 3px 2px 2px;
	font-weight: bold;
	width: 675px;
}
.hometitley a {
	color: #fff;
}
.hometitley a:hover {
	color: #000;
	text-decoration: none;
}
#homecontent {
	width: 675px;
	height: 300px;
	color: #fff;
	font-size: 14px;
	text-align: left;
	padding-left: 10px;
}
.steps {
	padding: 0 10px 0 10px;
}

.navItems {
	padding-top: 0px;
	border-top: medium none;
	padding-bottom: 0px;
	border-bottom: medium none;
	overflow: hidden;
	height: 100% ! important;
}