@charset "utf-8";
/* CSS Document */

* { outline: none; }

/* GLOBAL */

body {
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#wrapper, .footer {
	width: 800px;
	margin: 0 auto;
}

#wrapper {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
a {
	color: #B21B3E;
}
a:hover {
	text-decoration: none;
	color: #D5324D;
}
ul {}
li {}
h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 5px;
}
h1 {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #B21B3E;
	font-size: 24px;
	font-weight: bold;
}
h2 {
	color: #D5324D;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
h3 {
	color: #D5324D;
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h4 {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}
h5 {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #999999;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.small {
	font-size: 11px;
}

/* HEADER */



.header {
	background-repeat: no-repeat;
	background-position: center center;
}
.header .c1 {
	float: left;
}
.header .c2 {
	float: right;
	width: 300px;
	background: #FFFFFF;
}
.logo {
	padding: 15px;
	text-align: right;
}
.nav-top {}
.nav-top ul {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nav-top li a {
	background-color: #eeeeee;
	display: block;
	padding: 10px;
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 3px;
}
.nav-top li a:hover {
	background-color: #E8E8E8;
	color: #666666;
}
.bar {
	background-color: #666666;
	height: 25px;
}

/* CONTENT */

.content {
	background-image: url(../images/200px-eaeaea.gif);
	background-repeat: repeat-y;
}

.content .c1 {
	float: right;
	width: 600px;
}
.content .c2 {
	float: left;
	width: 200px;
}

.content2 {
	padding: 40px;
	line-height: 20px;
	color: #333333;
}

.content2 .c1 {
	width: 60%;
	float: left;
}
.content2 .c2 {
	width: 35%;
	float: right;
}


.post {
	padding: 40px;
	line-height: 20px;
	color: #333333;
}

.sidebar {
	display: block;
	color: #666666;
	font-size: 11px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* FOOTER */

.footer {
	text-align: center;
	font-size: 11px;
	color: #666666;
}
.info {
	padding: 10px;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

.nav-bottom { padding-bottom: 20px; }
.nav-bottom ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.nav-bottom li {
	display: inline;
	margin: 5px;
}
.nav-bottom li a {
	padding: 5px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	color: #666666;
}
.nav-bottom li a:hover {
	background-color: #D8D8D8;
}


#print-pricing h4 { border-bottom: 1px solid #cccccc; padding: 0; }

.art-wrapper {
	background-color: #FBFBFB;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
}

.art-title {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}
.art-info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.art-price {
	color: #669933;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

.note { font-size: 11px; line-height: 14px;}