/* Outback Tucker - CSS BY NQWEBDESIGN 2006 */


body
{
	font-family:"Lucida Grande", "Trebuchet MS", "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size:62.5%;
	margin:0;
	background-color:#351309;
	
}

/*-----------------------------------------------------------------------------------------------------------------
>>>LAYOUT
-----------------------------------------------------------------------------------------------------------------*/

div#outer_top, div#outer_bottom
{
	min-width:760px;
	text-align:center;
}

div#inner_top, div#inner_bottom 
{
	margin-left:auto;
	margin-right:auto;
	width:760px;
}

div#outer_top
{
	background:url(../images/outer_top.gif) repeat-x #FFF;
}

div#header
{
	height:25px;
	text-align:right;
	padding:10px 20px;
}

div#content, div#sidebar, div#min_height
{
	float:left;	
}

div#sidebar
{
	width:200px;
}

div#content
{
	width:559px;
}

div#content_inner
{
	text-align:left;
	padding:10px 30px;
	color:#5D380D;
	font-size:1.2em;
	line-height:1.3;
}

div#min_height
{
	width:1px;
	height:436px;
}
div#no_wrap
{
	clear:both;
	height:5px;
	padding-top:10px;
}
div#main_nav
{
	text-align:left;
}

div#outer_bottom
{
	border-top:4px solid #200901;
}

div#bottom_content
{
	padding:5px 20px;
	color:#E5C69A;
	text-align:left;
	font-size:1.2em;
	line-height:1.3;
}

div#footer
{
	padding:0 20px;
	color:#FFF;
	font-size:1.1em;
	text-align:center;
	clear:both;
}
/*-----------------------------------------------------------------------------------------------------------------
>>>NAVIGATION
-----------------------------------------------------------------------------------------------------------------*/

#main_nav ul
{
	list-style:none;
	margin:0;
	padding:0;
}

#main_nav ul li
{
	margin:0;
	padding:0;
}
#main_nav ul li a
{
	font-size:14px;
	display:block;
	text-decoration:none;
	border-bottom: 2px solid #cec39e;
	text-transform:uppercase;
	
	background-image:url(../images/bg_nav.gif);
	background-repeat:no-repeat;
	background-position:5px center;
	padding:4px 10px 5px 20px;
	width:160px;
}
#main_nav a:link, #main_nav a:visited
{
	color:#5D380D;
}	

#main_nav a:hover
{
	background-color:#351309;
	background-image:url(../images/bg_nav_hover.gif);
	background-position:15px center;
	color:#FFF;
	border-color:#FF6600;
	text-indent:15px;
}

body#home_page #main_nav li#home a, body#about_page #main_nav li#about a, body#shop_page #main_nav li#shop a, body#enquiries_page #main_nav li#enquiries a, body#products_page #main_nav li#products a
{
	background-color:#351309;
	background-image:url(../images/bg_nav_hover.gif);
	background-position:15px center;
	color:#FFF;
	text-indent:15px;

}

/*-----------------------------------------------------------------------------------------------------------------
>>>HEADINGS, PARAGRAPHS, LINKS
-----------------------------------------------------------------------------------------------------------------*/

#header p
{
	font-size:1.1em;
	color:#FFFFFF;
	margin:0;
	padding:0;
}

#content_inner h1
{
	font-size:190%;
	font-weight:normal;
	font-family:"Times", "Times New Roman", "serif";
	font-style:italic;
	color:#351309;
}
#content_inner h2
{
	font-size:120%;
	font-weight:normal;
	color:#351309;
}

#inner_bottom h1
{
	color:#FFF;
	font-size:210%;
	font-weight:normal;
	font-family:"Times", "Times New Roman", "serif";
	font-style:italic;
}

#inner_bottom h2
{
	font-size:1.2em;
	font-weight:normal;
	color:#FFF;
}


#content_inner a:link, #content_inner a:visited, #bottom_content a:link, #bottom_content a:visited, #footer a:link, #footer a:visited, #header a:visited, #header a:link
{
	color:#FF6600;
}

#content_inner a:hover
{
	color:#FFF;
	background-color:#351309;
	text-decoration:none;
}

#bottom_content a:hover, #header a:hover
{
	color:#351309;
	background-color:#FFF;
	text-decoration:none;
}

#footer a:hover
{
	color:#FFF;
	text-decoration:none;
}
/*----------------------------------------------------------------------------------------------------------
>>> FORM STYLES
----------------------------------------------------------------------------------------------------------*/
.txtField
{
	background-image:url(../images/bg_input.gif);
	background-repeat:repeat-x;
	background-position:top;
	border-top:1px solid #7d7d7d;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #DDDDDD;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:2px;
	color:#5D380D;
}
.txtField:focus
{
	color:#FF6600;
}

/*----------------------------------------------------------------------------------------------------------
>>> TABULAR DATA
----------------------------------------------------------------------------------------------------------*/
	

	.tabularData
	{
		border-collapse:collapse;
		border:none;
		width:100%;
		border-spacing:0px;
	}
	
	.tabularData thead tr
	{
		background-color:#351309;
	}
	
	.tabularData th
	{
		color:#FFFFFF;
		padding:4px;
		font-weight:normal;
	}
	
	.tabularData .col_a{width:50%; text-align:left;}
	.tabularData .col_b{width:30%; text-align:left;}
	.tabularData .col_c{width:20%; text-align:center;}
		
	.tabularData td
	{
		border-bottom:1px solid #DCD2C5;
		padding:4px;
	}
	
	.tabularData tbody tr.odd
	{
		background-color:#E9E3DD;
	}

/*-----------------------------------------------------------------------------------------------------------------
>> MISC
-----------------------------------------------------------------------------------------------------------------*/

.imgFloatLeft
{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #B6683E;
}

.imgFloatRight
{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	border:1px solid #B6683E;
}

.required
{
	font-size:11px;
	color:#888888;
	font-style:italic;
}

.product_item
{
	border-bottom:1px solid #CEC39E;
	padding-bottom:25px;
	margin-bottom:35px;
}

.error
{
	color:#CC0000;
}

.success
{
	color:#006600;
}