/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 83%;
	background: #F1EFE2;
	color: #333;
	}
	
p, li {
	line-height: 140%;
	}

small {
	font-size: .85em;
	font-weight: normal;
	}
a, a:visited {
	color: #06c;
	text-decoration: none;
	}
	
/*************************************************************************/

#container {
	width: 750px;
	margin: 0 0 25px 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	border-top: 5px solid #000;
}

#banner {
	padding: 0;
	margin: 0;
	background: url(../images/bg-header.jpg);
	height: 100px;
}

/*************************************************************************/

#content {
	padding: 0;
	margin-right: 280px;
	background: url(../images/bg-shadow-content.jpg) repeat-x;
	border-top: 1px solid #b7b7b7;
}

#content h1 {
	margin: 25px 25px 0 20px;
	padding: 0;
	font-size: 1.7em;
	font-weight: normal;
	color: #657034;
	}
	
#content h2 {
	margin: 25px 25px 0 20px;
	padding: 0;
	font-size: 1.4em;
	font-weight: normal;
	color: #FC4E1B;
	}
	
#content p {
	margin: 15px 25px 15px 20px;
	padding: 0;
	}

#content a:hover {
	text-decoration: underline;
	}
		
#content table {
	margin: 0 15px 15px 20px;
	padding: 0;
	border: 0;
	}
	
#content .table-med td {
	padding: 15px 5px;
	margin: 0;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dashed #ccc;
	}
	
#content .table-med th {
	padding: 15px 5px;
	margin: 0;
	text-align: center;
	vertical-align: top;
	border-bottom: 1px dashed #ccc;
	}

#content .table-med td h3 {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	font-weight: normal;
	border: 0;
	}
	
#content .table-med td h4  {
	margin: 10px 0;
	padding: 0;
	font-size: .9em;
	font-weight: normal;
	color: #900;
	}
	
#content .table-med td p {
	margin: 10px 15px 10px 0;
	padding: 0;
	color: #555;
	font-size: .85em;
	
	}

#content .table-med td p.sale {	
	color: #900;
	font-weight: bold;
	padding: 10px;
	background: #FFFDDD;
	}
	
#content .table-med td li {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 150%;
	color: #333;
	font-size: .85em;
	
	}
	
#content .table-med td img, #content .table-med th img {
	border: 0;
	}
	
/*************************************************************************/

#details h1 {
	margin: 15px 15px 0 15px;
	padding: 0;
	}
	
#details p {
	margin: 0 15px 0 20px;
	padding: 0;
	}

/*************************************************************************/

#nav {
	background: url(../images/bg-menu.gif) repeat-x #FC744E;
	font-size: .9em;
	font-weight: normal;
	width: 750px;
	}
	
#navcontainer
{
	margin: 0;
	padding: 0;
	}

#navcontainer UL
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}

#navcontainer LI
{
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	}

#navcontainer A
{
	color: #fff;
	display: block;
	width: auto;
	text-decoration: none;
	margin: 0;
	padding: 12px 20px 8px 20px;
	border-right: 1px solid #FD9577;
	}

#navcontainer A.active:link { 
	background: url(../images/bg-menu.gif) repeat-x #FC4E1B;
	color: #fff /*#FF7979*/;
	}
	
#navcontainer A:hover, #navcontainer A:active {
	color: #611601;
	text-decoration: underline;
	}

 #navcontainer A.active:visited
{
	background: url(../images/bg-menu.gif) repeat-x #FC4E1B;
	color: #fff /*#FF7979*/;
	}
#nav BR { clear: both; }


/*************************************************************************/

#sidebar-a {
	float: right;
	width: 280px;
	margin: 0;
	padding: 0;
	background: url(../images/bg-shadow-sidebar.jpg) repeat-x #E8ECD5;
}

#sidebar-a h2 {
	margin: 25px 20px 0 20px;
	padding-bottom: 3px;
	border-bottom: 1px solid #D9C9B7;
	font-size: 1.3em;
	font-weight: normal;
	}

#sidebar-a p {
	margin: 10px 20px 20px 20px;
	padding: 0;
	}

#sidebar-a a {
	text-decoration: underline;
	}	

#sidebar-a ul {
	list-style-type: circle;
	}
	
#sidebar-a li {
	margin: 0 15px 5px 0;
	line-height: 160%;
	font-size: .9em;
	}	

#sidebar-a li a {
	font-weight: bold;
	}

#sidebar-a li a:hover {
	text-decoration: underline;
	}

.sidebar-shadow {
	background: url(../images/bg-sidebar-shadow.jpg) repeat-x #fff;
	height: 66px;
	}
/*************************************************************************/

#footer {
	clear:both;
	padding: 15px 0;
	margin: 0;
	background: #333;
}

#footer p {
	margin: 0 15px 5px 15px ;
	padding: 0;
	color: #fff;
	}

#footer a {
	color: #00CCFF;
	}
/*************************************************************************/

