body {
	background-color: #FFFFFF;
	text-align:center; /* IE centering fix */
	font-family: Times New Roman, serif;
	}
body a {
	color:#D02925;
	}
body a:visited {
	color:#D23123;
	}
body a:hover {
	color:#D02925;
	}

/* main container */
#main {
	background-color: #FFFFFF;
	width:750px;
	margin:0px auto;
	text-align:left;  /* IE centering fix */
	}


/* header */
#header {
	position:relative;
	top:0px;
	left:0px;
	width:750px;
	height:95px;
	padding: 0;
	margin: 0;
	}

/* header elements */
#logo {
	background: url(/images/logo.gif) no-repeat top left;
	width: 750px;
	height: 95px;
	z-index: 0;
	}
#cart {
	position:absolute;
	top: 2px;
	left: 595px;
	width: 120px;
	height: 45px;
	z-index: 1;
	}

#choose {
	position:absolute;
	top: 65px;
	left: 535px;
	width: 70px;
	height: 30px;
	z-index: 1;
	}
/* end header */




/* content elements */


/* front page */
#intro {
	float:left;
	width: 260px;
	font-weight:bold;
	color: #8E8E8E;
	font-size: 15px; line-height: 19px;
	text-align:center;
	padding-left:12px;
	padding-top:35px;
	}


#coupon_front {
	margin-top:20px;
	float:left;
	width: 260px;
	padding:20px;
	border:2px dotted #d02925;
	font-size: 14px; line-height: 19px;
	font-weight:bold;
	text-align:center;
	color:#d02925;
	}
.coupontext {
	font-size: 17px; line-height: 19px;
	}


#featuredpic {
	float:right;
	width: 435px;
	height: 285px;
	padding-top:20px;
	}
#choosehere {
	float:left;
	width:550px;
	height:45px;
	}
#fortunelist {
	float:left;
	width: 550px;
	font-weight:bold;
	font-size: 15px;
	padding-top:5px;
	}
#fortunelist ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	}
#fortunelist li {
	display:block;
	margin-top:1px;
	padding:0px;
	height:29px;
	}
#fortunelist a {
	margin-left:0px;
	padding:4px 0px 4px 30px;
	height:29px;
	text-decoration:none;
	background:url(/images/cookieU.gif) no-repeat top left;
	border:1px solid #FFFFFF
	}
#fortunelist a:hover {
	background:url(/images/cookieB.gif) no-repeat top left;
	border:1px dotted #DCDCDC;
	}
#fortunelist a:active {
	border:1px solid #DCDCDC;
	}
#fortunelist a:visited {
	color:#D02925;
	}

#wackybox {
	float:right;
	width:200px;
	height:465px;
	margin-top:20px;
	background-color:#f4ede3;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#51391c;
	}


/* thumbnail (design) page */
#tbreadcrumb {
	float:left;
	width:750px;
	padding-top:30px;
	padding-bottom:30px;
	font-size:12px;
	font-weight:bold;
	color:#8E8E8E;
	}
#tbreadcrumb a {
	font-weight:normal;
	text-decoration:none;
	color:#8E8E8E;
	}

#dimg {
	float:left;
	width:270px;
	height:185px;
	}

#dtitle {
	float:right;
	width:450px;
	height:165px;
	padding-right:30px;
	font-family: Times New Roman, serif;
	font-weight:bold;
	font-size: 16px;
	line-height: 18px;
	color:#D02925;
	}

#prevnext {
	float:right;
	width:450px;
	text-align:right;
	vertical-align:bottom;
	font-weight:bold;
	color:#D02925;
	font-size:12px;
	}
#prevnext a {
	font-weight:normal;
	text-decoration:none;
	color:#8E8E8E;
	}
#prevnext a:hover {
	font-weight:normal;
	text-decoration:none;
	color:#D02925;
	}

#tgrid {
	float:left;
	width:750px;
	padding-top:15px;
	}
#tgrid table {
	text-align:center;
	font-weight:bold;
	font-size: 12px;
	color:#8E8E8E;
	}
#tgrid td {
	vertical-align:top;
 	width:175px;
 	height:215px;
 	padding:0px 12px 0 12px;
 	}
#tgrid a {
	font-weight:normal;
	text-decoration:none;
	color:#8E8E8E;
	}
#tgrid a:hover {
	color:#D02925;
	}



/* product (cart) page */

/* left side */
#pbreadcrumb {
	float:left;
	width:750px;
	padding-top:30px;
	padding-bottom:30px;
	font-size:12px;
	font-weight:bold;
	color:#8E8E8E;
	}
#pbreadcrumb a {
	font-weight:normal;
	text-decoration:none;
	color:#8E8E8E;
	}

#leftside {
	float:left;
	width:260px;
	padding-right:10px;
	}

#pimg {
	padding-left:10px;
	}

#viewlarger {
	text-align:center;
	font-size:11px;
	}
#viewlarger a {
	color:#8E8E8E;
	}
#viewlarger a:hover {
	color:#D02925;
	}


#swatches {
	padding-top:10px;
	}
#swatchtext {
	text-align:center;
	font-size:11px;
	font-weight:bold;
	color:#C6C6C6;
	}

#zoom {
	padding-top:10px;
	}


/* right side */
#rightside {
	float:right;
	width:130px;
	height:600px;
	padding-top:20px;
	padding-left:10px;
	vertical-align:top;
	}



/* center */
#centercenter {
	}
#pname {
	font-size:16px;
	font-weight:bold;
	color:#797979;
	}
#pdesc {
	padding-top:15px;
	font-size: 13px;
	line-height: 18px;
	color:#8E8E8E;
	}
#pdesc a {
	text-decoration:none; border-bottom: 1px #DCDCDC dotted; color:#8e8e8e;
	}
#pdesc a:hover {
	text-decoration:none; border-bottom: 1px #D02925 solid; color:#D02925;
	}

#pprice {
	padding-top:15px;
	font-size:15px;
	font-weight:bold;
	color:#797979;
	}
#convcurr a {
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:#C6C6C6;
	}
#convcurr a:hover{
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:#D02925;
	}

/* order form */
#ordering
	{
	padding-top:15px;
	}
#ordering form {
	margin: 0px;
	padding: 0px;
	}
/* order elements */
#pqty {
	font-size:11px;
	color:#8E8E8E;
	}

#psize {
	font-size:11px;
	padding-left:30px;
	color:#8E8E8E;
	}
#psize a {
	color:#8E8E8E;
	}
#psize a:hover {
	color:#D02925;
	}

#pcolor {
	font-size:11px;
	padding-left:30px;
	color:#8E8E8E;
	}


#paddtocart {
	padding-top:10px;
	}




#coupon {
	padding-top:25px;
	font-size: 13px;
	font-weight:bold;
	color:#d02925;
	}


#ptypedesc {
	padding-top:25px;
	font-size: 12px;
	line-height: 18px;
	color:#8E8E8E;
	}

#fitfab {
	padding-top:25px;
	}

.fitfab {
	font-size:11px;
	color:#8E8E8E;
	}

.fitfab a {
	color:#8E8E8E;
	}

.fitfab a:hover {
	color:#D02925;
	}

#pnum {
	padding-top:15px;
	font-size:11px;
	color:#B8B8B8;
	}
#avail {
	padding-top:15px;
	font-size:12px;
	font-weight:bold;
	color:#8E8E8E;
	}

/* end content */


/* customer service */

.headline {
	font-family: Times New Roman, serif;
	font-weight:bold;
	font-size: 16px;
	line-height: 18px;
	color:#D02925;
	}
.copy {
	padding-left:80px;padding-right:80px;
	font-size: 13px;
	line-height: 18px;
	color:#8E8E8E;
	}
.copy a {
	text-decoration:none; border-bottom: 1px #DCDCDC dotted; color:#8e8e8e;
	}
.copy a:hover {
	text-decoration:none; border-bottom: 1px #D02925 solid; color:#D02925;
	}


/* footer */
#footer {
	float:left;
	margin-top:20px;
	width:750px;
	height:130px;
	}

/* footer elements */
#line {
	margin-left:50px;
	width:650px;
	height:20px;
	background: url(/images/line.gif) no-repeat top left;
	}

#footlinks {
	width:750px;
	text-align:center;
	padding-top:5px;
	font-size: 12px;
	color:#dcdcdc;
	}
#footlinks a {
	text-decoration:none; border-bottom: 1px #DCDCDC dotted; color:#8e8e8e;
	}
#footlinks a:hover {
	text-decoration:none; border-bottom: 1px #D02925 solid; color:#D02925;
	}
#little {
	padding-top:5px;
	width:750px;
	text-align:center;
	font-size: 12px;
	color:#8e8e8e;
	}
#little a {
	text-decoration:none; border-bottom: 1px #DCDCDC dotted; color:#8e8e8e;
	}
#little a:hover {
	text-decoration:none; border-bottom: 1px #D02925 solid; color:#D02925;
	}






