/*
Design by Third Arm Limited
Copyright (c) 2006
www.thirdarm.net.nz
*/


body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* CSS hack to center page in IE4, IE5, IE5.5 and IE6 in quirks mode */
	font-size: 12px;
	background-color:#AAAAAA;
	padding: 2px;
	margin: 10px;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 130%;
}

h4 {
	font-size: 120%;
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 105%;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #FF8000;
}

/* #pageframe - 780px frame around page, centered in the middle of the screen */
#pageframe {
	background: white none repeat scroll 0%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 780px;
}

/* fancy quote marks */
blockquote {
	margin: 20px;
	border-top: 0px;
	border-right: 1px solid #eee;
	border-bottom: 0px;
	border-left: 1px solid #eee;
	text-align: center;
}

.q1 {
	background: url(../images/blockbga.gif) no-repeat 5px -5px;
	padding: 2em 40px 0px;
}

.endquote {
	background: url(../images/blockbgb.gif) no-repeat right bottom;
	margin: 0px -40px 0px 0px;
	padding: 7px 40px 2em 0px;
}

.q2 {
	background: url(../images/qwinqa.gif) no-repeat left -5px;
	padding: 1em 40px 0px;
}

.endquote2 {
	background: url(../images/qwinqb.gif) no-repeat right bottom;
	margin: 0px -40px 0px 0px;
	padding: 7px 40px 2em 0px;
}

/* banner - thirdarm logo and search field at top of every page */
#banner {
	background-image:url(../images/thirdarm_title.jpg);
	background-repeat:no-repeat;
	height: 90px;
	font-size: 10px;
}

.textfield {
	border: solid 1px #000033;
	color: #000066;
	height: 15px;
	font-size: 10px;
}

.submitbutton {
	border: solid 1px #000033;
	background-color: #B30000;
	color: #FFFFFF;
	height: 20px;
	font-size: 10px;
}

/* .leftstrip - 200px strip on the left of the page with quick links */
.leftstrip {
	float: left;
	width: 200px;
	margin-right: 10px;
}

.strip_cap_top {
	background-image:url(../images/border_cap_top.gif);
	background-repeat: no-repeat;
	height:13px;
	padding: 0;
	margin: 0;
}

.strip {
	background-image:url(../images/border_strip.gif);
	background-repeat: repeat-y;
	padding: 0;
	margin: 0;
}

.strip_cap_bottom {
	background-image:url(../images/border_cap_bottom.gif);
	background-repeat: no-repeat;
	height:13px;
	padding: 0;
	margin: 0;
}


/* .quicklinks - 180px strip inside leftstrip */
.quicklinks {
	padding: 10px;
}

/* .pagecopy - textual content of the page, inside .pageframe */
.pagecopy {
	margin-left: 200px;
	padding: 10px;
}

.clear {
	clear: both;
}

/* .nav - navigation bar, constructed from inlined unordered list */
.nav {
	padding: 1px;
	background-color: #FF0000;
}

.nav ul li {
	color: #ffffff;
	display: inline;
	padding: 0 10px;
	margin: 0;
}

.nav ul li a {
	color: #ffffff;
	text-decoration: none;
} 

.nav ul li a:hover {
	color: #FF8000;
} 

#searchwebsite {
	margin: 0;
	padding: 0 10px;
}

#myaccountlogin {
	margin: 0;
	padding: 0 10px;
}

.bordered_box {
	border: solid 1px #FF0000;
	padding: 10px;
	margin: 0 0 2px 0;
}

/* #copyright - copyright and terms text in the footer of everypage */
#copyright {
	font-size: 9px;
	color: #666666;
}


/* #portfolio - assortment of sites created by Third Arm, in table format */

#portfolio {
	text-align: center;
	margin-left: auto;
}

#portfolio a {
	text-decoration: none;
}


/* #contact - contact details */

#contact {
	font-size: 12px;
}

#contact a {
	text-decoration: none;
}

#contact h2 {
	display: inline;
	font-size: 14px;
	color: #B30000;
}


.redbox {
	width: 260px;
}

* html .redbox {
	margin-right: -3px;
}

.redbox_sides {
	background-image: url(../images/redbox_sides.gif);
	background-repeat: repeat-y;
	width: 260px;
}

.redbox_content {
	margin: 0px 10px 0px 10px;
	width: 240px;
}

.redbox_top {
	background-image: url(../images/redbox_top.gif);
	background-repeat: no-repeat; 
	height: 76px;
	margin: 0;
	padding: 0;
}

.redbox_bottom {
	background-image: url(../images/redbox_bottom.gif);
	background-repeat: no-repeat; 
	height: 80px;
	margin: -35px 0 0 0;
	padding: 0;
}

.redbox_content .price {
	font-size: 40px;
	text-align: center;	
}

