/* This file must contain no html tags. */

a:link { color: #b83f00; text-decoration: underline; }
a:visited { color: #008BA7; text-decoration: underline; }
a:hover { color: #008ba7; text-decoration: underline; }
a:active { color: #008ba7; text-decoration: underline; }

blockquote {
	margin-left: 15px;
}

body { 
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}

em {font-style: italic;}

form {
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

h1 {
	color: #D45613;
	font-family: "Trebuchet MS", Arial, Verdana, Geneva, sans-serif; 
	font-size: 1.25em; 
	line-height: 1.3em;
	margin-bottom: 10px;
	margin-top: 20px;
}

h2 {	
	color: #000; 
	font-family: Verdana, Arial, "Trebuchet MS", Geneva, sans-serif; 
	font-size: .71em; 
	line-height: 1.4em;
	margin-bottom: 10px;
	margin-top: 10px;
}

img {
/*	border: none; */
}

p, blockquote, ol, ul { 
	color: #333;
	font-family: Verdana, Arial, "Trebuchet MS", Geneva, sans-serif; 
	font-size: 0.71em; 
	line-height: 1.4em;
	margin-bottom: 15px;
	margin-top: 5px;
}

strong {font-weight: bold;}

ul { 
	margin-left: 1em; 
	padding-left: 1em;
}

#footlinks {
	clear: both;
	margin-top: 200px;
}

#footer {
	clear: both;
	color: #006;
	font-size: 0.7em; 
	margin-top: 20px;
	text-align: center;
}

#main {
	background-color: #fff;
	border: 1px solid #9c0;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px 10px 10px;
	text-align: left;
	width: 780px;
}

* html #main {
	/* Modified Simple Box Model Hack */
	width: 822px;
	w\idth: 780px;
}

#main:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Start Commented Backslash Hack \*/
* html #main {height: 1%;}
/* Close Commented Backslash Hack */

#nav {
	margin-bottom: 50px;
}

.label { 
	color: #333;
	font-family: Verdana, "Trebuchet MS", Arial, Geneva, sans-serif; 
	font-size: 0.7em; 
}

.price { 
	color: #f00;
	font-size: 1em; 
	font-weight: bold;
}
