@charset "UTF-8";
/*BODY*/
body {
	background: url(../_images/header-grass-pattern.jpg) repeat-x top;
}
.site-heading {
	font-size: 100%;
	text-align:center;
	padding-top: 10px;
	color: #0066CC;
	position: absolute;
	top: -1000px;
	z-index: 0;
}
/*CONTENT CLASS DEFAULT*/
.container, .content {
	position: relative;
}
/*BORDER CLASS DEFAULT*/
.b-left {
	position: absolute;
	left:0;
	top:0;
}
.b-right {
	position: absolute;
	right:0;
	top:0;
}
/*TABLE CLASSES*/
.table {
	display: table;
}
.row {
	display: table-row;
	width: 100%;
}
.cell {
	display: table-cell;
	vertical-align: middle;
				}
				
.cell.img {
	width: 20%;
}
			* html.cell.box,
			*:first-child+html .cell.box {/*IE6&IE7 FIXES CSS TABLE LAYOUT*/
							float: right;							
							width: 400px;
							position: relative;
							top: -178px;
			}
p.cell {
	width: 80%;
			}
.box {
	background: none;
}			
/*HEADER SECTION*/
#header .content {
	height: 140px;
	/*background: url(../_images/rkdesign-goose-land.jpg) no-repeat top;*/
	background: url(../_images/rkdesign-goose-apparel-hdr.jpg) no-repeat top;
}
/*NAVIGATION SECTION*/
a.logo {
	position: absolute;
	top: 20px;
    top: -120px;
	left: 20px;
}
.main-menu {
	background: #94e3d7 url(../_images/menu-border.png) repeat-x bottom;
	min-height: 26px;
	border: 1px solid #62a453;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 0;
	min-width: 950px;
    position: relative;
    z-index: 10;
}
/*MAIN SECTION*/
#main, #copyright/*footer copywrite bar*/ {
	background-image: url(../_images/grad-dark-blue.png);
}
#main {
	background-repeat: repeat-x;
	background-position: top;
}
#main .container {
	padding-bottom: 18px;
}
#main .content {
	padding: 18px 0px 18px 0px;
	
}
#home #main .content, 
#about #main .content {
	/*padding:0;*/
}
#contact #main .content {
	padding-left: 36px;
}

/*FOOTER SECTION*/
#footer {
	min-height: 375px;
	background: #3f2821 url(../_images/footer-grass-pattern.png) repeat-x top;
	color: #FFFFFF;
	position: relative;
	min-width: 950px;
}
#footer .b-left {
	height: 358px;
	width: 7px;
	background: url(../_images/footer-edge-left.png) no-repeat;
}
#footer .b-right {
	height: 358px;
	width: 7px;
	background: url(../_images/footer-edge-right.png) no-repeat;
}
.biggoose {
	position: absolute;
	top: -190px;
	right: -20px;
	z-index: 5;
	width: 500px;
	height: 430px;
}



.biggoose {
	display:none;
}
#contact .biggoose {
	/*background: none!Important;*/
}

.big-pic, .big-flowers, .big-bubbles {
	position: absolute;
	right: 0;
	bottom: 0;
	width:  100%;
	height: 100%;
	background-repeat: no-repeat;
}
.big-pic {
	background-image: url(../_images/bigGoose-clown.gif);
	background-position: 255px 0;
	display: none;
}
.big-flowers {
	/*background-image: url(../_images/bigGoose-flowers.png)!Important;*/
	background-image: url(../_images/bigGoose-flowers.gif);
	background-position: 105px 205px;
}
.big-bubbles {
	background-image: url(../_images/text-bubbles-2small.gif);
	background-position: 210px 50px;
	display: none;
}

#contact .biggoose, #contact .big-pic,
#about .biggoose, #about .big-pic,
#home .biggoose, #home .big-pic,
#home .big-bubbles {display: block;}
#home .biggoose,
#about .biggoose,
#contact .biggoose { background: url(../_images/bigGoose-shadow.png) no-repeat 130px bottom!Important; background: none;}

/*MAIN NAVIGATION*/
.nav {
	margin: 0;
	padding-top: 1px;
	list-style: none;
	float: left;
	position: relative;
	z-index: 99;
	padding-bottom: 2px;
	margin-left: 36px;
}
.nav li {
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	margin:0;
	padding:0 0 0 9px;
	position: relative;
}
.nav a {
	color: #006666;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding:3px 15px 0px 6px;
}
.current a {
	color:#0099FF;
}
.nav a:hover {
	color: #339999;
}
.nav .current {
	background: url(../_images/norm_left_on.gif) no-repeat left top;
}
.nav .current a {
	background: url(../_images/norm_right_on.gif) no-repeat right top;
	padding:3px 15px 0px 6px;
	cursor: default;
}
/*sub menu*/
.nav li ul {
	display: none;
	list-style: none;
	margin: 0;
	padding:0;
	width: 98%;
	position: absolute;
	background: url(../_images/grad-white-fade.png)!Important;
	background: #ffffff;
	left: 0px;
	z-index: 1002;
	float: left;
	text-align: center;
	border: 1px solid #009522;
	border-bottom-width: 3px;
	border-top-width:1px;
	border-left-width: 1px;
	margin-top: 0px;
}
.nav .current ul {
	border-top-width:0px;/*remove border between button & sub-menu*/
}
.nav li ul li {
	float: left;
	width: 100%;
	margin:0;
	padding:0;
	background: none!Important;
}
.nav li ul li a {
	display: block;
	width: 100%;
	padding: 4px 0px 3px 0px!Important;
	color:#339999;
	background: none!Important;
	font-size: .7em;
}
.nav li ul li a:hover {
	color: #FFFFFF;
	cursor: pointer!Important;
	background: #339999!Important;
}
.nav li:hover ul {
	display: block;
}
/*VIEW CART / CHECKOUT */
.treasure_cart { display: none;}

.top-links {
	position: fixed;
	top: 5px;
	right: 5px;
	z-index:1002;
	width: 205px;
	height: 45px;
	padding-top: /*10px*/3px;
	background: url(../_images/top-links-bk.png) no-repeat left top!Important;
    /*background: url(../_images/top-links-bk.gif) no-repeat left top;*/
	text-align: center;
}

.top-links .box {
	background: none;
	padding:10px 0 0 0px;
}
.top-links a {
	padding: /*8px*/0 3px 8px;
	font-size: 1.1em;
}
a.tc_view {
	padding-left: 35px;
	padding-top: 15px;
	background: url(../_images/cart-1.png) no-repeat left 7px!Important;
	background: url(../_images/cart-1.gif) no-repeat left ;
}
.tc_cart_empty {
	display: none;
	display: inline;
	float: right;
}
.tc_cart_view_text {
	font-size: 1.7em;
	color: red;
}
.tc_cart_view_text:hover {
	color: #cc0000;
}
/*a.checkout {
	padding-left: 35px;
	background: url(../_images/icons/paypal/paypal_31.png) no-repeat left center!Important;
	background: url(../_images/icons/paypal/paypal_31.gif) no-repeat left center;
}*/
/*FOOTER CONTENT*/
#footer .container {
	padding-top: 54px;/*padding-left: 36px;
			padding-right: 54px;*/
	padding-bottom:36px;
		}
#footer .content {
	padding: 0 54px;
}
#footer .box {
	padding: 24px 0 24px;
	margin: 0px 0px 36px;
	border-left: 4px solid #0d9732;
	border-right: 4px solid #0d9732;
	border-bottom: 9px solid #0d9732;
	position: relative;
}
/*COPYRIGHT INFORMATION*/
#copyright {
	/*width: 100%;*/
	position: relative;
	border-top: #CCCCCC 5px solid;
	background-repeat: repeat;
	background-position: top;
	padding: 18px;
	color: #FFFFFF;
	}
#copyright img {
	position: absolute;
	bottom: 2px;
	right: 3px;
	
}
/*GIFT PACK PROMOTION B-SECTION*/
.giftpackpromo {
	background: url(../_images/grad-green-radial.png);
	margin-top: 90px;
	margin-left: 72px;
}
.giftpackpromo h3, .giftpackpromo p, .giftpackpromo img {
	padding: 9px 0 9px 36px;
}
.giftpackpromo h3 {
	color: #FFFFFF;
	font-size: 250%;
	padding-bottom: 0;
}
.giftpackpromo img {
	padding-top: 0;
}
.giftpackpromo p span {
	font-size: 150%;
	font-weight: bold;
}

/*PRODUCTS DISPLAY FORMATTING*/
ul.productList {
	list-style: none;
	/*overflow: auto;*//*CLEARS FLOATS*/
	margin:0;
	padding:0 0 0 0;
	margin-left: 2.757%;
	/*margin-right: 3.867%;*/
	border-left: 1px solid #E8EBE4;
	/*border-top: 1px solid #d3d7cf;*/
}
.productList li, .productList ul {
	width: 160px;
	padding-right: 1.5%;
	padding-left: 1.5%;
	border-right: 1px solid #E8EBE4;
	/*border-top: 1px solid #d3d7cf;*/
	padding-bottom: 12px;
	padding-top: 12px;
	float: left;
}
.productList ul { float: left;width:90%; }
.productList ul, .productList ul li {
	border: none;
}
.productList p {
	text-align: center;
	padding: 0 6px;
}
.productTitle, .productNumber {
	margin:0;
}
.productTitle a em {
	font-size: .8em;color: gray;font-wieght: lighter;}
p.productAdd {
	text-align: center;
	padding: 6px 0 0;
}
.productAdd.size {
	margin-top:0px;margin-bottom: 3px;text-align: right;padding:0px 6px;
}
.productAdd.size .actionButton {
float:left;display:inline;margin:2px;padding:2px;
}
.productlist_inner hr {
	border-top: 1px solid #eeeeee;font-size: .7em;padding: 0px;text-align:right;clear:both;margin-bottom:0;
}
.productlist_inner .size {
	/*margin-top:-5px;*/
}
.productNumber {
	font-size: .8em;
	color: #555753;
	font-style: italic;
}
.imgPreviewLink {
	display:block;
	background: #006699;
	width: 160px;
	height: 218px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}
a.imgPreviewLink.thickbox img{
	-moz-border-radius: 14px!Important;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	border: 1px solid red;
	overflow: hidden;
}

.showCssOff {
	display: none!Important;/*hides img tags for css enabled browsers. Allows css background images to show through...  for the round corners:-)*/
}


/*PRODUCT PAGE HEADINGS*/

.title {
	padding: 0 0 0 2.857%;
	position: relative;
	padding-top: 12px;
	padding-bottom: 0;
	margin:0;
	/*min-width: 700px;*/
	}

.title h1 {
	/*position: absolute;
	left: 2.857%;*/
	/*top: 20%;*/
	float: left;
	/*padding-top: 6px;*/
}
.sizing {
	-webkit-box-shadow: 0 0 7px #9FA19D;
	-moz-box-shadow: 0 0 7px #9FA19D;
	box-shadow:  0 0 7px #9FA19D;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*border: 1px solid #E8EBE4;*/
	font-size: 1em;
	width: 65%;
	float: right;
	display:inline;
	margin: 0px 12px 0px 0;
	padding: 6px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	text-align: left;
	background: #FFF url(../_images/buttons/sizing-bk.jpg) no-repeat -70px -70px;
	background-repeat: no-repeat;
	padding-left: 90px;
}
/*.sizing div {
	width: 100%;
}*/
.sizing a {
	float:left;
	display:inline;
	margin-right: 6px;
	text-decoration: underline;
	
}
.sizing p {
 padding:0 6px 0;
 margin:0; 
 /*display: inline;*/
 /*float: left;*/

}

/*FORM ELEMENTS*/
input.text, textarea.text {
-webkit-box-shadow: 0 0 7px #9FA19D;
	-moz-box-shadow: 0 0 7px #9FA19D;
	box-shadow:  0 0 7px #9FA19D;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
input.text:focus, textarea.text:focus {
-webkit-box-shadow: 0 0 7px #0099FF;
	-moz-box-shadow: 0 0 7px #0099FF;
	box-shadow:  0 0 7px #0099FF;
}
/*FORM STYLES*/
			input.text, textarea.text {
				font-size: 1.5em;
				color: #555753;
				border-top: 2px solid gray;
				border-left: 1px solid gray;
			}
		
			label {
				display: block;
			}
			input.text:focus, textarea:focus {
				color: #000000;
				border-color: #0066FF;
			}
			
			input#submit {
				font-size: large;
				float:right;
			}
			.submit {
				width: 390px;
			}
			label.error {
				border: 1px solid red;
			}
			label.valid {
				border: none;
				background: green;
			}

/*=======TOOLS=======*/
/*EASY CLEARING*/
.title:after, 
#gallery ul:after,
#gallery li:after,
.autoClear:after { /* for browsers that support :after */
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

* html .title,
* html #gallery ul,
* html #gallery li,
* html .autoClear { height: 1% } /* for IE5+6 */

*:first-child+html .title,
 *:first-child+html #gallery ul,
 *:first-child+html #gallery li,
  *:first-child+html .autoClear { min-height: 1px; } /* for IE7 */
