/* duyuxi.com chinese styles */
body {
	font: normal 12px/1.4em Arial, Helvetica, sans-serif;
	background-color: #666;
	color: #666;
	margin: 0;
	padding: 0;
}

#container {
	background-color: #fff;
	width: 730px;
	padding: 20px 5px 5px 5px;
	margin: 20px 0 0 0;
	border: 1px solid #000;
}
#content {
	padding: 0 0 20px 20px;
	text-align: left;
}

/* main nav styles */
#navcontainer{
	width: 730px;
	margin: 5px 0 0 0;
	text-align: right;
	height: 30px;
}
#navlist {
	margin: 0;
	padding: 0;
	font: normal 14px/1.4em Arial, Helvetica, sans-serif;
}
#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	background-image: none;
}
#navlist a:link, #navlist a:visited {
	line-height: 14px;
	margin: 0 15px 4px 0px;
	text-decoration: none;
	color: #999;
}
#navlist a:hover {
	color: #9c0;
	background: transparent;
	border-bottom: 4px solid #9c0;
	padding-bottom: 2px;
}

/* footer styles */
#footer {
	width: 720px;
	background-color: #eeeeee;
	height: 15px;
	padding: 5px;
	text-align: left;
	color: #ccc;
	font-size: 12px;
}
#footer a, #footer a:link, #footer a:visited {
	color: #c2c2c2;
	text-decoration: none;
}
#footer a:hover {
	color: #999;
	text-decoration: underline;
}

/* green and slogan bars styles */
#imgbarcontainer {
	width: 100%;
	height: 100px;
	background-color: #9c0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
#imgbargraphic {
	margin: 0 0 0 15px;
	padding: 0;
	text-align: left;
}
#sloganbar {
	width: 100%;
	height: 20px;
	border-top: 2px solid #666;
	border-bottom: 1px solid #666;
	margin: 5px 0 30px 0;
	background-color: #eee;
}
#slogan {
	color: #999;
	font: normal 12px/1.4em Arial, Helvetica, sans-serif;
	padding: 3px 0 3px 5px;
	text-align: right;
	text-transform: capitalize;
}
#slogan a {
	color: #999;
}
#slogan a:hover {
	color: #9c0;
	text-decoration: none;
}

/* painting nav styles */
#paintingsnav {
	position: relative;
	float: right;
  	width: 200px;
  	line-height: 11px;
	padding-left: 30px;
	text-align: left;
}
#paintingsnav a {
  display: block;
  margin: 0px;
  padding: 3px 0px 3px 5px;
  font: 400 12px Arial, Helvetica, sans-serif;
  color: #666;
  text-decoration:none;
  border-bottom:1px solid #d3d3d3;
}
#paintingsnav a:hover {
  color: #fff;
  background: #9c0;
}
.firstpainting {
	  border-top:1px solid #d3d3d3;
}

#logo {
	margin: 0;
	text-align: left;
}

/* buy page specific styles */
#buysteps ol, #buysteps li {
	margin: 0;
	padding: 0px;
	list-style-type: decimal;
	list-style-position: outside;
	background-image: none;
}
.buynumbers {
	font-size: 36px;
	color: #9c0;
	font-weight: bold;
}

/* thumbnail styles */
#thumbs ul, #thumbs li {
	margin: 0;
	padding: 25px;
	display: inline;
	list-style-type: none;
	background-image: none;
}

/* index features */
a.indexleftfeature {
	background-color: #eee;
	font-size: 12px;
	text-decoration: none;
	line-height: 14px;
	color: #666;
	display: block;
	margin: 10px 0 10px 0;
	padding: 10px;
	float: left;
	border: 0px solid #9c0;
	width: 200px;
}
a.indexrightfeature {
	background-color: #eee;
	font-size: 12px;
	text-decoration: none;
	line-height: 14px;
	color: #666;
	display: block;
	margin: 10px 0 10px 0;
	padding: 10px;
	float: right;
	border: 0px solid #9c0;
	width: 200px;
}

/* form styles */
.formelement {
	background-color: #eee;
	border: 1px solid #666;
	font: normal 12px/1.4em Arial, Helvetica, sans-serif;
}
.button {  
	color: #000066; 
	cursor: pointer; 
	margin: 2px 0 2px 0;
	background-color: #9c0;
	border: 1px solid #666;
}

/* html styles */
a, a:link, a:active {
	color: #9c0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
table, td {
	font: normal 12px/1.4em Arial, Helvetica, sans-serif;
}
h1, h2 {
	color: #333;
	letter-spacing: 1px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 100%;
}
h1 {
	font-size: large;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
h2 {
	font-size: medium;
	margin-top: 0em;
	margin-bottom: 0.5em;
}
p {
	margin: 0;
	font-size: small;
}
address {
	background-color: #eee;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	color: #666;
	display: block;
	padding: 10px;
	float: right;
	border: 0px solid #9c0;
	margin: 5px 0 10px 5px;
	text-decoration: none;
	width: 150px; 
}
.rowheight {
	height: 25px;
}
.rowheader {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	height: 20px;
}
.painting {
	border: 1px solid #666;
}
.message {
	padding: 10px;
	margin: 10px;
	border: 2px solid #9c0;
	color: #CC3300;
	width: 400px;
}