/**
The default size for ‘medium’ text in all modern browsers is 16px.

So, if we divide 100/16 we get 6.25 as a standard % for 1px.

If we want to base our design on a 10px font, we would set the
root font percentage to 62.5
*/

*
	{
	font-family		: arial,tahoma,verdana,sans-serif;
	outline			: none;
	}

html	{ font-size: 100%; /* IE hack .. prevents  */ }

body
	{
	background-color: #ffffff;
	margin:0px;
	color:#000000;
	text-align: center;
	font-size: .625em;
	}
table	{ font-size: 100%; /* IE hack */ }
form	{ margin:0px; }


a				{  }
a:link			{ color:#467F92; text-decoration:underline; }
a:visited		{ color:#666666; text-decoration:underline; }
a:hover			{ color:#FF5900; text-decoration:none; }
a:active		{ color:#00A4DD; text-decoration:none; }

img
	{
	border:none;
	margin:0;
	}

H1 {font-size:2em}  /* displayed at 24px */
H2 {font-size:1.5em}  /* displayed at 18px */
H3 {font-size:1.125em}  /* displayed at 15px */
H4 {font-size:1em}  /* displayed at 12px */

select
	{
	background-color: #FFFFFF;
	color: #666666;
	font-size:1.0em;
	padding: 1px;
	}

#container
	{
	margin: 0 auto 0px auto;
	font-size: 1.2em;
	}
.main_wrapper
	{
	margin: 0 auto 0px auto;
	width:808px;
	}




/* GUI Border Images.
----------------------------------------------- */

.pageFrame_homeLeft		{ width:4px; background:#D6D7BD url(http://theorganicfarm.net/images/GUI/pageFrame_homeLeft.gif) repeat-y; }
.pageFrame_homeRight		{ width:4px; background:#D6D7BD url(http://theorganicfarm.net/images/GUI/pageFrame_homeRight.gif) repeat-y; }

.pageFrame_homeTop		{ width:808px;background: #D6D7BD url(http://theorganicfarm.net/images/GUI/pageFrame_homeTop.gif) repeat-x bottom; }
.pageFrame_homeTopLeft		{ width:4px; background:#D6D7BD url(http://theorganicfarm.net/images/GUI/pageFrame_homeTopLeft.gif) no-repeat bottom right; }
.pageFrame_homeTopRight		{ width:4px; background:#D6D7BD url(http://theorganicfarm.net/images/GUI/pageFrame_homeTopRight.gif) no-repeat bottom left; }

.pageFrame_blueLeft		{ background:transparent url(http://images.freeadvice.com/images_ap_v3/pageFrame_blueLeft.gif) repeat-y; }
.pageFrame_blueRight		{ background:transparent url(http://images.freeadvice.com/images_ap_v3/pageFrame_blueRight.gif) repeat-y; }

.pageFrame_mainLeft		{ width:4px; background:#E8E7D3 url(http://theorganicfarm.net/images/GUI/pageFrame_mainLeft.gif) repeat-y; }
.pageFrame_mainRight		{ width:4px; background:#E8E7D3 url(http://theorganicfarm.net/images/GUI/pageFrame_mainRight.gif) repeat-y; }

.pageFrame_mainBottom		{ background:#E8E7D3 url(http://theorganicfarm.net/images/GUI/pageFrame_mainBottom.gif) repeat-x; }
.pageFrame_mainBottomLeft	{ width:4px; background:#E8E7D3 url(http://theorganicfarm.net/images/GUI/pageFrame_mainBottomLeft.gif) no-repeat top left; }
.pageFrame_mainBottomRight	{ width:4px; background:#E8E7D3 url(http://theorganicfarm.net/images/GUI/pageFrame_mainBottomRight.gif) no-repeat top right; }

.bgFrame_homeLeft, .bgFrame_homeRight	{ background: #D6D7BD url(http://images.freeadvice.com/images_ap_v3/bkgnd_inside3.gif) repeat-x bottom left; }
.bgFrame_mainLeft, .bgFrame_mainRight	{ background-color:#E8E7D3; }

.hometile1
	{
	padding-left: 0px;
	padding-right: 14px;
	}
.bluetileint
	{
	background: #00516B url(http://theorganicfarm.net/images/banner3.jpg) no-repeat;
	padding-left: 29px;
	color:#000000;
	border: 1px solid #00516B;
	}

.blueStripLarge
	{
	color:#00516B;
	font-size: 1.6em;
	text-decoration:none;
	font-family		:georgia, serif;
	}
.blueStripMedium
	{
	color:#ffffff;
	font-size: 1.0em;
	text-decoration:none;
	}
.blueStripMedium	a		{  }
.blueStripMedium a:link		{ color:#DCE7EA; text-decoration:underline; }
.blueStripMedium a:visited	{ color:#DCE7EA; text-decoration:underline; }
.blueStripMedium a:hover	{ color:#DCE7EA; text-decoration:none; }


/**
 * Breadcrumbs
 */
.bread { color:#535353; padding:10px 5px 10px 10px; font-size: .9em; }
.bread A{ }
.bread A:link		{ color:#535353; text-decoration:underline; }
.bread A:visited	{ color:#535353; text-decoration:underline; }
.bread A:hover		{ color:#00A4DD; text-decoration:none; }
.bread A:active		{ color:#FF5900; text-decoration:none; }

.smalllink A{ }

/**
 * Submit Button
 */
.btnmiddle
	{
	background: #3B8199 url(http://theorganicfarm.net/images/images/btn_middle.gif) repeat-x;
	}
.submitbutton
	{
	border: 0px solid transparent;
	background-color: transparent;
	color: #ffffff;
	font-size:11px;
	font-weight: bold;
	text-decoration:none;
	padding: 0px;
	margin:0px;
	height:30px;
	cursor:pointer;
	}
.submitbutton-disabled
	{
	border: 0px solid transparent;
	background-color: transparent;
	color: #C0C0C0;
	font-size:10pt;
	font-weight: bold;
	text-decoration:none;
	padding: 0px;
	height:30px;
	}




.style3 {font-family: Arial, Helvetica, sans-serif}
.style13 { font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
.style19 {font-size: 11px}
.style20 {font-size: 11px; font-family: Arial, Helvetica, sans-serif; }
textarea {font-size: 12px; font-family: Arial, Helvetica, sans-serif; }


.links a				{  }
.links a:link			{ color:#3196B5; text-decoration:none; }
.links a:visited		{ color:#3196B5; text-decoration:none; }
.links a:hover			{ color:#FF5900; text-decoration:underline; }
.links a:active			{ color:#00A4DD; text-decoration:none; }


.clearp p	{font-size: 1.03em;}
.tabsBG
	{
	background: url("http://theorganicfarm.net/images/nav_main_tab_bg.gif") repeat-x left top;
	}

.tabsLeft2 { line-height:normal; font-family:arial, sans-serif; font-size:1.0em; background: url("http://theorganicfarm.net/images/nav_main_tab_right_home.gif") repeat-x right top; }

.smalllink a		{ font-size:0.79em; }
.smalllink a:link	{ color:#F75300; text-decoration:none; }
.smalllink a:visited	{ color:#F75300; text-decoration:none; }
.smalllink a:hover	{ color:#00A4DD; text-decoration:underline; }
.smalllink a:active	{ color:#FF5900; text-decoration:underline; }
