/* RESET DEFAULT STYLES */

* {margin:0px; padding:0px;} /* normalizes margin, padding */
div,table,p {position:relative;z-index:0} /* to help with position:absolute and z-index */
a {outline:none;} /* firefox fix */
h1,h2,h3,h4,h5,h6 {font-size:100%;}
ol, ul {list-style:none;} /* removes bullets from lists */
table {border-collapse:collapse; border-spacing:0px;}
fieldset, img {border:none;} /* removes border */
caption, th {text-align:left;} /* default is center */
html {overflow-y:scroll;} /* forces space for scrollbar so that centered site does not shift with longer content */

/* SOME COMMON STYLES */
/* for forms */
.warning_msg {color:#FF0000;font-weight:bold;}
.confirmation_msg {color:#0000FF;}
.form_label {text-align:right;}
.form_input {text-align:left;}
.clear_floats {clear:both;}
.img_float_right {float:right; margin:0px 0px 8px 12px; z-index:10;}

/* MAIN STYLES */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:17px;
	background-color:#697061;
}

a {color:#000000;}
a:hover {text-decoration:none;}

#wrapper {
	width:900px;
	margin:0px auto;
	border:0px solid #999999;
	background-color:#d2e0c3;
}

#masthead {
	background-color:#d2e0c3;
	border-bottom:2px solid #000000;	
}

#masthead h1 {
	background-image:url(../images/logo_banner_456x100.gif);
	background-repeat:no-repeat;
	height:100px;
	width:456px;
	text-indent:-3000px;
	margin:0px auto;
}

#site_search_form {
	padding:0px 0px 0px 20px;
}

#site_search_form #query {
	width:85%;
}

#site_search_form #search_btn,
.searchBox #search_btn {
	background-color:#697061;
	border:1px solid #a1ac96;
	border:1px solid #000000;
	color:#eae3c9;
	color:#ffffff;
	padding:0px 5px 0px 5px;
	font-size:12px;
	font-weight:normal;
}

.searchBox #search_btn {
	margin-left:6px;
}

#site_search_form #search_btn {
	position:relative;
	top:5px;
}

#content_wrapper {
	
}

#main_content {
	width:544px;
	margin-left:175px;
	background-color:#eae3c9;
	background-image:url(../images/bg_gradient_10x100.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

#main_content div {
	padding:50px 40px 40px 40px;
	border-left:1px solid #697061;
	border-right:1px solid #697061;
	min-height:550px;
}

#main_content div div {
	margin:0px;
	padding:0px;
	border:none;
	min-height:0px;
}


#main_content div p {
	padding-bottom:16px;
}

#main_content div h2 {
	font-size:14px;
	padding-bottom:16px;
	padding-top:8px;
}

#main_content div ul {
	margin:0px 0px 12px 35px;
	list-style-type:disc;
}

.embroidery_txt {
	font-weight:bold;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0px 8px;
	letter-spacing:2px;
}

.embroidery_txt span {
	font-size:28px;
	font-weight:normal;
}

#left_column,
#links_main li {
	width:175px;
}

#left_column {
	float:left;
	left:0px;
	top:0px;
}

#links_main li {
	margin-bottom:16px;
}

#links_main li a {
	display:block;
	background-image:url(../images/link_background2.gif);
	background-position:left;
	width:136px;
	height:32px;
	margin:0px auto;
	text-align:center;
	line-height:32px;
	text-decoration:none;
	color:#000000;
	font-size:16px;
}

#links_main li a:hover {
	background-position:right;
}

#links_main .link_privacy,
#links_main .link_admin,
#links_main .link_shipping_returns {
	display:none;
}

#links_main ul {display:none;}

#main_content div #site_map_links ul {
	list-style-type:circle;
	margin-bottom:0px;
}

#left_column div {
	padding-top:20px;
}

#right_column {
	float:right;
	top:0px;
	right:0px;
	width:175px;
	margin-left:0px;
}

#right_column div {
	padding:10px 10px;
	text-align:center;
	margin-left:0px;
}

#right_column div img {
	margin-bottom:16px;
	border:1px solid #697061;
}

#right_column div h3 {
	margin-bottom:8px;
}

#right_column div p {
	margin-bottom:8px;
}

#footer {
	clear:both;
	background-color:#eae3c9;
	text-align:center;
	font-size:11px;
	border-top:2px solid #000000;
	background-image:url(../images/bg_gradient_10x30.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

#footer div {
	padding:25px 100px
}

#footer div .account_links {
	padding:0px 0px;
	float:none;
}

#footer p {

}


#links_footer li {
	display:inline;
	padding:0px 5px;
}

#links_footer li a {
	
}

#links_footer ul {
	display:none;
}

.AuthorizeNetSeal,
#main_content div .AuthorizeNetSeal {
	width:90px;
	height:72px;
	margin:30px auto;
	border:1px solid #000000;
	padding:0px;
}