/* ==================================================================

 *  owner: Planeteria Web Design http://www.planeteria.com

 *  author: Shawn Emory (semory@planeteria.com), Jeri A Hastava (jhastava@planeteria.com)

 *  created: July 2007 Forward

 * ================================================================== */

html { 
	font-size:100.01%; 
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:76%;
	margin: 0;
	color: #5e278b;
	background: #c9e8ea;
	text-align:left;
	}

p { 
	margin: 0 0 1em 0;
	line-height: 1.75em;
	}

strong {
	color:#000; 
	font-weight:bold;
	}

img {
		padding: 2px;
		border: 1px solid #a2bbdc;
		margin: 0 0 5px 0;
}

img .catalog_playsilks{
		padding: 0 !Important;
			border: none !Important;
			margin: 0 !Important;
}


/* ==================================================================
 * Headings
 * ================================================================== */

h1 {
	color: #0507a2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;  
	margin:0 0 .5em 0;
	font-weight:normal;
	text-transform: uppercase;
	}

h2 {
	color: #9e5f98;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;  
	margin:.4em 0 .3em 0;
	font-weight:normal;
	}

h3 {
	color: #663366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;  
	margin:0;
	}

h4 { 
	color: #000; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size: 100%;  
	margin:0;
	}

h5 { 
	color: #000; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size: 100%;  
	margin:0 ;
	}

h6 { 
	color: #000; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size: 100%;  
	margin:0;
	}

/* ==================================================================
 * Lists
 * ================================================================== */

dl {
	color: #000;
	}

dt {
	font-weight: bold;
	}

dt a:link, dt a:visited { 
	color: #000; 
	text-decoration: underline; 
	}

dd {
	margin: 0 0 0 1em;
	padding: 0;
}

ul {
	padding:1em 0 .5em 0;
	}

ul li {
	background:url("../images/bullet_list.gif") no-repeat 0 .3em;
	margin:0;
	padding:0 0 .8em 1.3em;
	line-height: 1.4em;
	list-style-type: none;
	}


/* ==================================================================
 * Links
 * ================================================================== */

a:link {
	color: #3e42df;
	text-decoration:underline;
	}

a:visited {
	color: #3e42df;
	text-decoration:underline;
	}

a:hover {
	color: #3e42df;
	text-decoration: none;
	}

a:active {
	color: #3e42df;
	text-decoration: underline;
	}

/* ==================================================================
 * Misc
 * ================================================================== */

img.right {
	float: right;
	margin: 0 0 15px 15px;
}

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.inline {
	display:inline;
	margin-bottom:-4px;
	margin-left:5px;
	}

.clear {
	clear: both;
	}
	
.rule {
	border-bottom:1px dotted #9e5f98;
	margin:0 0 15px 0;
	clear: both;
	}

/* ==================================================================
 * Layout
 * ================================================================== */

#container {
	margin:0 auto;
	font-size: .9em;
	line-height: 1.1em;
	text-align: left;
	width: 315px;
	}