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

  /*********/
 /* Reset */
/*********/

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,select,textarea,dl,dd,dt{ margin:0; padding:0 }
h1, h2, h3, h4, h5 ,h6, p {margin-bottom:.75em;}
ul,ol { list-style:none }
ul li {font-size:12px;}
form {display:inline;}
img {border:0;}



  /***************/
 /* SITE STYLES */
/***************/

body {
	padding:0;
	margin:0;
	font-size:12px;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/layout/bg.jpg);
	background-repeat: repeat-x;
	background-color: #D8E6F1;
}


#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#header_hold {
	height: 155px;
	background-image: url(../images/layout/header.jpg);
	position: relative;
	background-position: top;
}

#header {
	height: 175px;
	background-image: url(../images/layout/header.jpg);
	position: relative;
	background-position: top;
}

#header2 {
	height: 91px;
	background-image: url(../images/layout/hdr_bg_tile.jpg);
	position: relative;
	background-position: top;
}

#header .banner {
	position:absolute;
	top:20px;
	right:20px;
	width:550px;
	height:97px;
	}
#header #memberloginbtn {
	display:block;
	height:31px;
	width:108px;
	text-align:center;
	line-height:31px;
	font-size:11px;
	color:#777;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	position:absolute;
	right:62px;
	bottom:-62px;
	background-color:#fff;
	background-image:url(../images/layout/memberloginbtn-bg.jpg)
	}	
#logo2 {
	display:block;
	position:absolute;
	top:0;
	left:0;
	padding:0;
	margin:0;
	text-indent:-999999px;
	background-image: url(../images/layout/new-hdr-logo.jpg);
	background-repeat: no-repeat;
	height: 58px;
	width: 341px;	
	}
/* Header Logo */
#logo {
	display:block;
	position:absolute;
	top:0;
	left:0;
	background-image: url(../images/layout/hdr_logo.jpg);
	margin: 0px;
	padding: 0px;
	height: 125px;
	width: 249px;
	text-indent: -999999px;
}
#navigation {
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 0px;
	bottom: 30px;
}

/* Navigation */
/*#navigation ul{
margin:0;
padding:0;
list-style-type:none;
}
#navigation ul li{
padding:0;
margin:0;
float:left;
}
#navigation ul li a{
display:block;
font-weight:bold;
color:#fff;
font-size:16px;
text-decoration:none;
margin-right:10px;
}
#navigation ul li a:hover{
}*/


	#navigation, #navigation ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	#navigation a {
		display: block;
/*		width: 10em; /* width */
	}
	#navigation li {
		float: left;
/*		width: 10em; /* width */
		padding:0;
		margin:0;
	}
	
	#navigation li ul {
		position: absolute;
		width: 10em; /* width */
		left: -999em; 
	}
	#navigation li ul li{
		width: 15em; /* width */	
	}	
	#navigation li:hover ul {
		left: auto;
	}
	#navigation li:hover ul, #navigation li.sfhover ul {
		left: auto;
	}

/* Styles */

	#navigation ul li a{
	font-weight:bold;
	color:#fff;
	font-size:12px;
	text-decoration:none;
	margin-right:18px;
	}
	
	#navigation ul li a.pulldownlink:hover{
	}
	#navigation ul li a:hover{
	color: #EBD26E;
	}	

	#navigation ul li ul li {
	border-bottom:solid 1px #0276c6;
	}
	#navigation ul li ul li a{
	margin-right:0px;
	font-weight:bold;
	color:#fff;
	font-size:12px;
	text-decoration:none;
	padding:10px 10px;
	background-color: #0065AB;
	}

	#navigation ul li ul li a:hover{
	background-color:#0099FF;
	color: #fff;
	}	





/* NEW NAV */

#newnav {
	background-color:#006ab4;
	position:absolute;
	bottom:0;
	background-image: url(../images/layout/nav/bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width:100%;
	border-bottom:solid 2px #006ab4;	
	border-top:solid 1px #0099cd;	
}
#newnav ul{padding:0;margin:0;list-style-type:none;float:right;}
#newnav ul li{padding:0;margin:0;float:left;}
#newnav ul li a{
	display:block;
	border-right:solid 1px #0099cd;
	border-left:solid 1px #006ab4;	
	padding:7px 10px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	}
#newnav ul li a:hover{
	border:solid 1px #006ab4;
	border-bottom:none;
	border-top:none;
	background-color:#006ab4;

}

#newnav li ul{
		border-top:solid 2px  #006ab4;
		position: absolute;
		width: 150px; /* width */
		left: -999em; 
		z-index:999;
	}


#newnav ul li:hover ul {
	left: auto;
}
#newnav ul li:hover ul, #newnav ul li.sfhover ul {
	left: auto;
}


#newnav li ul li a{
	background-color:#006ab4;
	display:block;
	border:solid 1px #006ab4;
	padding:7px 10px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	width:150px;
	}
#newnav li ul li a:hover{
	border:solid 1px #0083c3;
	color:#ffffff;
	background-color:#0099cf;
}



















#maincontent {
	background-image: url(../images/layout/mid_bg.jpg);
	background-repeat: repeat-x;	
	min-height: 675px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

.subcontent {
	background-repeat: repeat-x;
	width: 776px;
	margin-right: auto;
	margin-left: auto;
	padding:30px;
	background-color: #FFFFFF;
}

.subcontentStore {
	background-repeat: repeat-x;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding:20px;
	background-color: #FFFFFF;
}

#inner-bg {
	background-image: url(../images/layout/maincontent_bgtop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


/* Footer Stylers */
#footer {
	border-top:solid 3px #c4c4c4;
	padding:10px;
	text-align:center;
}

#footer ul {}
#footer ul li{
	display:inline;
}
#footer ul li a{
	margin:0px 10px;
	color:#666;
	font-weight:bold;
	text-decoration:none;
	border-bottom:dashed 1px #999;
}
#footer ul li a:hover{

}
#footer .copyright{
margin:15px 0;
}



.pagetitle {
	background-image: url(../images/layout/pg_title.jpg);
	height: 124px;
	background-repeat: no-repeat;
}

/* 7 Steps List*/

ol.sevenstepslist {
	list-style-type:decimal;
	font-size:24px;
	color:#333333;
	font-weight:bold;
	margin-left:30px;
}
ol.sevenstepslist li{
	margin-left:20px;
}
ol.sevenstepslist h3{
	font-size:24px;
	font-weight:bold;
	padding:0;
	margin:0 0 .50em 0;
	color:#0264ab;
}
ol.sevenstepslist p{
	font-size:14px;
	font-weight:normal;
}
ol.sevenstepslist .subhead{
font-size:16px;
font-weight:bold;
}

/* Who am I Page List */

ul.whoamilist {
	list-style-type:disc;
	margin-left:40px;
}
ul.whoamilist li{
	color:#0264ab;
	font-size:18px;
}

/* Misc List Styles */

ol.list2 {
	margin-left:40px;
	list-style-type:decimal;
	margin-left:15px;
}
ol.list2 li{
	color:#000;
	font-size:14px;
	margin-bottom:7px;
	font-weight:bold;
}

.list3 {
	list-style-type:disc;
	margin-left:30px;
}
ul.list3 li{
	font-size:13px;
	font-weight:bold;
	padding-bottom:10px;
}

.list3 p{
	margin-left:-30px;
}



/* Type Styles */
.heading1 {
	font-size:30px;
	font-weight:normal;
	color:#3E8ABE;
	margin-bottom:15px;
}

.font14px {
	font-size:14px;
}


/* Format 1 */
#formatting {}

#formatting ol{
	list-style-type: disc;
	margin-left: 1.5em;
	font-weight:bold;
}

#formatting ul{
	list-style-type: disc;
	margin-left: 3.5em;
}
#formatting ol{
	list-style-type: decimal;
}
#formatting ol li, #formatting ul li {
	padding-bottom: 1em;
	font-size:16px;
	font-weight:normal;
}
#formatting h1{}
#formatting h2{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#formatting h3 {
	border-bottom:solid 3px #ddd;
}
#formatting{}
#formatting .roman{
	list-style-type:none;
	margin-left:0;
}

  /****************/
 /* Sign Up Page */
/****************/ 
#signuphm {
	margin-top: 20px;
	position:relative;

}


#signuphm h3{
	font-size:26px;
}


#signuphm a.signup{
	background-image: url(../images/layout/signupbtn_bg.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 162px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	padding-top: 12px;
	text-decoration: none;
	text-align: center;
	display: block;
	margin-right:50px;
}

#signuphm ul{
	margin-left:20px;
	list-style-type: square;
}
#signuphm ul li{
	font-size:17px;
	color:#333;
	padding-bottom:0px;
	margin-bottom:10px;
}

#signuppg {
	background-repeat: no-repeat;
	margin-top: 20px;
	position:relative;

}


#signuppg h3{
	font-size:26px;
	margin-left:40px;
}

#signuppg ul{
	margin-left:20px;
	list-style-type: square;
}
#signuppg ul li{
	font-size:17px;
	color:#333;
	padding-bottom:0px;
	margin-bottom:10px;
}

/* Testimonial Container*/
.testimonial {
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	padding-bottom: 10px;
}
/* Testimonial - Quote */
.tes-quote{
	color: #333333;
	font-size: 14px;
	line-height: 1.25em;
}

/* Testimonial - Name/Sig */
.tes-sig{
	align:right;
	text-align: right;
	font-weight: bold;
	color: #333333;
	font-size: 14px;
}




  /*********/
 /* FORMS */
/*********/

/* Signup Form */

#signupform {}
#signupform form{}
#signupform label{
	display:block;
	Font-weight:bold;
	font-size:20px;
	margin-bottom:10px;
	margin-top:20px;
}
#signupform input{}


#signupform .sm{
	width: 260px;
	border: 1px solid #c3c3c3;
	background:#f4f4f4;
	padding: 10px 5px;
	margin-right:  8px;}
	
#signupform .lg{
	width: 540px;
	border: 1px solid #c3c3c3;
	background: #f4f4f4;
	padding: 10px 5px;
	margin-right:  8px;}	


#signupbtn {
	border:none;
	background-color:#fff;
	background-image: url(../images/layout/signupbtn_bg.gif);
	background-repeat: no-repeat;
	height: 57px;
	width: 162px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
	margin:10px 10px 10px auto;
	cursor:pointer;

}


/* Contact Form */

#contactform {}
#contactform label{
	font-weight:bold;
	display:block;
	width:200px;
	color:#000;
	border-bottom:dashed 1px #c3c3c3;
	padding:10px 0 10px 0;
}
#contactform .textfield{
	width: 200px;
	border: 1px solid #c3c3c3;
	background:#f4f4f4;
	padding: 5px 5px;
	margin-right:  8px;}
	
#contactform .textarea{
	width: 300px;
	border: 1px solid #c3c3c3;
	background:#f4f4f4;
	padding: 5px 5px;
	margin-right:  8px;}	
	
#contactform .submitbtn{
	border:none;
	background:#0063a9;
	padding:10px 15px;
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
}

#contactform .required {
	font-weight:normal;
	color:red;
	font-size:11px;
	font-style:italic;
}
	

.bgarrow {
	background-image: url(../images/layout/bgarrows.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 30px;
	padding-bottom: 30px;

}
	
/* Text Format Styles */
.text18 { font-size:18px;}


/* Button Link */

.btnlink {
display:block;
padding:10px;
font-size:22px;
font-weight:bold;
text-decoration:none;
color:#000000;
background-color:#eee;
border:solid 5px #ddd;
width:200px;
text-align:center;
cursor:pointer;
}

.btnlink:hover {
background-color:#0062A9;
color:#fff;
border-color:#0062A9;
}

.btnlink2 {
display:block;
padding:10px;
font-size:22px;
font-weight:bold;
text-decoration:none;
background-color:#0062A9;
color:#fff;
border:solid 5px #0062A9;
width:200px;
text-align:center;
cursor:pointer;
}



#downloadcntr {
	display:block;
	padding:15px 10px;
	margin-top:0px;
	background-color:#F9F2D5;
	color:#333333;
	font-weight:normal;
	font-size:15px;
	border:solid 1px #F0DB8C;
}
#downloadcntr a{
	color:#333333;
	text-decoration:none;
	display:block;
}
#downloadcntr .download{
	background-color: #3ceb44;
	border: 1px solid	#00ab00;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px;
	float: right;
}
#downloadcntr .download:hover{
	background-color: #00ab00;
}
a.pdf {
	height: 50px;
	padding-left: 60px;
	line-height: 60px;
	background-image: url(../images/pdf_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}

.frame-warm{ 
	display:block;
	padding:15px 10px;
	margin-top:0px;
	background-color:#F9F2D5;
	color:#333333;
	font-weight:normal;
	font-size:15px;
	border:solid 1px #F0DB8C;	}

.frame-cool{ 
	display:block;
	padding:15px 10px;
	margin-top:0px;
	background-color:#f6faff;
	color:#333333;
	font-weight:normal;
	font-size:15px;
	border:solid 1px #75b4d9;}	
	
.frame-grey{ 
	display:block;
	padding:15px 10px;
	margin-top:0px;
	background-color:#f1f1f1;
	color:#333333;
	font-weight:normal;
	font-size:15px;
	border:solid 1px #ddd;}		


/* STORE STYLES */

#StoreMenuProd {width:200px;float:left; margin-right:10px;position:relative;height:600px;}
#StoreMenuProd ul{padding:0;margin:0;list-style-type:none;}
#StoreMenuProd ul li{padding:0;margin:0 0 1px 0;}
#StoreMenuProd ul li a{display:block;padding:10px;color:#333;font-weight:bold;font-size:14px;
/*	background-color:#f1f1f1;*/
/*	border:solid 1px #ddd;*/
border:solid 1px #fff;
border-bottom:solid 1px #ddd;
	ZOOM:1;
text-decoration:none;
}


#StoreMenuProd ul li a:hover{
	background-color:#f6faff;
	border:solid 1px #75b4d9;
}

#StoreMenuProd ul li a.current{
	border:solid 1px #F0DB8C;
	background-color:#F9F2D5;
}



#StoreMenuProd .shadow {
	position:absolute;
	top:0;
	right:0;
	background-image:url(../images/store/layout/navshadow.png);
	z-index:5;
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	height: 404px;
	width: 15px;
}
#StoreCatDisplay {
margin-left:220px;
}
* html #StoreCatDisplay {
    overflow-x: auto; overflow-y: hidden; 
    width: expression(document.body.offsetWidth - 530);
}
#StoreCatDisplay2 {
margin-left:none;
}

/* Product Container*/

.ProdItem {text-align:center;margin:5px 5px 20px 5px;}
.ProdItem img{}
.ProdItem .ProdName {
	font-weight:bold;
	font-size:13px;
	font-color:#333;
	display:block;
	border-bottom:solid 2px #eee;
	margin-bottom:10px;	
}
.ProdItem .ProdDesc {}
.ProdItem .ProdPrice {
	font-weight:bold;
	font-size:15px;
	font-color:#333;
	display:block;
	margin-top:10px;
}
.ProdItem .BuyButton {}


.ProdItemHor {margin:5px 5px 50px 5px;border-bottom:solid 5px #eee;overflow:hidden;HEIGHT:1%;}
.ProdItemHor .ProdItem img{}
.ProdItemHor .ProdName {
	font-weight:bold;
	font-size:16px;
	color:#333;
	margin-bottom:10px;
	display:block;
	border-bottom:solid 2px #eee;
	overflow:hidden;
}
.ProdItemHor .ProdDesc {
	margin-bottom:10px;
}
.ProdItemHor .ProdPrice {
	font-weight:bold;
	font-size:15px;
	color:#333;
	display:inline;
	float:right;
}
.ProdItemHor .BuyButton {float:right;text-align:right;margin:10px 0;}

.ProdItemHor .fulldesc {}
.backtotop {
	background-image: url(../images/store/layout/top.jpg);
	height: 16px;
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 16px;
	font-size: 11px;
	text-decoration: none;
	color: #405E7B;
	display: block;
	width: 60px;
	float:right;
	margin:10px 0;
}

.storefrontsubnav {padding:0;margin:0;list-style-type:none;width:85%;margin:0 auto;}
.storefrontsubnav li{padding:0;margin:0;}
.storefrontsubnav li a{
	text-decoration:none;
	display:block;
	padding:10px;
	color:#333;
	border-bottom:solid 1px #ddd;
	}
.storefrontsubnav li a.notactive {
color:#666;
font-style:italic;
font-weight:normal;
}	
.storefrontsubnav li a:hover{font-weight:bold;}

/* Store Pull Down Navigation */
#storeNavigation {
	padding:0;
	margin:0;
	list-style-type:none;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:14em;
	position:Relative;

}
#storeNavigation a.pulldown{
	padding:3px;
	border:solid 1px #ddd;
	background-color:#fff;
	text-decoration:none;
	position:relative;
	width:14em;
	display:block;
	background-image: url(../images/store/layout/downbtn.jpg);
	background-repeat: no-repeat;
	background-position: 13em  center;
	color:#000;
}
.navmenu {position:absolute;background-color:#fff;border:solid 1px #ddd;padding:3px;width:14em;}

/*Inner Container*/
.navmenu ul {list-style-type:none;padding:0;margin:0;}
/*Category Title*/
.navmenu ul li{padding:0;margin:0;}
.navmenu ul li a{display:block;font-weight:bold;text-decoration:none;padding:3px;color:#000000;border-bottom:solid 1px #eee;width:auto;}
.navmenu ul li a:hover{background-color:#eee;}
/*Category Container Item*/
.navmenu ul li ul li{}
.navmenu ul li ul li a{text-decoration:none;font-weight:normal;}
.navmenu ul li ul li a:hover{}


#homeShopBanner {
	position:relative;
	background-image: url(../images/layout/shop_hm_banner.jpg);
	margin: 0px;
	height: 74px;
	width: 415px;
	display: block;
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	overflow: hidden;
}
#homeShopBanner ul{
	list-style-type: disc;
	margin-left: 20px;
	padding-left: 5px;
	float: left;
}
#homeShopBanner ul li{
	font-size: 11px;
	color: #5a502a;
	padding-bottom: 4px;
}

#homeShopBanner ul li a{
	color: #5a502a;
/*	border-bottom:dashed 1px #5a502a;*/
	text-decoration:none;
}
#homeShopBanner ul li a:hover{
	color: #000000;

}

#homeShopBanner .shoplink{
	position:absolute;
	bottom:8px;
	right:16px;
	background-image: url(../images/layout/shop_hm_banner_btn.gif);
	height: 23px;
	width: 148px;
	display: block;
	text-indent: -999999px;
	}
	
.storefrontlink	 {
	display:block;
	float:right;
	width:151px;
	height:37px;
	background-image: url(../images/layout/store_backto_btn.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 38px;
	}

.opPageuickjump {
	margin-bottom:20px;
	list-style-type:upper-roman;
	margin-left:20px;
	}
.opPageuickjump li{
	padding:0;
	margin:0 0 10px 0;
}
.opPageuickjump li a{
	color:#555;
	font-weight:bold;
	font-size:15px;
	text-decoration:none;
	border-bottom:solid 1px #ccc;
	}
.sncontact {margin:20px 0 0 0}
.sncontact ul {}
.sncontact ul li {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:solid 1px #ddd;
	}
.sncontact ul li a{
	display:block;
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
	height:50px;
	padding-left: 60px;
	line-height:50px;
	background-repeat: no-repeat;
	background-position: left center;
	color:#333;
	}
.sncontact ul li a:hover{}

.sncontact ul li a.facebook{background-image: url(../images/layout/homepage-sn-facebook-icon.jpg);}
.sncontact ul li a.twitter{background-image: url(../images/layout/homepage-sn-twitter-icon.jpg);}
.sncontact ul li a.blog{background-image: url(../images/layout/homepage-sn-rss-icon.jpg);}
.sncontact ul li a.youtube{background-image: url(../images/layout/homepage-sn-youtube-icon.jpg);}


/* AWebber Sign Up Form*/

/* Horizontal Footer Form */
	.ftrsignup {width:750px;margin: 20px auto 20px auto;}
	.ftrsignup .headform-footer {
		margin:0 auto;
		overflow:hidden;
		text-align:center;
		}
	.ftrsignup .headform-footer .af-form-wrapper-footer label{
		font-weight:bold;
		font-size:14px;
		margin-bottom:5px;
		}
	.ftrsignup .headform-footer .af-form-wrapper-footer input[type=text]{
background-image: url(http://www.identityanddestiny.com/images/layout/gift-textfield-bg.jpg);
border: solid 2px #C4C4C4;
font-size: 17px;
padding: 5px;
width: 250px;}

	.ftrsignup .headform-footer .af-form-wrapper-footer input[type=submit] {
		display:block;
		background-color:#0B69AC;
		border:none;
		padding:9px;
		font-size:14px;
		font-weight:bold;
		color:#fff;
		width:150px;
		cursor:pointer;
		margin:0 auto;
		}


/* Footer Sign Up - Designed */

#footer-signup {
	width:778px;
	margin:20px auto;
	background-image: url(../images/layout/footer-signup-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
	height:286px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
		}
	#footer-signup .formwrap {
		position:absolute;
		top:95px;
		left:351px;
		width:320px;
		padding:0;
		height:191px;
		width:320px;
		}
	#footer-signup .formwrap input[type="text"]	{
		background-image: url(http://www.identityanddestiny.com/images/layout/gift-textfield-bg.jpg);
		border: solid 2px #C4C4C4;
		font-size: 17px;
		padding: 5px;
		width:290px;		
		}
		
	#footer-signup .formwrap input[type="submit"] {
		display: block;
		background-color: #0B69AC;
		border: none;
		padding: 9px;
		font-size: 14px;
		font-weight: bold;
		color: white;
		width: 150px;
		cursor: pointer;
		margin: 0 auto;	
		}		
	#footer-signup .formwrap label {
		display:block;
		font-weight:bold;
		}		
