/*

	  
*/

* { padding: 0; margin: 0; }




body {
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #1a1a1a;
}

.pt {
background-color: #6d3522;
}

.ed {
background-color: #e3bc3d;
}

/* ----LAYOUT -----------  */
/* page wrapper */
#wrapper {
	margin: 0 auto;
	width: 766px;
	padding-top: 0px;
	border-bottom: 2px solid #bd0f10;
	border-left:  2px solid #bd0f10;
	border-right:  2px solid #bd0f10;
}

#wrapper2 {
	margin: 0 auto;
	width: 766px;

}

/* ---- layout for background starburst image on home and section pages ---- */

/* header area home and section */
#top {
	width: 766px;
	padding: 0px;
	margin: 0;
	background: #850d0e;
	height: 158px;
}

/*content area home and section */
#middle {
	width: 766px;
	background: #850d0e;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 516px;
	background-image: url(http://www.saucedout.com.au/images/images/bg_02.jpg);
	background-repeat: no-repeat;
}
/* footer area home and section */
#bottom {
	width: 766px;
	background: #850d0e;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-repeat: no-repeat;
	height: 126px;
	background-image: url(http://www.saucedout.com.au/images/images/bg_03.jpg);
}
/* ---- layout for background image on section pages ---- */
/* header area home and section */
#top-section {
	width: 766px;
	padding: 0px;
	margin: 0;
	background: #850d0e;
	height: 152px;
}

/*content area home and section */
#middle-topsection {
	width: 766px;
	background: #850d0e;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 195px;
	background-image: url(http://www.saucedout.com.au/images/backgrounds/images/base_02.jpg);
	background-repeat: no-repeat;
}
#middle_repeatsection {
	width: 766px;
	background: #850d0e;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-image: url(http://www.saucedout.com.au/images/backgrounds/images/base_04.jpg);
	background-repeat: repeat-y;
}

/* footer area home and section */
#bottom-section {
	width: 766px;
	background: #850d0e;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-repeat: no-repeat;
	height: 152px;
	background-image: url(http://www.saucedout.com.au/images/backgrounds/images/sections_04.jpg);
}

/* ---- layout for background image on internal content pages ---- */

/* header area internal */
#top_internal {
	width: 766px;
	padding: 0px;
	margin: 0;
	background: #850d0e;
	height: 158px;
}

/* content area internal */
#middle_internal {
	width: 766px;
	background: #850d0e;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-image: url(http://www.saucedout.com.au/images/images/internal_02.jpg);
	background-repeat: repeat-y;
}

/* footer area internal */
#bottom_internal {
	width: 766px;
	background: #850d0e;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-repeat: no-repeat;
	height: 126px;
	background-image: url(http://www.saucedout.com.au/images/images/internal_04.jpg);
}

/* ---- layout for background image for content area layer ---- */

/* outer container for background image of content layer on internal pages - expanding background */

/* top of content layer - fixed height */
#topcontent {
	background: url(http://www.saucedout.com.au/images/images/content_02.gif) no-repeat;
	height: 48px; /* needs height for background image to appear */
}

/* middle of content area - expanding background */
#middlecontent { 
	background:url(http://www.saucedout.com.au/images/images/content_03.gif) repeat-y; 
}
	
/* bottom of content layer - fixed height */
#bottomcontent {
	background:url(http://www.saucedout.com.au/images/images/content_05.gif) no-repeat;
	height: 40px; /* needs height for background image to appear */
}

#frontpagebox {
background:url(http://www.saucedout.com.au/images/images/frontpage-box_02.gif) no-repeat;
height: 195px;
}
	
/* alternate background - top of content layer - fixed height */
#topcontent2 {
	height: 23px; /* needs height for background image to appear */
	background-image: url(http://www.saucedout.com.au/images/images/content2_02.gif);
	background-repeat: no-repeat;
}

/* alternate image - middle of content area - expanding background */
#middlecontent2 { 
	background:url(http://www.saucedout.com.au/images/images/content2_03.gif) repeat-y; 
	}
	
/*alternate image - bottom of content layer - fixed height */
#bottomcontent2 {
	background:url(http://www.saucedout.com.au/images/images/content2_05.gif) no-repeat;
	height: 26px; /* needs height for background image to appear */
}

/* ---- column layout for front and section pages - fixed height ----*/

#front-leftcolumn {
	margin-left: 135px;
	margin-right: 5px;
	padding: 0px;
	float: left;
	display: inline;
	background-image: url(http://www.saucedout.com.au/images/1_rc.jpg);
	height: 310px;
	background-repeat: no-repeat;
	height: 310px;width: 303px;
}

#front-rightcolumn {
	float: right;
	margin-right: 118px;
	margin-left: 0px;
	padding: 0px;
	display: inline;
	position: relative;
	width: 205px;
	background-image: url(http://www.saucedout.com.au/images/1_lc.jpg);
	height: 310px;
	background-repeat: no-repeat;
}

/* ---- column page outer layout for internal pages ---- */

#leftcolumn {
	margin-left: 110px;
	margin-right: 5px;
	padding: 0px;
	float: left;
	display: inline;
	width: 260px;
}

#rightcolumn {
	float: right;
	margin-right: 100px;
	margin-left: 5px;
	padding: 0px;
	width: 285px;
	display: inline;
	position: relative;
}

/* ---- inner layout of column with background images - expanding height for internal pages ---- */

/* top of left column - fixed height */
#leftcol_top {
	height: 27px; /* needs height for background image to appear */
	background-image: url(http://www.saucedout.com.au/images/images/leftcol_03.gif);
	background-repeat: no-repeat;
}

/* middle of left column - expanding height - content goes here */
#leftcol_middle { 
	background:url(http://www.saucedout.com.au/images/images/leftcol_05.gif);
	background-repeat: repeat-y; 
}

/* bottom of left column - fixed height */
#leftcol_bottom {
	background:url(http://www.saucedout.com.au/images/images/leftcol_07.gif) no-repeat;
	height: 26px; /* needs height for background image to appear */
}

/* top of right column - fixed height */
#rightcol_top {
	height: 27px; /* needs height for background image to appear */
	background-image: url(http://www.saucedout.com.au/images/images/rightcol_03.gif);
	background-repeat: no-repeat;
}

/* middle of right column - expanding height - content goes here */
#rightcol_middle { 
	background:url(http://www.saucedout.com.au/images/images/rightcol_05.gif) repeat-y;
}

/* bottom of right column - fixed height */
#rightcol_bottom {
	background:url(http://www.saucedout.com.au/images/images/rightcol_07.gif) no-repeat;
	height: 26px; /* needs height for background image to appear */
}

/* ---- box for links to sections and articles etc - fixed height for section pages ----*/
#sectionlinksbox {
	height: 285px;
	background-image: url(http://www.saucedout.com.au/images/images/bottomcontentbox_02.gif);
	background-repeat: no-repeat;
}

/* faux columns for section pages bottom */
#section-col-left {
	margin-left: 150px;
	margin-top: 15px;
	width: 230px;
	float: left;
	height: 160px;
	padding: 2px;
}
#section-col-text {
	width: 230px;
	float: left;
	height: 160px;
	padding: 2px;
	margin-right: 100px;
	margin-left: 10px;
	margin-top: 15px;
}

/* ############# websites for tradies custom layout styles ################# */

/* ---- layout for background image on internal content pages ---- */

/* header area internal */
#tradies_top_internal {
	width: 766px;
	padding: 0px;
	margin: 0;
	background: #1a1a1a;
	height: 158px;
}

/* content area internal */
#tradies_middle_internal {
	width: 766px;
	background: #1a1a1a;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-image: url(http://www.saucedout.com.au/images/images/images/tradies-internal_02.jpg);
	background-repeat: repeat-y;
}

/* footer area internal */
#tradies_bottom_internal {
	width: 766px;
	background: #850d0e;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-repeat: no-repeat;
	height: 126px;
	background-image: url(http://www.saucedout.com.au/images/images/images/tradies-internal_04.jpg);
}


/* ---- text areas ---- */

/* main text contentarea on homepage */
.frontpage-contentarea {
	padding: 10px;
	width: 480px;
	margin-left: 140px;
	line-height: 16px;
}

/*section page content area */
.section-contentarea {
	padding: 10px;
	width: 480px;
	margin-left: 140px;
	line-height: 16px;
}

/* main content areas of other pages */
.contentarea {
	padding: 10px;
	width: 480px;
	margin-right: 50px;
	margin-left: 140px;
}

/* text area styling for columns on front page */
.frontpage-col-text {
	padding: 10px;
	width: 190px;
}

.frontpage-col-text-left {
	padding: 10px;
	width: 290px;
}

.footer {
	height: 35px;
	width: 415px;
	margin-left: 100px;
	padding-top: 25px;
	color: #ebe79e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}

.footer a {
	color: #ebe79e;
	background: none;
}

.footer-section {
	height: 35px;
	width: 330px;
	margin-left: 100px;
	padding-top: 50px;
	color: #ebe79e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}

.footer-section a {
	color: #ebe79e;
	background: none;
}
.clear { clear: both; }


/* ---- text styling ---- */
h1 {
	font-family: "Gill Sans", "Univers Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #8e0f10;
	font-size: 16px;
	text-transform: capitalize;
	}

h2 {
	color: #8e0f10;
	font-size: 14px;
	font-family:"Gill Sans", "Univers Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 5px;
}

h3 {
	font-size: 12px;
	font-family:"Gill Sans", "Univers Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
	text-decoration:none; 
	color:#BE1316;
	padding-bottom: 1px;

}

a:hover {
	background-color: #f6f4a7;
	text-decoration:none;
}

img a, img a:hover {
	text-decoration: none;
	border: 0 none;
}



#wrapper #middle #leftcolumn #leftcol_middle p {
	padding: 2px;
	margin-left: 20px;
	margin-right: 20px;
}

#wrapper #middle #rightcolumn #rightcol_middle p {
	padding: 2px;
	margin-left: 20px;
	margin-right: 20px;
}

hr {
	border: none 0; 
	border-top: 3px double #c00;
	width: 100%;
	height: 3px;
	margin: 10px auto 5px 0;
	text-align: left;
}	

/* list styling */
ul	{
	list-style-type: circle; 
	list-style-image: url(http://www.saucedout.com.au/images/list_arr.gif);
	padding-left: 5px; 
	list-style-position: inside;
}

li a {
	text-decoration:none; 
	line-height:19px; 
	color:#33321D; 
	font-weight:normal;
	
}

li a:hover {
	text-decoration:none;
}


/* ---- tables and forms ---- */ 
table, td {
	border-collapse:collapse;
}

table, td, img {
	border:0;
	}
	
form, td {
	margin:0;
	padding:2px
}

input, textarea, select {
	font:11px Tahoma, Arial, helvetica, sans-serif;
	color:#33321D;
	padding:2px 0 0 2px;
	text-transform:none;
	border: 1px solid #5C5C5C;
	vertical-align:middle;
	margin-top: 4px;
}

/*** Form **/
form {
margin: 5px auto;

}
fieldset {

padding: 3px;
border-top: 3px solid #ac1114;
border-width: 0;
}
legend {
	font-size: 1.2em;
	padding: 4px;
	margin-bottom: 4px;
	color: #8e0f10;
}
fieldset.minor {
padding: 3px;
border: 1px solid #bbb;
}

fieldset.minor legend {
font-style: italic;
padding: 2px;
font-size: .9em;
}
textarea { width: 90%;}

/* highlight box on form */
.form_highlight {
	background-color: #900;
	margin-left: 20px;
	padding: 2px;
	border: #990 1px dotted;
	width: 250px;
	color: #fff;
}

/* contact form */
.contactform {
	background-image: url(http://www.saucedout.com.au/images/5_rc.jpg);
	background-repeat: no-repeat;
	height: 340px;
	width: 230px;
	padding:24px 20px 10px 20px
}

/* ---- classes ---- */

.imgleft {
	clear: right;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	padding-top: 5px;
	padding-right: 5px;
}

/* box around section links */
#sections {
	padding: 5px;
	border-top-color: #ac1114;
	border-top-style: solid;
	border-top-width: 3px;
	margin-top: 5px;
}

/* ----BIG MEDIUM custom styles ---- */

/* styles to make links appear in a horizontal grid */
div.horizontal {
    width: 500px;        /*overall width for the block of links */
    overflow: hidden;
}

div.horizontal div.bmw_link {
    float: left;
    width: 150px;        /* width of each column */
    height: 20px;       /* height of each row */
    margin-right: 15px;  /* spacing between columns */
    margin-bottom: 5px; /* spacing between rows */
    overflow: hidden;
	background: none;
}

/* styles to make sections appear in a horizontal grid */
div.horizontal_sections {
    width: 500px;        /*overall width for the block of links */
    overflow: hidden;
}

div.horizontal_sections div.bmw_link {
    float: left;
    width: 200px;        /* width of each column */
    height: 20px;       /* height of each row */
    margin-right: 15px;  /* spacing between columns */
    margin-bottom: 5px; /* spacing between rows */
    overflow: hidden;
}

/* styling for article links etc */
div.bmw_link a.bma_head {
	color: #AC1114;
	font-weight: bold;	
	background: none;
}

/* search form styling */
form.bmw_search
{
	float: right;
	margin: 5px;
	padding: 2px;
}

div.bmw_announcements {
	padding: 5px;
}

.pagetools {
	margin-right: 140px;
}

div.bmw_pagetools {
	float: right;
	font-size: 10px;
	margin-top: 5px;
	
}

div.bmw_pagetools a {
	background: none;
}

/* breadcrumbs */
div.bmw_breadcrumbs {
	font-size: 11px;
		margin-bottom: 5px;
		color: #666;
}

div.bmw_breadcrumbs a {
	font-size: 11px;
		margin-bottom: 5px;
		color: #666;
		background: none;
}

/* page headline */
div.bmw_headline {
	font-size: 16px;
	line-height: normal;
	margin-top: 1px;
	margin-bottom: 8px;
	font-family: "Gill Sans", "Univers Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #8e0f10;
	font-size: 16px;
	text-transform: capitalize;
	background-image: url(http://www.saucedout.com.au/images/2_h_1.gif);
	padding-left: 20px;
	background-repeat: no-repeat;
}

/* spotlight link */
div.bmw_spotlightLinks {
	padding: 2px;
}

/* footer */
div.bmw_footer a {
	background: none;
}

div.bmc_image {
	text-decoration: none;
	border: 0 none;
}

/* published by date */
.bmw_pubdate {
	padding-top: 5px;
	padding-bottom: 5px;
}
.aboutbox {
	background-image: url(../images/bigsquare.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 800px;
	width: 766px;
}
/* tagcloud */
ul.bmw_tagcloud {
text-decoration: none;
background-image: none;
}

ul.bmw_tagcloud li {
text-decoration: none;
}

.right {
float: right;
clear: left;
padding-left: 15px;
}

.packageheader {
	font: bold 13px "Gills Sans", Verdana, Arial, Helvetica, sans-serif;
	color: #8e0f10;
	border: 2px solid #8e0f10;
		letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #ebe79e;
}

.packagedetails
 {
	color: #1a1a1a;
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 2px;
font-weight: bold;

}

.fronttable {
	padding-left: 5px;
}

.style1 {
font size: 14px;

}

.style2 {
font size: 16px;
}

.smallgrey {
	font-size: 10px;
}

.tomato {
	font-weight: bold;
	color: #d1001a;
}
.bbq {
	font-weight: bold;
	color: #7f3728;
}
.mustard {
	font-weight: bold;
	color: #e9be00;
}
.chilli {
	font-weight: bold;
	color: #e46300;
}
.pagetools-sections {
	margin-right: 140px;
}
