@charset "utf-8";

/*

Browser reset

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

html {
	margin: 0;
	padding: 0;
}

body, div, span, applet, object, embed, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address, big, cite, code, del, dfn, b, strong, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, table, tbody, dl, dt, dd, ol, ul, li, fieldset, form, button, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	list-style: none;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
	text-decoration: none;
	position: relative;
}

select, input, tr, td, th {
	margin: 0;
	padding: 0;
	position: relative;
}


/*

html, body

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body, html {
	height: 100%;
	border: none;
	top: 0;
	font: 12px/1.3 Verdana, Geneva, sans-serif;
	color: #433D3D;
	background: #F9F8F8;
	text-align: center;
}


/*

Universal Styles

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.none {
	display: none;
}

a {
	color: #0080C0;
}

	a:hover {
		text-decoration: underline;
	}


/*

Container

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.container {
	width: 758px;
	margin: 0 auto;
	text-align: left;
}


/*

Wrapper

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.wrapper {
	width: 758px;
	float: left;
}


/*

Header

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.header {
	width: 722px;
	height: 30px;
	padding: 42px 18px 24px 18px;
	float: left;
}

	.header .logo {
		width: 227px;
		height: 30px;
		float: left;
		text-indent: -9000px;
	}
	
		.header .logo a {
			width: 227px;
			height: 30px;
			float: left;
			background: transparent url(../images/logo.png) left top no-repeat;
		}
		
			.header .logo a:hover {
				background-position: left bottom;
			}


/*

Wrapper

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.wrapper {
	width: 758px;
	float: left;
}

.flowers_top {
	width: 197px;
	height: 315px;
	left: -140px;
	top: -25px;
	position: absolute;
	background: transparent url(../images/flowers_bg_top.png) left top no-repeat;
}

.flowers_bottom {
	width: 197px;
	height: 315px;
	right: -80px;
	bottom: -100px;
	position: absolute;
	background: transparent url(../images/flowers_bg_bottom.png) left top no-repeat;
}


/*

Shell

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.shell_1 {
	width: 758px;
	padding: 0 0 8px 0;
	float: left;
	background: transparent url(../images/shell_bg_bottom.png) left bottom no-repeat;
}

.shell_2 {
	width: 758px;
	padding: 9px 0 0 0;
	float: left;
	background: transparent url(../images/shell_bg_top.png) left top no-repeat;
}

.shell_3 {
	width: 710px;
	padding: 20px 24px 16px 24px;
	float: left;
	background: transparent url(../images/shell_bg_y.png) left top repeat-y;
}


/*

Top Navigation

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.top_navigation {
	width: 710px;
	margin: 0 0 20px 0;
	float: left;
}

	.top_navigation ul {
		width: 710px;
		float: left;
	}
	
		.top_navigation ul li {
			height: 26px;
			margin: 0 10px 0 0;
			padding: 1px;
			border: 1px #C6DEEA solid;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			float: left;
			line-height: 16px;
			background: #FFF;
		}
		
			.top_navigation ul li.last {
				margin: 0;
			}
			
			.top_navigation ul li a {
				height: 16px;
				padding: 5px 20px;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
				background: #D2E3EC url(../images/top_nav_bg_x.png) left top repeat-x;
				float: left;
				color: #003E62;
			}
			
				.top_navigation ul li a:hover {
					background: #D2E3EC url(../images/top_nav_bg_x.png) left center repeat-x;
				}
				
				.top_navigation ul li a:active {
					background: #D2E3EC url(../images/top_nav_bg_x.png) left bottom repeat-x;
				}
				
				.top_navigation ul li a.on {
					background: #D2E3EC url(../images/top_nav_bg_x.png) left center repeat-x;
					text-decoration: underline;
				}


/*

Crumb Trail

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.crumb_trail {
	width: 690px;
	margin: 0 0 20px 0;
	padding: 0 10px;
	float: left;
}

	.crumb_trail ul {
		width: 690px;
		float: left;
	}
	
		.crumb_trail ul li {
			height: 16px;
			margin: 0 12px 0 0;
			float: left;
			line-height: 16px;
		}
		
			.crumb_trail ul li a {
				height: 16px;
				padding: 0 20px 0 0;
				float: left;
				color: #666;
				background: transparent url(../images/crumb_raquo.png) right top no-repeat;
			}


/*

Content

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.content {
	width: 710px;
	float: left;
}


/*

Content Left Section

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	.content .left {
		width: 180px;
		float: left;
	}
	
		.content .left .media {
			width: 178px;
			margin: 0 0 10px 0;
			padding: 1px;
			float: left;
			background: #EBE9E9;
		}
		
		.content .left .buy_link {
			width: 180px;
			margin: 0 0 10px 0;
			float: left;
			overflow: hidden;
			text-align: center;
		}
		
			.content .left .buy_link p {
				width: 180px;
				float: left;
			}
			
				.content .left .buy_link p a {
					width: 158px;
					padding: 6px 10px;
					border: 1px #666 solid;
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
					float: left;
					color: #000;
					text-shadow: #FFCC00 0 1px 0;
					background: #FFCC00 url(../images/buy_link_bg_x.png) left bottom repeat-x;
				}
		
		.content .left .menu_box {
			width: 176px;
			margin: 0 0 10px 0;
			padding: 2px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			float: left;
			background: #C6DEEA;
		}
		
			.content .left .menu_box .menu {
				width: 154px;
				padding: 10px;
				border: 1px #FFF solid;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
				float: left;
				background: #E7F0F5 url(../images/left_menu_bg_x.png) left bottom repeat-x;
			}
			
				.content .left .menu_box .menu a {
					color: #003E5F;
				}
				
				.content .left .menu_box .menu h4 {
					margin: 0 0 10px 0;
					font-weight: bold;
				}
				
				.content .left .menu_box .menu li {
					margin: 0 0 5px 0;
				}
				
					.content .left .menu_box .menu li a.on {
						text-decoration: underline;
					}
				
					.content .left .menu_box .menu li ul {
						padding: 5px 0 0 8px;
						line-height: 1.2;
						font-size: 10px;
					}
					
						.content .left .menu_box .menu li li ul {
							padding: 5px 0 0 8px;
							line-height: 1.2;
							font-size: 9px;
						}


/*

Content Right Section

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	.content .right {
		width: 510px;
		float: right;
	}
	
		.content .right h1 {
			width: 470px;
			margin: 0 0 25px 0;
			padding: 10px 20px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			float: left;
			color: #FFF;
			background: #433D3D;
		}
		
		.content .right h2 {
			width: 470px;
			margin: 0 0 20px 0;
			padding: 10px 20px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			float: left;
			color: #000;
			background: #F1EFEF;
		}
		
		.content .right .ratings_snapshot {
			width: 510px;
			margin: 0 0 20px 0;
			float: left;
		}
		
			.content .right .ratings_snapshot .ratings {
				width: 250px;
				float: left;
			}
			
				.content .right .ratings_snapshot .ratings dl {
					width: 250px;
					margin: 0 0 9px 0;
					float: left;
				}
				
					.content .right .ratings_snapshot .ratings dl dd {
						width: 75px;
						padding: 3px 0 0 10px;
						float: left;
						text-indent: -9000px;
					}
					
					.content .right .ratings_snapshot .ratings dl dd strong {
						width: 12px;
						height: 11px;
						margin: 0 3px 0 0;
						float: left;
						overflow: hidden;
						background: transparent url(../images/rating_circles.png) right top no-repeat;
					}
					
					.content .right .ratings_snapshot .ratings dl dd em {
						width: 12px;
						height: 11px;
						margin: 0 3px 0 0;
						float: left;
						overflow: hidden;
						background: transparent url(../images/rating_circles.png) center top no-repeat;
					}
					
					.content .right .ratings_snapshot .ratings dl dd span {
						width: 12px;
						height: 11px;
						margin: 0 3px 0 0;
						float: left;
						overflow: hidden;
						background: transparent url(../images/rating_circles.png) left top no-repeat;
					}
					
					.content .right .ratings_snapshot .ratings dl dt {
						width: 155px;
						float: right;
					}
			
			.content .right .ratings_snapshot .snapshot {
				width: 210px;
				padding: 0 20px 0 0;
				float: right;
			}
		
		.content .right .images {
			width: 500px;
			margin: 0 0 20px 0;
			padding: 0 0 0 10px;
			float: left;
		}
		
			.content .right .images ul {
				width: 500px;
				float: left;
			}
			
				.content .right .images ul li {
					width: 80px;
					margin: 0 20px 0 0;
					float: left;
				}
				
					.content .right .images ul li a {
						width: 80px;
						float: left;
					}
					
						.content .right .images ul li a img {
							width: 80px;
							float: left;
						}
		
		.content .right .text {
			width: 510px;
			margin: 0 0 10px 0;
			float: left;
		}
		
			.content .right .text h2 {
				float: none;
				font-weight: bold;
			}
			
			.content .right .text h3 {
				margin: 0 0 15px 0;
				font-size: 18px;
			}
			
			.content .right .text h4 {
				margin: 0 0 5px 0;
				font-weight: bold;
			}
			
			.content .right .text h5 {
				margin: 0 0 5px 0;
				font-size: 10px;
				font-weight: bold;
			}
			
			.content .right .text p {
				margin: 0 0 10px 0;
			}
			
			.content .right .text ul {
				margin: 0 0 10px 0;
			}
			
			.content .right .text li {
				margin: 0 0 5px 0;
				list-style: inside circle;
			}
		
		.content .right .buy_link {
			width: 510px;
			margin: 0 0 20px 0;
			float: left;
		}
		
			.content .right .buy_link a {
				display: block;
				padding: 6px 10px;
				border: 1px #666 solid;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				float: left;
				color: #000;
				text-shadow: #FFCC00 0 1px 0;
				background: #FFCC00 url(../images/buy_link_bg_x.png) left bottom repeat-x;
			}
		
		.content .right .comments {
			width: 510px;
			float: left;
		}
		
			.content .right .comment {
				width: 470px;
				margin: 0 0 10px 0;
				padding: 14px 19px;
				border: 1px #FFCC66 solid;
				-moz-border-radius: 12px;
				-webkit-border-radius: 12px;
				float: left;
				background: #FFFFCC;
			}
		
			.content .right .comment h6 {
				margin: 0 0 5px 0;
				font-weight: bold;
			}
		
		.content .right .comment_form {
			width: 470px;
			margin: 0 0 10px 0;
			padding: 0 20px;
			float: left;
		}
		
			.content .right .comment_form {
				width: 470px;
				margin: 0 0 10px 0;
				padding: 0 20px;
				float: left;
			}
			
				.content .right .comment_form h5 {
					width: 470px;
					margin: 10px 0 15px 0;
					float: left;
					font-weight: bold;
				}
				
				.content .right .comment_form dl {
					width: 470px;
					margin: 0 0 5px 0;
					float: left;
				}
				
					.content .right .comment_form dt {
						padding: 0 0 2px 0;
					}
				
				.content .right .comment_form input {
					width: 178px;
					padding: 4px;
					border: 1px #DDD solid;
					border-top: 1px #AAA solid;
					background: #F7F7F7;
				}
				
				.content .right .comment_form textarea {
					width: 460px;
					padding: 4px;
					border: 1px #DDD solid;
					border-top: 1px #AAA solid;
					background: #F7F7F7;
				}
			
			.content .right .comment_form .submit {
				width: 470px;
				margin: 10px 0 0 0;
				float: left;
			}
			
				.content .right .comment_form .submit button {
					padding: 5px 16px;
					border: 1px #666 solid;
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
					cursor: pointer;
					background: #F7F7F7 url(../images/button_bg_x.png) left top repeat-x;
				}
				
					.content .right .comment_form .submit button:hover {
						background-position: left center;
					}
					
					.content .right .comment_form .submit button:active {
						background-position: left bottom;
					}
		
		.content .right .admin {
			width: 470px;
			margin: 0 0 10px 0;
			padding: 14px 19px;
			border: 1px #FF0099 solid;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			float: left;
			background: #FFF0F9;
		}
		
			.content .right .admin h3 {
				margin: 0 0 10px 0;
				font-size: 18px;
				font-weight: bold;
			}
			
			.content .right .admin h4 {
				margin: 0 0 5px 0;
				font-size: 13px;
				font-weight: bold;
			}
			
			.content .right .admin p {
				margin: 0 0 10px 0;
			}


/*

Footer

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.footer {
	width: 600px;
	padding: 20px 0 0 20px;
	float: left;
}

	.footer .logo {
		width: 152px;
		height: 20px;
		float: left;
		text-indent: -9000px;
		background: transparent url(../images/logo_footer.png) left top no-repeat;
	}
	
	.footer .menu {
		width: 430px;
		padding: 5px 0 0 0;
		float: right;
		text-align: center;
		font-size: 10px;
		color: #868686;
	}
	
		.footer .menu li {
			display: inline;
			padding: 0 5px;
		}
		
			.footer .menu li a {
				padding: 0 3px;
				color: #868686;
			}


/*

Advertising

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.link {
	cursor: pointer;
}

.banner_top {
	width: 710px;
	margin: 0 0 10px 0;
	float: left;
}

