body {
	font: 80% "Times New Roman", Times, serif;
	background: #fff;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #a14960;
}
a {
	color: #f48f9d;
	text-decoration: none;
	outline: none;
}
object {
	outline: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
h2 {
	font-weight: normal;
}
#wrapper {
	width: 948px; 
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; 
}
	#header {
		height: 125px;
		position: relative;
	}
		#header #logo {
			position: absolute;
			left: 15px;
			top: 10px;
		}
		
		#header #middle {
			position: absolute;
			left: 358px;
			top: 5px;
		}		
		#header #telephone {
			position: absolute;
			right: 15px;
			top: 81px;
		}
	#navbar {
		border-top: solid 1px #f48f9d;
		border-bottom: solid 1px #f48f9d;
		height: 36px;
		margin-bottom: 14px;
		text-align: center;
		position: relative;
	}
		#navblock {
			padding-top: 6px;
		}
			#navblock a {
				font-size: 125%;
				margin-left: 15px;
				margin-right: 15px;
			}
			#navblock a:hover {
				color: #999;
				text-decoration:none;
			}
			#navblock a.selected {
				font-weight: bold;
			}
		#shopblock {
			position: absolute;
			right: 25px;
			top: 2px;
			/*visibility: hidden;*/
		}
			#shopblock .shoppingbag {
				float: left;
			}
			#shopblock #shopblocktext {
				float: left;
				padding-top: 7px;
			}
			#shopblock .shopblocklinkpad {
				margin-left: 10px;
				margin-right: 10px;
			}
	
	#shopface {
		width: 948px;
		height: 449px;
	}
	#storeintro {
		position: relative;
	}
		#storeintroimg {
			text-align: left;
		}
		#storeintrotext {
			position: absolute;
			top: 550px;
			left: 340px;
		}
	#store {
		text-align: center;
	}
		#storeselector {
			height: 352px;
		}
		.storepad {
			float: left;
			width: 9px;
		}
		#storeselectornav {
			display: block;
			margin-top: 8px;
			margin-bottom: 0px;
			font-size: 140%;
            border: solid 1px #f48f9d;
            padding: 3px;
		}
			#storeselectornav a {
				margin-right: 10px;
			}

		#storeselectornavTop {
			display: block;
			margin-top: 8px;
			margin-bottom: 8px;
			font-size: 140%;
            border: solid 1px #f48f9d;
            padding: 3px;
		}
			#storeselectornavTop a {
				margin-right: 10px;
			}
			
		#storedetail {
		
		}
			#detaillargeimage {
				float: left;
				padding-right: 8px;
				position: relative;
			}	
			#detaillargeimage img {
				border: solid 1px #f48f9d;

			}
			
			#detaillayout {
				float:left;
				width: 528px;
			}
			
				#detailtext {
				border: solid 1px #f48f9d;
				text-align: left;
				padding: 20px 25px;
				height: 222px;
				}
					#detailtextheader {
						font-size: 140%;
						font-weight: bold;
						margin-bottom: 8px;
					}
					#detailtextprice {
						font-size: 130%;
						margin-bottom: 8px;
					}
					#detailtextblockspace {
						height: 65px;
						width: 475px;
						margin-bottom: 8px;
					}
					#detailtextsize {
						width: 200px;
						position: relative;
						height: 30px;
					}
						#detailtextsizelabel {
							position: absolute;
							left: 0px;	
							width: 90px;
							padding: 3px 0px 0px 0px;
						}
						#detailtextsizeinput {
							position: absolute;
							right: 10px;
							text-align: right;
						}
						#detailtextcolourlabel {
							position: absolute;
							left: 225px;	
							width: 100px;
							padding: 3px 0px 0px 0px;
						}
						#detailtextcolourinput {
							position: absolute;
							right: -225px;
							text-align: right;
						}						
					#detailtextquantity {
						width: 200px; 
						position: relative;
						height: 35px;
					}
						#detailtextquantitylabel {
							position: absolute;
							left: 0px;	
							width: 90px;
							padding: 3px 0px 0px 0px;
						}
						#detailtextquantityinput {
							position: absolute;
							right: 10px;
							text-align: right;
						}
						#detailtextassoclabel {
							position: absolute;
							left: 225px;	
							width: 100px;
							padding: 3px 0px 0px 0px;
						}
						#detailtextassocinput {
							position: absolute;
							right: -225px;
							text-align: right;
						}						
					#detailtextlinks {
					
					}
						.detailtextlinkspad {
							margin-right: 38px;							
						}
						.sizingwrap {
							position: relative;
						}
						#sizingblock {
							position: absolute;
							visibility: hidden;
							left: 0px;
							top: 25px;
							border: solid 1px #666;
							background: #fff;
							padding: 5px;
							width: 200px;
						}
				
				#miniimages {
					padding-top: 10px;
				}
					.detailminiimage1 {
						border: solid 1px #f48f9d;
						margin-right: 3px;
						width: 170px;
						height: 193px;
						overflow: hidden;
					}
					.detailminiimage2 {
						border: solid 1px #f48f9d;
						margin-right: 3px;
						width: 170px;
						height: 193px;
						overflow: hidden;
					}
					.detailminiimage3 {
						border: solid 1px #f48f9d;
						width: 170px;
						height: 193px;
						overflow: hidden;
					}
				
	#contact {
		padding: 20px 0px;
		position: relative;
	}
		.iframestyle {
			border: solid 1px #f48f9d;
		}
		#contacttext {
			position: absolute;
			left: 500px;
			top: 20px;
			width: 360px;
		}
	
	.headingtype0 {
		font-size: 160%;
		font-weight: bold;
		color: #f48f9d;
	}
	.headingtype1 {
		font-size: 140%;
		font-weight: bold;
		color: #f48f9d;
	}
	.headingtype2 {
		font-size: 120%;
		font-weight: bold;
		color: #f48f9d;
	}
	.headingtype3 {
		font-size: 120%;
		color: #a14960;
	}
		
	#content {
		text-align: center;
		padding: 20px;
	}
	#contentleft {
		text-align: left;
		padding: 20px;
	}
	#generic {
		text-align: center;
		padding-bottom: 20px;
	}
	#footer {
		border-top: solid 1px #f48f9d;
		height: 33px;
		position: relative;
		font-size: 85%;
	}
		#footerl {
			position: absolute;
			left: 15px;
			top: 8px;
		}
		#footerr {
			position: absolute;
			text-align: right;
			right: 15px;
			top: 8px;
		}
		
.justifyblock {
	width: 400px;
	text-align:justify;
}
.productImage {
	float: left;
	position: relative;
}
	.overlayNew {
		width: 76px;
		height: 76px;
		background: url(../images/new-icon.png) left top no-repeat;
		position: absolute;
		right: 10px;
		top: 10px;
	}
	.overlaySale {
		width: 76px;
		height: 76px;
		background: url(../images/sale-icon.png) left top no-repeat;
		position: absolute;
		right: 10px;
		top: 10px;	
	}
	.overlayNewpad {
		width: 76px;
		height: 76px;
		background: url(../images/new-icon.png) left top no-repeat;
		position: absolute;
		right: 16px;
		top: 10px;
	}
	.overlaySalepad {
		width: 76px;
		height: 76px;
		background: url(../images/sale-icon.png) left top no-repeat;
		position: absolute;
		right: 16px;
		top: 10px;	
	}
