/* - - - - - - - - - - - - - - - - - - - - -
Title : Threadbear v.1
Author : Jennifer Murray
URL : www.threadbear.com.au
Created : 20080721
Modified : 20100222
- - - - - - - - - - - - - - - - - - - - - */

@charset "UTF-8";
/* =CALL LIBRARY */
	@import url("reset-min.css"); /* ------- Reset all CSS Styles */

	
/* GENERAL - the general styles */
body {
font: 62.5%/2.2em "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
color: #4b4942;
background: #ffffff;
}

a {
text-decoration: none;
color: #ffffff;
}

a:hover {
color: #bb800f;
}

hr {
display: none;
}

strong {
font-weight: bold;
}


ul.borderedlist li {
border-bottom: 1px dashed #9f0026;/* */
}

ul.borderedlist li a {
display: block;
padding:3px 0 0 2px;
height: 26px;
color: #ffffff;
}

ul.borderedlist li a:hover{
background: #ffffff;
color: #9f0026;
}


/* LAYOUT - the main layout styles */

.container {
width:900px;
margin: 0 auto;
position: relative;
overflow: hidden;
}

/* header layout */

#header {
height: 190px;/* was 253px */
background: #ffffff url(../images/new8.gif) top repeat-x; /* top_bg5*/
position: relative;
}

#navigation {
position: absolute;
right: 0;
top:20px;
}

/* main area layout */

#main {
padding:10px 0 20px 0;
}

#leftcolumn {
float: left;
width:193px;
}

#center {
float: left;
width:667px;/* was 467 */
padding: 0 20px;
}

#rightcolumn {
float: left;
width:0px;/* was 200 */
}

/* bottom layout */

#bottominfo {
border-top: 5px solid #42423b;
background: #f1eee7;
padding-bottom:25px;
width: 100%;
overflow: hidden;
}

.bottomcolumn {
float: left;
width:288px;
margin-right: 18px;
}

.bottomright {
margin-right:0;
}

/* HEADER - the header styles */

#header .container {
height: 187px;/* was 253 */
}

#header .container p {
padding-top:63px;
}
/* logo */

h1 {
position: absolute;
height: 71px;
top: 15px;
}

h1 a {
font: 24px/24px Arial, Helvetica, sans-serif;
font-weight: bold;
letter-spacing: -2px;
padding: 22px 9px 25px 11px;
display: block;
color: #fff;
background: url(../images/logo_bgRp.gif) left top no-repeat;
width: 356px;
}

h1 a:hover {
color: #fff;
}

h1 a span {
height:71px;
width: 13px;
position: absolute;
top:0;
right: -13px;
cursor: pointer;
background: url(../images/logo_right.gif) right top no-repeat;
}

/* top navigation */

#navigation li {
float: left;
padding-right: 27px;
text-transform: uppercase;
font-size: 1.3em;
font-weight: normal;
}

#navigation li a {
color: #fff;
}
#navigation li a:hover,#navigation li.active a {
color: #2c2c2c;
}

/* message and building pic */

#banner {
position: absolute;
height: 125px;
color: #ffffff;
font-weight: bold;
padding:0 440px 0 7px;
bottom: 0;
background: url(../images/banner.jpg) right bottom no-repeat;
font-size: 1.3em;
}
	
/* CONTENT - the content styles */
/* left column */

.leftbox {
background: #9f0026 url('../images/shade.gif') repeat-x;
padding: 10px 10px 10px 10px;
margin-bottom:3px;
line-height:1.8em;
}

.logbox {
background: #9f0026 url('../images/shade.gif') repeat-x;
padding: 10px 15px 10px 15px;
margin-bottom:3px;
line-height:1.8em;
}


.logbox h2 {
	color: #ffffff;
	font-size: 120%;
}
h3.leftbox {
font-size:19px;
color: #ffffff;
background: #db4351 url() 0 0 repeat-x;
padding: 5px 0 10px 23px;
}

h3.header_small {
font-size:15px;
font-weight: bold;
padding:0 23px 5px 23px;
}

h4.header_small {
font-size: 12px;
color: #fff;
font-weight: bold;
padding: 5px 5px 5px 15px;
}

ul.leftbox {
font-size: 1.2em;
padding-bottom: 1.6em;
}



.features {
padding-top:15px;
font:1.27em Arial, Helvetica, sans-serif;
}
	
#leftcolumn .leftbox p {
padding-bottom:1em;
line-height:1.5em;
font-size:12px;
}


/* center column */

.article_wrapper h2 {
color: #db4351;
font-size:2em;
margin:10px 0;
}

.article_wrapper h3 {
color: #643206;
font-size: 1.4em;
margin: 10px 0;
}

.article_wrapper h4, legend {
	color: #db4351;
	margin:10px 0;
	font-size: 1.4em;
}

.article_wrapper h5 {
	color: #db4351;
	margin: 0 0 5px 0;
	font-size: 1.4em;
}	

.article_wrapper p {
padding-bottom:10px;
margin: 0 8px;
font-size:1.3em;
text-align: justify;
}


.article_wrapper a {
	color: #db4351;
	font-weight: bold;
}

.article_wrapper a:visited {
	color: #643206;
	font-weight: bold;
}

.article_wrapper a:hover {
	color: #db4351;
	font-weight: bold;
	text-decoration: underline;
}

.article_wrapper ul {
font-size: 1.2em;
padding-right: 8px;
padding-left: 35px;
padding-top: 8px;
}

.article_wrapper dl {
	font-size: 1.2em;
	padding-left: 15px;
	color: #db4351;
}

.article_wrapper dt {
	font-weight: bold;
}

.article_wrapper dd {
	color: #643206;
	padding-left: 15px;
	text-align: justify;
}

.article_wrapper table {
width: 500px; /*was 390*/
border: none;
empty-cells: hide;
}



.article_wrapper td {
width: 160px;
text-align: center;
vertical-align: top;
font-weight: bold;
padding: 0 5px 0 0;
}
.pattern_wrapper {
margin: 1em;
clear: both;
}

.pattern_wrapper p{
padding-bottom: 10px;
}

td.empty {
background-color: #ffffff;
}

img.left {
	padding:5px;
	float:left;
	margin: 10px 13px 5px 0;
	background-color:#ffffff;
	border:1px solid #662d2d;

}

span#floatleft {
	padding:5px 5px 0 5px;
	float:left;
	margin:7px 10px 2px 2px;
	background-color:#ffffff;
	border:1px dashed #9f0026;
	position:relative;
	z-index:90;
	}

span#floatright {
	padding:5px 5px 0 5px;
	float:right;
	margin:7px 10px 2px 7px;
	background-color:#ffffff;
	border:1px dashed #9f0026;
	position:relative;
	z-index:90;
	}


.sig {
	font-style: italic;
	color: #db4351;
	font-size: 1.5em;
	padding-left: 20px;
}

.red, .redb {
	font-style: normal;
	color:#db4351;
}
.redb {
	font-weight: bold;
}

.redi {
	font-style: italic;
	color:#db4351;
}

.redbi {
	font-weight:bold;
	font-style: italic;
	color: #db4351;
}
.req {
	font-style: italic;
	font-size: .8em;
	color:#db4351;
}



.table {
	font-size: .8em;
	font-style: normal;
}

#redquote {
	width: 90%;
	margin: 20px 50px 20px 0px;
	background: #F2E6D6;
	border: 1px solid #db4351;
	}

#redquote p {
	padding: 10px;
	font-size: 1.1em;
	font-weight:normal;
}
blockquote {
	width: 550px;
	margin: 20px 50px 50px 50px;
	background: #F2E6D6;
	border: 1px solid #db4351;
	padding-left: 1.5em;
}

blockquote p {
	padding: 10px;
	font-size: 1.1em;
}

blockquote p.small {
	padding: 10px;
	font-size: 1.1em;
	font-weight:normal;
}

#innermenu ul {
	margin: 0;
	padding: 0;
}
#innermenu li {
	float: left;
	/* display: inline-block; */
	margin-left:0;
	margin-bottom:.1em;
	padding: .2em 1em .2em 1em;
	list-style-type: none;
}

	
/* right column */

.rightbox_wrapper {
background: #9f0026 url('../images/shade.gif') repeat-x;
padding:5px;
margin-bottom: 20px;
width:190px;/*was 207*/
overflow: hidden;
font-size:11px;
line-height: 18px;
color: #ffffff;
}

.rightbox {
border: 1px dashed #9f0026;
width:188px;/*was 205*/
overflow: hidden;
padding-bottom:6px;
}


.product_wrapper {
float: right;
width:183px;/*was 200*/
}

.product_wrapper h4 {
font-size:1.3em;
color: #ffffff;
font-weight: bold;
padding-top: 8px;
padding-left: 3px;
}

.product_wrapper p, .product_wrapper ul {
font-size: 1em;
text-align: justify;
padding-right: 8px;
padding-left: 5px;
padding-top: 5px;
}

.product_wrapper li {
	text-decoration: none;
}

.lastbox { 
margin:0;
}

/* BOTTOM */

.enewsbox {
float: left;
width: 180px;
height: 17px;
padding:3px 5px;
border: 4px solid #5599A7;
font-size:13px;
}

/*  forms  */
/*
fieldset {
padding: 1em;
font-size:.8em;
border:1px solid #db4351;
margin-bottom:1em;
}

label {
float:left;
width:25%;
margin-right:0.5em;
padding-top:0.2em;
padding-right:.8em;
text-align:right;
font-weight:normal;
width:100px;
}

legend {
padding: 0.2em 0.5em;
border:1px solid #db4351;
color:#db4351;
font-size:90%;
text-align:right;
}

input,text{
background-color:#ffffff;
color:#000000;
font-size:1em;
margin:0 0 .4em 0;
}
* /

/* FOOTER */
#footer {
height: 37px;
background: #b27446 url(../images/footer_bg.gif) 0 0 repeat-x;
font-size: 1.2em;
}

#footer a {
color: #ffffff;
}

#designby {
background: url() 0 0 no-repeat;
float: left;
height: 23px;
padding:2px 0 0 30px;
margin-top: 5px;
}

#footer_navigation {
float: right;
padding-top:7px;
}

#footer_navigation li {
float: left;
padding-left:18px;
}

#footer_navigation li a {
text-transform:uppercase;
}
#footer_navigation li a:hover {
color: #9f0026;
}	