/* 

	Author:				Matt Evans (TheWebCo.co.nz)
	Date/Time:			16/01/2007	11:09 AM
	Purpose: 			Main CSS Stylesheet for Patchwork Passion Website.

*/

html, body
{
	width : 100%;
	height : 100%;
	margin : 0%;
	padding: 0%;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

a img
{
	border: 0;
}

/* 

	Link Rollover Settings

*/

A:link
{
color: #541011;
}
A:visited 
{
color: #541011;
}
A:active
{
color: #541011;
}
A:hover
{
color: #000;
}

.link
{
	text-decoration: none;
}

/* 

	DIV Settings & More.

*/

#container
{
	position: relative;
	width: 1003px;
	height: 628px;
	background-color: #FFFFFF;
	top:0%;	
	left: 0%;
	margin: 0 auto;
}

#headerImg
{
	/*position:absolute;
	left: 0px;
	top:0px;
	position:absolute;*/
	width: 1003px;
	height: 196px;
}

div.new
{
	width: 1003px;
	position:relative;
}

#patchwork
{
	/*position:absolute;
	left: 0px;
	top: 196px;*/
	float:left;
	width: 87px;
	
	background-image:url(../images/patterns.jpg);
	background-repeat:repeat;
}

#content
{
	/*position:absolute;
	left: 87px;
	/*height: 772px;*/
	/*width: 876px;*/
	width:963px;
	/*top: 196px;*/
	float:left;
	background-image:url(../images/background.jpg);
	background-repeat:repeat;
	/*overflow:auto; */
	padding: 20px;

}

#newcontent
{
	margin-left:87px;	
}

#errorAdmin
{
	position:absolute;
	left: 87px;
	text-align:center;
	top: 380px;
	height: 20px;
	width: 915px;
	background-color:#FF0000;
}

#button
{
	position:absolute;
	left: 5px;
	top: 5px;
}

.empty
{
	clear:both;
	float:left;
	width:1003px;
	height:5px;
}
#copyright
{
	/*position: absolute;*/
	clear:both;
	position:relative;
	/*left: 87px;*/
	height: 22px;
	/*width: 916px;*/
	width:1003px;
	/*top: 608px;*/
	background-image:url(../images/background.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 1px;
	/*margin-left:87px;*/
	padding-bottom:5px;
}

#logout
{
	position:absolute;
	left: 90px;
	height: 16px;
	width: 800px;
	top: -2px;
	text-align: right;
}



/*

	Global Text Size & Face Settings

*/

.text
{
	font-size: 80%;
	color: #541011;
}

.smallText
{
	font-size: 70%;
	color: #541011;
}

.center
{
	text-align:center;
}

.errorText
{
	font-weight:bold;
	font-size:80%;
	color: #fff;
}

.specialTable
{
	border-style:solid;
	border-width:thin;
	border-color:#000;
}


/*

	CSS Menu © 2006-2007 
	Matt Evans (matt@thewebco.co.nz)

*/

#tabsC 
{
	position: absolute;
	z-index: 99;
	top: 160px;
	float:left;
	width:100%;
	font-size:75%;
	line-height:normal;
	border-bottom:medium;
	border-bottom-style:solid;
	border-bottom-color: #541011;
	font-weight: bold;
}

#tabsC ul 
{
	margin:0;
	padding: 10px 10px 0 1px;
	list-style:none;
}

#tabsC li
{
	display:inline;
	margin:0;
	padding:0;
}

#tabsC a
{
	float:left;
	background:url("../images/tableftCspecial.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 10px;
	text-decoration:none;
}

#tabsC a span
{
	float:left;
	display:block;
	background:url("../images/tabrightCcopy.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#cccccc;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsC a span
{
	float:none;
}

/* End IE5-Mac hack */
#tabsC a:hover span 
{
	color:#FFF;
}

#tabsC a:hover
{
	background-position:0% -42px;
}

#tabsC a:hover span
{
	background-position:100% -42px;
}
