body {
	background-color: #ffffff;
	color: #000000;
}

/* DEFAULT LINK STYLES */
a:link {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #cc0066;
}

/* COMMON TEXT DETAILS */
.mainText {
	color: #000000;
}
.mainText h1 {
	color: #cc0066;
}
.mainText h2 {
	color: #cc0066;
}
.mainText h3 {
	color: #cc0066;
}
.mainText a {
	text-decoration: underline;
	color: #cc0066;
}
.mainText a:visited {
	text-decoration: underline;
	color: #cc0066;
}
.mainText a:hover {
	text-decoration: none;
	color: #000000;
}

.mainTextBold {
	color: #000000;
}

.newsText {
	color: #000000;
}
.newsText h1 {
	color: #cc0066;
}
.newsText h2 {
	color: #cc0066;
}
.newsText h3 {
	color: #cc0066;
}

.newsText a {
	text-decoration: underline;
	color: #cc0066;
}
.newsText a:visited {
	text-decoration: underline;
	color: #cc0066;
}
.newsText a:hover {
	text-decoration: none;
	color: #000000;
}

.newsDateText {
	color: #cc0066;
}

.projectMoreInfoText {

}

.projectMoreInfoTextVid {
	color: #cc0066;
}

.storeMainText {
	color:#000000;
}

/* MAIN CONTAINER FOR ALL PAGE CONTEXT */
#container {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 12px;
}

/* HEADER */
#logo {
	position: absolute;
	top: 31px;
	left: 0;
}

#logo a.image {
	display:block;
	height: 104px;
	width: 198px;
	background-image:url('../img/taplin_logo.jpg');
}
#logo a.image span {
	display:none;
}

#logo div.contact {
	position: absolute;
	top: 62px;
	left: 33px;
}

#logo p {
	padding: 0 0 2px 0;
	margin: 0;
}

#main_title {
	position: absolute;
	top: 31px;
	left: 214px;
	width: 248px;
	height: 104px;
}
#main_title.news {
	background-image: url('../img/taplin_news.jpg');
}
#main_title.portfolio {
	background-image: url('../img/taplin_portfolio.jpg');
}
#main_title.animation {
	background-image: url('../img/taplin_animation.jpg');
}
#main_title.about {
	background-image: url('../img/taplin_about.jpg');
}
#main_title.shop {
	background-image: url('../img/taplin_shop.jpg');
}
#main_title.clients {
	background-image: url('../img/taplin_clients.jpg');
}
#main_title.links {
	background-image: url('../img/taplin_links.jpg');
}
#main_title.contact {
	background-image: url('../img/taplin_contact.jpg');
}
#main_title.press {
	background-image: url('../img/taplin_press.jpg');
}

#main_title span {
	display:none;
}

#sub_title_left {
	display: block;
	position: absolute;
	top: 31px;
	left: 462px;
	width: 563px;
	height: 104px;
	background-image: url('../img/taplin_header.jpg');
}

#sub_title_left span {
	display:none;
}

#sub_title_left a {
	position:absolute;
	top: 60px;
	left: 110px;
	width: 160px;
	height: 25px;
}
#sub_title_left a i {
	visibility: hidden;
}


/* NAVIGATION */
#navigation {
	float: left;
	clear: left;
	width: 216px;
}

#links {
	padding: 0px 22px 0px 22px;
}

#navigation ul {
	display: block;
	padding: 0px;
}

#navigation li {
	display: block;
	padding: 0px;
	margin: 0px 0px 12px 0px;
	text-align: right;
}

#navigation a {
	padding: 0px;
	font-weight: bold;
}
#navigation a:visited {
}
#navigation a:hover {
}
#navigation a.navSelected {
	color: #cc0066;
}

/* PROJECT DETAILS PAGES */
#content.portfolio #project_detail {
	width: 553px;
}
#content.portfolio #project_detail .info {
	width: 542px;
	margin-top: 5px;
	margin-left: 11px;
}


/* PROJECT LISTS, ETC */
.list_type_image li a {
	border: 2px solid #ffffff;
}
.list_type_image li a:hover {
	border: 2px solid #000000;
}
.list_type_image li a.navSelected {
	border: 2px solid #000000;
}

.list_type_portfolio .thumbnails a {
	border: 2px solid #ffffff;
}
.list_type_portfolio .thumbnails a:hover {
	border: 2px solid #000000;
}
.list_type_portfolio .thumbnails a.navSelected {
	border: 2px solid #000000;
}

.list_type_project li a {

}
.list_type_project li a:hover {

}
.list_type_project li a.navSelected {

}

/* STORE CONTENT */
#store_content div.showcase div.sale_item_purchase a {
	color: #cc0066;
	text-decoration: underline;
}
#store_content div.showcase div.sale_item_purchase a:hover {
	text-decoration: none;
}

#sale_item_detail div.sale_item_info a {
	color: #cc0066;
	text-decoration: underline;
}
#sale_item_detail div.sale_item_info a:hover {
	text-decoration: none;
}


/* PAGINATION ELEMENTS */
#pagination em {
	color: #cc0066;
}

