@charset "UTF-8";
body {
	background-color: #ffc64c;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color:#8f3030;
}

a:hover {
	color:#ffc64c;
}

a:visited {
	color:#8f3030;
}

#container {
	width: 681px;
	left: auto;
	top: 0px;
	right: auto;
	bottom: 0px;
}

#header {
	margin:0;
	padding:0;
}

#logo {
    float:left;
	background: url(images/header_01.jpg) no-repeat;
	width: 182px;
	height: 181px;
	margin:0;
	padding:0;
}

#title{
    float:left;
	background: url(images/header_02.jpg) no-repeat;
	width: 366px;
	height: 181px;
	margin:0;
	padding:0;
}

#ooky_checkout{
	float:left;
	background: url(images/header_03.jpg) no-repeat;
	width: 133px;
	height: 181px;
	margin:0;
	padding:0;
}

#header #nav {
    float: left;
    margin:0;
	padding:0;
	background-color:#ffffff;
	width:548px;
}

#header #nav ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	height:59px;
}

#header #nav ul li {
	float: left;
	text-align: center;
	height:59px;
}

#header #nav ul li a {
	padding: 0;
	height: 59px;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 12px/23px myriad, arial, sans-serif;
}

#header #nav ul li.leftimage {
	width: 49px;
	background-image: url(images/nav_06.gif);
}

#header #nav ul li.navspace {
	width: 26px;
}

#header #nav ul li.greetingcards {
	width: 100px;
	height:59px;
	background-image: url(images/nav_07.gif);
}

#header #nav ul li.apparel a {
    height:59px;
	width: 102px;
	background-image: url(images/nav_09.gif);
}

#header #nav ul li.misc a {
	width: 120px;
	background-image: url(images/nav_11.gif);
}

#header #nav ul li.prints {
	width: 65px;
	background-image: url(images/nav_13.gif);
}

.hideFromScreen {
position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
}

#checkout{
	float:left;
	background: url(images/header_14.jpg) no-repeat;
	width: 133px;
	height: 59px;
	margin:0;
	padding:0;
}

#header_line{
	float:left;
	background: url(images/header_16.gif) no-repeat;
	width: 548px;
	height: 12px;
	margin:0;
	padding:0;
}

#checkout_bottom{
	float:left;
	background: url(images/header_17.jpg) no-repeat;
	width: 133px;
	height: 12px;
	margin:0;
	padding:0;
}

#ccontainer {
	float:none;
	background:url(images/header_21.gif) repeat-y;
	height:800px;
	width:681px;
	padding:0;
}

#content {
	float:left;
	line-height:20px;
	padding:10px 40px;
	color:#666;
	font-size: .99em;
}

.text_callout {
	font-weight: bold;
}

#footer {
	background:#ffc64c url(images/header_22.gif) no-repeat top;
	width: 700px;
	height:50px;
	margin:0;
	padding:0;
}

#footer p {
	color:#fff;
	vertical-align:bottom;
	font-size: .6em;
	margin:0;
	padding:10px 0 0 20px;
}