/* --- set all margins and paddings to 0 for consistency --- */
* {
	margin: 0;
	padding: 0;
}

/* moz scrollbar page-jump fix */
html { overflow: -moz-scrollbars-vertical; }

/* clear fix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* --- elements --- */

body {
	color: #000;
	font-size: 76%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	background: #6a8692 url(../images/background-borders.jpg) repeat-y top center;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	margin: .5em 0;
}
h1 {
	position: relative;
	width: 328px;
	height: 35px;
	font-size: 0.8em;
	margin: 0;
}
h1 span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/logo_chloe-small.gif) no-repeat center;
}
h2 {
	font-size: 1em;
	margin-top: 0;
	margin-bottom: 1.5em;
}
h3 {
	font-size: 1.5em;
	font-weight: normal;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1em;
}
p {
	margin: 1em 0;
}
p, li {
	font-size: 1em;
	line-height: 1.8em;
}
ul, ol {
	margin: 1em 3em;
}

a:link { color: #333; }
a:active { color: #222; }
a:visited { color: #333; }
a:hover { color: #333; text-decoration: none; }


/* page titles */

h2.title-home {
	position: relative;
	width: 397px;
	height: 18px;
}
h2.title-home span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/title_cont-home.gif) no-repeat bottom;
}
h2.title-portfolio {
	position: relative;
	width: 174px;
	height: 18px;
}
h2.title-portfolio span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/title_cont-portfolio.gif) no-repeat bottom;
}

h2.title-order {
	position: relative;
	width: 274px;
	height: 17px;
}
h2.title-order span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/title_cont-order.gif) no-repeat bottom;
}

h2.title-commissions {
	position: relative;
	width: 114px;
	height: 19px;
}
h2.title-commissions span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/title_cont-commissions.gif) no-repeat bottom;
}
h2.title-contact {
	position: relative;
	width: 197px;
	height: 17px;
}
h2.title-contact span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/title_cont-contact.gif) no-repeat bottom;
}

/* site structure */
div#doc-header-surround {
	text-align: center;
	background: #6a8692;
}
div#doc-container {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;

}
div#doc-header {
	text-align: left;
	margin: 0 auto;
	width: 780px;
	padding: 20px;
}
ul#top-level-navigation {
	margin: 0.3em 0 0 0;
	padding: 0;
	list-style: none;
	float: right;
}
ul#top-level-navigation li {
	margin: 0;
	padding: 0;
	display: inline;
}
ul#top-level-navigation li a:link,
ul#top-level-navigation li a:active,
ul#top-level-navigation li a:visited {
	color: #000;
	text-decoration: none;
	padding: 0.3em 0.6em;
}
ul#top-level-navigation li a:hover {
	color: #959595;	
}
ul#top-level-navigation li.sel a:link,
ul#top-level-navigation li.sel a:active,
ul#top-level-navigation li.sel a:visited {
	color: #fff;	
	text-decoration: none;	
	background: #000;
}
div#doc-content {
	padding: 0 20px;
}
div#doc-footer {
	clear: both;
	margin: 1em 20px;
	padding: 10px 0;
	color: #000;
	background: url(../images/dottedline.gif) repeat-x top;
}
div#doc-content-left {
	width: 502px;
	float: left;
}
div#doc-sidebar-right {
	width: 237px;
	float: right;
}
br.clear {
	clear: both;
}

/* table formatted dl */

dl.table-display {
	width: 100%;
	margin: 1em 0;
	padding: 0;
}

dl.table-display dt {
	width: 45%;
	float: left;
	margin: 0;
	padding: 1em 0;
	border-top: 1px solid #000;
	line-height: 1.8em;
	font-size: 0.9em;
	color: #333;
}

/* commented backslash hack for mac-ie5 \*/
dt {
	clear: both;
}

dl.table-display dd {
	float: left;
	width: 55%;
	margin: 0;
	padding: 1em 0;
	border-top: 1px solid #000;
}

/* form stuff */

label {
	font-size: 1.1em;
	font-weight: normal;
	color: #000;
}
input, textarea {
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	padding: 0.3em;
}
input {
	width: 167px;
}
input.validate-error {
	color: #4A6F5D;
	padding: 0.3em 35px 0.3em 0.3em;
	width: 136px;
	border: 1px solid #333;
	background: #ffd9e8 url(../images/validate_required.gif) no-repeat right;
	
}
textarea.validate-error {
	color: #4A6F5D;
	padding: 0.3em;
	border: 1px solid #4A6F5D;
	background: #ffd9e8 url(../images/validate_required.gif) no-repeat right;
}
input.button {
	font-size: 1em;
	font-family: verdana, Arial, Helvetica, sans-serif;
	width: auto;
	color: #000;
	margin-right: 10px;
}
span.required {
	color: #333;
	font-style: italic;
}
img.captcha {
	margin-bottom: 0.5em;
	border: 1px solid #A5ACB2;
}


/* user prompts */

div.user-message {
	background: #ff9;
	border: 1px solid #dd7;
	margin: 1em 0;
	padding: 0 1em;
	color: #aa5;
}
div.user-message h3 {
	color: #aa5;	
	margin-bottom: 0;
}
div.user-message p {
	margin: 0.8em 0;	
}
/* miscellaneous */
div.hr {
	background: url(../images/dottedline.gif) repeat-x center;	
	height: 1px;
}
div#doc-sidebar-right p {
	line-height: 1.5em;	
}
img.snippet-image {
	display: block;
	margin: 20px 0 0 0;
}
img.graphical-header-top {
	display: block; 
	margin: 0 0 20px 0;
}
img.graphical-header {
	display: block;
	margin: 30px 0 0 0;
}


ul.portfolioNav {
	margin: 1em;
	list-style: none;
}
ul.portfolioNav li {
	font-size: 1.6em;	
	line-height: 1.5em;
	padding-left: 30px;
	background: url(../images/icon_paintbrush.gif) no-repeat 0 0.4em;
}
ul.portfolioNav li a:link,
ul.portfolioNav li a:active,
ul.portfolioNav li a:visited {
	color: #999;
	text-decoration: none;
}
ul.portfolioNav li a:hover {
	color: #754c24;	
}


div.galleryBox {
	float: left;
	width: 154px;
	background: #526871;
	padding: 10px 0;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}
div.galleryBox img {
	display: inline;
}

div.galleryBox h3 {
	color: #000;
	margin: 0 0 10px 0;
	font-size: 0.9em;
	line-height: 1.1em;
	text-transform: uppercase;
}
div.galleryBox h3 span {
	color: #999;
	font-size: 0.8em;
	text-transform: none;
}

div.galleryBox p {
	margin: 0;
	font-size: 0.8em;
	line-height: 1.78em;
}

div.buySection div.buyLeft {
	float: left;
	width: 45px;
	line-height: 20px;
	background: url(../images/priceTag.gif) no-repeat center;
	text-align: center;
	margin-left: 20px;
	display: inline;
	color: #fff;
	font-weight: bold;
}
div.buySection div.buyLeft a:link,
div.buySection div.buyLeft a:active,
div.buySection div.buyLeft a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
div.buySection div.buyLeft a:hover {
	text-decoration: underline;
}

div.buySection div.buyRight {
	font-size: 0.8em;
	float: left;
	line-height: 20px;
	margin-left: 5px;
	position: relative;
	display: inline;
}
div.buySection div.buyRight a:link,
div.buySection div.buyRight a:active,
div.buySection div.buyRight a:visited {
	color: #000;
	text-decoration: none;
}
div.buySection div.buyRight a:hover {
	text-decoration: underline;	
}
div.buySection div.buyNFS {
	width: 114px;
	line-height: 20px;
	background: url(../images/priceTagFull.gif) no-repeat center;
	text-align: center;
	color: #fff;
	margin-left: 20px;
	font-weight: bold;
	float: left;
	display: inline;
}
.rightTwenty {
	margin-right: 20px;		
}

.fordes {
	float: right;
	display: block;
	margin-top: 13px;
}
img.bannerfull {
	display: block;
	clear: both;
	border-bottom: 20px solid #fff;
	height: 180px;
}

.nomargintop {
	margin-top: 0;	
}

div.preloadcontainer {
	background: #fff url(../images/preload.gif) no-repeat center;	
}

div.orderPrintSection {
	margin: 1em 0;
}

div.orderPrintSection div.orderPrint-colPic {
	float: left;
	width: 127px;
}
div.orderPrintSection div.orderPrint-colPic img {
	display: block;
}

div.orderPrintSection div.orderPrint-colBuy {
	float: left;
	width: 125px;
}
div.orderPrintSection div.orderPrint-colBuy h3 {
	font-size: 1em;
	margin: 0 5px;
	padding: 0 0 0.2em 0;
	border-bottom: 1px solid #000;
	text-align: center;
}
div.orderPrintSection div.orderPrint-colBuy p {
	margin: 0.5em 5px;
	text-align: center;
}

ul.fading-banner {
	margin: 0;
	padding: 0;
	border-bottom: 20px solid #6a8692;
	list-style: none;
	position: relative;
	background: #fff;
}
ul.fading-banner li {
	margin: 0;
	position: absolute;
	padding: 0;
}
img.sidebarImage {
	margin-top: 1em;
}

a.artybuzz-footer:link,
a.artybuzz-footer:active,
a.artybuzz-footer:visited {
	text-decoration: none;	
}
a.artybuzz-footer:hover {
	text-decoration: underline;	
}
