/* start global styles */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666;
	background: #ffffff;
}

#container {
	width: 1000px;
	margin: 0px auto;
}

#header {
	width: 1000px;
	height: 60px;
	margin: 10px auto 20px auto;
	text-align:center;
}

a {
	color:#9b0000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-size: 40px;
	text-transform:uppercase;
	line-height: 40px;
	letter-spacing:5px;
	color: #9b0000;
	margin-bottom: 10px;
}

h2 {
	font-size: 18px;
	text-transform:uppercase;
	line-height: 18px;
	letter-spacing:2px;
	margin-bottom: 5px;
}

h3 {
	font-size: 15px;
	text-transform:uppercase;
	line-height: 18px;
	letter-spacing:2px;
	margin-bottom: 3px;
}

#nav li {
	display:inline;
	text-transform: uppercase;
	margin: 0px 5px 0px 5px;
	letter-spacing:1px;
	font-weight:bold;
}

#nav a {
	color:#666;
	text-decoration: none;
}

#nav a:hover {
	color:#9b0000;
	text-decoration: none;
}

#home {
	margin: 0px auto;
	width:750px;
	height:500px;
}

#main {
	width:850px;
	text-align:center;
	margin: 0px auto;
}

#content {
	width:650px;
	text-align:center;
	margin: 30px auto 0px auto;
}

ul {
	font-size: 12px;
	line-height: 15px;
	margin: 0px 0px 15px 25px;
	text-align:left;

}

p {
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 15px;
	text-align:left;
}

.feature {
	text-align:center;
	color: #9b0000;
	font-weight:bold;
}

#motioncontainer {
	width: 980px;
	height: 190px;
}

#motioncontainer img {
	padding:0px 6px 6px 6px;
}

#statusdiv {
	background-color: lightyellow;
	border: 1px solid gray;
	padding: 2px;
	position: absolute;
	left: -300px;
	visibility: hidden;
}

.menutitle {
	cursor: pointer;
	border-bottom: #fff solid 3px;
}

.menutitle:hover {
	border-bottom: #9b0000 solid 3px;
}

.titleon {
	border-bottom: #9b0000 solid 3px;
}

#art_display {
	text-align:center;
	padding-top:5px;
}

#art_display img {
	margin: 10px 0px 10px 0px;
}

.sold {
	color: #9b0000;
	font-size:24px;
}

.center p {
	text-align:center;
}


#footer {
	width: 1000px;
	height: 15px;
	font-size: 10px;
	text-align: center;
	margin: 20px auto 10px auto;
}

/* end global styles */
