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

	4Templates.com Cobranding Kit Theme
	Copyright (c) 2006 ArixMedia, LLC.
	http://www.4templates.com - http://www.arixmedia.com

	Theme:			Clear
	Author:			ArixMedia, LLC
	File: 			style_local.css
	Description:	Local stylesheet

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


*
{
	margin: 0px;
}

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

a
{
	color: #00aa00;
}

a:hover
{
	background-color: #00aa00;
	color: #ffffff;
	text-decoration: none;
}

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

body
{
	background-color: #3399CC;
	background-image: url('/ftb_theme/4.gif');
	background-repeat: repeat-x;
	background-position: top;
	line-height: 16px;
}

h1,h2,h3,h4,h5,h6
{
}

h3
{
	position: relative;
	border-bottom: dashed 1px #eaeaea;
	color: #333333;
	padding: 20px 8px 7px 15px;
	text-transform: lowercase;
}

#primary_content h3
{
	font-size: 16px;
}

#primary_content h4
{
	color: #333333;
	font-size: 12px;
	margin-bottom: 10px;
}

#secondary_content h3
{
	font-size: 13px;
}

input
{
	font-size: 10px;
}

input.button
{
	padding: 2px;
	font-weight: bold;
	background-color: #3399CC;
	color: #ffffff;
	border-top: solid 1px #77C7EF;
	border-left: solid 1px #77C7EF;
	border-bottom: solid 1px #1787BF;
	border-right: solid 1px #1787BF;
}

.blurb
{
}

.inner
{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 15px;
	margin-bottom: 20px;
}

.midlink
{
	text-align: center;
	margin-top: 15px;
}

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;
	}	

/*** Currency box ***/

#currencybox
{
	position: relative;
}

	#currencybox select
	{
		width: 100%;
		font-size: 10px;
	}

/*** Search box ***/

.searchbox
{
	position: relative;
	border-bottom: solid 1px #e0e0e0;
	border-right: solid 1px #e0e0e0;
	background-color: #f8f8f8;
	padding: 15px;
}

	.searchbox h4
	{
		font-size: 11px;
		margin-bottom: 5px;
	} 

	.searchbox table
	{
		width: 99%;
	}
	
	.searchbox td
	{
		padding-bottom: 5px;
		padding-right: 5px;
	}

	.searchbox table.nested
	{
		width: 100%;
	}
	
	.searchbox table.nested td
	{
		padding: 0px;
	}
	
	.searchbox select, .searchbox input.text
	{
		width: 100%;
		font-size: 10px;
	}

	.searchbox .switch
	{
		text-align: center;
		border-top: dashed 1px #e0e0e0;
		padding-top: 10px;
		margin-top: 5px;
		cursor: pointer;
		font-weight: bold;
	}
	
	.searchbox .switch span
	{
		display: block;
		padding: 2px;
		font-weight: bold;
		background-color: #3399CC;
		color: #ffffff;
		border-top: solid 1px #77C7EF;
		border-left: solid 1px #77C7EF;
		border-bottom: solid 1px #1787BF;
		border-right: solid 1px #1787BF;
	}
	
	.searchbox .switch_tobasic
	{
	}

	.searchbox .switch_toadvanced
	{
	}

/*** Container ***/

#container
{
	position: relative;
	background-color: #ffffff;
	width: 760px;
	margin: 0px auto;
	margin-bottom: 20px;
	margin-top: 10px;
	border: solid 8px #ffffff;
}

/*** Logo ***/

#logo
{
	position: relative;
	background-color: #00aa00;
	background-image: url('3.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	height: 90px;
	color: #ffffff;
	border-top: solid 1px #4ECF4D;
	border-left: solid 1px #4ECF4D;
	border-right: solid 1px #017F00;
}

	#logo h1
	{
		position: absolute;
		left: 18px;
		top: 32px;
		font-size: 20px;
		line-height: 23px;
		text-transform: lowercase;
	}
	
	#logo h1 a, #logo h1 a:hover
	{
		background-color: transparent;
		color: #ffffff;
		text-decoration: none;
	}
	
	#logo h2
	{
		font-weight: normal;
		position: absolute;
		left: 20px;
		top: 55px;
		font-size: 10px;
		line-height: 10px;
		text-transform: lowercase;
	}

/*** Menu ***/

#menu
{
	background-color: #1977A5;
	background-image: url('/ftb_theme/2.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 5px;
	border-top: solid 1px #83E4FF;
	border-left: solid 1px #83E4FF;
	border-right: solid 1px #004D6F;
	border-bottom: solid 1px #004D6F;
	font-weight: bold;
	text-transform: lowercase;
}

	#menu ul
	{
		list-style: none;
	}
	
	#menu ul li
	{
		display: inline;
		border-left: dotted 1px #77C7EF;
		padding-left: 13px;
		margin-left: 10px;
	}
	
	#menu ul li.first
	{
		margin-left: 0px;
		padding-left: 0px;
		border-left: 0px;
	}
	
	#menu a
	{
		color: #ffffff;
		padding: 4px;
		text-decoration: none;
	}
	
	#menu a:hover
	{
		padding: 3px;
		background-color: #3399CC;
		color: #ffffff;
		border-top: solid 1px #77C7EF;
		border-left: solid 1px #77C7EF;
		border-bottom: solid 1px #1787BF;
		border-right: solid 1px #1787BF;
	}

/*** Primary Content ***/

#primary_content
{
	width: 550px;
	float: right;
	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 #e5e5e5;
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

/*** 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;
}

