body {
	background-color: #ffffff;
}

div.container {
	width: 790px;
	margin: 0px;
	padding: 0px;
	
}

div.title {
	width: 240px;
	float: left;
	margin: 0px;
	border: 0px;
	padding: 0px;
	position: relative;
	text-align: left;
}

div.content {
	width: 500px;
	float: right;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

div.navigation {
	width: 500px;
	padding-bottom: 20px;
}

div.marquee {
	width: 500px;
}
	
div.catalog {
	width: 100%;
}

div.catalogitem {
	width: 33%;
	float: left;
	text-align: left;	
}

div.catalogitem img
{
	display: inline;
	margin: 0px;
	border: 0px;
}

div.catalogitemname {
	text-align: left;
}

div.gallery {
	text-align: right;
}

div.quote {
	float: left;
	text-align: left;
	width: 45%;
	padding-right: 30px;
	border-right: 1px solid #000000;
}

div.description {
	float: right;
	text-align: right;
	width: 45%;
	padding-left: 10px;
}

div.moreitems {
	float: right;
	text-align: right;
	clear: right;
}

div.moreitem {
	float: right;
	text-align: right;	
	margin-left: 10px;
}

div.moreitem img
{
	display: inline;
	margin: 0px;
	border: 0px;
}

div.moreitemname {
	text-align: right;
}

div.blog {
	width: 399px;
	float: left;
	text-align: left;
	margin: 0px;
	border: 0px;
	padding: 10px;
}

div.sidebar {
	float: right;
	clear: left;
	text-align: right;
	width: 99px;
}

input {
	border: 1px solid #000000;
	padding: 1px;
	font-family: arial narrow, sans-serif;
	font-size: 12px;	
}

input.button {
	background: #000000;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

input.buttonover {
	background: #000000;
	color: #cccccc;
	font-size: 11px;
	font-weight: bold;
}

input.buttondown {
	background: #333333;
	color: #cccccc;
	font-size: 11px;
	font-weight: bold;
}

img {
	border: 0px;
}

td {
	padding-top: 10px;
}

ul {
	float: right;
	width: 100%;
	margin: 0;
	border: 0;
	padding: 0;
	list-style-type: none;
}

li.left {
	display:inline;
	text-align: left;
}

li.middle {
	display:inline;
	text-align: center;
}

li.right {
	display:inline;
	text-align: right;
}

h1 {
	text-align: left;
	font-family: arial narrow, sans-serif;
	font-size: 24px;	
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}

h2 {
	font-family: arial narrow, sans-serif;
	font-size: 14px;	
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}

h2.subtitle{
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 4px;
}


h3 {
	font-family: 'Arial Narrow', sans-serif;
	font-size: 8px;	
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}

p {
	font-family: 'Arial Narrow', sans-serif;
	font-size: 15px;	
	color: #000000;
}

p.big {
	font-size: 18px;	
	font-weight: bold;
	text-transform: capitalize;
}

p.small {
	font-size: 10px;	
	font-weight: bold;
	text-transform: uppercase;
}

a {
	font-family: 'Arial Narrow', sans-serif;
	font-size: 14px;	
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	border: 0px;
}

a:hover {
	color: #666666;
}

a.navigation {
	float: right;
	width: 82px;
	padding:0;
}

a.small {
	font-size: 11px;
}

a.subtitle {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

