/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	background-color: #7E8AB8; /* old: FAF8F2 new: 7E8AB8 */
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	color: #584A4A;
	line-height: 1.4em;
}

h1 {

}

h2 {
	color: #E8633B;
	font-size: 18px;
}

h3 {
	font-style: italic;
	color: #886A6A;
	font-size: 16px;
}

small {
	font-size: 11px;
	line-height: 1.3em;
}

a {
	color: #886A6A;
}

a:hover {
	color: #583A3A;
}

ul {
	list-style-type: square;
}

li {
	padding-top: 2px;
	padding-bottom: 3px;
}


#container {
	margin: 0 auto;
	padding: 0;
	background-image: url(images/shadow-sides.png);
	background-repeat: repeat-y;
	width: 700px;
}

#header {
	margin: 0 auto;
	padding: 15px;
	background-color: #F0F5E0;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #C5C5C5;
	width: 654px;
	height: 123px;
	text-align: right;
}

#header a {
	color: #E8734B;
	text-decoration: none;
}

#navigation {
	margin: 0 auto;
	background-color: #FFFFEE;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #C5C5C5;
	width: 684px;
	height: 40px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	background-image: url(images/nav-bg.png);
	background-repeat: repeat-x;
	list-style-type: none;
	width: 684px;
	height: 39px;
}

#navigation li {
	margin: 0;
	padding: 12px 0 0 0;
	background-image: url(images/nav-separator.png);
	background-repeat: no-repeat;
	width: 114px;
	float: left;
	text-align: center;
}

#navigation a {
	padding: 10px 10px 10px 10px;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #9C6167;
	width: 114px;
}

#navigation a:hover {
	color: #5C3137;
	font-size: 14px;
}

#content {
	background-color: #FFFFFF;
	margin: 0 auto;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #C5C5C5;
	width: 684px;
	z-index: 50;
	position: relative;
}

#content fieldset { 
	border: dashed #70b370; 
	border-width: 0px 0px 0 0px; 
	margin: 0 auto 3px auto; 
	padding: 0px 0 8px 0; 
	text-align: left; 
	width: 380px; 
}

#content fieldset.nolabel { 
	border-width: 0px 0 0 0; 
}

#content label { 
	float: left; 
	margin: 3px 6px 0 0; 
	text-align: right; 
	width: 70px; 
}

#content input { 
	width: 200px; 
}

#content textarea { 
	width: 350px; 
}

#content fieldset.nolabel input { 
	text-align: center; 
	width: 100px; 
}

#content fieldset p { color: #900; font-size: 11px; font-style: italic; margin: 6px 0 0 190px; }

#content-text {
	padding: 20px 30px 30px 30px;
}


#footer {
	margin: 0 auto;
	padding: 25px;
	width: 684px;
	color: #DDDDEE;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

#footer a {
	color: #DDDDEE;
}

/* Yahoo store styling */

#contents-table td {
	padding: 20px;
	text-align: center;
}

