body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	width: 760px;
	margin: 0 auto 0 auto;
	border-left: 1px solid #787878;
	border-right: 1px solid #787878;
	background-color:#FFFFFF;
}

#top-menu {
	border-bottom: 1px solid #787878;
	background-color:#DCDCDC;
	height: 15px;
	padding-top: 0;
}

#home {
	font-size: 0.6em;
	margin-left: 10px;
	margin-top: 0;
	float: left;
	padding-top: 0;
}

#home a:link, #home a:visited, #skip-to-content  a:link, #skip-to-content a:visited {
	color:#000000;
	text-decoration:none;
	padding-left: 5px;
	padding-right: 5px;
}

#home a:hover, #skip-to-content a:hover {
	color:#000;
	background-color:#FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
}

#skip-to-content {
	font-size: 0.6em;
	margin-right: 10px;
	margin-top: 0;
	float: right;
}
#head-img {
	width:760px;
	height:143px;
	background-image:url(/assets/templates/joffre/images/head-sign-img.jpg);
	background-repeat:no-repeat;
}

#menu {
	background-color: #DCDCDC;
	border-bottom: 1px solid #787878;
}
#menu ul {
	margin-top: 0;
	margin-bottom: 7px;
}
#menu li {
	display:inline;
	padding:5px;
	margin-right: 0px;
}

#menu a:link, #menu a:visited, #menu a:active {
	color:#000000;
	text-decoration:none;
	padding: 5px;
	padding-bottom: 8px;
}

#menu a:hover, #menu .active {
	color:#0000FF;
	background-color:#FFFFFF;
	padding: 5px;
	padding-bottom: 8px;
}

#left {
	width: 65%;
	float: left;
	margin-right: 10px;
	padding: 15px;
	background-image:url(/assets/templates/joffre/images/headphone-fade-bg.jpg);
	background-repeat:no-repeat;
	min-height: 330px;
	background-position:right top;
	margin-top: 8px;
}

#left p, #left ul, #left ol {
	font-size: 0.8em;
	line-height: 1.5;
}
#left ul, #left ol {
	margin-left: 10px;
	padding-left: 10px;
}

#left ul li ul {
	font-size: 1em;
	margin-bottom: 1em;
	list-style-type:square;
	margin-left: 10px;
	padding-left: 10px;
}

#left h2 {
	color:#000033;
	font-size: 1em;
}
#left h3 {
	color: #006;
	font-size: 0.9em;
}
#left dl {
	font-size: 0.8em;
}
#left dt {
	color:#000066;
	font-size: 1.1em;
}
#left dd {
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

#left a:link, #left a:visited {
	text-decoration:none;
	color:#0000FF;
}

#left a:hover {
	color:#993300;
	text-decoration:underline;
}

#left td, #left th {
	font-size: 0.8em;
}

.text-center {
	text-align:center;
}

.text-left {
	text-align:left;
}

.styled-table table {
	margin-bottom: 10px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}

.styled-table td {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	background-color:#ddd;
}

.styled-table th {
	border-bottom: 2px solid #999;
	border-right: 1px solid #999;
	background-color:#ccc;
}

#right {
	width: 25%;
	float: left;
	padding: 15px;
	background-image:url(/assets/templates/joffre/images/right.gif);
	background-repeat:no-repeat;
	background-position:center;
	height: 330px;
}

#right ul {
	font-size: 0.8em;
	list-style: none;
	margin: 0;
	padding: 0;
}

#right ul li {
	list-style: none;
	margin-bottom: 10px;
	text-align: center;
}

#right ul li ul{
	font-size: 1em;
}

#right ul li ul li {
	display: inline;
	margin-left: 5px;
}

#right a:link, #right a:visited {
	text-decoration:none;
	color:#0000FF;
}

#right a:hover {
	color:#993300;
	text-decoration:underline;
}

h1, h2, h3, h4, h5 {
	margin-top: 0;
}

h1 {
	font-size: 1.1em;
}

h2 {
	font-size: 1.1em;
}

#right h2, #right h5 {
	text-align: center;
}


#footer {
	clear: both;
	border-bottom: 1px solid #787878;
	border-top: 1px dashed #787878;
	font-size: 0.6em;
	margin: 0;
	padding: 3px 20px 3px 20px;
	text-align:right;
	color:#666666;
}

#footer a:link, #footer a:visited {
	text-decoration:none;
	color:#666666;
}

#footer a:hover {
	color:#0000FF;
}



/* IMAGE CSS */

.img-center-with-border{
	margin: 5px auto 5px auto;
	display:block;
	border: 1px solid #000;
}


/* COLUMNS */

.column {
	width: 50%;
	float: left;
}


/* Custom */
.available {
color:#006600;
text-align:center;
display:block;
}

.sold {
color:#FF0000;
text-align:center;
display:block;
}