@charset "UTF-8";
/*
Project Name: Silk Plaster
Theme URI: http://www.silkplaster.com
Description: Silk Plaster website
Version: 1.0
Create Date: 8-18-2009
Modified Date:
Author: Chad Anderson
Author URI: http://www.1000kbps.com/
Tags: Fixed header, fixed nav, 3 columns, fixed footer
*/

/* CSS Document for SilkPlaster */
/* site colors:
	#2D3192 = purple
	#EE5B5E = beige
	
*/
/* Show only to IE7 
*:first-child+html [selector] {
	background: red;
}
*/
/* Show only to IE6 
* html [selector] {
	background: red;
}
Replace [selector] in the above two examples, to color that elements background red. Example selectors could be body, #my_id or .my_class.
*/

/* IE Fixes*/
* html .visualIEFloatFix { height: 0.01%; }

/* zero elements */

html, body, ul, ol, li, form, fieldset{
	margin: 0;
	padding: 0;
	border:0;
	/* don't force scroll bar*/
	/*height : 100.1%; NOT VALID force vertical scroll bar to avoid page shift in Firefox */
	 min-height: 100%; margin-bottom: 1px; /*VALID force vertical scroll bar to avoid page shift in Firefox */
}
img, p{margin: 0px;padding: 0px; border:none;}


/* Elements */
a {color:#2D3192;}

h1,h2,h3,h4,h5,h6{margin:0px 0px 16px 0px;padding:0px 0px 0px 0px; font-family:Georgia, "Times New Roman", Times, serif;color:#2D3192;}
h1{font-size:22px;padding-left:0px;height:18px;line-height:18px; }
h2{font-size:18px; padding-left:0px;height:18px;line-height:16px;}
h3{margin-top:16px;font-size:14px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
h4{margin-top:16px;font-size:12px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
h5{font-size:12px;line-height:12px;color:#333;font-style:italic;text-align:center;font-weight:normal;}
h6{font-size:10px;line-height:10px;color:#333;font-style:italic;text-align:center;font-weight:normal;}

p{margin:0px 0px 12px 0px;font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;line-height:20px;}
ul{margin:0px 0px 0px 0px;}
li{position:relative;display:list-item;margin-left:35px;line-height:17px; list-style-type:lower-latin;text-align:justify;}
ol li{
	list-style-type:decimal;
	list-style:decimal;
}

blockquote{text-align:justify;margin:10px 15px 16px 20px;padding:0px;line-height:16px;font-size:14px;font-weight:normal;font-style:italic;font-family:Georgia, "Times New Roman", Times, serif;}

.h1-small{font-size:14px;}
.center{text-align:center;}
.right{text-align:right;}
.block{display:block;}
.underline{text-decoration:underline;}
.justify{text-align:justify;}
.home{line-height:24px;font-size:14px;}
.ftrLink{text-decoration:none;color:#352664;}
.numberedList li{list-style-type:decimal;list-style:decimal;}
.numberedList a{text-decoration:none;}

/* LAYOUT  */
body { /**/
	/*background-color:#FAF9F3;*/
	background-color:#F3ECE1;
	margin: 0px;
	padding: 0px;
	background-image:url(../imgs/back_body-new.jpg);
	background-repeat:no-repeat;
	background-position:top center;/**/
}

#siteWrapper{ /**/
	position:relative;
	z-index:auto;
	width:881px;
	margin: 0px auto;
	padding: 0px;
	/*background-color:#CC6;*/
}
#mastheadWrapper{ /**/
	position:relative;
	z-index:auto;
	width:881px;
	height:181px;
	margin: 0px 0px 8px 0px;
	padding: 0px;
	background-image:url(../imgs/masthead.png);
	background-repeat:no-repeat;
}
#mh-logoclicker{
	position:absolute;
	top:110px;left:120px;
	width:250px;
	height:50px;
	z-index:auto;
	cursor:pointer;
	/*border:#000 1px solid;*/
}

#navWrapper{
	position:relative;
	z-index:auto;
	width:881px;
	height:27px;
	margin: 0px 0px 8px 0px;
	padding: 0px;
	background-image:url(../imgs/back_nav.png);
	background-repeat:no-repeat;
}
#navEmail{
	position:absolute;
	top:0px;
	left:690px;
	text-align:right;
	width:180px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	line-height:27px;
}

#bodyWrapper{
	position:relative;
	z-index:auto;
	width:881px;
	height:auto;
	min-height:500px;
	margin: 0px;
	padding: 0px;
}

/* ----- LEFT SIDEBAR ------------ */
#leftWrapper{ /**/
	position:relative;
	z-index:auto;
	/**/float:left;
	width:226px;
	height:auto;
	min-height:450px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#slideshow{ /**/
	position:relative;
	z-index:auto;
	width:226px;
	height:206px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	overflow:hidden;
	background-image:url(../imgs/pic-slideshow.png);
	background-repeat:no-repeat;
}
.leftcaption{
	padding:10px 0px 10px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;	
	color:#2D3192;	
	line-height:18px;
	text-align:center;
}
#video{ /**/
	position:relative;
	z-index:auto;
	width:226px;
	height:206px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	overflow:hidden;
	background-image:url(../imgs/pic-video.gif);
	background-repeat:no-repeat;
}
/* ----- CENTER ------------ */
#centerWrapperHome{
	z-index:auto;
	width:398px; /*398-40*/
	height:auto;/**/
	margin: 0px 12px 0px 239px; /* 13+226*/
	padding: 0px;
}
#centerWrapper{ /**/
	/*position:absolute;
	top:0px;
	left:226px;
	float:left;*/
	position:relative;
	z-index:auto;
	width:637px; /*637-12*/
	height:auto;/**/
	margin: 0px 0px 0px 0px; /* 13+226*/
	padding: 0px;
}

#bodyContentHome{ /**/
	position:relative;
	z-index:auto;
	width:338px; /*398-60*/
	height:auto;
	min-height:380px;
	margin: 0px;
	padding: 30px; /*23*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;	
	color:#2D3192;	
	line-height:18px;
	/**/background-image:url(../imgs/back_center.png);
	background-repeat:no-repeat;
	background-position:center top;
}
#bodyContent{ /**/
	position:relative;
	z-index:auto;
	width:577px; /*637-60*/
	height:auto;
	min-height:390px;
	margin: 0px;
	padding: 30px; /*23*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;	
	color:#2D3192;	
	line-height:18px;
	/**/background-image:url(../imgs/back_body-637.png);
	background-repeat:no-repeat;
	background-position:center top;
}
#bodyFooterHome{
	position:relative;
	z-index:auto;
	width:398px; /*398-46*/
	height:10px;/**/
	margin: 0px;
	padding: 0px;
	background-image:url(../imgs/back_center.png);
	background-repeat:no-repeat;
	background-position:center bottom;	
}
#bodyFooter{
	position:relative;
	z-index:auto;
	width:637px; /*398-46*/
	height:10px;/**/
	margin: 0px;
	padding: 0px;
	background-image:url(../imgs/back_body-637.png);
	background-repeat:no-repeat;
	background-position:center bottom;	
}

/* ----- RIGHT SIDEBAR ------------ */
#rightWrapper{ /**/
	position:absolute;
	top:0px;
	left:649px;
	/*postion:relative;*/
	z-index:auto;
	width:232px;
	height:auto;
	min-height:450px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	
}
#rightFooter{
	position:relative;
	z-index:auto;
	width:232px; 
	height:10px;
	margin: 0px;
	padding: 0px;
	background-image:url(../imgs/back_right.png);
	background-repeat:no-repeat;
	background-position:center bottom;	
}
/* ----- FOOTER ------------ */
#footerWrapper{ /**/
	position:relative;
	z-index:auto;
	width:881px;
	height:55px;
	margin: 13px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	border-top:#352536 1px solid;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:8px;
	font-style:normal;
	font-weight:normal;
	color:#352664;
}

/* NAVIGATION ---------------------------*/
#navWrapper ul#nav {padding:0px;margin:0px 0px 0px 10px;width:895px;height:auto;/*border:#900 1px solid;*/}
#navWrapper ul#nav li {
	display:block;
	float:left;	
	margin: 0px 0px 0px 0px;
	padding: 6px 15px 0px 0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	color:#2D3192;
	line-height:14px;
}

#navWrapper ul#nav a {display:block;float:left;margin: 0px;padding: 0px;color:#2D3192;}


/* FORM ---------------------------*/
#registryForm{ /**/
	position:relative;
	z-index:auto;
	width:207px; /*232-30*/
	height:auto;
	min-height:420px;
	margin: 0px;
	padding: 15px 10px 15px 15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	/*font-size:10px;*/
	color:#2D3192;
	background-image:url(../imgs/back_right.png);
	background-repeat:no-repeat;
	background-position:center top;
}

#registryForm .input{
	/*color: #333;
	background: #fff;
	border: 1px solid #999999;*/
	width: 100px;
	padding:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
}

#registryForm label{
	width: 73px;
	float: left;
	/**/text-align: right;
	margin-right: 3px;
	display: block;
	font-size:10px;
	/*border:#ccc 1px solid;*/
}
#registryForm .radioLabel{
	width: 178px;
	float: left;
	text-align: left;
	margin-right: 10px;
	display: block;
	font-size:12px;
	line-height:12px;
}

#spryradio1, #spryradio2, #spryradio3{
	font-size:12px;
	padding-bottom:10px;
	display:block;
}
#registryForm p{
	padding-top:0px;
	margin:2px;
}
#registryForm .req{
	background-color:#ececec;
}
.reqMsg{
	display:block;
	width:202px;
	margin-bottom:10px;
	/*text-align:center;*/
	border-bottom:#C00 1px dashed;
	font-size:11px;
}


/*#registryForm fieldset{
	width:auto;
	height:auto;
	border: 1px solid #fff;
	padding: 2px;
	margin-bottom: 2px;
}*/

#registryForm .textArea{
	margin: 0px;
	width: 190px;
	height:85px;
	background-color:#ececec;
	border: 1px solid #999999;
	color: #333;
	padding:2px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
}

#registryForm legend{
	padding: 2px 6px;
	margin-left: 0px;
	font-weight:bold;
	color:#2D3192;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#registryForm .submit{
	margin: 0px 0px 0px 15px;
}
#submitrow{margin:0px auto;}

#affiliateForm{
	position:relative;
	display:none;	
	width:250px;
	overflow:hidden;
	/*background-color:#F3ECE1;*/
}
#affiliate-btn{cursor:pointer;}
#affiliateForm .input{
	color: #333;
	background: #ECECEC;
	border: 1px solid #999999;
	width: 250px;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#affiliateForm label{
	width: 120px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}
#affiliateForm .radioLabel{
	width: 300px;
	float: left;
	text-align: left;
	margin-right: 10px;
	display: block;
}

#affiliateForm p{
	padding-top:0px;
	margin:2px;
}
#affiliateForm .req{
	background-color:#ececec;
}

/*#affiliateForm fieldset{
	width:auto;
	height:auto;
	border: 1px solid #fff;
	padding: 2px;
	margin-bottom: 2px;
}*/

#affiliateForm .textArea{
	margin: 0px;
	width: 190px;
	height:85px;
	background-color:#ececec;
	border: 1px solid #999999;
	color: #333;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#affiliateForm legend{
	padding: 2px 6px;
	margin-left: 10px;
	font-weight:bold;
	font-size:14px;
	color:#2D3192;
}

#affiliateForm .submit{
	margin: 0px 0px 0px 65px;
}
/* END Form ---------------------------*/
