/* CSS Document */

* {
	font-family:"trebuchet ms", Arial, Helvetica, sans-serif;
	line-height:1.1em;
}

/* ELEMENTS */
html, body, form {
	margin:0;
	padding:0;
}

html {
	overflow-y:scroll; /* always show scroll so pages dont jump in FF */
}

body {
	font-size:0.8em;
	background:#fff url(/img/bodyBg.gif) left top repeat;
	background-attachment:fixed;
	color:#B24540;
	margin:0 auto;
	text-align:center;	
	margin-top:25px;
}
form {
	margin:0 auto;
	text-align:center;	
	width:734px;
}
h1, h2, h3, h4 {
	margin:0;
	padding:0;
}

h1 {
	font-size:1.8em;
	font-weight:bold;
	color:#B0232A;
	margin-top:0.2em;
	margin-bottom:0.4em;
}

h2 {
	font-size:1.2em;
	font-weight:bold;
	color:#246EC5;
	margin-bottom:0.7em;
}

h3 {
	font-size:1.1em;
	font-weight:bold;
	color:#B0232A;
	margin-bottom:0.7em;
}

h4 {
	font-size:1.1em;
	font-weight:bold;
	color:#003151;
	margin-bottom:0.7em;
}

p {
	margin:0;
	padding:0;
	margin-bottom:1em;
}

img {
	border:none;
	vertical-align:middle;
}

hr {
	border:0;
	border-bottom:1px dotted #d6d6d6;
	height:1px;
	margin:0.7em 0;
	clear:both;
}

input, textarea, select {
	font-size:1em;
	background-color:transparent;
	color:#000;
}
select {
	/*
	background-color:#DFC39C;
	border:1px solid #A8453A;
	*/
	background-color:#fff;
	border:1px solid #fff;
}
input.textbox, textarea.textbox {
	/*
	background-color:transparent;
	border:1px solid #A8453A;
	*/
	background-color:#fff;
	border:none;
	color:#000;
	background:#fff url(/img/textboxBg.gif) left top no-repeat;
}

input.button {
	background:#C0A587 url(/img/buttonBg.gif) right bottom no-repeat;
	color:#333;
	border:none;
	text-transform:uppercase;
	font-weight:bold;
	line-height:1.6em;
	height:1.7em;
}

input.button[disabled] {		
	color:#eee;
}

ul {
	list-style:circle;
	margin:0;
	padding:0;
	padding-left:20px;
}

li {
	margin:0;
	padding:0;
}

li a {
	color:#50545F;
}

li a:hover {
	color:#818080;
}

small {
	font-size:0.9em;
}

big {
	font-size:1.5em;
}

a {
	text-decoration:none;
	color:#000;
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
}
a:hover {
	text-decoration:underline;
}
/* SEARCH */
#searchContainer {
	text-align:center;
	margin-bottom:20px;
	/*border:1px solid;*/
/*	float:right;
	padding-right:5px;
	position:relative;
	width:241px;*/
}
#searchTextbox {
	background:url(/img/search_main_bg_small.gif) no-repeat 0 0;
	width:158px;
	height:35px;
	margin-top:10px;
	padding: 9px 0 0;
}
#searchTextbox input {
	width:120px !important;
}
.searchButton {
/*	position:absolute;
	top:12px;
	right:7px;*/
}
/* CONTENT */
.altColor {
	color:#000;
}
a.altColor:hover {
	color:#B0232A;
}

.altColor2 {
	color:#B24540;
}

strong, .bold {
	font-weight:bold;
}

.normal {
	font-weight:normal;
}

.error {
	color:#c00;
	font-weight:bold;
}

.note {
	color:#246EC5;
	font-weight:bold;
	font-size:1.1em;
	text-transform:none;
}

.indent {
	padding-left:30px;
}

.genericPostcard {
	background:transparent url(/img/genericPostcardBg.jpg) left top no-repeat;
	height:300px;
	padding:19px 8px 0 8px;
}

.twoColumnWrap {
	margin-top:20px;
	overflow:hidden;
} * html .twoColumnWrap {
	overflow:visible;
	height:1%;
}
.twoColumnWrap .leftColumn {
	float:left;
	width:220px;
}
.twoColumnWrap .rightColumn {
	padding-left:240px;
}

/* SECTIONS */

#container {
	border:17px solid #fff;	
	background:#DABC96 url(/img/paperBg.jpg) left top repeat;
	/*background:#F8F2E9 url(/img/paperBg_Pastel.jpg) left top repeat;*/

	margin:25px auto;
	text-align:left;
	width:768px; /* IE5 Win includes margins in the width */
	/*height:580px;*/
	voice-family: "\"}\""; /* IE5 Win Stops here */
	voice-family: inherit;
	
	width:734px;
/*	height:545px;	*/
	height:auto;
	min-height:680px;
	padding-bottom:66px;
	/* hide from IE5 Mac \*/
	margin:0;
	/* end hide */
	position:relative;
}


#masthead {
	height:70px;
	background: transparent url(/img/logoRubberStamp_small.gif) 30px 6px no-repeat;
}

#masthead h1 {
	padding:10px 0px 0px 60px;
	margin:0;
}
#masthead h1 a {
	display: block;
	margin:0 auto;
	width: 449px;
	height: 56px;
	background: url(/img/mastheadLogo.gif) top left no-repeat;
	text-decoration: none;
	text-indent: -2000em;
}
#searchBar {
	position:absolute;
	right:15px;
	top:130px;
	padding-left:130px;
	overflow:hidden;
}
#searchBar p {
	padding:0 0 15px 100px;
}
#sideBar {
	float:left;
	width:175px;
} * html #sideBar { overflow:hidden; }

#content {
	padding:0 10px 0;
	margin-left:180px;
}

#footer {
	clear:both;
	padding:15px 5px 0px 5px;
	color:#444;
	font-size:0.9em;
	width:698px;
}
#footer a {
	color:#444;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

#swingTag {
	margin:-0px 0 0 15px;
	width:160px;
	position:relative;
	overflow:visible;
}

#swingTag #swingTagString {
	height:72px;
	width:76px;
	background:transparent url(/img/swingTag_String4.png) left top no-repeat;
	position:absolute;
	top:-57px;
	left:7px;
} * html #swingTag #swingTagString {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/swingTag_String3.png', sizingMethod='crop');
}


#swingTag #swingTagBottom {
	height:15px;
	background:transparent url(/img/swingTag-wide.png) left bottom no-repeat;
} * html #swingTag #swingTagBottom {
	background:none;
	overflow:hidden;
	position:relative;
} * html #swingTag #swingTagBottom div {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:1%;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/swingTag-wide.png', sizingMethod='image');
}

#swingTag #swingTagContent {
	padding:50px 10px 0px 10px;
	font-size:11px;
	color:#222;
	background:transparent url(/img/swingTag-wide.png) left top no-repeat;
} * html #swingTag #swingTagContent {
	background:none;
	/*width:100%;*/
	height:1%;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/swingTag-wide.png', sizingMethod='crop');
}


ul#primaryNav {
	list-style:none;
	margin:0;
	padding:5px 0 5px 120px;
	overflow:hidden;
} * html ul#primaryNav { overflow:visible; height:1%; }
ul#primaryNav li {
	padding:0;
	margin:0px;
	float:left;
	margin-right:5px;	
}
ul#primaryNav li a {
	float:left;
	display:block;
	background:transparent url(/img/primaryNavItems.gif) left top no-repeat;
	text-indent:-2000em;
	width:95px;
	height:25px;
}

ul#primaryNav li a#home { background-position:0 0px;} ul#primaryNav li a#home:hover { background-position:-100px 0px;}
ul#primaryNav li a#wholesale { background-position:0 -25px;} ul#primaryNav li a#wholesale:hover { background-position:-100px -25px;}
ul#primaryNav li a#about { background-position:0 -50px;} ul#primaryNav li a#about:hover { background-position:-100px -50px;}
ul#primaryNav li a#contact { background-position:0 -75px;} ul#primaryNav li a#contact:hover { background-position:-100px -75px;}
ul#primaryNav li a#search { background-position:0 -100px;} ul#primaryNav li a#search:hover { background-position:-100px -100px;}
ul#primaryNav li a#press { background-position:0 -125px;} ul#primaryNav li a#press:hover { background-position:-100px -125px;}


ul#primaryNav li #searchBox {
	background:transparent url(/img/primaryNavSearchBox.gif) left top no-repeat;
	padding:0px 0px 0 3px;
}
ul#primaryNav li #searchBox .textbox {
	width:73px;
	height:16px;
	border:none;
	background:transparent url(/img/blank.gif) left top no-repeat; /* IE Bug Fix */
	font-size:10px;
	color:#000;
	text-transform:uppercase;
}
ul#primaryNav li .button {
	background:none;
	font-size:10px;
	height:15px;
	text-transform:uppercase;
	font-weight:bold;
	border:1px solid #A8453A;
	color:#333;
	letter-spacing:1px;
	padding:0px 2px;
}


ul.secondaryNav {
	list-style:none;
	margin:5px 0 0 0;
	padding:0;
}
ul.secondaryNav li {
	padding:0 0 3px 0;
	padding:0 !justIE;
	margin:0;
	margin:-1px 0 0 0 !justIE;
	height:1em;
}
ul.secondaryNav li a {
	display:block;
	background-color:transparent;
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-2000em;
	position:relative;
}

div.imageTitle {
	padding-bottom:20px;
	/*margin:0 115px 10px 0;*/ /* margin right same width as sideBar, to aid centering */
}

#miniBasket {
	height:0px;
	overflow:visible;
	position:relative;		
}
#miniBasket a .textWrap {
	padding:80px 0 0 10px;
}
#miniBasket a {
	position:absolute;
	right:15px;
	top:-50px;
	background:transparent url(/img/checkout.gif) left top no-repeat;
	width:60px;
	height:105px;
	display:block;
	text-align:left;
	color:#B24540;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
}


#telephone {
	background:transparent url(/img/telephone.gif) 0px 23px no-repeat;
	font-size:0.8em;
	margin:15px 0 0 13px;
	text-align:center;
	font-weight:bold;
}
#telephone div {
	margin:3px 0 0 0;
	padding:3px 0 5px 35px;
	border-top:1px solid #666;
}
#telephone big {
	font-size:1.3em;
	white-space:nowrap;
	font-weight:bold;
}
#logolist{margin:0; padding:0; list-style:none;}
#logolist img{
	border:2px solid #E2DCCC;
	margin:0.3em;
}