@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

/*** New Site Styles ***/

.main-table{
	margin: 0 auto;
	margin-top:15px;
}

.urban-turtle-logo{
	background-color:#b0bb25;
	width:730px;
}

.junk-funk{
	background:url(images/junk-funk-bg.gif);
	background-repeat:no-repeat;
	width:250px;
	padding:10px;
	background-color:#6c679f;
}

.more-info{
	background:url(images/junk-more-info.gif);
	background-repeat:no-repeat;
	width:191px;
	height:40px;
	margin-top:20px;
}

.more-info p{
	color:#FFFFFF;
	line-height:2.4em;
	margin-left:0px;
}

.more-info p a, .more-info p a:hover{
	color:#FFFFFF;
}

.BC_link{
	padding-top:10px;
}

/*** Horizontal Menu  ***/

#menu{ 
	float:left;
	width:1000px;
	background-color:#000000; 
	background-image:url(images/menu-bg.gif);
	background-repeat: repeat-x;
	border-top:1px solid #ffffff;
}

#menu ul{ 
	float:left;
	display: inline; 
	list-style-type: none;
	height:36px;
}

#menu ul li{
	float:left; 
	color:#FFFFFF;
	font-family: Arial, Tahoma, sans-serif;
	border-right:1px solid #5b5b5b;
	font-size:16px;
	font-weight:300;
}

#menu ul li a{ 
	float:left;
	color:#FFFFFF; 
	display: block; 
	text-decoration:none;
	padding-left:15px;
	padding-right:15px;
	height:36px;
	line-height:2.2em;
}

#menu ul li a:hover{
	float:left;
	background:url(../images/menu-hover-bg.gif);
	text-decoration:underline;
}

/*** main left hand table cell with content ***/

.main-cell{
	width:720px;
	padding-left:10px;
}

.product-categories{
	width:700px;
	margin-top:20px;
}

.product-categories p{
	width:180px;
}

.product-categories p a, .product-categories p a{
	font-weight:bold;
	color:#333333;
}

.front-product{
	border:1px solid #cccccc;
	width:180px;
}

.product{
	border:1px solid #cccccc;
	width:200px;
}


h1{
	margin-bottom:10px;
	margin-top:10px;
	font-weight:normal;
	color:#333333;
	font-family: "Century Gothic", Tahoma, Arial; 
 	font-size:26px;
}

h1 span{
	color:#b0bb25;
	font-weight:bold;
}

h2{
	color:#b0bb25;
	font-weight:bold;
	font-family: "Century Gothic", Tahoma, Arial; 
 	font-size:20px;
	margin-bottom:10px;
}

h1 span.individual{
	color:#807bac;
	font-weight:normal;
}

p{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	margin-bottom:10px;
	line-height:1.6em;
}

p a{
	text-decoration:none;
	color:#5d5893;
}

p a:hover{
	text-decoration:underline;
	color:#5d5893;
}

p.small{
	font-size:12px;}

#newsletter{
	width:208px;
	height:186px;
	background:url(images/newsletter-bg.gif);
	background-repeat:no-repeat;
	margin-top:20px;
	margin-bottom:20px;
	text-align:left;
	/*padding-top:40px;
	padding-left:20px;*/
}

#newsletter p{
	color:#FFFFFF;
}

.mailing-list{
	margin-top:10px;
}
	

#gift-voucher{
	width:208px;
	height:186px;
	background:url(images/gift-voucher-bg.gif);
	background-repeat:no-repeat;
	margin-bottom:20px;
}

.voucher{
	margin-top:130px;
	border:0px;
}

#facebook{
	margin-bottom:10px;
}

/***** image styles ***/

/** use this to align images right **/
.right-image{
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}

.footer{
	background-color:#000000;
	margin-left:10px;
}

.footer p{
	margin-left:10px;
}

.footer p, .footer p a, .footer p a:hover{
	color:#FFFFFF;
	font-size:12px;
	line-height:2em;
	margin-bottom:0px;
}
