@charset "UTF-8";
/* CSS Document */

body {
padding:0px;
font-family: century gothic;
color:#846259;
size:100px;
background-image: url(/images/dotstripe.jpg); background-attachment: fixed;
}
/* PARAGRAPH LAYOUT FOR CATALOG PRODUCTS */
.p_layout { 
margin-top: 10; margin-bottom: 10; 
	text-align: left;
}
h1{
	font-family: century gothic;
	font-size: 24px;
	/*color: #646e73;*/
	color: #9fab7d;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	font-variant: small-caps;
	letter-spacing:1px;

	
}

h2 {
font-family:"georgia", Verdana, Tahoma;
font-size:20px;
font-weight:100;
color:#68b9e1;
}

h3 {
font-family:"georgia", Verdana, Tahoma;
font-size:20px;
font-weight:100;
color:#68b9e1;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	/*color: #646e73;*/
	color: #68b9e1;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	font-variant: small-caps;
	letter-spacing: 3px;
}

h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	/*color: #646e73;*/
	color: #ffffff;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	font-variant: small-caps;
	letter-spacing: 5px;
background:#646e73;
text-align:center;
}

td {
font-family:century gothic;
}

tr {
font-family: century gothic;
}

p {
font-family:century gothic;
}

font {
font-family:century gothic;
color:#846259;
}

.pinkHeading {
font-size:16px;
color:#372221;
text-decoration:none;

}

.pinkLink:Link {
font-size:16px;
font-weight:normal;
color:#bb3532;
text-decoration:none;
}

.pinkLink:Visited {
font-size:16px;
font-weight:normal;
color:#bb3532;
text-decoration:none;
}

.pinkLink:Hover {
font-size:16px;
font-weight:normal;
color:#d55884;
text-decoration:none;
}

.pinkLink:Active {
font-size:16px;
font-weight:normal;
color:#d55884;
}

a:link {
font-weight:normal;
color:#9fab7d;
font-size:14px;
text-decoration:none;
}

a:visited {
font-weight:normal;
color:#9fab7d;
font-size:14px;
text-decoration:none;
}

a:hover {
font-weight:normal;
color:#be9f7d;
font-size:14px;
text-decoration:none;
}

a:active {
font-weight:normal;
color:#9fab7d;
font-size:14px;
text-decoration:none;
}

.topNav:Link {
font-size:12px;
color:white;
font-weight:100;
text-decoration:none;
}

.topNav:Visited {
font-size:12px;
color:white;
font-weight:100;
text-decoration:none;
}

.topNav:Hover {
font-size:12px;
color:#73c0e4;
font-weight:100;
text-decoration:none;
}

.topNav:Active {
font-size:12px;
color:white;
font-weight:100;
text-decoration:none;
}

.footerLink:Link {
font-size:10px;
color:white;
text-decoration:none;
}

.footerLink:Visited {
font-size:10px;
color:white;
text-decoration:none;
}

.footerLink:Hover {
font-size:10px;
color:white;
text-decoration:underline;
}

.footerLink:Active {
font-size:10px;
color:white;
text-decoration:none;
}

.footer {
font-size:12px;
color:#ffffff;
}


.leftBorder {
background-image:url(/images/left_border.gif);
background-repeat:repeat;
margin:0;
padding:0;
vertical-align:top;
}

.topBorder {
background-image:url(/images/top_border.gif);
background-repeat:repeat-x;
height:16px;
margin:0;
padding:0;
}

.rightBorder {
background-image:url(/images/right_border.gif);
background-repeat:repeat-y;
height:16px;
margin:0;
padding:0;
}

.bottomBorder {
background-image:url(/images/bottom_border.gif);
background-repeat:repeat-x;
height:16px;
margin:0;
padding:0;
}

.horzDivide {
border-bottom:1px solid #73bfe3;
}

.whiteFont {
font-size:10px;
color:white;
}

/* BOLD FONT */
.boldtext { 
font-weight: bold; 
}






/* TABLE DATA CELL FONT AND SIZE */
td { 
font-family: century gothic; 
font-size: 10pt;
text-align:left; 
}

