/*  
Title: Tinga Tinga Website
Description: Shop CSS for Tinga Tinga Website
*/

body {
	background: #FDD001 url(../images/background-shop.jpg) 0 0 repeat;
}

#main {
	background: url(../images/shop_content_back.jpg) 0 0 no-repeat;
}

#shop {
	height: 810px;
	overflow: hidden;
}

/*
Main Content
*/
#left_column {
	margin-top: 40px;
	width: 260px;
	float: left;
	overflow: hidden;
}

#left_column img {
	float: right;
}

#right_column {
	width: 350px;
	float: left;
}

#content {
	margin: 0 20px;
	width: 630px;
	color: #fff;
	float: left;
}

h2.shop_header {
	background: url(../images/shop_header.png) 0 0 no-repeat;
	width: 630px;
	height: 65px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

/* Shop paragraphs */
.shop_p1 {
	margin: 20px 0;
	background: url(../images/shop_p1.png) 0 0 no-repeat;
	width: 472px;
	height: 66px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

.shop_p2 {
	margin: 40px 0;
	background: url(../images/shop_p2.png) 0 0 no-repeat;
	width: 472px;
	height: 66px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

.flash_footer {
	display: block;
	padding-left: 400px;
	clear: both;
}

/*
Footer
*/
#footer {
	background: #a0b535;
}

#footer_nav {
	color: #fff;
}

#footer_nav a {
	color: #fff;
	border-right: 1px solid #fff;
}

/**/
a.tv_ad {
	float: right;
}
