@charset "utf-8";
/* CSS Document */

/* BASIC STRUCTURE */

html, body { /* Allow for centering on IE */
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10px;
}

img {
	border: 0px none;
}

table { /* make borders join into each others */
	border-collapse:collapse;
}

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

#wrapper-table { /* Outer-most wrapper table, for centering */
	width: 100%;
	height: 100%;
	background-color: #666666; /* grey */
}

#wrapper-table td { /* See above - also includes padding top and bottom */
	vertical-align: top;
}

#wrapper-div {
	width: 950px;
	margin: 15px auto;

}

*html #header {
	background: url(../images/header-background-full.png) top left no-repeat;
    margin-left: -25px;
	position: relative;
    width: 955px;
}

#header {
	background: url(../images/header-background-full.png) top left no-repeat;
    margin-left:-25px;
	position: relative;
}

#header #home {
	display: block;
	height: 96px;
}

#header #whitebox {
	width: 935px;
	height: 37px;
	background: #FFFFFF url(../images/header-background-whitebox.png) 0px 0px no-repeat;
    /* background: #FFF url(img/main_bg.gif) -14px -12px no-repeat; */
	margin-left: 61px;
	position: relative;
}

#header #whitebox #topmenu-wrapper {
	position: absolute;
	width: 885px; /* plus 12px padding below */
	background: #F6C9D7 url(images/header-background-top-menu.png) top left no-repeat;
	top: 11px;
	left: 25px;
    right: 25px;
	padding: 0px 0px;
}

#header #whitebox #topmenu {
	width: 100%;
}


#topmenu td {
	width: 14%;
	text-align: center;
	line-height: 15px;
	vertical-align: middle;
	padding: 0px;
}



#topmenu a {
	display: block;
	width: 100%;
	color: #FFFFFF;
	/*ont-weight: bold;*/
	font-size: 13px;
	/*background: url(/images/header-background-top-menu-item.png) center center no-repeat;*/
	border-top: 1px solid #E6BAC5;
	border-bottom: 1px solid #E6BAC5;
	height: 15px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-family: "Century Gothic", Arial, sans-serif;
	text-decoration: none;
}

/* Subscribe Bit */

#subscribeform {
	position: absolute;
	margin:0px;
	padding: 0px;
	bottom: 50px;
	right: -15px;
	height: 25px;
}

#subscribeform .subscribebox {
	height: 12px;
	line-height: 16px;
	font-size: 9px;
}

#subscribeform input {
	line-height: 16px;
	vertical-align: middle;
}

#subscribeform label {
	font-size: 9px;
	font-weight: bold;
	color: #cccccc;
}

#repeating-text {
	position: absolute;
	right: -15px;
	bottom: 36px;
    font-family: Tahoma;
    font-size: larger;
    color: #FFFFFF;
    
}
#repeating-text a{
color: #FFFFFF;
}


/* MAIN AREA */

#main {
	background: #FFFFFF url(images/xo.gif) right bottom no-repeat;
	width: 915px; /* + 20px padding below */
	margin-left: 36px;
	padding: 10px;
}

/* FOOTER AREA */

#footer {
	background-color: #CAE6BA;
	width: 935px;
	margin-left: 36px;
	color: #58453D;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0px;
}

#subfooter {
	width: 935px;
	margin-left: 36px;
	color: #FFFFFF;
	text-align: left;
	font-size: 9px;
	font-weight: bold;
}
#subfooter a {
	color: #FFFFFF;
}

.imgright {
	clear: right;
	float:right;
	padding:5px;
	border:1px solid #eeeeee;
	margin-left:10px;
	margin-top:15px;
	margin-bottom:10px;
	margin-right: 10px;
	vertical-align:top;
}

.imgleft {
	float:left;
	padding:5px;
	border:1px solid #eeeeee;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:10px;
	vertical-align:top;
}

.imgrightblank {
	float:right;
	padding:5px;
	border:0px none;
	margin-left:10px;
	margin-top:0px;
	margin-bottom:10px;
	vertical-align:top;
}

.imgleftblank {
	float:left;
	padding:5px;
	border:0px none;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:10px;
	vertical-align:top;
}

/* HEADINGS */

h1 {
	color: #908074;
	font-family: "Century Gothic";
	font-size: 18px;
	font-weight: bold;
	text-transform:lowercase;
}
h2 {
	color: #C3959C;
	font-family: Verdana, "Century Gothic";
	font-size: 11px;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 10px;
}

h3 {
	font-weight: bold;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10px;
}

/* CART STUFF */

P.catname {
text-align: center;
margin-top: 0px;
margin-bottom: 4px;
vertical-align:top;
text-align: center;
}
P.catname a {
	font-size: 11px;
	margin:0;
	padding: 0;
}
P.catdesc {
margin-top: 0px;
margin-bottom: 4px;
margin-left: 4px;
margin-right: 4px;
vertical-align:top;
text-align: center;
}
IMG.catimage {
border:0px;
border-thickness: 1px;
border-color: #000;
border-style: solid;
vertical-align:top;
/*padding-bottom:45px;*/
}
TD.catimage {
vertical-align:top;
/*padding-right: 5px;
padding-left: 15px;*/
}
TD.catname {
width:160px;

vertical-align:top;
text-align: center;
/*border-right: 1px solid #cccccc;*/
}
.catnavigation, .prodnavigation {
	font-family: "Century Gothic";
	font-weight: lighter;
	font-size: 14px;

}

.catnavigation a, .prodnavigation a {
	font-family: "Century Gothic";
	font-weight: lighter;
	font-size: 14px;
	text-decoration: underline;
}


.prodname {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 4px;
	vertical-align:top;
	text-align: center;
}
.prodname a {
	font-size: 12px;
	margin:0;
	padding: 0;
}
.proddescription {
	margin-top: 0px;
	margin-bottom: 4px;
	margin-left: 4px;
	margin-right: 4px;
	vertical-align:top;
	text-align: center;
}
.prodprice {
	text-align: center;
}

.detailname {
	text-align: center;
	font-size: 14px;
	padding-bottom: 5px;
}

.detaildescription {
	width: 400px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



/*  checkout stuff */
TABLE.cobtbl{
border-style: none;
/*background-color: #FFFFFF;*/
margin: 0px;
padding: 0px;
}
TD.cobhl{
border-style: none;
background-color: #ffffff;
padding: 5px;
margin: 5px;
}
TD.cobll{
border-style: none;
background-color: #ffffff;
color : #333333;
padding: 5px;
margin: 5px;
}
.textbox {
	font-family: "Century Gothic";
	border: 1px solid #ccc;
	background: #fafafa;
	margin: 0px;
	margin-bottom: 4px;
	width: 538px;
	line-height:normal;
}

.midtextbox {
	font-family: "Century Gothic";
	border: 1px solid #ccc;
	background: #fafafa;
	margin: 0px;
	margin-bottom: 4px;
	width: 400px;
	line-height:normal;
}

.tinytextbox {
	font-family: "Century Gothic";
	border: 1px solid #ccc;
	background: #fafafa;
	margin: 0px;
	margin-bottom: 4px;
	width: 	148px;
	line-height:normal;
}

.textbox:focus, .midtextbox:focus, .tinytextbox:focus {
	border: 1px solid #aaa;
	background: #efefef;
}

#quick-links {
	width: 140px;
	float: right;
	text-align: center;
	background-color: #E9F4E1;
	margin: 40px 10px 10px 10px;
	padding: 10px;
}

#quick-links h1 {
	color: #C3959C;
	font-family: Verdana, "Century Gothic";
	font-size: 12px;
	font-weight: bold;
	padding-top: 0px;
	margin: 2px;
}


#quick-links a {
	display: block;
	padding-top: 2px;
	color: #58453D;
	font-size: 11px;
}
#leftcontent
{
 float: left;
 width: 730px;
 padding-left: 17px;
}
#rightcontent
{
 float: right;
 width: 180px;
}

*html #rightads
{
 float: right;
 width: 180px;
 /*padding-left: 15px; */
}
#rightads
{
 float: right;
 width: 180px;
 padding-right: 15px;
}
*html #totalcontent
{
 width: 897px;
 padding-left: 17px;
}
#totalcontent
{
 width: 917px;
 padding-left: 17px;
}

