/*	Colors used on site : 

links : #996600
text : #666

*/


/*------------------------------
			GLOBAL
-------------------------------*/

body {
	font-family: Helvetica Neue, Helvetica, Verdana, Arial, sans-serif;
	text-align: center;
	background: black;
}

img {
	border: none;
}

a:active
{
  outline: none;
}

:focus
{
  -moz-outline-style: none;
}


/*------------------------------
			LAYOUT
-------------------------------*/
#container {
	width: 940px;
	margin: 0 auto;
}

#header {
	position: relative;
	width: 940px;
	height: 120px;
	text-align: left;
	background: url(../images/headerbg.gif) repeat-x bottom;
}


#banner {
	position: relative;
	width: 940px;
	height: 280px;
	text-align:left;
}



#content {
	position: relative;
	width:  940px;
	text-align: left;
	background: #fff url(../images/contenttop.jpg) right top no-repeat;
}


#inner{
    width: 600px;
    margin-left: 300px;
    padding-left: 30px;
    min-height: 360px;
    height: auto !important;
    height: 360px;
}

#sidebar {
	position: absolute;
	top: 0;
	left: 0;
	width: 316px;
	text-align: left;
	background: url(../images/sidebartop.jpg) no-repeat;		
}



#footer {
	position: relative;
	clear: both;
	width: 940px;
	height: 85px;
	background: url(../images/footerbg.jpg) no-repeat;
	
}

/* ----------------------------
		ADMIN/ SHOP LAYOUT
-------------------------------*/
body#admin #content, body#shop #content{
	position: relative;
	width:  940px;
	text-align: left;
	background: #fff;
	background-image:none;
}

body#admin #sidebar, body#shop #sidebar{
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	text-align: left;	
	background-image:none;
}

body#shop #inner, body#admin #inner{
	width:700px;
	margin-left:200px;		
	min-height:700px;
	_height:700px; /* min height for ie6 */}
/*------------------------------
			NAVIGATION
-------------------------------*/
#header ul {
	position: absolute;
	left: 310px;
	top: 32px;
}

/*------------------------------
			TEXT
-------------------------------*/

#content {
	font-size: 14px;
	color: #666;
	line-height: 20px;
}

#content p {
	padding-bottom: 8px;
}

#footer p {
	text-indent: -9999px;
}

/*------------------------------
			LINKS
-------------------------------*/

a:link, a:visited {
	font-weight: bold;
	color: #996600;
}


a:hover, a:active {
	font-weight: bold;
	color: #000;
}

#footer a:link, #footer a:visited {
	position: absolute;
	right: 0;
	top: 50px;
	display: block;
	width: 119px;
	height: 17px;
	background: url(../images/login.gif) no-repeat top;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	padding-top: 6px;
}

#footer a:hover, #footer a:active {
	background: url(../images/login.gif) no-repeat bottom;
}

/*------------------------------
			HEADINGS
-------------------------------*/

h1, h2, h3, h4, h5 {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	font-style: normal;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
	padding:10px 0px 5px 0px;
}

h4 {
	font-size: 16px;
}

#header h2 {
	position: absolute;
	right: 0;
	top: 6px;
	background: url(../images/telbg.gif) no-repeat;
	text-indent: -9000px;
	width: 193px;
	height: 26px;
}

#banner h1 {
	position: absolute;
	z-index: 100;
	top: 30px;
	left: 0;
	color: white;
	text-align: right;
	width: 406px;
	height: 90px;
	padding-top: 10px;
	padding-right: 60px;
	line-height: 40px;
}

#content h2 {
	color: #A89C24;
	padding: 20px 0;
}

/*------------------------------
			IMAGES
-------------------------------*/

#header img {
	padding-top: 35px;
}

.photo {
	background: url(../images/photobg.jpg) no-repeat;
	padding: 44px 50px 50px 48px;
	margin-top: 20px;
}

.tab {
	margin-left: -19px;
}

/*------------------------------
			FORMS
-------------------------------*/

body.contact form {
	padding: 20px 0;
	width: 600px;
}

body.contact fieldset {
	width: 600px;
}

body.contact legend {
	font-style: italic;
	font-family: Georgia, Times, serif;
	font-size: 18px;
}

body.contact fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
}

body#contact fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}

body.contact .submit {
	margin-left: 2em;
	width: 60px;
	text-align: right;
}

body.contact label {
	margin: 0; 
	padding: 0;
	width: 200px;
	float: left;
	text-align: left;
	display: block;
	margin-right: 10px;
}

body.contact input,textarea {
	margin-left: 2em;
	border: 1px solid #999;	
	width: 300px;
	font-family: Georgia, Times, serif;
	font-size: 24px;

}

.pullDown{clear:both;}


/*------------------------------
			TABLES
-------------------------------*/

table {width:700px}


/*------------------------------
			CONTENT
-------------------------------*/

#content ul{
	margin: 10px 5px;
	list-style:disc;
}

#content ul li{margin: 2px 3px 2px 25px;}
/*------------------------------
		OUR BUTCHERS
--------------------------------*/
.butcher{margin: 5px 0px; }

.butcher img{
	float: left; 
	margin-right: 10px; 
	border: 1px solid #996600;}

.butcher p{margin-left:130px;}

.required{color:red;}

/*  ---------------------------
		OTHER GLOBALS
---------------------------------*/
.center{text-align:center;}

.error{color:#F00;}

.confirmation{color:#0C0;}

#inner .width50 {width:50px;}
#inner .width100{width:100px;}
#inner .width150{width:150px;}
#inner .width200{width:200px;}
#inner .width250{width:250px;}
#inner .width300{width:300px;}
#inner .width350{width:350px;}
#inner .width400{width:400px;}

hr {clear:both;}

#content .noListStyle{list-style:none;}

/*-------------------------------------
		 Clearfix Rule
--------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




/*============================
	SIDEBAR MENU
=============================*/
#content #sidebar ul{
	list-style:none;
	color:#FFF;
	margin:0px;}

#sidebar ul li{
	margin:0px;
	padding: 0px;
	_display:inline;
}
#sidebar ul li ul{
	padding:0px;
	margin:0px;}
	
#sidebar ul li ul li{
	margin:0px;
	padding:0px;}
	
#sidebar ul a{
	background-color:#996600;
	color:#FFF;
	margin-bottom:1px;
	display:block;
	text-decoration:none;
	padding:5px;
	}
	
#sidebar ul a:hover{background-color:#634200;}

#sidebar h2{
	padding:10px 0px;
	margin-bottom:1px;
	display:block;
	background-color:#634200;
	color:#FFF;
	text-align:center;
	}
	
#sidebar #basket{
	background-color:#996600;
	text-align:center;
	padding-bottom:5px;
}

#sidebar #basket form {
	clear:both;
	float:none;
	margin-left:auto;
	margin-right:auto;
	}

#sidebar #basket form input{
	clear:both;
	float:none;}
	
/* --------------------------
	DEFINITION LISTS
-----------------------------*/
form dt {
   clear:both;
   width:33%;
   float:left;
   text-align:left;
}

form dd {
   float:left;
   width:66%;
   margin:0 0 0.5em 0.25em;
}
