/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

#wrapper_outer { 
	margin: 10px auto 10px;
	width: 1003px;
	background: #FFF url(images/bg_body.jpg) right bottom no-repeat;
}
#wrapper_header {
	width: auto;
	height: 264px;
	background: #FFF url(images/bg_header.jpg) left top no-repeat;
}

	#wrapper_header h2, #wrapper_header h2 a {
		display: block;
		width: 197px;
		height: 297px;
	}

	#wrapper_header h2 {
		position: absolute;
		top: 0px;
		right: 27px;
		z-index: 100;
	}

	#wrapper_header h2 a {
		background: url(images/logo.png) left top no-repeat;
	}

	#wrapper_header h2 a, #wrapper_phone {
		overflow: hidden;
		text-indent: -999em;
	}

	#wrapper_phone {
		width: 275px;
		height: 23px;
		position: absolute;
		left: 32px;
		top: 49px;
		font-weight: bold;
		color: #FFF;
		font-size: 22px;
		background: url(images/phone.png) top left no-repeat;
	}


#wrapper_columns {
	margin-top: -75px;
	margin-bottom: 0px;
	/*overflow: auto;  Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
	min-height: 460px;
	padding-bottom: 120px;
}
#wrapper_left { 
	display: inline;
	color: #333;
	margin: 0;
	padding: 0 28px 0 21px;
	width: 158px;
	float: left;
}
	#nav_left ul {
		padding: 0;
		margin: 0;
	}
	#nav_left ul li {
		display: block;
		width: 158px;
		height: 32px;
		list-style-type: none;
		padding: 0;
		margin: 0 0 11px 0;
		font-size: 15px;
	}

		#nav_left ul li a {
			display: block;
			width: auto;
			height: 16px;
			line-height: 16px;
			padding: 6px 10px 10px 20px;
			font-weight: bold;
			color: #FFF ! important;
			background: #020405 url(images/bg_nav.gif) left top no-repeat;
			text-decoration: none;
		}

	#nav_left ul li a:hover, #nav_left ul li a.selected {
		background: #ED3C38 url(images/bg_nav_hover.gif) left top no-repeat ! important;
	}

	#wrapper_halal {
		width: 90%;
		margin: 0 auto;
	}

#wrapper_content { 
	float: left;
	margin: 0 0 10px;
	padding: 0; /*0 10px 0;*/
	width: 545px;
	z-index: 60;
}

	.spacer_curve {
		float: right;
		clear: right;
		height: 10px;
	}

		#spacer_curve1 {
			height: 25px;
			width: 255px;
		}

		#spacer_curve2 {
			width: 120px;
		}

		#spacer_curve3 {
			width: 60px;
		}

		#spacer_curve4 {
			width: 30px;
		}


	#wrapper_content p { 
		line-height: 1.6em;
	}


#wrapper_right { 
	margin: 90px 0 50px;
	padding: 0 15px 10px 35px;
	width: 200px;
	float: right;
}
	#nav_right ul {
		padding: 0;
		margin: 0;
	}

	#nav_right ul li {
		display: block;
		padding: 0 0 0 25px;
		margin: 0 0 25px 0;
		list-style-type: none;
		background: url(images/bullet_star.png) left top no-repeat;
		font-size: 130%;
	}


#wrapper_footer { 
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 1003px;
	height: 205px;
	margin: 0;
	padding: 0;
	color: #333;
	background: transparent url(images/bg_footer.png) left top no-repeat;
	z-index: 30;
}

	#wrapper_footer a { 
		color: #FFF ! important;
	}

	#nav_bottom {
		margin: 130px 0 0 25px; /* IE6 doubles the left margin */
		float: left;
		width: 650px;
		line-height: 1em;
		height: 1%;
	}
		#nav_bottom ul {
			padding: 0;
			margin: 10px 0;
		}
		#nav_bottom ul li {
			padding: 0;
			margin: 0;
			list-style-type: none;
			display: inline;
			padding: 0 10px 0 12px;
			border-left: 1px solid #FFF;
		}
		#nav_bottom ul li:first-child {
			border-left: 0;
		}
		#nav_bottom .selected {
			color:red;
			font-weight:bold;
		}
	
	#wrapper_copyright {
		float: right;
		width: 250px;
		margin-top: 100px;
		padding-right: 40px;
		background-color: #040607;
		color: #FFF;
		font-size: 70%;
		font-weight: bold;
		line-height: 1.5em;
	}

		#wrapper_copyright img {
			vertical-align: middle;
			margin-right: 6px;
		}

		#wrapper_copyright p {
			margin-left: 30px;
		}

/************************************/
/********** PAGE SPECIFIC ***********/
/************************************/

/* home */

#home_photos img {
	border-left: 1px solid #FFF;
}

#home_photos img:first-child {
	border-left: 0;
}


/* STOCKIST / SUPPLIER */

#stockist_search {
	width: 400px;
	border: 2px solid #EE3E3A;
	background-color: #000;
	color: #FFF;
	padding: 10px;
}

	#stockist_search .smaller {
		margin: 1em 0;
	}

	#stockist_search .label {
		margin: 1em 0;
	}

	#stockist_search .txt {
		width: 240px;
		color: #000;
	}

	#stockist_search .btn{
		width: 65px;
		font-size: 100%;
		padding: 0;
		margin: 0;
		border-width: 1px;
	}

.stockist, .supplier {
	width: 400px;
	border: 1px solid #000;
	background: url(images/bg_search.png) left top repeat;
	color: #000;
	padding: 10px;
}

.supplier_height {
	min-height: 90px;
}

.supplier img {
	float: right;
	margin: 0 0 5px 10px;
}

.stockist_join {
	border: 2px solid #000;
	background-color: #EE3E3A;
	color: #FFF;
	padding: 10px;
}

.stockist_join * {
	color: #FFF ! important;
}

.stockist_join p {
	font-size: 80%;
}
	

/* CONTACT FORM */

	#contact_address {
		height: 7em;
		width: 400px;
	}

		#contact_address div {
			position: absolute;
			width: 180px;
			top: 0px;
			right: 0px;
		}

		#contact_address div:first-child {
			left: 0px;
			right: auto;
		}


	.contact_form {
		border-collapse: collapse;
		width: 400px;
	}

	.contact_form td {
		width: 300px;
	}

.contact_form td.spanned {
		width: auto;
	}

	.contact_form td, .contact_form th {
		text-align: left;
		padding: 2px 5px;
	}

	.contact_form .colspanned_top th, .contact_form .colspanned_top td {
		padding-bottom: 0;
	}

	.contact_form .colspanned_top td {
		width: auto;
	}

	.contact_form .colspanned_bottom th, .contact_form .colspanned_bottom td {
		padding-top: 0;
	}


/* about */

.table {
	border-collapse: collapse;
	width: 100%;
}

.table td {
	text-align: center;
}


.hr {
	height: 0px;
	border:0;
	border-top: 1px solid #000;
}
