﻿/****************************************************************

	TRC Recycle
	Copyright (c) 2007 TRC Recycle.
	http://www.trcrecycle.com

	Theme:			Colors
	Author:			Skip
	File: 			style_local.css
	Description:	Local stylesheet

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


*
{
	margin: 0px;
}

p
{
	text-align: justify;
	margin-bottom: 15px;
}

a
{
	color: #016f90;
}

a:hover
{
	background-color: #016f90;
	color: #ffffff;
	text-decoration: none;
}

body,input
{
	color: #666666;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
}

body
{
	background-color: #0e1e2d;
	background-position: top;
	line-height: 16px;
}
.tdbkg {
	border: 1px solid #C9D1B9;
}



ul
{
	padding-left: 15px;
}

ul.links
{
	padding: 0px;
	list-style: none;
}

	ul.links li
	{
		border-top: dashed 1px #e5e5e5;
	}

	ul.links li.first
	{
		border-top: 0px;
	}

	ul.links a
	{
		display: block;
		height: 22px;
		position: relative;
		line-height: 22px;
		padding-left: 3px;
		padding-right: 3px;
	}	


/*** Container ***/

#container
{
	position: relative;
	background-color: #1a3550;
	width: 675px;
	margin: 0px auto;
	margin-bottom: 20px;
	margin-top: 10px;
	border: solid 1px #fc9d1f;
}

/*** Logo ***/

#logo
{
	position: relative;
	background-color: #016f90;
	background-image: url('images/trclogo.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	height: 124px;
	color: #ffffff;
	border-top: solid 1px #016f90;
	border-left: solid 1px #016f90;
	border-right: solid 1px #016f90;
}


/*** Menu ***/

#menu
{
	background-color: #1a3550;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-top: solid 1px #fc9d1f;
	border-left: solid 1px #fc9d1f;
	border-right: solid 1px #fc9d1f;
	border-bottom: solid 1px #fc9d1f;
	font-weight: bold;
        text-align: center;
	text-transform: uppercase;
}

	#menu ul
	{
		list-style: none;
	}
	
	#menu ul li
	{
		display: inline;
		border-left: dotted 1px #afcce7;
		padding-left: 10px;
		padding-right: 10px;
		margin-left: 0px;
	}
	
	#menu ul li.first
	{
		margin-left: 0px;
		padding-left: 0px;
		border-left: 0px;
	}
	
	#menu a
	{
		color: #afcce7;
		padding: 0px;
		text-decoration: none;
	}
	
	

/*** Primary Content ***/

#primary_content
{
	width: 550px;
	float: center;
	position: relative;
}

/*** Secondary Content ***/

#secondary_content
{
	width: 200px;
	position: relative;
	padding-right: 5px;
}

	/*** Home_About ***/

	#home_about
	{
		position: relative;
	}
	
		#home_about ul
		{
			list-style: none;
			padding: 0px;
			text-align: center;
		}
		
		#home_about ul li
		{
			display: inline;
			border-left: solid 1px;
			padding-left: 10px;
			margin-left: 10px;
		}
		
		#home_about ul li.first
		{
			border-left: 0px;
			padding-left: 0px;
			margin-left: 0px;
		}

	/*** Categories ***/
	
	#global_categories
	{
	}
	
	#global_currencybox
	{
	}

/*** Footer ***/

#footer
{
	position: relative;
	border-top: solid 1px #fc9d1f;
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 2px;
}

/*** IFRAMEs ***/

iframe
{
	width: 510px;
	height: 300px;
}

iframe.ftb_frame_thumb
{
	width: 160px;
	height: 215px;
}

iframe.ftb_frame_list
{
	height: 1000px;
}

iframe.ftb_frame_custom_list
{
	height: 450px;
}

iframe.ftb_frame_help
{
	height: 300px;
}

iframe.ftb_frame_cust_login
{
	height: 300px;
}

iframe.ftb_frame_aff
{
	height: 320px;
}

iframe.ftb_frame_aff_login
{
	height: 300px;
}

iframe.ftb_frame_aff_signup
{
	height: 750px;
}

iframe.ftb_frame_contact
{
	height: 750px;
}
.type_orange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #F49F28;
}
.type_list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #afcce7;
}
.type_label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}

