/* CSS Document */


BODY {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #000000;
	margin: 0;
	padding: 0;
	/*background-color: #f5b6d1;
	background-image: url(images/page_back.png);
	background-repeat: repeat-x;
	background-position: top left;*/
	text-align: center;
}

		BODY a:link, a:visited {
			text-decoration: none;
			color: #a9256b;
		}
		
		BODY a:hover {
			text-decoration: underline;
		}
		
		BODY h1 {
			color: #a9256b;
			margin-bottom: 40px;
			margin-top: 30px;
			line-height: 30px;
			font-size: 26px;
			font-weight: bold;
		}
		
		BODY h3 {
			color: #a9256b;
			margin: 10px;
			font-size: 16px;
			font-weight: bold;
		}
		
		BODY h4 {
			color: #a9256b;
			margin: 10px;
			font-size: 12px;
			font-weight: bold;
			margin-bottom: 0px;
		}
		
		.section_title {
			color: #a9256b;
			margin: 10px;
			font-size: 22px;
			font-weight: bold;
		}
		
		BODY img {
			border: none;
		}
		
#outer_container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

		#inner_container {
			width: 800px;
			padding: 0;
			margin: 0;
			float: left;
		}
		
#header {
	width: 900px;
	height: 108px;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	float: left;
	/*background-image: url(images/header_back.png);
	background-repeat: no-repeat;
	background-position: top left;*/
	text-align: left;
	margin-bottom: 10px;
}

#main_top {
	width: 800px;
	height: 27px;
	margin-top: 10px;
	float: left;
	/*background-image: url(images/main_top_back.png);
	background-repeat: no-repeat;
	background-position: top left;*/
	text-align: left;
}

#main_outer {
	width: 900px;
	margin: 0;
	padding: 0;
	float: left;
	background-color: #FFFFFF;
	/*background-image: url(images/main_outer_back.png);
	background-repeat: repeat-y;
	background-position: top left;*/
	text-align: left;
}

		#main_inner {
			width: 900px;
			margin: 0;
			padding: 0;
			float: left;
		}
		
				#main_left {
					width: 213px;
					padding: 0;
					margin-left: 30px;
					float: left;
					padding-bottom: 380px;
				}
				
				#main_content {
					width: 900px;
					margin-top: 50px;
					display: inline;
					padding: 0;
					float: left;
					margin-bottom: 40px;
					margin-top: 0;
					text-align: justify;
				}
				
				#left_menu {
					width: 213px;
					margin: 0;
					padding: 0;
					float: left;
					background-image: url(images/left_menu_back.jpg);
					background-repeat: repeat-y;
					background-position: top left;
				}
				
						#left_menu_top {
							width: 213px;
							margin: 0;
							padding: 0;
							height: 6px;
							background-image: url(images/left_menu_top.jpg);
							background-repeat: no-repeat;
							background-position: top left;
						}
						
						#left_menu_bottom {
							width: 213px;
							margin: 0;
							padding: 0;
							height: 6px;
							background-image: url(images/left_menu_bottom.jpg);
							background-repeat: no-repeat;
							background-position: bottom left;
						}
						
						#left_menu ul {
							margin: 0;
							padding: 0;
							list-style: none;
						}
						
								#left_menu li {
									margin: 0;
									padding: 0;
								}
								
								#left_menu a {
									display: block;
									width: 200px;
									padding-left: 13px;
									height: 39px;
									line-height: 39px;
									color: #FFFFFF;
									font-size: 16px;
									/*border-bottom: 1px solid #f5b6d1;*/
								}
								
									#left_menu a:hover {
										text-decoration: none;
										background-image: url(images/left_menu_hover.jpg);
										background-repeat: no-repeat;
										background-position: top left;
									}
									
									#left_menu .main_link {
										font-weight: bold;
										font-size: 18px;
									}
									
											#left_menu .sub_link {
												font-weight: bold;
												text-indent: 10px;
												height: 28px;
												line-height: 28px;
												font-size: 14px;
											}
											
							
							#left_shopping_cart {
								width: 213px;
								float: left;
								margin-top: 20px;
							}
							
									#left_shopping_cart_info {
										color: #FFFFFF;
										width: 213px;
										float: left;
										padding-left: 15px;
										line-height: 25px;
										font-size: 12px;
										background-image: url(images/left_shopping_cart_back.jpg);
										background-repeat: repeat-y;
										background-position: top left;
									}
									
											#left_shopping_cart_info a {
												color: #FFFFFF;
											}
							
									#left_shopping_cart_top {
										width: 213px;
										height: 41px;
										float: left;
										background-image: url(images/left_shopping_cart_top.jpg);
										background-repeat: no-repeat;
										background-position: top left;
									}
									
									#left_shopping_cart_bottom {
										width: 213px;
										height: 7px;
										float: left;
										background-image: url(images/left_shopping_cart_bottom.jpg);
										background-repeat: no-repeat;
										background-position: top left;
									}
										
							

#footer {
	width: 900px;
	height: 115px;
	float: left;
	margin-bottom: 20px;
	/*background-image: url(images/footer_back.png);
	background-repeat: no-repeat;
	background-position: top left;*/
	color: #7a0644;
	font-size: 11px;
	text-align: center;
	line-height: 14px;
}






#garments {
	width: 100%;
	float: left;
	margin-bottom: 40px;
}

	#garments img {
		border: none;
	}		

	#garments a {
		display: block;
		width: 190px;
		height: 296px;
		margin: 15px;
		background-image: url(images/garment_outline_1.png);
		float: left;
		font-family: "Lucida Grande", "Luxi Sans", "Bitstream Vera Sans", "Trebuchet MS", helvetica, verdana, arial, sans-serif;
		color: #FFFFFF;
		cursor: pointer;
	}
	
	#garments a:hover {
		text-decoration: none;
		background-image: url(images/garment_outline_2.png);
	}
	
	#garments .garment_name {
		width: 182px;
		height: 46px;
		font-size: 16px;
		font-weight: bold;
		font-family: "Lucida Grande", "Luxi Sans", "Bitstream Vera Sans", "Trebuchet MS", helvetica, verdana, arial, sans-serif;
	  color: #FFFFFF;
		float: left;
		line-height: 30px;
		padding-left: 8px;
	}
	
	#garments .garment_image {
		width: 180px;
		height: 228px;
		font-size: 16px;
		font-weight: bold;
		font-family: "Lucida Grande", "Luxi Sans", "Bitstream Vera Sans", "Trebuchet MS", helvetica, verdana, arial, sans-serif;
		padding-left: 5px;
		padding-right: 5px;
	  color: #FFFFFF;
		float: left;
	}
	
	#garments .garment_click_here {
		position: relative;
		top: -22px;
		left: 0px;
		width: 182px;
		height: 46px;
		font-size: 10px;
		font-weight: bold;
		font-family: "Lucida Grande", "Luxi Sans", "Bitstream Vera Sans", "Trebuchet MS", helvetica, verdana, arial, sans-serif;
	  color: #000000;
		line-height: 30px;
		padding-left: 8px;
	}
	
	#garments .garment_price {
		width: 182px;
		height: 25px;
		font-size: 10px;
	  color: #FFFFFF;
		line-height: 25px;
		text-align: right;
		padding-right: 8px;
		float: left;
	}
	
	
	#garment {
		margin-top: 30px;
		margin-bottom: 30px;
		margin-right: 30px;
		height: 461px;
		width: 100%;
		text-align: center;
		vertical-align: middle;
	}
	
		#garment .main_garment_image {
			border: none;
			float: left;
		}

.colour_swatch {
	border: 1px solid #000000;
}

.garment_detail {
	font-size: 14px;
	font-weight: bold;
	color: #9B155D;
}


#shopping-cart {
	background-image: url(images/shopping_cart_back.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	
	width: 450px;
	float: left;
}

		#shopping-cart-top {
			height: 35px;
			line-height: 35px;
			color: #FFFFFF;
			font-weight: bold;
			background-image: url(images/shopping_cart_top.jpg);
			background-repeat: no-repeat;
			background-position: top left;
		}
		
		#shopping-cart-bottom {
			color: #FFFFFF;
			font-weight: normal;
			text-align: right;
			background: #a9266c;
			padding-bottom: 10px;
			padding-right: 10px;
		}


#cart_result {
	width: 451px;
	height: 35px;
	float: left;
	background-image: url(images/cart_message.png);
	line-height: 35px;
	text-indent: 20px;
	margin-bottom: 30px;
}


#garment_gallery {
	width: 229px;
	float: left;
	margin-right: 20px;
}

		#garment_gallery img {
			border-bottom: 1px solid #e5bdd2;
		}

		#garment_colours {
			width: 450px;
			float: left;
		}
		
		#garment_description {
			font-size: 12px;
			width: 450px;
			float: left;
			line-height: 20px;
		}
		
		
		
#cart_summary {
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;
	background: url(images/cartpanel.png) no-repeat top left;
	margin-bottom: 30px;
}

	#cart_summary_left {
		width: 720px;
		height: 60px;
		margin: 0;
		padding: 0;
		float: left;
		text-indent: 75px;
		line-height: 55px;
		font-size: 12px;
	}
	
	#cart_summary_right {
		width: 165px;
		height: 60px;
		margin: 0;
		padding: 0;
		float: left;
		text-align: right;
		padding-right: 12px;
		line-height: 55px;
		font-size: 12px;
	}
	
	#cart_summary .cs_title {
		font-weight: bold;
		color: #9d175e;
		font-size: 16px;
	}







	
