@import url("/CSS/header.css"); /*header styles defined in header.css */

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFFFFF
}

#conatiner{
	text-align:left;
	width: 758px;
	margin: 0 auto;
	position:relative;
	height: auto;
}


/* --------------------- COLUMN 1 -------------------- */

#column1 {
	margin-top:0px;
	padding-top:0px;
	float:left;
	width:536px;
	position:relative;
}
#subheader {
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top:0px;
}

#subheadTXT {
	position: absolute;
	font-size: 10px;
	left: 138px;
	top: 140px;
	width: 288px;
	height: 40px;
	z-index: 2;
}
/*----PIN SECTION SETUP----*/
#pin{
	position:relative;
	width:537px;
	height:233px;
	text-align:left;
	margin-left: 3px;	
}

#pinIntroBlurb { /* "Ordering pins made easy"  box*/
	position:absolute;
	border-right: dashed 1px #000000;
	border-left: solid 1px #4496b6;
	border-bottom: solid 1px #4496b6;
	height: 198px;
	width: 200px;
	left: 0px;
	top: 26px;
	padding: 4px;
}

#StepOne {
	position:absolute;
	border-bottom: dashed 1px #000000;
	border-right: solid 1px #4496b6;
	height: 34px;
	width: 311px;
	top: 26px;
	left:210px;
	font-size:110%;
	font-weight: bold;
	padding-left:15px;
	padding-top:2px;
	color:#214a58;
}

.pinSorC { /* Controls shared properties between #pinStock and #pinCustom */
	position:absolute;
	height: 169px;
	/*padding: 5px 3px 4px;*/
	border-bottom: solid 1px #4496b6;
	top:63px;
}
.pinSorC_head {position:relative; top:8px; left: 5px;font-size: 95%; font-weight: bold;}
.pinSorC_head a, .lanSorC_head a:link, .lanSorC_head a:visited, .lanSorC_head a:hover, .lanSorC_head a:active {text-decoration:none; color:#000000}

#pinStock { /* Stock pins box on index.htm */
	border-right: dashed 1px #000000;
	width: 162px;
	left:210px;
}
#pinCustom { /* custom pins box on index.htm */
	width: 163px;
	right: 0px;
	border-right: solid 1px #4496b6;
}
	
/*#pincontent {
	position:absolute;
	background-color: #e2e9ee;
	background-image:url(/images/layout/contentBG_pin.jpg);
	background-repeat:no-repeat;
	left: 155px;
	top: 26px;
	width: 381px;
	height: 220px;
	z-index: 1;
	border-right: 1px solid #4496b6;
	border-bottom: 1px solid #4496b6;
	color: #E2E9EF;
	background-position:top right;
}*/

#pinTR {position:absolute;	left:524px;	top:0px;	z-index:1;	width: 13px;	height: 26px;}
#pinHead {position:absolute; left:13px; top:0px; z-index:1; width: 511px; height: 26px}
#pinTL {position:absolute;	left:0px;	top:0px;	z-index:1;	width: 13px;	height: 26px;}
#pinBL {position:absolute;	left:0px;	bottom:0px;	z-index:2;}
#pinBR {position:absolute;	right: 0px; bottom:0px;	z-index:2;}
/*
#pinImgSwap {position:absolute;	left:337px;	top:26px;	z-index:5;	width: 199px;	height: 119px; text-align:right;}
#pincategory {position:absolute;	top: 26px;	left: 0px;	z-index: 1;}
*/


/* --------NEW INDEX SETUP -------------*/

#topPart {
	position:relative;
	width: 539px;
	height: 91px;
	background-image:url(../images/topbg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	z-index: 1;
}

#topPartText {
	position: absolute;
	width: 440px;
	height: 50px;
	top: 35px;
	left:90px;
	z-index:5;
	font-size: 0.8em;
	font-weight:normal;
}

h1.main {
	position: absolute;
        color: #4598B8;
        font-size: 1.0em;
        margin-bottom: auto;
        margin-top: auto;
        padding-left: 90px;
        padding-top: 13px;
        font-style:italic;
        display: inline;

}

#topPartText h1 {
	margin: 0;
	font-size: 1em;
	font-weight:normal;
	display:inline;	
}
#topPartImage {
	border-right: 1px solid #4e6c99;
	border-left: 1px solid #4e6c99;
	width: 537px;

}

#middlePartText {
	position: absolute;
	top: 20px;
	right: 4px;
	width: 320px;
	height: 43px;
	font-size: 0.7em;
}
#bottomPart {
	width:537px;
	border-right: 1px solid #4e6c99;
	border-left: 1px solid #4e6c99;
	position: relative;
	border-right: 1px solid #4e6c99;
	border-left: 1px solid #4e6c99;
	border-bottom: 1px solid #4e6c99;
}

#stockPart {
	width: 269px;
	height: 272px;
	background-color: #f6f7d7;
	position: absolute;
	left: 0;
	top: 0;
	border-right: 1px solid #4e6c99;
}

#customPart {
	width: 269px;
	height: 273px;
	background-color: #f6f7d7;
	position: absolute;
	left: 267px;
	top: 0;
	border-left: 1px solid #4e6c99;
}

		/*----END PIN SETUP----*/
.head1, .head2 {
	background-image: url(/images/layout/pinHeadBG.gif);
	background-repeat: repeat-x;
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;
	padding-top:2px;
}

.head1 {text-align:center;}
.head2 {text-indent: 40px;}


/*----LANYARD SECTION SETUP----*/
#lanyard{
	position:relative;
	width:537px;
	height:233px;
	margin-top: 15px;
	margin-left: 3px;
}

#lanIntroBlurb { /* "Ordering pins made easy"  box*/
	position:absolute;
	border-right: dashed 1px #000000;
	border-left: solid 1px #4496b6;
	border-bottom: solid 1px #4496b6;
	height: 198px;
	width: 200px;
	left: 0px;
	top: 26px;
	padding: 4px;
}

#lanStepOne {
	position:absolute;
	border-bottom: dashed 1px #000000;
	border-right: solid 1px #4496b6;
	height: 34px;
	width: 311px;
	top: 26px;
	left:210px;
	font-size:110%;
	font-weight: bold;
	padding-left:15px;
	padding-top:2px;
	color:#214a58;
}

.lanSorC { /* Controls shared properties between #pinStock and #pinCustom */
	position:absolute;
	height: 169px;
	/*padding: 5px 3px 4px;*/
	border-bottom: solid 1px #4496b6;
	top:63px;
}
.lanSorC_head {
	position:relative;
	top:8px;
	left: 5px;
	font-size: 95%;
	font-weight: bold;
}
.lanSorC_head a, .lanSorC_head a:link, .lanSorC_head a:visited, .lanSorC_head a:hover, .lanSorC_head a:active {text-decoration:none; color:#000000}
#lanStock { /* Stock pins box on index.htm */
	border-right: dashed 1px #000000;
	width: 162px;
	left:210px;
}
#lanCustom { /* custom pins box on index.htm */
	width: 163px;
	right: 0px;
	border-right: solid 1px #4496b6;
}


#lanyardTR {position:absolute;	left:524px;	top:0px;	z-index:1;	width: 13px;	height: 26px;}
#lanyardHead {position:absolute; left:13px; top:0px; z-index:1; width: 511px; height: 26px}
#lanyardTL {position:absolute;	left:0px;	top:0px;	z-index:1;	width: 13px;	height: 26px;}
#lanyardBL {position:absolute;	left:0px;	bottom:0px;	z-index:2;}
#lanyardBR {position:absolute;	right: 0px; bottom:0px;	z-index:2;}

#lanIntroBlurb table {margin-top: 5px;}
				/*----END LANYARD SETUP----*/
				
/* --------------------- COLUMN 2 -------------------- */

#column2 {
	float:right;
	width: 200px;
	padding-top: 2px;
	margin-left: 0px;
	position: relative;
}
#custcenter {
	background-color:#fffedf;
	height:auto;
	margin:0px;
	width:198px;
	padding-top: 10px;
	padding-bottom: 7px;
}
#custcenter a {padding: 0px 0px 10px 10px; line-height:1.7em;}
#custHead {background-image:url(/images/layout/custHead.gif); background-repeat: no-repeat; height:25px; width:200px; float:right;}

.ad {
	background-color:#fffedf;
	width:189px;
	height:auto;
	float:right;
	border-right: 1px solid #eed85d;
	border-left:1px solid #eed85d;
}

.adtop {background-image:url(/images/layout/adTop.gif); display:block; background-repeat: no-repeat; width:200px; height:6px; float:right; margin-top: 7px;}
.adbot {background-image:url(/images/layout/adBottom.gif); display:block; background-repeat: no-repeat; height:6px; width:200px; float:right; }


/*
#ad1 = freebies info ad e.g., shipping, artwork, etc 
#ad2 = phone number, email, etc
#ad3 = links
*/
#ad1 {list-style-position:inside;}
#ad1 ul {	text-indent: -26px;}
#ad1, #ad2, #ad3, #adLinksMiddle {font-size:75%; padding-left:5px; padding-right:5px;}

.imgAd {
	margin-top: 5px;
	margin-bottom: 5px;
	float:right;
}

#ad3 a {
	text-decoration:none;
	color:#004964;
}

#ad3 a:hover {
	text-decoration:underline;
}

#adLinks {margin-top: 7px; float:right;}
#adLinksTop {
	background-image:url(/images/layout/adTop.gif);
	background-repeat: no-repeat;
	width:200px; 
	height:6px;
}
#adLinksBottom {
	background-image:url(/images/layout/adBottom.gif);
	background-repeat: no-repeat;
	width:200px; 
	height:6px;

}
#adLinksMiddle {
	border-right: 1px solid #eed85d;
	border-left:1px solid #eed85d;
	background-color:#fffedf;
}

/*--------- TEXT STYLES -------------*/

.content {
	position:absolute;
	font-size: 85%;
	z-index: 3;
	overflow: hidden;
	left: -300px;
}

.smTxt {font-size: 70%}
.disclaimer {font-size:65%; margin-top:15px;}
.disclaimerNum {margin-top:-15px; font-weight:bold; font-size:0.7em;}
.disclaimer a:link, .disclaimer a:visited {text-decoration:none; color:#000000;}
.disclaimer a:hover, .disclaimer a:active {text-decoration:none; color:#FF0000;}

.SorCText {font-size: 0.8em;}

