/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 83%;
	background: url(../images/bg-body.gif) #E1DFD5;
	color: #333;
	}
	
p {
	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 #4D5B2D;
}

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

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

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

#content h1 {
	margin: 25px 25px 0 15px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #efefef;
	font-size: 1.7em;
	font-weight: normal;
	}
	
#content h2 {
	margin: 25px 25px 0 15px;
	padding: 8px;
	font-size: 1.3em;
	font-weight: normal;
	background: #FFFBEC;
	border-top: 2px solid #ccc;
	}
	
#content p {
	margin: 25px 25px 15px 15px;
	padding: 0;
	}

#content a:hover {
	text-decoration: underline;
	}
		
#content table {
	margin: 0 15px 15px 15px;
	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;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	}

#content .table-med td p.sale {	
	color: #900;
	font-weight: bold;
	padding: 10px;
	background: #F4F7DF;
	}
	
#content .table-med td li {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 150%;
	color: #333;
	font-size: .85em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	}
	
#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.jpg) #708640;
	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: 8px 15px;
	border-right: 1px solid #708640;
	}

#navcontainer A.active:link { 
	background: url(../images/bg-nav-hover.gif) #4D5B2D;
	color: #fff /*#FF7979*/;
	}
	
#navcontainer A:hover, #navcontainer A:active {
	color: #FFDF7D;
	text-decoration: underline;
	}

 #navcontainer A.active:visited
{
	background: url(../images/bg-nav-hover.gif) #4D5B2D;
	color: #fff /*#FF7979*/;
	}
#nav BR { clear: both; }


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

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

#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 10px 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: 50px;
	}
/*************************************************************************/

#footer {
	clear:both;
	padding: 15px 0;
	margin: 0;
	background: #F2F1EC;
	border-top: 1px solid #D9C9B7;
	border-bottom: 1px solid #D9C9B7;
}

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

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

