/* this CSS file is for the layout of the master site template - changes will affect ALL pages using the site template */

* {
	padding:0;
	margin:0;
}

html {
	background: url('http://www.robinschocolate.com/images/bg.gif') top left;
}

body {
	font-family:Helvetica, Arial, Arial, sans-serif;
	font-size:11px;
}

a.access {
	display:none;
}

#pre_wrap {
	display:block;
	position:relative;
	width:789px;
	height:21px;
	margin: 0 auto;
	padding:0px;
	background: url('http://www.robinschocolate.com/images/header.jpg') 0px 0px no-repeat;
}

#pre_wrap a.home {
	display:block;
	height:135px;
	width:180px;
	position:absolute;
	text-indent:-10000px;
	left:300px;
}

#wrapper {
	display:block;
	width:789px;
	margin: 0 auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	background-color:#fff;
	border-left:1px solid #9f9060;
	border-right:1px solid #9f9060;
	border-bottom:1px solid #9f9060;
}

#header {
	display:block;
	width:789px;
	height:118px;
	background: url('http://www.robinschocolate.com/images/header.jpg') 0px -21px no-repeat;
}

#header h1 {
	display:none;
}

#header ul {
	display:block;
	width:789px;
	height:29px;
	padding-top:77px;
}

#header ul li {
	display:block;
	float:left;
	text-align:center;
	width:175px;
	line-height:29px;
}

#header ul li.after_logo {
	float:right;
	width:150px;
}

#header ul li a {
	display:block;
	font-family:Georgia, serif;
	text-decoration:none;
	font-size:15px;
	color:#1b5573;
	letter-spacing:.1em;
}

#header ul li a:hover {
	text-decoration:underline;
}

#column_left {
	display:block;
	float:left;
	width:165px;
	height:525px;
	border-right:1px solid #e3d8bc;
	background: url('http://www.robinschocolate.com/images/left_bar_birds.gif') 0px -20px no-repeat;
}

#body {
	display:block;
	float:left;
	width:789px;
	background: url('http://www.robinschocolate.com/images/left_bar_bg.jpg') bottom left no-repeat;
}

#column_left a {
	text-decoration:none;
}

#column_left ul {
	padding:10px;
	padding-top:0px;
}


#column_left ul li {
	list-style-type:none;
	padding:10px 0px;
	background: url('http://www.robinschocolate.com/images/dotted_line.gif') bottom no-repeat;
}


#column_left ul li:hover {
}

#column_left ul li h1 a {
	display:block;
	color:#7c6613;
}

#column_left ul li h1 a:hover {

	text-decoration:underline;
}

#column_left ul li p {
	font-family:Helvetica, Arial, Arial, sans-serif;
	font-size:11px;
	color:#1b5573;
	padding-top:5px;
	line-height:11px;
	letter-spacing:.1em;
}

#column_left ul li p b {
	display:block;
	font-family:Georgia, serif;
	color:#7c6613;
	font-size:14px;
	letter-spacing:0px;
	font-weight:normal;
	padding-bottom:5px;
}

#column_left ul li p a {
	display:block;
	color:#1b5573;
}

#column_left ul li p a:hover b {
	text-decoration:underline;
}

#column_left ul.cart_links {
	padding:0px;
	padding-bottom:10px;
	margin:0px 10px;
	background: url('http://www.robinschocolate.com/images/blue_dot_border.gif') bottom repeat-x;
}

#column_left ul.cart_links li {
	background:none;
	padding:0px;
	padding-bottom:10px;
}

#column_left ul.cart_links li a {
	display:block;
	height:16px;	
	background: url('http://www.robinschocolate.com/images/cart_link_hover.gif') top left no-repeat;
	_background: url('http://www.robinschocolate.com/images/cart_link_hover_ie.gif') top left no-repeat;
}

#column_left ul.cart_links li a:hover {
	background: url('http://www.robinschocolate.com/images/cart_link_hover.gif') 0px -16px no-repeat;
	}

#column_left ul.cart_links li p a b {
	text-decoration:underline;
	font-size:11px;
	font-weight:bold;
	letter-spacing:1px;
	padding-left:20px;
}

/* this controls the content block for ALL pages - if you need to add specific page elements, do that in the page specific css file */

#content {
	display:block;
	float:left;
	width:621px;
}

#footer {
	display:block;
	clear:both;
	width:789px;
	height:50px;
	border-top:1px solid #fff;
	border-bottom:4px solid #fff;
	background: url('http://www.robinschocolate.com/images/footer_bg.jpg') 0px 5px no-repeat;
	background-color:#f8f4ca;
}

#post_footer {
	display:block;
	width:789px;
	height:21px;
	margin: 0 auto;
	padding:5px;
	text-align:center;
	font-size:11px;
	color:#827140;
}


#post_footer a {
	text-decoration:none;
	color:#827140;
}

#post_footer a:hover {
	text-decoration:underline;
}