/* CSS Document */
html, body {
	height:100%;
}

body {
	background-image:url(images/background.jpg);
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
}

table {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

form {
	margin-bottom:0px;
	margin-top:4px;
}

	#ccWrapper {
		position:relative;
		background-color:#FFF;
		width:800px;
		margin:0 auto +10px;
		z-index:0;
		top:10px;
		height: auto !important;
		height: 100%;
	}
	

		#giftHeader {
			background-color:#FFF;
			position:relative;
			top:10px;
			width:100%;
			height:88px;
		}
			#logo{
				text-align:left;
				float:left;
				width:30%;
				z-index:50;
				padding-left:10px;
				padding-top:10px;
				padding-bottom:10px;
			}
			
			#sideAdjust{	
				float:right;
				width:60%;
				z-index:50;
			}
			
				#sideHeader{
					position:relative;
					font-size:11px;
					color:#832f2f;
					width:100%;
					text-align:right;
					padding-bottom:15px;
					padding-right: 5px;
					right:5px;
				}
				
				#sideSearch {
					background-color:#F8F6E8;
					color:#333333;
					font-size:11px;
					height:35px;
					left:80px;
					_left:40px;
					position:relative;
					text-align:left;
					width:400px;
				}
				
					#searchImage {
						left:10px;
						position:absolute;
						top:10px;
						width:16px;
					}
					
					#sideColor: {
						position:absolute;
						top:0px;
						left:125px;
						width:340px;
						background-color:#f8f6e8;
						height:60px;
					}
				
					#searchForm {
						height:35px;
						left:40px;
						position:absolute;
						text-align:left;
						top:3px;
						width:370px;
					}
					
						
						#searchTable {
							text-align:left;
							vertical-align:middle;
							height:35px;
							width:100%;
							
						}
						
						#searchSpacer {
							width:100px;
							text-align:right;
						}
						
						#searchLeft {
							width:160px;
							text-align:center;
							background-color:#f8f6e8;
							padding-left:5px;
						}
						
						
						
						#searchRight {
							width:auto;
							background-color:#f8f6e8;
							text-align:right;
						}
						
						
						#searchMiddle {
							width:auto;
							background-color:#f8f6e8;
						}
						
						#searchImg {
							width:auto;
							background-color:#f8f6e8;
						}
						
						

						
						
					#loginCart {
						height:35px;
						left:260px;
						padding-top:5px;
						position:absolute;
						top:0;
						width:140px;
					}
						
						
		
		#menuBar{
			text-align:center;
			background-color:#832f2f;
			position:relative;
			width:100%;
			z-index:50;
			color:#FFF;
			height:30px;
			top: 10px;
			padding-top:5px;
		}
		
		
		#giftContent {
			position:relative;
			top:5px;
			width:100%;
			background-color:#FFF;
			
		}
		
			#giftContentLeft, #giftContentRight {
				text-align:center;
				z-index:1;
				font-family:Georgia, "Times New Roman", Times, serif;
				font-size:12px;
				margin-top:10px;
				
			}
			
			#giftContentLeft {
				float:left;
				width:220px;
				margin-left:30px;
				_margin-left:10px;
				margin-right:5px;
				min-height:100%;
			}
			
					#giftContentLeftTop {
						background-color:#f1e5bb;
						position:relative;
						width:100%;
						margin-bottom:5px;
						height:131px;
					}
					
					#giftContentLeftBottom{
						background-color:#ccb37b;
						position:relative;
						width:220px;
						color:#000;
						font-weight:bold;
						
					}
					
							#menuMain {
								text-align:left;
								height:35px;
								vertical-align:middle;
								line-height:35px;
								position:relative;
							
							}
							
							#menuSub {
								text-align:left;
								height:35px;
								background-color:#d3d57c;
								line-height:35px;
								position:relative;
							}
							
							#subImage {
								vertical-align:middle;
							}
							
							#catIndent {
								padding-left:10px;
							}
							
							#menuCurrent {
								text-align:left;
								height:35px;
								line-height:35px;
								position:relative;
								
							}
		
			#giftContentRight {
				float:right;
				width:535px;
				margin-right:10px;
				text-align:left;
			}
			
					#giftContentRightTop {
						text-align:left;
						position:relative;
						width:100%;
						margin-bottom:5px;
					}
					
					#giftContentRightBottom{
						position:relative;
						width:95%;
						padding-top:15px;
						padding-left:15px;
					}
					
					
						#productList {
							width:98%;
							position:relative;
							height:250px;
							border-style:dotted;
							border-color:#999;
							border-bottom:none;
							border-left:none;
							border-right:none;
						}
						
							#productImage{
								position:absolute;
								padding-top:10px;
								width:135px;
								top:0px;
								left:0px;
							}
							
							#productInfo {
								position:absolute;
								padding-top:10px;
								width:300px;
								top:0px;
								left:135px;
							}
							
							#productDetails {
								position:absolute;
								padding-top:10px;
								padding-bottom:10px;
								width:100px;
								top:0px;
								left:450px;
							}
							
							#productDetail {
								width:100%;
								position:relative;
								height:200px;	
							}
							
							#productDetailImage {
								position:absolute;
								width:300px;
								top:0px;
								left:0px;
							}
							
							#productDetailCart {
								position:absolute;
								width:200px;
								top:15px;
								left:300px;
							}
							
							#productDetailInfo {
								position:relative;
								width:95%;
							}
							
					
					
			
		
		#giftFooter {
			background-color:#832f2f;
			width:800px;
			height:30px;
			z-index:100;
			margin:0 auto;
			color:#FFF;
			font-size:10px;
			position:relative;
		}
			
			#erdLogo {
				position:absolute;
				width:50px;
				padding-left:10px;
				left:0px;
				top: 8px;
			}
			
			#copywright {
				position:absolute;
				width:200px;
				padding-left:10px;
				left:50px;
				top: 8px;
			}
			
			#footerMenu {
				position:absolute;
				width:400px;
				left:410px;
				top: 8px;
			}
			
	a.catLink {
		color:#000;
		font-weight:bold;
		text-decoration:none;
	}
	
	a:visited.catLink {
		color:#000;
		font-weight:bold;	
		text-decoration:none;
	}
	
	a.menuLink {
		color:#FFF;
		font-weight:bold;
		text-decoration:none;
	}
	
	a:visited.menuLink {
		color:#FFF;
		font-weight:bold;	
		text-decoration:none;
	}
	
	a.cartLink {
		color:#333;
		text-decoration:none;
		font-weight:bold;
	}
	
	a:visited.cartLink {
		color:#333;
		text-decoration:none;
		font-weight:bold;
	}
	
	a {
		color:#000;
	}
	
	a.visited {
		color:#000;
	}
	

	
	#partTitle {
		color:#822f2f;
		font-size:14px;
		font-weight:bold;
		margin-top:0px;
		margin-bottom:7px;
	}
	
	#catName {
		color:#822f2f;
		font-size:18px;
		font-weight:bold;
		margin-top:0px;
		margin-bottom:15px;
	}
	
	
	#aboutUsTable {
		
	}
	
	#emailList{
		width:95%;
		position:relative;
		background-image:url(http://estores.wws5.com/giftdesigners/images/emailformback.jpg)
	}
	
	#emailListFormBox {
		position:relative;
		width:190px;
		left:15px;
		padding-top:2px;
		padding-bottom:2px;
	}
	
	#emailListImage {
		left:270px;
		position:absolute;
		top:10px;
		width:190px;
	}
	
	