/* Text ***********************************/

body {
	color: #808285;
	font-family: Arial, Helvetica, Geneva, sans-serif;
    height: 100%;
    font-size: 12px;
}

h1,h2,h3 {
	font-weight: bold;
}

h1,h2,h3,li {
	margin-bottom: 3px;
}

.sIFR-active .sifr {
  visibility: hidden;
  line-height: 1em;
  color: #CCCCCC;
}

a, a:active, a:hover, a:visited {
	border: 0;
	outline: none;
}

p {
	margin-bottom: 13px;
}

input[type='text'] {
	
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	/*color: #FFDE00;*/
	/*text-decoration: underline;*/
}

a.ro:hover {
	text-decoration: none;
}

em, .heading {
	font-weight: bold;
}

li {
	list-style-type: none;
}

.dark {
	color: #333333;
}

.purple {
	color: #9e005d;
}

form li {
	margin-bottom: 10px;
}

form label {
	display: inline-block;
	width: 120px;
	color: #333333;
}

form .fw {
	width: 258px;
}

form textarea {
	vertical-align: top;
	padding: 2px;
}

form input {
	vertical-align: middle;
}

form li.bottom {
	margin-top: 14px;
	margin-bottom: 0;
}

form li.bottom span {
	float: right;
	text-align: right;
}

/* Tabs ************************************/

.tabs {
	display: inline-block;
	position: relative;
}

.tabs li {
	display: block;
	float: left;
	background-image: url('/assets/images/global/tabs/bgOff.gif');
	padding: 0;
	margin: 0;
	position: relative;
	left: -1px;
	line-height: 34px;
	height: 33px;
	top: 1px;
	overflow: hidden;
}

.tabs li a {
	display: block;
	float: left;
	padding: 0px 14px;
	background-image: url('/assets/images/global/tabs/l.gif');
	background-repeat: no-repeat;
	color: #a1a1a1;
	font-size: 17px;
	font-weight: bold;
}

.tabs li a:hover {
	text-decoration: none;
	color: #9e005d;
}

.tabs li span {
	display: block;
	float: left;
	background-image: url('/assets/images/global/tabs/r.gif');
	background-position: 100% 0;
	background-repeat: no-repeat;
}

.tabs li.on {
	background-image: url('/assets/images/global/tabs/bgOn.gif');
	height: 34px;
}

.tabs li.on a {
	color: #9e005d;
}

.tabs li.left {
	left: 0;
}

/* Layout ***********************************/

#outerWrap {
	position: relative;
	width: 950px;
	margin: 0 auto;
}

#contentWrap {
	width: 100%;
	min-height: 400px;
	display: inline-block;
}

p.copyright {
	margin-top: 40px;
	float: right;
	text-align: right;
}

p.siteBy {
	float: left;
	font-size: 11px;
	margin-top: 40px;
	color: #CCCCCC;
}

p.siteBy a {
	color: #CCCCCC;
}

p.copyright span {
	font-size: 11px;
}

p.copyright a {
	text-decoration: underline;
}

p.copyright span a {
	text-decoration: none;
}

p.siteBy a:hover, p.copyright a:hover {
	color: #111111;
}

/* Holding ***********************************/

#flashWrap {
	height: 100%;
}

/* Header ***********************************/

#header img#logo {
	margin: 10px 0 22px 420px;
	width: 216px;
	height: 79px;
}

#mainNav {
	text-align: center;
	padding: 0;
}

#mainNav li {
	display: inline;
	margin-right: 26px;
}

#mainNav li.right, .weeksMessage li.right {
	margin-right: 0;
}

#mainNav li a, .weeksMessage li a {
	font-size: 12px;
	color: #808285;
}

#mainNav li a:hover, .weeksMessage li a:hover {
	color: #000;
	text-decoration: none;
}

#mainNav li.current a, .weeksMessage li.current a {
	color: #000;
	font-weight: bold;
}

#basketOverview {
	position: absolute;
	right: 0;
	top: 22px;
	width: 226px;
	height: 37px;
	padding: 8px 8px 8px 10px;
	border: 1px solid #d1d3d4;
	line-height: 18px;
}

#basketOverview img {
	float: left;
	padding-right: 4px;
	position: relative;
	top: -3px;
}

#basketOverview div {
	display: inline-block;
	float: right;
	width: 190px;
}

#basketOverview span {
	display: block;
	float: left;
}

#basketOverview .view {
	float: right;
}

#basketOverview .view a 
{
	color: #808285;
}

#tradeLoginInfo {
	position: absolute;
	top: 22px;
	left: 0;
	border: 1px solid #d1d3d4;
	padding: 8px 8px 8px 10px;
}

#tradeLoginInfo a {
	display: inline-block;
	width: 60px;
	color: #9e005d;
	font-weight: bold;
	text-align: right;
}

/* Birds on the left ***********************************/

#birdWrap {
	float: left;
	width: 370px;
	height: 400px;
}

#birdWrap h3 {
	display: block;
	text-align: center;
	margin: 3px 0 0 0;
	font-size: 32px;
	line-height: 31px;
}

/* Section-specific bird stuff ***/

.shop #birdWrap .speechBubble {
	position: relative;
	left: 130px;
	top: 10px;
}

.shop #birdWrap {
	color: #9e005d;
	margin-top: 30px;
}

.shop #birdWrap h3 {
	width: 240px;
}

#outerWrap .shop .tradeBird h3 {
	font-size: 28px;
	position: relative;
	top: -56px;
	text-align: left;
	width: 120px;
	margin-left: 46px;
	line-height: 26px;
}

#outerWrap .shop .tradeBird a {
	position: relative;
	top: -42px;
	color: #9e005d;
	margin-left: 36px;
}

#outerWrap .shop .tradeBird a:hover {
	text-decoration: underline;
}

.basket #birdWrap {
	color: #5574b8;
	padding-top: 45px;
	text-align: center;
}

.basket #birdWrap h3 {
	width: 320px;
}

.order #birdWrap {
	padding-top: 38px;
	color: #f4989d;
	text-align: center;
}

.order #birdWrap img {
	margin-left: 10px;
}

.order #birdWrap h3 {
	position: relative;
	top: -4px;
}

.orderSuccess #birdWrap {
	padding-top: 40px;
	color: #2e3091;
}

.orderSuccess #birdWrap img {
	margin-left: 70px;
}

.contact #birdWrap {
	padding-top: 28px;
	color: #545554;
}

.contact #birdWrap img {
	position: relative;
	left: -10px;
}

.contact #birdWrap h3 {
	width: 220px;
	position: relative;
	top: -6px;
}

.about #birdWrap {
	color: #3ab54b;
	padding-top: 38px;
	width: 250px;
}

.about #birdWrap h3 {
	text-align: left;
	font-size: 27px;
	line-height: 27px;
}

.notAllBirds #birdWrap {
	padding-top: 40px;
	color: #ec008b;
}

.notAllBirds #birdWrap img {
	margin-left: 140px;
}

.notAllBirds #birdWrap h3 {
	text-align: left;
	font-size: 30px;
	width: 180px;
	position: relative;
	top: -22px;
	left: 33px;
}

.trade #birdWrap {
	color: #f26522;
	padding-top: 40px;
	width: 232px;
	margin-left: 80px;
	display: inline;
}

.trade #birdWrap h3 {
	text-align: left;
	width: 230px;
}

.weeksMessage #birdWrap {
	padding-top: 30px;
	color: #ec1d24;
	width: 210px;
}

.weeksMessage #birdWrap img {
	margin-left: 10px;
}

.weeksMessage #birdWrap h3 {
	text-align: left;
	width: 220px;
	font-size: 36px;
	position: relative;
	top: -5px;
}

.mailingList #birdWrap {
	padding-top: 30px;
	color: #005826;
	width: 200px;
}

.mailingList #birdWrap h3 {
	position: relative;
	top: -18px;
	text-align: right;
	width: 178px;
}

.legal #birdWrap {
	margin-top: 36px;
	padding-left: 20px;
	text-align: center;
	width: 320px;
}

/* 'Other stuff' left pane with submenu */

.home {
	margin-top: 20px;
}

.other #birdWrap {
	position: relative;
	color: #0095da;
	padding-top: 40px;
}

.other #birdWrap .speechBubble {
	position: absolute;
	top: 20px;
	left: 230px;
}

.other #birdWrap h3 {
	text-align: right;
	width: 300px;
}

.other #birdWrap ul {
	text-align: right;
	width: 298px;
	margin-top: 12px;
	font-size: 24px;
	font-weight: bold;
}

.other #birdWrap li {
	margin: 0;
	padding: 0;
}

.other #birdWrap li a.current {
	color: #00746a;
}

.other #birdWrap ul a {
	color: #a5dbde;
}

.other #birdWrap ul a:hover {
	color: #00746a;
	text-decoration: none;
}

/* Shop ***********************************/

#mainContent {
	float: right;
	display: inline;
	width: 560px;
	margin-top: 38px;
	min-height: 100px;
}

a.category {
	display: block;
	float: left;
	width: 180px;
	height: 250px;
	margin: 0 5px 0 0;
}

a.category img {
	width: 180px;
	height: 200px;
}

a.category h4 {
	position: relative;
	top: -20px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	line-height: 22px;
	margin: 0;
	padding: 0;
}

/* cards */

#categorySelect {
	float: right;
	margin-bottom: 	20px;
}

#categorySelect span {
	font-size: 13px;
	color: #9e005d;
	margin-right: 5px;;
}

table.subcategory {
	float: right;
	margin-bottom: 12px;
}

table.subcategory td,
table.subcategory th {
	border: 1px solid #d1d3d4;
}

table.subcategory th {
	font-size: 14px;
	font-weight: bold;
	color: #9e005d;
	line-height: 2.5em;
	padding: 0 8px;
}

table.subcategory tr.images td {
	height: 180px;
	width: 180px;
}

table.subcategory tr.images td a {
	border: 8px solid #ffffff;
	display: block;
	height: 164px;
	width: 164px;
	text-align: center;
	vertical-align: middle;
	font-size: 0;
}

table.subcategory tr.images td a:hover {
	border-color: #d1d3d4;
}

table.subcategory img {
	border: 1px solid #cecece;
	margin-top: 15px;
}

table.subcategory tr.details td {
	line-height: 20px;
	font-size: 1.1em;
}

table.subcategory tr.details span {
	text-align: center;
	display: inline-block;
}

table.subcategory tr.details span.price {
	width: 35%;
	padding: 0;
}

table.subcategory tr.details span.size {
	width: 65%;
}

/* card */

#cardInfo {
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}

#cardImg {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 20px 0px;
	margin: 0;
}

#cardImg img {
	border: 1px solid #cecece;
}

#cardInfo form span,
#basketWrap .row form span {
	display: inline-block;
	color: #333333;
}

#cardInfo .title {
	font-size: 22px;
	font-weight: bold;
	color: #9e005d;
	margin: 0 8px 12px 0;
}

#cardInfo ul {
	float: left;
}

#cardInfo form div {
	float: right;
	width: 145px;
	background: #f1f2f2;
	border: 1px solid #cdcdcd;
	padding: 12px;
}

#cardInfo form div label, #cardInfo li {
	margin-bottom: 8px;
}

#cardInfo label,
#basketWrap .row form label {
	display: inline-block;
	width: 65px;
	color: #808285;
}

form .quantity {
	width: 30px;
}

/* Basket */

#basketHeading img {
	vertical-align: middle;
	position: relative;
	top: -3px;
	margin-right: 4px;
}

#basketHeading {
	font-size: 14px;
	color: #646464;
	margin-bottom: 12px;
}

#basketWrap {
	border-top: 1px solid #d1d3d4;
	border-left: 1px solid #d1d3d4;
	border-right: 1px solid #d1d3d4;
}

#basketWrap .row {
	display: inline-block;
	width: 542px;
	padding: 8px;
	border-bottom: 1px solid #d1d3d4;
}

#basketWrap .row .title {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #9e005d;
	line-height: 22px;
	margin-bottom: 6px;
}

#basketWrap .row form {
	line-height: 18px;
}

#basketWrap .row div {
	float: left;
}

#basketWrap .row .left {
	width: 95px;
	margin-right: 17px;
	text-align: center;
}

#basketWrap .row .left img {
	border: 1px solid #cecece;
}

#basketWrap .row .right {
	float: right;
	font-size: 13px;
	text-align: right;
	line-height: 8px;
	color: #9e005d;
}

#basketWrap .row .right img {
	vertical-align: middle;
	margin-left: 6px;
}

#basketWrap a {
	color: #9e005d;
}

/* Order form */

.order #mainContent .info {
	border: 1px solid #d1d3d4;
	margin-top: 16px;
	padding-bottom: 12px;
}

.order #mainContent .info em {
	display: block;
	border-bottom: 1px solid #d1d3d4;
	padding: 5px 9px;
}

.order #mainContent .info li {
	margin: 11px 0 0 10px;
}

.order #mainContent .info p {
	margin: 6px 6px 0 10px;
	line-height: 20px;
	color: #333333;
}

/* Order Success yay */

.orderSuccess #mainContent .big {
	font-size: 19px;
	line-height: 24px;
	color: #555555;
}

.orderSuccess #mainContent p {
	font-size: 16px;
	margin-bottom: 24px;
}

.order .confirm .info em {
	margin-bottom: 8px;
}

.order .confirm .info span {
	font-size: 16px;
	line-height: 21px;
	display: block;
	margin-left: 10px;
	color: #333333;
}

.order .confirm .info em {
	font-size: 14px;
}

.order .confirm .info .country {
	text-transform: uppercase;
}

#submitRow {
	text-align: right;
	font-size: 16px;
	margin-top: 16px;
	padding-bottom: 4px;
}

#submitRow img, #submitRow input {
	vertical-align: middle;
	margin-left: 6px;
}

#submitRow span {
	font-weight: normal;
}

#submitRow ul {
	float: left;
}

.order .confirm #submitRow img, .order .confirm #submitRow input {
	margin-top: 38px;
}

.order .confirm form li
{
	margin-bottom: 3px;
}

#submitRow ul li span {
	display: inline-block;
	width: 110px;
	margin: 0 10px;
	text-align: left;
}

div.notAllBirds {
	background-image: url('/assets/images/notAllBirds/notAllBirds.gif');
	background-repeat: no-repeat;
	background-position: 0 100%;
}

.notAllBirds #mainContent p {
	color: #c94385;
	font-size: 18px;
	margin: 10px 0 300px 0;
	padding: 0 30px 0 20px;
	line-height: 24px;
}

#contentWrap .animation {
	width: 471px;
	background: #00a99c;
	color: #FFFFFF;
}

#contentWrap .animation p {
	font-size: 13px;
	margin: 12px;
}

#contentWrap .licensing {
	margin-top: 172px;
}

#contentWrap .books {
	width: 450px;
}

#contentWrap .books p {
	line-height: 22px;
	margin-top: 20px;
}

.trade #mainContent {
	width: 420px;
	margin-right: 110px;
	margin-top: 70px;
	display: inline;
}

.trade #formWrap {
	margin-bottom: 16px;
}

.trade #formWrap div {
	display: inline-block;
	background: #f1f2f2;
	border: 1px solid #cdcdcd;
	padding: 13px 16px;
}

.trade #formWrap label {
	display: inline-block;
	width: 120px;
	color: #333333;
}

.trade #formWrap div li {
	margin-bottom: 8px;
}

.trade #formWrap #forgot {
	display: block;
	float: left;
	color: #333333;
	margin-top: 5px;
}

.trade .heading {
	line-height: 50px;
	font-size: 16px;
	color: #9e005d;
	font-weight: bold;
}

.trade #formWrap .heading {
	font-size: 14px;
}

.trade p {
	line-height: 18px;
}

#outerWrap .shop .tradeTerms {
	margin-top: 50px;
	color: #9e005d;
}

div.about {
	background-image: url('/assets/images/about/bg.gif');
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

.about #mainContent {
	width: 520px;
	margin-right: 180px;
	margin-top: 70px;
	margin-bottom: 100px;
}

.about #mainContent p {
	font-size: 13px;
	line-height: 16px;
}

.about #mainContent p em {
	color: #e4b7d2;
}

.contact #mainContent {
	margin-top: 70px;
	width: 550px;
	background-image: url('/assets/images/contact/bird.gif');
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

.mailingList #mainContent {
	margin-top: 70px;
	width: 528px;
	margin-right: 90px;
	padding: 0;
}

.mailingList #formWrap {
	background-image: url('/assets/images/mailingList/bird.gif');
	background-position: 100% 100%;
	background-repeat: no-repeat;
	width: 100%;
	display: inline-block;
	margin-bottom: 40px;
}

.mailingList #mainContent form {
	margin-top: 60px;
}

.mailingList #mainContent li.bottom input {
	margin-right: 18px;
}

.mailingList #mainContent p {
	display: block;
	padding: 40px 60px 0 50px;
	line-height: 16px;
	background-image: url('/assets/images/mailingList/dontWorry.gif');
	background-repeat: no-repeat;
}

#outerWrap .mailingList  .success {
	background-image: url('/assets/images/mailingList/successBird.gif');
	background-position: 50% 0;
	background-repeat: no-repeat;
	padding-top: 128px;
}

.mailingList .success h3 {
	font-size: 40px;
	line-height: 38px;
	color: #00a651;
	text-align: center;
}

#outerWrap .contact .success {
	background-image: url('/assets/images/contact/success.gif');
	background-position: 20% 0;
	padding: 144px 155px 0 135px;
	margin-top: 52px;
	width: 280px;
	text-align: center;
}

#outerWrap .mailingList  .success {
	background-image: url('/assets/images/mailingList/successBird.gif');
	background-position: 50% 0;
	background-repeat: no-repeat;
	padding-top: 128px;
}

.contact .success h3 {
	font-size: 40px;
	line-height: 38px;
	color: #8c6239;
}

.contact .success p {
	font-size: 15px;
	font-weight: bold;
	color: #545554;
	padding: 0 12px;
}

.contact form .fw, .mailingList form .fw {
	width: 300px;
}

.weeksMessage #mainContent {
	text-align: center;
	width: 730px;
	margin-top: 30px;
}

.weeksMessage #botWrap {
	float: right;
	width: 500px;
}

.weeksMessage ul {
	margin-top: 30px;
	margin-bottom: 10px;
}

.weeksMessage ul ul {
    margin: 0 0 10px 0;
}

.weeksMessage li {
	display: block;
	margin-right: 4px;
	float: left;
}

.weeksMessage li.left {
	margin-right: 15px;
}

.weeksMessage li.left a {
	font-weight: bold;
	color: #9e005d;
}

.weeksMessage li.left a:hover {
	color: #000000;
}

.weeksMessage li.right {
	margin-left: 15px;
}

.weeksMessage li img {
	vertical-align: middle;
	padding-bottom: 1px;
}

.other .licensing p {
	text-align: right;
	margin-top: 6px;
}

.validation-summary-errors, .field-validation-error
{
	color: #FF0000;
}

.legal #mainContent p {
	/*color: #666666;*/
}

/* admin site fixes *********************/

.mceContentBody #contentWrap #mainContent {
	margin: 0;
	padding: 0;
	background: none;
}

.mceContentBody #contentWrap {
	margin: 0;
	padding: 0;
	background: none;
}


