html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-size: 10pt;
	line-height: 140%;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	background: url(images/layout/bg.gif) repeat;
}

#tdcontent {
	background: #ffffff url(images/layout/bg_content.jpg) no-repeat left bottom;
}

#content {
	font-size: 0.8em;
	line-height: 1.1em;
	margin: 10px 0 0 10px;
	width: 520px;
	color: #25426D;
}

#content h1 {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #FF6600;
	padding-bottom: 1em;
}

#content strong {
	color: #25426D;
	font-weight: bold;
}

#content a {
	text-decoration: none;
	color: #FF6600;
}

#content a:hover {
	text-decoration: underline;
}

#content .break {
	border-bottom: 1px solid #25426D;
	margin: 15px 0;
	text-align: right;
}

.footer {
	color: #FFFFFF;
}

.footer a {
	font-size: 0.7em;
	line-height: 1em;
	text-decoration: none;
	color: #FFFFFF;
}

#tdnav {
	background: #FFFFFF url(images/layout/bg_tdnav.jpg) no-repeat left bottom;
}

#tdnav form {
	margin: 20px 0 0 0;
	padding: 10px 3px 0 3px;
}

#tdnav form fieldset {
	padding: 10px;
}

#tdnav form fieldset legend {
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: bold;
	color: #25426D;
}

.shop {
	font-size: 0.9em;
	width: 120px;
	vertical-align: middle;
}

#nav {
	font-size: 0.8em;
	line-height: 1.4em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-top: 2px solid #FFFFFF;
}

#nav li {
	margin-bottom: 3px;
	border-bottom: 3px solid #F1F1F1;
}

#nav li a {
	text-decoration: none;
	color: #25426D;
	font-weight: bold;
	background: url(images/layout/bg_nav_n.gif) no-repeat left center;
	padding: 2px 0 2px 20px;
	width: 100%;
	display: block;
}

#nav li a:hover {
	background: url(images/layout/bg_nav_a.gif) no-repeat left center;
}

#nav li a.active {
	text-decoration: none;
	color: #FF6600;
	font-weight: bold;
	background: url(images/layout/bg_nav_a.gif) no-repeat left center;
	padding: 2px 0 2px 20px;
	width: 100%;
	display: block;
}

#nav li ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav li ul li {
	margin: 0;
	border: 0px solid;
}

#nav li ul li a {
	text-decoration: none;
	color: #25426D;
	font-weight: bold;
	background: url(images/layout/bg_subnav_n.gif) no-repeat left top;
	padding: 2px 0 0 27px;
	width: 100%;
	display: block;
}

#nav li ul li a:hover {
	background: url(images/layout/bg_subnav_a.gif) no-repeat left top;
}

#nav li ul li a.active {
	text-decoration: none;
	color: #FF6600;
	font-weight: bold;
	background: url(images/layout/bg_subnav_a.gif) no-repeat left top;
	padding: 2px 0 0 27px;
	width: 100%;
	display: block;
}

.login {
	background-color: #25426D;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	width: 100%;
}

#sitemap {
	line-height: 1.5em;
}

#sitemap li {
	margin-bottom: 20px;
}

#sitemap a {
	text-decoration: none;
	color: #25426D;		
	padding: 0;
}

#sitemap a:hover {
	color: #FF6600;
}

#sitemap li ul li {
	margin: 0;
}
