@charset "UTF-8";
/* CSS Document */

body {
	font-family:"Myriad Bold", Helvetica, Arial, sans-serif;
	background-image: url(images/cork.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#main_menu {
	background:url(images/menu_bkg.png) bottom no-repeat;
	text-align:center;
	width:566px;
	height:49px;
}
#main_menu ul {
	vertical-align:top;
	list-style:none;
	margin:0;
	padding:5px 16px;
}
#main_menu ul li {
	font-size:11px;
	list-style:none;
	float:left;
	padding:2px 19px;
	border-left:1px #FFFFFF solid;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
}
#main_menu ul li:hover,
#main_menu ul li a:hover {
	color:#FFFFCC;
}
#main_menu ul a{
	color:#FFFFFF;
	text-decoration:none;
}
.float_left {
	float:left;
}
.pinUpImg {
	margin:-7px 0;
	cursor:pointer;
}
.copyright {
	font-size:10px;
}
.Sub_copyright {
	color:#FFFFFF;
	padding:15px 0 5px 0;
	font-size:10px;
}

/* -------------------------------------------------------------------------- */
/* -------------------------[ Floating Note Card ]--------------------------- */
/* -------------------------------------------------------------------------- */

#NoteCard {
	visibility:hidden;
	position:absolute;
	left:321px;
	top:185px;
	width:309px;
	height:130px;
	z-index:1;
}
#NoteCard td {
	vertical-align:top;
}
#NoteCard .headline {
	padding:12px 30px 3px 7px;
	text-align:center;
	font-size:21px;
	font-weight:bold;
	color:#191261;
	background:url(images/NoteCard_top.png);
}
#NoteCard #NoteCardTitle{
	border-bottom:#E3989D solid 3px;
	padding-bottom:10px;
}
#NoteCard .body {
	padding:2px 30px 5px 12px;
	text-align:left;
	line-height:17px;
	font-size:10px;
	font-weight:normal;
	background:url(images/NoteCard_middle.png);
	color:#727272;
}
#NoteCard .info {
	font-size: 11px;
	font-weight:normal;
	font-style:italic;
	padding:4px 0 0 0;
	color:#CC0000;
}

/* --[ Left Note Card ]-- */

#LeftNoteCard {
	visibility:hidden;
	position:absolute;
	left:321px;
	top:185px;
	width:309px;
	height:130px;
	z-index:1;
}
#LeftNoteCard td {
	vertical-align:top;
}
#LeftNoteCard .headline {
	padding:12px 7px 3px 30px;
	text-align:center;
	font-size:21px;
	font-weight:bold;
	color:#191261;
	background:url(images/NoteCard_top_left.png);
}
#LeftNoteCard hr{
	color:#f48D91;
	width:270px;
	height:2px;
	border:none;
	padding:0;
	margin:0;
	background:#f48D91;
}
#LeftNoteCard .body {
	padding:2px 12px 5px 30px;
	text-align:left;
	line-height:17px;
	font-size:12px;
	font-weight:normal;
	background:url(images/NoteCard_middle_left.png);
	color:#727272;
}
#LeftNoteCard .info {
	font-size: 11px;
	font-weight:normal;
	font-style:italic;
	padding:4px 0 0 0;
	color:#CC0000;
}

/* --------------------------------------------------------------------- */
/* -------------------------[ Reminder Page ]--------------------------- */
/* --------------------------------------------------------------------- */

#Reminder #ReminderBody{
	padding:12px 27px 0 27px;
	font-size:11px;
	line-height:15pt;
}
#Reminder #ReminderBody strong{
	font-size:16px;
	color:#000099;
}
#Reminder #ReminderBody #item{
	padding:0 0 0 20px;
}
#Reminder #ReminderBody #item em{
	margin: 0 0 0 -20px;
}

/* --------------------------------------------------------------------- */
/* -------------------------[ Stickey Notes ]--------------------------- */
/* --------------------------------------------------------------------- */

#noteCard {
	width:150px;
	height:170px;
	padding:12px 18px;
	margin-top:-12px;
}
#noteCard #body{
	font-weight:normal;
	font-size:9px;
	color:#666666;
	line-height:13px;
	height:40px;
	overflow:hidden;
}
#noteCard #title{
	margin:3px -10px;
	font-size:13px;
	text-align:center;
	color:#231F74;
	font-weight:bold;
}
#noteCard #img{
	margin-left:10px;
	width:131px;
}
#noteCard a{
	text-decoration:none;
}
		/* ----------[ Colors ]---------- */
.yellow {
	background:url(images/note_yellow.png) no-repeat;
}
.lavendar{
	background:url(images/note_lavender.png) no-repeat;
}
.pink{
	background:url(images/note_pink.png) no-repeat;
}
.green{
	background:url(images/note_green.png) no-repeat;
}
		/* ------[ Stickey Buttons ]------ */
#noteCard #new{
	position:absolute;
	margin:-30px 110px;
}
#noteCard #updated{
	position:absolute;
	margin:-30px 90px;
}

/* --------------------------------------------------------------------------------------------- */
/* ---------------------------------------[ SubPage Styles ]------------------------------------ */
/* --------------------------------------------------------------------------------------------- */
#chalkBoard{
	background:url(images/chalk_board_bkg.png) top center repeat-y;
}
#chalkBoard p{
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	padding:0 30px;
	line-height:16px;
}
#chalkBoard h3{
	font-weight:normal;
	color:#FFFFFF;
	padding:0 30px;
}
#chalkBoard form .contact{
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
	padding:0 30px;
	line-height:15px;
}
#chalkBoard form .contact input,
#chalkBoard form .contact textarea,
#chalkBoard form .contact select{
	width:100%;
}
#chalkBoard .style1{
	line-height:17px;
	font-size: 13px;
	color: #FFFF99;
}
#chalkBoard .style1 b{
	font-size:17px;
}
#chalkBoard #title{
	font-size:30px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	padding:10px 20px;
}
#chalkBoard #sub_title{
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	padding:10px 20px 10px 80px;
}
#pageCategory {
	background:url(images/sub_top_bkg.png) bottom no-repeat;
	height:53px;
	width:736px;
	padding:15px 0 0 170px;
	font-size:15px;
	font-weight:bold;
	color:#231F74;
	white-space:nowrap;
}
#pageCategory a{
	color:#231F74;
	text-decoration:none;
}
#pageCategory a:hover{
	text-decoration:underline;
}
.pageCategory {
	padding:12px 0 0 140px;
	font-size:25px;
	font-weight:bold;
	color:#231F74;
	background:url(images/chalk_board_top_lable.png) bottom no-repeat;
	white-space:nowrap;
}
.pageCategory a{
	color:#231F74;
	text-decoration:none;
}
.pageCategory a:hover{
	text-decoration:underline;
}

#product_img_1, #product_img_2{
	background: url(images/product_bkg_01.png) center top no-repeat;
	float:left;
	width:160px;
	margin:0 10px;
}
#product_img_1 div, #product_img_2 div{
	margin:15px 10px;
}
.flash_bkg{
	background: url(images/new_home/flash_bkg_01.png) bottom no-repeat;
}
/* ------------------------------------------------------------------ */
/* -------------------------[ Side Items ]--------------------------- */
/* ------------------------------------------------------------------ */

#SubpageTitle{
	background:url(images/chalk_board_top_lable.png) bottom no-repeat;
}

#chalkBoard li{
	color:#FFFFFF;
	font-size:13px;
	margin-left:20px;
	font-weight:bold;
	padding:2px 0;
	list-style:circle;
}
#chalkBoard a{
	color:#FFFFFF;
}
#chalkBoard li ul{
	margin:0;
	padding:0;
}
#chalkBoard li li{
	list-style:none;
	height:auto;
	font-weight:normal;
	margin:0;
	padding:5px 0 10px 15px;
	font-size:11px;
}
.price {
	color:#FFEE00;
	height:25px;
}
#chalkBoard .download div {
	color:#FFFFFF;
	font-size:11px;
	padding-left:20px;
}

#chalkBoard #sideItem{
	font-size:11px;
	line-height:17px;
	color:#FFFFFF;
	margin:20px 30px 0 0;
}
#chalkBoard #sideItem b{
	font-size:15px;
	font-weight:bold;
}
#chalkBoard #sideItem input,
#chalkBoard #sideItem select{
	font-size:11px;	
}
#chalkBoard #sideItem ul{
	margin:10px 0 0 40px;
	padding:0;
}
#chalkBoard #sideItem li{
	list-style-image:url(images/photo_bullet.png);
}
#chalkBoard .download li,
#chalkBoard #sideItem .download li{
	list-style-image:url(images/down_16.png);
}
#chalkBoard #sideItem #headline{
	background:url(images/headline_bkg.png);
	width:217px;
	height:27px;
	text-align:center;
	color:#1F232C;
	font-size:18px;
	font-weight:bold;
	padding-top:10px;
}
#chalkBoard #sideItem ul ul li{
	color:#CCCCCC;
}

#chalkBoard #sideItem_nonphoto{
	font-size:11px;
	line-height:17px;
	color:#FFFFFF;
	margin:20px 30px 0 0;
	width:220px;
}
#chalkBoard #sideItem_nonphoto b{
	font-size:15px;
	font-weight:bold;
}
#chalkBoard #sideItem_nonphoto input,
#chalkBoard #sideItem_nonphoto select{
	font-size:11px;	
}
#chalkBoard #sideItem_nonphoto ul li{
	margin-top:10px;
}
#chalkBoard #sideItem_nonphoto ul{
	margin:0 0 0 20px;
	padding:0;
}
#chalkBoard #sideItem_nonphoto ul ul li{
	list-style:none;
	color:#CCCCCC;
	margin:0 0 0 10px;
}
#chalkBoard #sideItem_nonphoto ul ul{
	margin:0 0 0 0;
	padding:0;
}
#chalkBoard #sideItem_nonphoto li{
	margin:0;
	padding:0;
	list-style:circle;
}
#chalkBoard #sideItem_nonphoto .download li{
	list-style:square;
}
#chalkBoard #sideItem_nonphoto #headline .link{
	background:url(images/headline_bkg_02.png);
}
#chalkBoard #sideItem_nonphoto #headline,
#chalkBoard #sideItem_nonphoto #headline a{
	padding:0;
	width:217px;
	text-decoration:none;
	text-align:center;
	color:#1F232C;
	font-size:18px;
	font-weight:bold;
	padding-top:10px;
}
/* -------------------------------------------------------------------- */
/* -------------------------[ Image Viewer ]--------------------------- */
/* -------------------------------------------------------------------- */

#ImgViewer {
	position:absolute;
	top:250px;
	visibility:hidden;
	left:200px;
	float:left;
	z-index:10;
}
#ImgViewer #img_side{
	background:#FFFFFF;
	padding:5px;
	vertical-align:middle;
	text-align:center;
}
#ImgViewer #arrow_side{
	padding-top:20px;
	background:url(images/img_view_shadow.png) repeat-y;
	vertical-align:middle;
}

/* ------------------------------------------------------------------------------ */
/* -------------------------[ Floating Shopping Cart ]--------------------------- */
/* ------------------------------------------------------------------------------ */

#ShoppingCart {
	position:absolute;
	margin-top:-25px;
	width:208px;
}
#ShoppingCart td {
	vertical-align:top;
}
#ShoppingCart .headline {
	height:83px;
	text-align:center;
	font-size:21px;
	font-weight:bold;
	color:#191261;
}
#ShoppingCart .body {
	padding:0 4px 0 0;
	text-align:left;
	line-height:17px;
	font-size:10px;
	font-weight:normal;
	color:#2E3158;
	background:url(images/Shopping_body_Sing.png);
}
#ShoppingCart .body td{
	background:url(images/Shopping_body_line.png) bottom repeat-x;
}
#ShoppingCart .info {
	font-size: 10px;
	font-weight:normal;
	font-style:italic;
	padding:4px 0 0 0;
	color:#CC0000;
}
#ShoppingCart #Check1,
#ShoppingCart #Check2,
#ShoppingCart #Check3,
#ShoppingCart #Check4 {
	padding:0 3px 0 6px;
	cursor:pointer;
}

/* ------------------------------------------------------------------------------ */
/* --------------------------------[ Misc Styles ]------------------------------- */
/* ------------------------------------------------------------------------------ */

.sz20{
	font-size:20px;
}

/* ------------------------------------------------------------------------------ */
/* ----------------------------[ Mini Calendar Styles ]-------------------------- */
/* ------------------------------------------------------------------------------ */

#mini_calendar{
	text-align:left;
	width:254px;
	margin:-36px 0 0 25px;
	position:absolute;
}

#mini_calendar #cal_content {
	background:url(images/mini_calendar_02.png) repeat-y right;
	padding:0 20px 5px 10px ;
}
#mini_calendar #cal_content .month{
	color:#990000;
	font-weight:bold;
	font-size:20px;
	padding-top:5px;
}
#mini_calendar #cal_content .month a{
	background:#990000;
	float:right;
	margin:2px;
	width:15px;
	height:15px;
	line-height:16px;
	text-decoration:none;
}
#mini_calendar #cal_content table{
	margin-top:5px;
}
#mini_calendar #cal_content td{
	width:14%;
	text-align:center;
	color:#000000;
	font-size:12px;
	font-weight:normal;
	padding:5px 0;
}
#mini_calendar #cal_content .header td{
	background:#990000;
	text-align:center;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding:4px 0;
}
#mini_calendar #cal_content .disclamer{
	margin-top:5px;
	padding:4px 0;
	text-align:center;
	font-size:10px;
	color:#333333;
	border-top:2px solid #990000;
}
#mini_calendar #cal_content .not_month{
	background:#CCCCCC;
	color:#666666;
	border:#FFFFFF 2px solid;
	border-bottom:none;
	border-top:none;
}
#mini_calendar #cal_content .event{
	background:url(images/cal_select_bkg.png) no-repeat center #FCFCB2;
	color:#990000;
	font-weight:bold;
	font-size:18px;
	cursor:pointer;
}
#mini_calendar #event_list{
	margin:0 10px;
	padding:0 0px 0 10px;
	width:233px;
	background:url(images/mini_calendar_event.png) repeat-y;
}
#mini_calendar #event_list #topshadow{
	margin-left:-20px;
}
#mini_calendar #event_list .title{
	color:#990000;
	font-size:22px;
}
#mini_calendar #event_list ul.event_list{
	margin:0;
	padding:0;
	width:205px;
	list-style:none;
	color:#000066;
}
#mini_calendar #event_list ul.event_list li{
	margin:0 10px;
	padding:5px 0;
	list-style:none;
	color:#000066;
	font-size:15px;
	border-bottom:#990000 2px solid;
}
#mini_calendar #event_list ul.event_list li.noline{
	border:none;
}
#mini_calendar #event_list ul.event_list ul{
	margin:0;
	padding:0;
	list-style:none;
}
#mini_calendar #event_list ul.event_list ul li{
	margin:0 15px;
	padding:3px 0;
	font-size:11px;
	font-weight:normal;
	list-style:none;
	color:#333333;
	border:none;
}
#mini_calendar #event_list ul.event_list ul li .date{
	float:left;
	color:#666666;
	font-size:12px;
	font-weight:bold;
	padding-right:5px;
}
#chalkBoard p.BigTitle{
	font-size:20px;
	font-weight:bold;
}
#chalkBoard p.MediumTitle{
	font-size:16px;
	font-weight:bold;
}


/* ------------------------------------------------------------------------------ */
/* ----------------------------[  Full Shopping Cart  ]-------------------------- */
/* ------------------------------------------------------------------------------ */

#cart_list{
	margin-top:10px;
	margin-bottom:10px;
	margin-right:75px;
	text-align:left;
	line-height:normal;
	background:url(images/Shopping_body_Sing.png) #FFFFAD right repeat-y;
 }
 #cart_list div{
	padding-top:10px;
	padding-bottom:10px;
 	background:url(images/Shopping_body_line.png) bottom repeat-x;
}

#cart_list #sub_title{
	color:#333333;
}

#cart_list #product_img{
	background:url(images/product_bkg_1.png) no-repeat;
	width:155px;
	height:116px;
	float:left;
	font-size:14px;
	padding:15px 0 0 15px;
}

#cart_list #CartTotals{
	background:url(images/mini_calendar_02.png) repeat-y right;
	margin-right:20px;
	padding:15px;
	text-align:left;
	line-height:17px;
	font-size:10px;
	font-weight:normal;
	color:#333333;
}
#cart_list #CartTotals em{
	color:#727272;
}
#cart_list #CartTotals strong{
	font-size:14px;
	color:#990000;
}
#cart_list #CartTotals td{
	padding:2px 4px;
	border-bottom:1px solid #CC6666;
}
#cart_list #CartTotals .headline {
	font-size:21px;
	font-weight:bold;
	color:#191261;
}
#cart_list .borderLeft{
	border-left:#B16566 1px solid;
}
