/* layout of holy style columns */

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 1em;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-color: #ECECEC;
	background-position: center;
}

#wrapper {	
	position: absolute;
	top: 0px;
	width: 970px;
	margin-left: 50%;
	left: -485px;
}

#header {
	height: 200px;
}

#center {
	padding: 0px;       	  /* CC padding */
}
		
#left {
	width: 190px;             /* LC width */
	padding-right: 30px;
}
		
#right {
	width: 190px;
	padding-left: 30px;
}


/*********************************

STYLE

*********************************/

#header {
	background-image: url(images/bg-header.jpg);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}

.topnav {
	background-image: url(images/bg-top-nav.gif);
	background-position: center top;
	background-repeat: no-repeat;
	font-size: 0.7em;
	color: #FFFFFF;
}

.topnav a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 12px;
}

.topnav a:hover {
	background-color: #FFFFFF;
	color: #666666;
}

#tdfooter {
	font-size: 0.7em;
	line-height: 2.7em;
	padding-top: 20px;
	color: #FFFFFF;
}

#tdfooter a {
	text-decoration: none;
	color: #FFFFFF;
	padding: 1px;
}

#tdfooter a:hover {
	color: #666666;
	background-color: #FFFFFF;
}

#left {
	background-color: #248bb3;
	background-image: url(images/bg-left.jpg);
	background-position: top;
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 15px;
}

#left ul {
	list-style: none;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

#left li {
	font-size: 0.7em;
	line-height: 2.7em;
	padding: 0px;
}

#left li a {
	display: block;
	color: #999999;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 5px;
	border-bottom: dashed 1px #d8d8d8;
}

#left li a:hover {
	color: #AD235E;
}

#left #leftpanel {
	width: 179px;
	margin-top: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#left #leftpanel p {
	font-size: 0.7em;
	color: #FFFFFF;
	line-height: 1.8em;
	margin-top: 0px;
	margin-right: 5px;
}

#left #leftpanel a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 1px;
}

#left #leftpanel a:hover {
	color: #666666;
	background-color: #FFFFFF;
}

#right {
	background-color: #248bb3;
	background-image: url(images/bg-right.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 45px;
}

#right #rightpanel {
	background-color: #FFFFFF;
	width: 170px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#right #rightpanel h1 {
	color: #000000;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 1.8em;
	margin-top: 0px;
}

#right #rightpanel strong {
	color: #000000;
}

#right #rightpanel p {
	font-size: 0.7em;
	color: #666666;
	line-height: 1.8em;
}

#right a {
	color: #AD235E;
	text-decoration: none;
}

#right a:hover {
	color: #000000;
	border-bottom: dashed 1px #333333;
	background-color: #DFEFF0;
}

#center {
	background-color: #248bb3;
	background-image: url(images/bg-content.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-bottom: 0.7em;
	width: 530px;
}

#center h1 {
	background-color: #FFFFFF;
	margin-top: 0px;
	padding: 5px;
	color: #AD235E;
	text-transform: uppercase;
	font-weight: bold;
	display: inline;
	font-size: 1.4em;
	letter-spacing: 1px;
	margin-bottom: 1.8em;
	line-height: 1.8em;
}

#center h2 {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 1em;
	line-height: 1.8em;
	padding: 5px;
	text-transform: uppercase;
	font-weight: bold;
	display: inline;
}

#center h3 {
	background-color: #FFFFFF;
	color: #333333;
	font-size: 0.7em;
	line-height: 1.8em;
	padding: 5px;
	margin-right: 5px;
	font-weight: bold;
	display: inline;
}

#center p {
	background-color: #FFFFFF;
	color: #666666;
	font-size: 0.7em;
	line-height: 1.8em;
	padding: 5px;
}

.tabletext {
	color: #666666;
	font-size: 0.7em;
	line-height: 1.8em;
}

#center a {
	color: #AD235E;
	text-decoration: none;
}

#center a:hover {
	color: #000000;
	border-bottom: dashed 1px #333333;
	background-color: #DFEFF0;
}

#center #strong {
	color: #333333;
}

#center #imageright {
	padding: 10px;
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-right: -5px;
	margin-top: -5px;
}

#footer {
	border-top: dashed 1px #FFFFFF;
	width: 100%;
	background-color: #248bb3;
	color: #ffffff;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 0.7em;
	line-height: 1.8em;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 1px;
}

#footer a:hover {
	color: #666666;
	background-color: #FFFFFF;
}

.pinktext {
	color: #ad235e;
}

.quote {
	font-family: Georgia, Garamond, "Times New Roman";
	font-style: italic;
	color: #555555;
	font-size: 1.1em;
}

#pricelist {
	width: 520px;
	padding: 5px;
	background-color: #FFFFFF;
	margin-top: 0.7em;
}

.pricelistrow {
	color: #666666;
	font-size: 0.7em;
	line-height: 1.8em;
	padding: 5px;
	border-bottom: dashed 1px #b1b1b1;
}

.pricelistheader {
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.7em;
	line-height: 1.8em;
	padding: 5px;
	text-align: center;
}

#center ol {
	font-size: 0.7em;
	color: #333333;
	text-decoration: none;
	margin-top: 0.7em;
	margin-right: 0px;
	margin-bottom: 1.8em;
	margin-left: 0px;
	padding: 5px;
	background-color: #FFFFFF;
	line-height: 1.8em;
	list-style: none;
}

#center li {
	list-style-image: url(images/bullet-arrow.gif);
	margin-left: 20px;
}

.formbg {
	background-color: #FFFFFF;
	padding: 5px;
	font-size: 0.7em;
	color: #666666;
}

.textbox {
	border: solid 1px #B1B1B1;
	background-color: #DFEFF0;
	color: #333333;
	padding: 5px;
	width: 508px;
	margin-bottom: 0.7em;
}

.textarea {
	border: solid 1px #B1B1B1;
	background-color: #DFEFF0;
	color: #333333;
	padding: 5px;
	width: 508px;
	max-width: 508px;
	height: 100px;
	max-height: 250px;
	margin-bottom: 0.7em;
}

.sendresetbutton {
	border: solid 1px #B1B1B1;
	background-color: #DFEFF0;
	color: #000000;
	padding: 5px;
	width: 180px;
	margin-bottom: 0.7em;
}

#center #artistlist {
	background-color: #FFFFFF;
	padding: 5px;
	color: #666666;
	font-size: 0.7em;
	line-height: 1.8em;
	margin-bottom: 0.7em;
}

#artistlist #thumb {
	padding: 5px;
	border: 1px dashed #B1B1B1;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#center #galleryleft {
	padding: 10px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0.7em;
	margin-left: 0px;
}

#center #galleryright {
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.7em;
	margin-left: 5px;
	background-color: #FFFFFF;
}

#center #imageleft {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* ul list on home page index */

#center #alsos ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-position: inside;
	margin-bottom: 0.7em;
	color: #666666;
}

#center #alsos ul li {
	font-size: 0.7em;
	padding: 5px;
	margin: 0px;
	line-height: 2.25em;
	list-style: none;
	background-color: #FFFFFF;
	display: inline;
}


/* A 3 column unordered list for links at the bottom of pages to
view other pages within the section - ie, artists, website case studies and tutorials. */

#center #listwrapper {
	margin-top: 0.7em;
}

#center #listwrapper ul {
	width: 530px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-position: inside;
	margin-bottom: 0.7em;
	color: #666666;
}

#center #listwrapper ul li {
	float: left;
	width: 166px;
	font-size: 0.7em;
	padding: 5px;
	margin: 0px;
	list-style: none;
	background-color: #FFFFFF;
}

#center #listwrapper ul br {
	clear: left;
}

/* A 2 column unordered list for links at the bottom of pages to
view other pages within the section - ie, artists, website case studies and tutorials. */

#center #tutorialwrapper {
	margin-top: 0.7em;
}

#center #tutorialwrapper ul {
	width: 530px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-position: inside;
	margin-bottom: 0.7em;
	color: #666666;
}

#center #tutorialwrapper ul li {
	float: left;
	width: 255px;
	font-size: 0.7em;
	padding: 5px;
	margin: 0px;
	list-style: none;
	background-color: #FFFFFF;
}

#center #tutorialwrapper ul br {
	clear: left;
}
