* {
	margin: 0px;
	padding: 0px;
	border-collapse:collapse;
	border: 0px none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	vertical-align:top;
}

.center{
	text-align:center;
}

b{
	font-weight:bold;
}
i{
	font-style:italic;
}

.position-base{
	position:relative;
}
.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
}

.bluetext{
	color: #134280;
}

.hide{
	display:none;
}
.indent{
	margin-top:1.5em;
	margin-left:2em;
}
.container{
	min-height:480px;
	padding-bottom:40px;
	position:relative;
}

th.required{
	font-weight:bold;
}

input{
	border: 1px solid #aab300;
	height:22px;
}
input[type="submit"],input[type="button"]{
	background-color:#aab300;
	color:#FFFFFF;
	font-size:11px;
	height:22px;
	padding:2px;
	text-align: center;
	vertical-align:middle;
}
input[type="submit"]:hover{
	background-color:#798000;
}

input.submit{
	background-color:#aab300;
	color:#FFFFFF;
	font-size:11px;
	height:22px;
	padding:2px;
	text-align: center;
	vertical-align:middle;
}
input.submit:hover{
	background-color:#798000;
}

.button{
	position:relative;
	font-size:14px;
	height:30px;
	text-decoration: none;
	display:-moz-inline-stack;
	display:inline-block;
	zoom: 1;
	*display: inline;
}
.button input{
	height:100%;
	width:100%;
	position:absolute;
	left:0px;
	font-size:14px;
	line-height:20px;
	padding: 0px;
	border-style: none;
}
.button a, .button a:link{
	display:block;
	height:100%;
	width:100%;
	line-height:30px;
	text-align:center;
	vertical-align: middle;
	color: #FFFFFF !important;
	text-decoration: none !important;
	left:0px;
	font-size:14px !important;
}
.button .blue{
	background:url('images/layout/button-blue.gif');
}
.button .blue:hover{
	background-position: 0 100px;
}
.button .blue:active{
	background-position: 0 50px;
}

.button .green{
	background:url('images/layout/button-green.gif');
}
.button .green:hover{
	background-position: 0 100px;
}
.button .green:active{
	background-position: 0 50px;
}

.button .corner{
	background: url('images/layout/corners.png') no-repeat;
	position:absolute;
	width:5px;
	height:5px;
	font-size:0%;
	z-index:1;
}
.button .tl{
	top: 0px;
	left: 0px;
	background-position: 0 0;
}
.button .tr{
	top: 0px;
	right: 0px;
	background-position: -5px 0;
}
.button .bl{
	bottom: 0px;
	left: 0px;
	background-position: 0 -5px;
}
.button .br{
	bottom: 0px;
	right: 0px;
	background-position: -5px -5px;
}

input[type="text"]{
	background-color:#FFFFFF;
	color:#82B95F;
	border:1px solid #aab300;
	margin-bottom:3px;
	padding-top:3px;
	padding-left:3px;
}
input[type="text"]:hover,textarea:hover{
	border:1px solid #798000;
}
input[type="text"]{
	height:19px; /* See ie-fix.css */
}

/* IE6 doesn't like selectors */
input.text,textarea{
	background-color:#FFFFFF;
	color:#82B95F;
	border:1px solid #aab300;
	margin-bottom:3px;
	padding-top:3px;
	padding-left:3px;
}
input.text:hover,textarea:hover{
	border:1px solid #798000;
}
input.text{
	height:19px; /* See ie-fix.css */
}

.nopad{
	padding:0px;
}
.vmiddle{
	vertical-align:middle;
}

h1{
	font-size:12px;
	line-height:21px;
	font-family:Arial, Helvetica, sans-serif;
	color:#aab300;
	font-weight:bold;
}
h3{
	font-size:16px;
	line-height:21px;
	font-family:Arial, Helvetica, sans-serif;
	color:#aab300;
	font-weight:bold;
}

h2{
	font-size:20px;
	line-height:30px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#134280;
	font-weight:normal;
}
.small h2{
	font-size:10px;
	line-height:14px;
}
.small p{
	font-size:10px;
	line-height:14px;
}

/* Error Message */
.error{
	font-size:12px;
	line-height:21px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#b38acc;
}

li{
	margin-left:2em;
}

table#page{
	margin-left:auto;
	margin-right:auto;
}

td#header{
	width:1100px;
	height:114px;
	background:url('images/layout/header.gif') no-repeat;
}
td#header img#questions{
	position: absolute;
	left: 797px;
	top: 15px;
}
td#header img#guarantee-small{
	position: absolute;
	left: 819px;
	top: 65px;
}
img#logo{
	position:absolute;
	left:84px;
	top:14px;
}
.rss-icon{
	position:absolute;
	top:22px;
	left:875px;
}
.blog-signup{
	position:absolute;
	top:97px;
	left:792px;
	font-weight:bold;
	color: #aab300;
}
.blog-signup input.text{
	border: 1px solid #b90029;
	width:168px;
	margin-top:5px;
}
.blog-signup .button{
	width:36px;
	height:24px;
	position:absolute;
	left:180px;
	top:19px;
}
.blog-signup input.submit{
	height:100%;
	width:100%;
	font-weight:bold;
	line-height:20px;
	font-size:12px;
}

td#leftnav{
	vertical-align:top;
	background:url('images/layout/bottomleft.gif');
}
table#leftlinks{
	margin-left:52px;
}
table#leftlinks td{
	vertical-align:middle;
}
.monthly{
	list-style-image: url('images/layout/star.png');
}
div#grey-background{
	vertical-align:top;
	width:251px;
	height: 596px;
	background:url('images/layout/leftnav.gif');
	padding-top:28px;
}

table#leftlinks a{
	font-family:'Trebuchet MS', Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
}
#emailForm{
	margin-top:50px;
	margin-left:40px;
	display:block;
	height:22px;
}
#emailForm td{
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
	padding-top:10px;
}
#emailTable{
	background:url('images/layout/email-background.png') no-repeat;
}

input.emailBtn{
	width:45px;
	height:22px;
	font-size: 11px;
}
input.emailInput{
	width:153px;
	border:0px none #000000;
}
input.emailInput:hover{
	border:0px none;
}
img#guarantee{
	position:relative;
	top:70px;
	left:5px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

td#mainnav{
	width:849px;
	height:100px;
	background:url('images/layout/mainnav.gif') no-repeat;
	vertical-align:middle;
}
td#mainnav td{
	text-align:left;
	vertical-align:middle;
	height:20px;
	margin:0px;
	padding:0px;
}
td#mainnav a{
	font-family: "Lucida Console", Monaco, "Bitstream Vera Sans Mono", monospace;
	color: #aab300;
	font-size:0px;
	letter-spacing:1px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
td#mainnav a:hover, table#leftlinks a:hover{
	color: #134280 !important;
}

table#mainnav2{
	height:11px !important;
	margin-top:5px;
	margin-bottom:4px;
}
table#mainnav2 a{
	display:block;
	height:11px;
	background-position:top;
	margin:0px;
}
table#mainnav2 a:hover{
	background-position:bottom;
}
table#mainnav2 td.col1{
	width:120px;
}
table#mainnav2 td.col2{
	width:143px;
}
table#mainnav2 td.col3{
	width:138px;
}
table#mainnav2 td.col4{
	width:156px;
}
table#mainnav2 td.col5{
	width:185px;
}
table#mainnav2 td.col6{
}


td#main{
	width:849px;
	height:522px;
	background:url('images/layout/main.gif');
	vertical-align:top;
}

.maintext{
	padding-left:35px;
	padding-top:20px;
	padding-right:100px;
	line-height:21px;
	color: #616265;
}
.maintext a{
	color:#705680;
	text-decoration:underline;
}
.maintext p{
	margin-bottom:10px;
}
.maintext li{
	margin-left:2em;
}
.maintext img{
	margin:1em;
}
.maintext .option{
    float: left;
    margin-left:5px;
    margin-right:5px;
    text-align:center;
}

.fancy-greenheader{
	width:528px;
	height:128px;
	padding-top:20px;
	padding-left:240px;
	padding-right:80px;
	margin-top: -20px;
	position: relative;
	background:url('images/layout/fancy-green-header.png');
}
.fancy-greenheader .testimonial{
	color: #1c61ba;
	font-style: italic;
	position: absolute;
	top: 30px;
	font-size:14px;
	line-height:18px;
	left: 530px;
	width: 400px;
}
.fancy-greenheader .testimonial .author{
	font-size: 10px;
	font-style: italic;
	line-height:18px;
}

.greenheader{
	width:649px;
	height:128px;
	padding-top:20px;
	padding-left:120px;
	padding-right:80px;
	background:url('images/layout/green-background.gif');
}
.greenheader .title, .fancy-greenheader .title{
	margin-bottom:20px;
}
.greenheader h1, .fancy-greenheader h1{
	margin-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#FFFFFF;
	font-weight: normal;
}
.greenheader p, .fancy-greenheader p{
	margin-bottom:20px;
	color:#FFFFFF;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
.greenheader p b, .fancy-greenheader p b{
	color:#FFFFFF;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.bab .right{
	float:right;
	width:150px;
	margin-right:50px
}
.bab .left{
	margin-top:20px;
	padding-left:100px;
	width:500px;
	clear:left;
}
.bab .left div{
	display:block;
	float:left;
	text-align:center;
	width:100px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	height: 150px;
}

a.button{
	margin-top:0px;
	margin-bottom:15px;
	color:#666666;
	background-image:url('images/layout/section-button.png');
	width:144px;
	height:25px;
	display:block;
	text-align:center;
	line-height:25px;
}
p.needed a.button{
	background-image:url('images/layout/section-button-needed.png');
	color:#8a8c5c;
}
div.bab a.button{
	margin-left:90px;
}
a:hover.button{
	background-image:url('images/layout/section-button-hover.png');
}
p.needed a:hover.button{
	background-image:url('images/layout/section-button-hover-needed.png');
}
a:active.button{
	background-image:url('images/layout/section-button-down.png');
}
p.needed a:active.button{
	background-image:url('images/layout/section-button-down-needed.png');
}

a.colorBlock{
	display:block;
	float:left;
	margin:5px;
	width:25px;
	height:25px;
}

table.categories{
	display:block;
}
table.categories td{
	padding:1em;
	text-align:center;
}
table.categories th{
	padding:1em;
	text-align:center;
}

table.display{
	height:580px;
	width:800px;
	display:block;
	margin-left:30px;
	background:url('images/layout/table-background.gif') no-repeat scroll center center;
}
table.display.build{
	height:410px;
}
table.display td{
	height:290px;
	text-align:left;
}
table.display.build td{
	height:205px;
}
table.display td.col0{
	width:165px;
}
table.display td.col0 div.pad{
	padding-right:15px;
}
table.display td.col1{
	width:215px;
}
table.display td.col1 div.pad{
	padding-right:30px;
	padding-left:30px;
}
table.display td.col2{
	width:215px;
}
table.display td.col2 div.pad{
	padding-right:30px;
	padding-left:30px;
}
table.display.col3{
	width:205px;
}
table.display td.col3 div.pad{
	padding-right:20px;
	padding-left:30px;
}
table.display a{
	font-size:11px;
	color:#626367;
	line-height:17px;
	text-decoration:underline;
}
table.display .price{
	font-size:12px;
	line-height:17px;
	color:#000000;
}
table.monogram{
	margin-left:35px;
	padding-top:20px;
	margin-right:100px;
}
table.monogram th, table.monogram td{
	font-size:11px;
	line-height:17px;
	color: #616265;
	padding-top:10px;
}
table.monogram th{
	text-align:right;
	padding-right:10px;
}
table.review{
	position:absolute;
	right: 30px;
	top:200px;
	margin-left:30px;
	padding-top:20px;
	margin-right:30px;
}
form.review .button{
	position:absolute;
	top:120px;
	right:100px;
}

table.cart th{
	font-weight:bold;
	padding-right:5px;
	padding-left:5px;
}
table.cart td{
	text-align:center;
	padding-right:5px;
	padding-left:5px;
	width:100px;
}

table.orderDetails th{
	padding-left:20px;
	font-weight:bold;
	text-align:right;
	padding-right:1em;
	vertical-align:top;
	line-height:21px;
	font-size:11px
}

table.review td{
	padding-left:1em;
	padding-right:1em;
}

h1.testimonial{
	font-family:'Trebuchet MS', Helvetica, sans-serif;
	font-size:14px;
	margin-left:263px;
	font-weight:normal;
	margin-top:30px;
	margin-bottom:10px;
}
div.testimonial{
	padding-left:250px;
	background-color:#68A0E8;
	color:#FFFFFF;
	padding-right:61px;
	padding-top:20px;
	margin-right:19px;
	height:95px;
	line-height:21px;
}
div.testimonial b{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

div.bag .price{
	font-weight:bold;
}

div.fabric{
	display: inline-block;
	margin: 1em;
	width:105px;
	height:200px;
}
div.fabric img{
	margin-left: auto;
	margin-right: auto;
}
div.fabric p{
	margin-bottom:0px;
}
div.fabric p.name{
	font-weight: bold;
	margin-bottom:0px;
}

div.bagstyle, div.logostyle, div.trimstyle, div.hardwarestyle{
    display:inline-block;
}

form#contactForm th{
	text-align:right;
	vertical-align:top;
	padding-right:2px;
}

.pagenav{
	position:absolute;
	bottom:20px;
	left:400px;
}
.pagenav th{
	color:#4f3d3f;
	font-size:11px;
	vertical-align:middle;
}
.pagenav td{
	padding-left:10px;
	padding-right:10px;
	vertical-align:middle;
	line-height:18px;
}
.pagenav td a{
	font-size:11px;
	width:18px;
	height:18px;
	display:block;
	text-align:center;
	color:#FFFFFF;
	background:url('images/layout/grey-circle.gif') no-repeat;
	vertical-align:middle;
}

td#bottomleft{
	font-size:0px;
	line-height:0px;
	background:url('images/layout/bottomleft.gif');
}

td#bottombar{
	font-size:0px;
	line-height:0px;
	background:url('images/layout/bottombar.gif') no-repeat;
	height:20px;
}

td#footer{
	text-align:center;
	font-size:12px;
	color:#7e8080;
}
td#footer a, td#footer a:link,td#footer a:visited{
	font-size:12px;
	color:#7e8080;
}
td#footer a:hover{
	color:#5e6060;
}

body.home a#homenav, body.about a#aboutnav, body.contact a#contactnav,
body.news a#newsnav, body.cart a#cartnav, body.design a#designyourbagnav,
body.gallery a#baggallerynav, body.fabric a#fabricnav, body.gifts a#idealnav,
body.giftcards a#giftcardnav, body.clutch a#clutchnav, body.vip a#vipnav,
body.distributor a#distributornav, body.tote a#totenav, body.cosmetic a#cosmeticnav,
body.portfolio a#portfolionav{
	color:#1c61ba;
}
body.realhome a#homenav, body.about a#aboutnav, body.contact a#contactnav, body.cart a#cartnav,
body.blog a#blognav{
	background-position:bottom;
}
a#homenav{
	background: url('images/layout/mainnav-home.gif') no-repeat;
	width:43px;
}
a#aboutnav{
	background: url('images/layout/mainnav-about.gif') no-repeat;
	width: 52px;
}
a#contactnav{
	background: url('images/layout/mainnav-contact.gif') no-repeat;
	width:71px;
}
a#cartnav{
	background: url('images/layout/mainnav-cart.gif') no-repeat;
	width:124px;
}
a#blognav{
	background: url('images/layout/mainnav-blog.gif') no-repeat;
	width:40px;
}

body.page1 a#nav1, body.page2 a#nav2, body.page3 a#nav3, body.page4 a#nav4, table.pagenav td a.navOn{
	color:#1c61ba;
	background:none;
}