/*activelink&brainskip*----------------------------------

Copyright (c) 2007 activelink & brainskip

ActiveLink Web Solutions
http://www.activelink.ca
Brainskip Media
http://www.brainskip.com

CREATED BY: Gregory A. Pike
            Trevor Kearsey
CREATE DATE: 2007/12

----------------------------------*activelink&brainskip*/

body {
background-color: #fff;
}

td, body, p, input, select, a, ul, li {
color: #000;
font-size: 15px;
}
a {
color: #000;
}
a:hover {
color: #cc0000;
}

/* SHOPPING CART */

	div#shopping_cart ul {
	display: none;
	}

/* END OF SHOPPING CART */

/* HEADER */

	div#header {
	/*background: url('../images/printable_header.gif') no-repeat top center;*/
	text-align: center;
	}
	
	div#header h1,h2 {
	display: none;
	}

/* END HEADER */

/* MAIN MENU */

	div#menu {
	display: none;
	}

/* END MAIN MENU */

/* CONTENT */
	
	div#content .title_bar {
	background: url('../images/printable_bg_title_line.gif') repeat-x bottom left;
	}
	
	div#content .title_bar h3 {
	font-family: Verdana, Sans Serif, Helvetica;
	font-size: 18px;
	color: #000;
	display: block;
	}
	
	div#content .title_bar .home {
	display: none;
	}
	
	div#content .title_bar .about {
	display: none;
	}
	
	div#content .title_bar .artistic_gallery {
	display: none;
	}
	
	div#content .title_bar .contact {
	display: none;
	}
	
	div#content .title_bar .decor_gallery {
	display: none;
	}
	
	div#content .title_bar .the_artist {
	display: none;
	}
	
	div#content .title_bar .policies {
	display: none;
	}
	
	div#content .title_bar .previous_work {
	display: none;
	}
	
	div#content .title_bar .shoppingcart {
	display: none;
	}
	
	div#content .title_bar .sculptural_forms {
	display: none;
	}
	
	div#content .title_bar .checkout {
	display: none;
	}
	
	div#content .margins ul {
	list-style: url('../images/printable_bullet.gif'); 
	list-style-image: url('../images/printable_bullet.gif');
	}
	
	div#content .margins ul li {
	list-style: url('../images/printable_bullet.gif'); 
	list-style-image: url('../images/printable_bullet.gif');
	}
	
    .cartbar {
	background-color:#DDDDDD;
	}

/* END CONTENT */

/* MISC / COMMON */
	
	.msg {
	display: none;
	}
	
	.main_images {
	display: none;
	}
	
	.more_images {
	display: none;
	}
	
	.item_info .title {
	color: #000;
	}
	
	.pageattachments {
	display: none;
	}
	
	.add_to_cart {
	display: none;
	}

/* END MISC / COMMON */

/* FORMS */

.formRow label {
	color: #000;
}

.formRow label.highlight {
	color: #000;
	border-bottom: 1px dotted #000;
}

.formRow label .small {
	color: #999;
}

.formRow input, select {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}

.formRow input.highlight, select.hightlight {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}

.formRow textarea {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}

.formRow textarea.highlight {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}

/* END FORMS */

/* PRODUCT LISTINGS */

.product_listing_item .title a {
color: #000;
}

.product_listing_item .price {
color: #000;
}

.product_listing_item .desc {
color: #000;
}

.product_listing_item .details a {
color: #000;
}

/* END PRODUCT LISTINGS */
