/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}

p {
	margin:8px 0px 8px 8px;
}

#wrapper {
	width:771px;
	margin:auto;
}
#inner_wrap {
	float:left;
	border:#CCCCCC 1px solid; 
	width:771px;
	padding-bottom:4px;
}
#header {
	border-bottom:#CCCCCC 1px solid;
	margin-bottom:4px;
	height:120px;
	clear:left;
}
#left_nav {
	float:left;
	width:192px;
}
#right_content {
	margin-left:4px;
	float:left;
	width:570px;
}
#middle_content {
	float:left;
	background:url(/images/bg_nav.jpg) repeat-y;
}
#middle_content a:link, #middle_content a:visited {
	color:#66cccc;
}
#middle_content a:hover {
	color:#6699CC;
}


#home_buckets {
	float:left;
	border-top:#CCCCCC 1px solid;
	margin-top:4px;
}
#footer {
	width:775px;
	margin:auto;
	color:#CCCCCC;
	font-size:10px;
	padding-top:5px;
	clear:left;
}

#page_header_text {
	background:url(/images/bg_page_header.jpg) repeat-y;
	height:35px;
	font-size:24px;
	color:#FFFFFF;
	text-align:right;
	text-transform:uppercase;
	padding-right:10px;
	margin:4px 0px 4px 0px;
}
#page_content {
	height: 100%;
}
#content_left_text {
	float:left; 
	width:330px;
}
#content_right_pic {
	float:right; 
	padding-right:5px;
	width:235px;
}


.blue {
	color:#66cccc;
}
.blue_border {
	border:#66cccc 1px solid;
}
.blue_header {
	color:#66cccc;
	text-transform:uppercase;
	font-size:14px;
}

.bucket {
	float:left; 
	width:185px; 
	padding:5px 3px 2px 4px; 
	border-right:#CCCCCC 1px solid;
}
.gift_container {
	float:left;
	padding-top:5px;
	padding-bottom:30px;	
	padding-left:10px;
	width:565px;
}
.gift_info {
	float:left;
	width:290px;
}
.gift_photo {
	float:right;
	text-align:right;
	padding-right:5px;
}
.gift_photo img {
	border:#66cccc 1px solid;
}
.gift_price {
	font-weight:bold;
	padding-bottom:10px;
}
.gift_header {
	padding-bottom:8px;
}

.qna {
	font-size:14px;
	font-weight:bold;
}
#qa_question {
	padding-bottom:15px;
}
#qa_answer {
	padding-bottom:15px;
}

#footer a:link, #footer a:visited {
	color:#CCCCCC;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

.press_bucket {
	padding-bottom: 10px;
}
.press_bucket p {
	line-height: 18px;
}
.press_bucket_thumb {
	float: left;
	padding-right: 10px;
}