/* GLOBAL ELEMENTS */
body {
	margin: 20px 0 20px 0;
	padding: 0;
	text-align:center;
	background: #3A3A3A;
}

p, td, ul, h1, h2, h3, div {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;	
	text-align: left;
}

a	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
                                                                                                                 
a:link {
	color: #EED8AE;
	background: transparent;
}

a:visited {
	color: #EED8AE;
	background: transparent;
}

a:hover {
	text-decoration: underline;
	color: #831E0A;
	background: transparent;
}

a:active {
	color: #F2C391;
	background: transparent;
}


/* NAV ELEMENTS */

#logo {
	width: 180px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #F58725;
	border-bottom: 1px solid #F58725;
	border-right: 0;
}

#nav {
	vertical-align: top;
	padding-top: 10px
}

#nav ul {
	width: 180px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #F58725;
	text-align: center;
	list-style-type: none;
}

#nav li {
	margin: 0;
	padding: 0;
}

#nav a {
	display: block;
	width: 180px;
	height: 24px;
	margin: 0;
	padding: 0;
	background: url(../images/rollBG.gif) top left no-repeat;
	line-height: 22px
}

#nav a:hover {
	background-position: 0 -30px;
}

a.current {
	text-decoration: line-through;
	color: #EA934D;
}

a.current:hover {
	text-decoration: line-through;
}

#subnav {
	width: 180px;
	height: 135px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #F58725;
	border-bottom: 1px solid #F58725;
	background: url(../images/subNavBG.gif) top left no-repeat;
}

#subnav ul {
	list-style-type: none;
	margin: 32px 0 0 35px;
	padding: 0;
}

#subnav a {
	color: #EED8AE;
	line-height: 18px;
	font-weight: normal;
	font-size: 11px;
}

/* CONTENT */

#content {
	width: 360px;
	padding-bottom: 30px;
	background: #EED8AE;
}

#detContent {
	width: 540px;
	padding-bottom: 10px;
	background: #EED8AE;
}

#detContent a {
	color: #831E0A;
	font-size: 12px;
}

#content h1 {
	margin: 25px 40px 20px 35px;
	color: #725950;
	font-size: 14px;
}

#content p, #detContent p {
	margin: 10px 40px 15px 35px;
	color: #725950;
	line-height: 19px;
}

#content img, #detContent img, object {
	margin: 45px 0 25px 35px;
}

#content img.pic, #detContent img.pic, object {
	background-color: #F6E6C9;
	margin: 5px 0 10px 35px;
	padding: 8px;
}

#content a {
	color: #831E0A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

#thumbs {
	margin: 15px 30px 50px 35px;
}

#thumbs img {
	float: left;
	background-color: #F6E6C9;
	margin: 5px 10px 25px 0;
	padding: 8px;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	margin-top: 10px;
}

#subcontent {
	vertical-align: top;
	padding-top: 10px
}

#favs {
	margin: 25px 0 0 25px;
}

#favs h1 {
	color: #EED8AE;
	font-size: 12px;
	font-weight: normal;
}

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

#favs a {
	color: #C1BAAC;
	font-size: 10px;
	font-weight: normal;
}

div.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

#flash {
	background-color: #F6E6C9;
	width: 450px;
	margin: 10px 0 25px 35px;
	padding: 8px;
}

object {
	margin: 0;
	padding: 0;
}

table#specs {
	width: 300px;
	margin: 10px 0 25px 35px;
}

table#specs td {
	color: #725950;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
}

tr.stripe {
	background-color: #F6E6C9;
}