/* CSS Document */
/* 
Title:     The Nutty Chocolatier master styles
Author:    analogue.ca/terabit.ca
Version:   2.1
Created:   December 18, 2006
Updated:   January 8, 2007
*/

/**********************************
  Basic Styles
**********************************/
* {
	margin: 0;
	padding: 0;
}
body {
	background: #7B5123 url(../images/backgroundRepeat.gif) top repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #333333;
	height: 100%;
}
a:link, a:visited, a:hover, a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
}
a:link, a:visited {
	color: #540C0C;
}
a:hover, a:active {
	color: #999999;
}
a img {
  border: 0;
}
a.aboutLink:hover {
  background: url(../images/css/about-over.png) left bottom no-repeat;
}
h1 {
	margin: 20px 0 10px;
	padding: 0;
}
h2 {
	font-weight: bold;
	font-size: 0.9em;
}

/**********************************
  Page Layout
**********************************/

#container {
	width: 770px;
	margin: 0 auto;
	background: #E5DCC7;
	position: relative;
}

/**********************************
  Header
**********************************/

#header {
	background: url(../images/header-locations.jpg) left bottom no-repeat;
	padding-bottom: 130px;
}
#nav {
	margin-left: 23px;
	_padding-left: 13px;
	list-style: none;
	overflow: hidden;
	height: 30px;
}
#nav li {
	list-style: none;
	display: inline;
	overflow: hidden;
}
#nav a {
	float: left;
	margin: 0 2px 0 0;
	padding: 30px 0 0;
	overflow: hidden;
	height: 0px !important;
	height: /**/:30px; /* for IE5/Win only */
}
#nav a:hover {
	background-position: 0 -20px;
}
#nav a:active, #nav a.menu-active {
	background-position: 0 -40px;
}


#loginMenu{
	float:right;
}

#loginMenu li{
	list-style: none;
	display: inline;
	overflow: hidden;
	padding-right:0.5em;
}
#loginMenu a{
	color: #E5DCC7;
	font-weight:bold;
	font-size:0.8em;
}

/***************************************
  Content
	
	-- There are two types of content, 
		 one with a side menu designated 
		 "contentFloat" and one without 
		 designated "content"
***************************************/

/* content with menu */
#contentFloat {
	padding-right: 320px;
}
/* regular content */
#content {
  margin-right: 23px;
}

#content, #contentFloat {
	margin-left: 23px;
}
#content p, #contentFloat p {
	line-height: 1.4em;
}

#content #customerInfo{
	width: 70%;

}

#content #customerInfo th{
	text-align:right;
}

#content #customerInfo table{
	margin:0.5em;;
}
#content #systemMsg fieldset{
	width:60%;
	text-align:left;
	padding-left:1.5em;
}
#content legend{
	color: #540C0C;
}

img.photo {
	margin: 6px 15px 0 0;
}

/* side menus */
#sidebar-a {
	float: right;
	width: 250px;
	margin-top: 40px;
	margin-right: 25px;
}
#sidebar-a ul {
	list-style: none;
	overflow: hidden;
	display: block;
}
#sidebar-a li {
	list-style: none;
	overflow: hidden;
	height: 80px;
	display: block;
	margin-bottom: 15px;
}
#sidebar-a a {
	display: block;
	margin-bottom: 15px;
	padding: 80px 0 0;
	overflow: hidden;
	width: 250px;
	height: 0px !important;
	height: /**/:80px; /* for IE5/Win only */
}
#sidebar-a a:hover {
	background-position: 0 -20px;
}
#sidebar-a a:active, #sidebar-a a.sidebar-active {
	background-position: 0 -40px;
}

/**********************************
  Footer
**********************************/

#footerContainer {
	clear: both;
	position:relative;
	width: 100%;
	bottom: 0;
	padding-top: 20px;
}

#footerContainer .copyright {
	width: 770px;
	margin: 0 auto;
	text-align:center;
}

#footer {
	height: 20px;
	width: 770px;
	margin: 0 auto;
	background-color: #540C0C;
}
