/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0px;
	text-align: center;
}
p { margin-top:20px; margin-bottom:20px; }
a:link {
	color: #CA2D92;
}
a:visited {
	color: #CA2D92;
}
a:hover {
	color: #C1D72E;
}
a:active {
	color: #FFCC00;
}
a.lnk:link {
	color: #FF970E; font-weight:bold; font-size:10px; text-decoration:none;
}
a.lnk:visited {
	color: #FF970E; font-weight:bold; font-size:10px; text-decoration:none;
}
a.lnk:hover {
	color: #A1D800; font-weight:bold; font-size:10px; text-decoration:none;
}
#outershell {
	width: 100%; background:#474747 url(img/bg_dark.jpg) repeat-x; padding-bottom:10px; margin-bottom:5px;
}
#loopshell {
	background-image: url(img/fusionbg.png);
	background-repeat: no-repeat;
	background-position: center top;	
}
#centershell {
	width: 710px;
	margin-right: auto;
	margin-left: auto;
}
#footnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	line-height: 16px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}
#footnav a {
	color: #333333;
	text-decoration:none;
}
#footnav a:hover {
	color: #333333;
	text-decoration:underline;
}
#headnav {
	width: 750px;
	margin-top: 14px;
	margin-bottom: 14px;
}
#templateshell {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	/*height:545px;*/
}
#rightshell {
	width: 290px;
/*	margin-right: 30px;*/
	margin-left: 10px;
	text-align: center;
	margin-top: 14px;
}
.formItems {
	font-size: 10px;
	color: #000000;
}

.customize td {
	color:#B1B2B1
}
.customize td a:link {color:#000000}
.customize td a:visited {color:#000000}
.customize td a:hover {color:#ffffff}

.box {
	width: 320px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333E;
	background-color: #eeeeee;
	padding: 0px;
}
#menushell {
	height: 22px;
	display: block;
}

#sampleCust {
    background:url(img/bg_sample_full.png) no-repeat; 
	padding:0px 20px 20px 0px;
	position: absolute;
	width: 700px;
	height: 210px;
	top: 24px;
	left: 20px;
	display: none;
	z-index: 3;
}

#sampleMLM {
    background:url(img/bg_sample_full.png) no-repeat; 
	padding:0px 20px 20px 0px;
	position: absolute;
	width: 700px;
	height: 210px;
	top: 24px;
	left: 20px;
	display: none;
	z-index: 3;
}
#utilities {
	background-color: #333333;
	position: absolute;;
	border: 2px solid #333333;
	width: 700px;
	height: auto;
	top: 24px;
	left: 20px;
	display: none;
	z-index: 3;
}

#utilities2 {
	background-color: #fff;
	position: absolute;;
	border: 3px solid #8089DD;
	width: 700px;
	height: auto;
	top: 48px;
	left: 22px;
	display: none;
	z-index: 3;
	-moz-box-shadow: 3px 3px 4px #666;
	-webkit-box-shadow: 3px 3px 4px #666;
	box-shadow: 3px 3px 4px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');
}
#utilities2 a { color:#495198; }

#previewshell {
	background:#474747 url(img/buttons/tile_purp_12.gif) repeat-x;
	height:66px;
	margin:0 auto 15px auto;
}
.thumb {
	width: 200px;
	height: 156px;
	border: 0px solid #ccc;
}
.thumbcont {
	width: 200px;
	height: 170px;
	float: left;
	text-align: center;	
	margin-right: 4px;
}
.sublabel {
	background-color: #000000;
	width: 700px;
	height: 34px;
	text-align: left;
	border-bottom: 2px solid #000000;
}
.menuBtn {
	position: relative;
	height: 45px;
	text-align: center;
	float: left;
}
#pick:hover { background-color:#FFFF99 }

/* navigation */
#stnav {
	margin: 0;
	padding: 7px 6px 0;
	background: #222 url(http://app1.talkfusion.com/resources/images/gradient.png) repeat-x 0 -110px;
	line-height: 100%;

	border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
}
#stnav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}


/* main level link */
#stnav a {
	font-weight: bold;
	color: #94c800;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;

	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
#stnav a:hover {
	background: #94c800;
	color: #fff;
}

/* main level link hover */
#stnav .current a, #nav li:hover > a {
	background: #666 url(http://app1.talkfusion.com/resources/images/gradient.png) repeat-x 0 -40px;
	color: #444;
	border-top: solid 1px #f8f8f8;

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);

	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}

/* sub levels link hover */
#stnav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#stnav ul a:hover {
	background: #0078ff url(http://app1.talkfusion.com/resources/images/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#stnav li:hover > ul {
	display: block;
}

/* level 2 list */
#stnav ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	background: #ddd url(http://app1.talkfusion.com/resources/images/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#stnav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#stnav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#stnav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#stnav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#stnav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#stnav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#stnav {
	display: inline-block;
} 
html[xmlns] #stnav {
	display: block;
}
 
* html #stnav {
	height: 1%;
}
