/* GCR */
.strong
{
    font-weight:bold;
}

.em
{
    font-style:italic;
}

.interior_gcr
{
    width:412px;
    height:189px;
    position:absolute;
    top:91px;
    right:0;
    z-index:0;
}

.gcr_left_col
{
    position:relative;
    z-index:0;
    float:left;
    background-image:url(../images/gcr-left-top.jpg);
    background-repeat:no-repeat;
    width:308px;
    height:231px;
}

.gcr_right_col
{
    position:relative;
    z-index:0;
    float:right;
    width:683px;
    background-image:url(../images/gcr-right-top.jpg);
    background-repeat:no-repeat;
    height:297px;
}

.gcr_header_left
{
    margin-left:10px;
    float:left;
}

.gcr_header_right
{
    float:right;
}

.gcr_header_right ul
{
    margin:130px 7px 0 0;
    padding:0;
    *margin:124px 7px 0 0;
}

.gcr_header_right ul li
{
    margin:7px 0 0 0;
    padding:0;
    list-style:none;
    

}
.gcr_header_right ul li.amazon
{
    height:39px;
    width:119px;
    background-image:url(../images/gcr-amazon-on.png);
    background-repeat:no-repeat;
}

.gcr_header_right ul li.bn
{
    height:39px;
    width:119px;
    background-image:url(../images/gcr-barnes-on.png);
    background-repeat:no-repeat;
}

.gcr_header_right ul li.borders
{
    height:39px;
    width:119px;
    background-image:url(../images/gcr-borders-on.png);
    background-repeat:no-repeat;
}

.gcr_header_right ul li a, .gcr_header_right ul li a:link, .gcr_header_right ul li a:visited {
display:block;
}



.gcr_header_right ul li a:hover img {
visibility:hidden;
}



.gcr_left_content
{
    float:left;
    width:288px;
    margin-left:20px;
    margin-top:-60px;
}



.gcr_left_content ul
{
    margin:10px 20px 20px 0;
    padding:0;
}

.gcr_left_content ul li
{
    padding:5px 0 5px 0;
    border-top:solid 1px #2b2b2b;
    list-style:none;
    color:#707070;
}

.gcr_left_content ul li:first-child
{
    border:none;
}

#gcr_right_content
{
    float:right;
    width:683px;
}

#gcr_right_content strong
{
    font-weight:normal;
}

#gcr_right_content ul
{
    padding-left:20px;
    
}

#gcr_right_content ul li
{
    padding-bottom:7px;
}

#gcr_right_content a:link,
#gcr_right_content a:visited{

    color:#ffa100;
    text-decoration:none;
}

#gcr_right_content a:hover,
#gcr_right_content a:active{

    color:#ffa100;
    text-decoration:underline;
}

#gcr_right_content hr
{
    height:1px;
    border:none;
    background-color:#3d3d3d;
    color:#3d3d3d;
    margin-bottom:12px;
}

#interior #gcr_right_content p
{
    margin:0;
    padding:0 0 12px 0;
}

#interior #gcr_right_content h1
{
    font-size:18px;
    font-weight:normal;
    color:#bbbbbb;
    margin-top:0;
    padding-top:0;
}

#interior #gcr_right_content h2
{
    font-size:14px;
    font-weight:bold;
    color:#bbbbbb;
    margin-top:0;
    padding-top:0;
}

.gcr_mid_left
{
    width:445px;
    float:left;
    margin-top:8px;
}

.gcr_mid_right
{
    width:231px;
    float:right;
    margin-top:8px;
}

.gcr_mid_box_top
{
    width:445px;
    background-image:url(../images/gcr-content-top.gif);
    background-repeat:no-repeat;
    height:15px;
}

.gcr_mid_box
{
    background-color:#000;
    width:415px;
    padding:0 15px 0 15px;
}

.gcr_mid_box_bottom
{
    width:445px;
    background-image:url(../images/gcr-content-bottom.gif);
    background-repeat:no-repeat;
    height:15px;
    padding-bottom:15px;
}


.gcr_right_box_top
{
    width:231px;
    background-image:url(../images/gcr-right-content-top.gif);
    background-repeat:no-repeat;
    height:15px;
}

.gcr_right_box
{
    background-color:#000;
    width:201px;
    padding:0 15px 0 15px;
}

.add_padding
{
    padding-bottom:10px;
}

.gcr_right_box_bottom
{
    width:231px;
    background-image:url(../images/gcr-right-content-bottom.gif);
    background-repeat:no-repeat;
    height:15px;
    margin-bottom:8px;
}


.clear_both
{
    clear:both;
}

/* End GCR */

*{font-size:100.01%}
html {font-size:62.5%;}
body {
	margin:0;
	font:1.2em Arial, Helvetica, sans-serif;
	color:#a9a9a9;
	background:#141414;
}
a{outline:none;}
img {
	border:none;
	display:block;
}
form {
	margin:0;
	padding:0;
}
object {display:block;}
#page {
	width:991px;
	margin:0 auto;
	background:url(../images/bg.jpg) no-repeat 0 bottom;
}
#header {
	width:100%;
	position:relative;
	overflow:hidden;
}
#header h1 {display:none;}
#nav {
	width:100%;
	background:#141414;
	position:absolute;
	top:59px;
	left:0;
	margin:0;
	padding:0 0 0 9px;
	list-style:none;
	z-index:100;
}
#nav li {
	float:left;
	margin:0;
	border-right:1px solid #282828;
}
#nav a {
	padding:0 10px 0 10px;
	display:block;
	color:#ffa100;
	text-decoration:none;
	line-height:32px;
}
#nav li.active a {
	background:#171717 url(../images/active.gif) repeat-x;
}
#nav a:hover, #nav li:hover a, #nav li.hover a {
	color:#141414;
	background:#ffbb00 url(../images/hover.gif) repeat-x;
}
#nav li:hover, #nav li.hover {
	position:relative;
}
#nav li:hover ul, #nav li.hover ul {
	display:block;
}
#nav ul {
	display:none;
	top:32px;
	position:absolute;
	margin:0;
	list-style:none;
	padding:0;
	background:#fb0;
	border-bottom:5px solid #ff9000;
	width:139px;
}
#nav ul.speaking {width:194px;}
#nav ul li {
	width:100%;
	border:none;
	margin:0;
	overflow:hidden;
	padding:0;
	border-bottom:1px solid #ffd45e;
}
#nav li:hover ul a, #nav li.hover ul a {
	color:#141414;
	padding:0 8px;
	background:none;
}
#nav li:hover ul a:hover, #nav li.hover ul a:hover {
	background: url(../images/hover2.gif) repeat-y 100% 0;
}
#container {
	width:100%;
	overflow:hidden;
	background:url(../images/foot.jpg) no-repeat;
	padding:13px 0 50px;
}
#interior #container {
	background:url(../images/foot2.jpg) no-repeat;
	padding-top:0;
}
.subnav {
	margin:0 0 0 147px;
	padding:0;
	list-style:none;
	width:840px;
	overflow:hidden;
	height:28px;
	background-color: #070707;
	background-image: url(../images/subnav_bg2.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.subnav li {
	float:left;
	margin:0 8px 0 -8px;
}
.subnav a {
	padding:6px 10px 7px;
	display:block;
	color:#484848;
	text-decoration:none;
	background:url(../images/hover3.gif) repeat-x 0 -100px;
}
.subnav a:hover {
	color:#ababab;
	background-position:0 0;
}
.breadcrumbs {
	margin:0;
	/*padding:13px 0 0;
    padding-left:147px;*/
	padding:9px 0 9px 145px;
	list-style:none;
	width:844px;
	overflow:hidden;
	
	color:#454444;
}
.breadcrumbs li {
	display:inline;
	margin-left:3px;
}
.breadcrumbs strong {
	text-decoration:underline;
}
.breadcrumbs a {
	color:#454444;
	text-decoration:underline;
}
.breadcrumbs a:hover {
	text-decoration:none;
}
#interior .main-column {
	margin-left:147px;
	width:515px;
	display:inline;
	padding:0 20px 0 0;
	background:url(../images/bg2.gif) no-repeat 100% 0;
}
.main-column {
	width:540px;
	float:left;
	margin-left:141px;
	/*background:url(../images/bg2.gif) no-repeat 100% 0;*/
	display:inline;
	padding:8px 0 0;
}
.main-column h2, .main-column strong, .main-column b {
	font-size:1em;
	color:#ffa100;
}
#interior h2 {
	font-size:1.33em;
	margin:9px 0 10px;
}
#interior h3 {
	color:#ffa100;
	margin:0 0 10px;
	font-size:1.33em;
}
#interior p {
	padding:0 0 25px;
}
.main-column h2 {
	margin:17px 0 5px;
}
.main-column p {
	padding:0 24px 0 0;
	margin:0;
	line-height:1.72em;
}
.main-column p.dot {
	background:url(../images/dots.gif) no-repeat 50% 100%;
	padding-bottom:33px;
	margin-bottom:14px;
}
.columns {
	width:100%;
	overflow:hidden;
}
.columns a {
	color:#a9a9a9;
	text-decoration:none;
}
.columns a:hover {
	text-decoration:underline;
}
.columns ul {
	/* float:left; */
	width:260px;
	margin:0;
	padding:0;
	list-style:none;
	margin-right:10px;
}
.columns li {
	padding:3px 0 5px 17px;
	background:url(../images/marker.gif) no-repeat 7px 8px;
}
.columns .bg {
	background-color:#212121;
}
.button {
	display:block;
	margin:8px -20px 0 0;
}
.links {
	margin:20px 0 0;
	padding:0;
	list-style:none;
}
.links ul {
	margin:0;
	padding:0;
	list-style:none;
}
.links li {
	background:url(../images/line.gif) no-repeat 0 100%;
	padding-bottom:19px;
	padding-top:15px;
	margin:10px 0 -10px;
}
.links li li {
	margin:4px 0;
	background:none;
	padding:0;
}
.links a {
	color:#b7b7b7;
	text-decoration:underline;
	padding:3px 0 0 11px;
	background:url(../images/marker.gif) no-repeat 0 8px;
}
.links a:hover {
	text-decoration:none;
}
.links li h3 a,
.links li h3 a:visited,
.links li h3 a:hover 
{
    color:#ffa100;
	font-size:1.1em;
	text-decoration:none;
	background:none;
	font-weight:normal;
	padding:0;
}
.sidebar {
	width:302px;
	float:right;
}
.sidebar .box {
	background:url(../images/bg2.gif) no-repeat 100% 0;
	text-align:right;
	margin:25px 0 10px;
	padding:9px 15px 60px 60px;
}
.sidebar .box p {
	font-size:1.33em;
	color:#727272;
	margin:0;
}
/* Style lists inside the video clips to look the same */
.sidebar .box ul {
    margin:0;
	padding:0;
	list-style:none;
}
.sidebar .box li 
{
    background:url(../images/marker2.gif) no-repeat 100% 2px;
	padding:2px 22px 2px 0;
	margin-bottom:10px;
}
.sidebar .box li a
{
    color:#ffa100;
	text-decoration:underline;
	font-weight:bold;
}
.sidebar .box li a:hover
{
    text-decoration:none;
}
.sidebar .box input {
	margin:7px 0 0;
}
.sidebar .field {
	border:none;
	background:#2f2f32;
	color:#9c9c9c;
	text-align:right;
	padding:2px 5px;
	width:185px;
	font-family:Arial, Helvetica, sans-serif;
}
.sidebar .box a {
	color:#c8c8c8;
	text-decoration:none;
}
.sidebar .box a:hover {
	text-decoration:underline;
}
.sidebar .click {
	float:right;
}
.sidebar h2 {
	color:#c8c8c8;
}
.sidebar .clips {
	margin:0;
	padding:0;
	list-style:none;
}
.sidebar .clips li {
	background:url(../images/marker2.gif) no-repeat 100% 2px;
	padding:2px 22px 2px 0;
	margin-bottom:10px;
}
.sidebar .clips a {
	color:#ffa100;
	text-decoration:underline;
	font-weight:bold;
}
.sidebar .clips a:hover {
	text-decoration:none;
}
#footer {
	width:100%;
	font-size:0.92em;
	padding:0 0 0;
	overflow:hidden;
	height:224px;
	clear:both;
}

.clear_left
{
    clear:left;
}

.clear_right
{
    clear:right;
}

.clear_both
{
    clear:both;
}

#footer .inner {
	width:100%;
	overflow:hidden;
}
#footer a {
	text-decoration:none;
}
#footer	a:hover {
	text-decoration:underline;
}
#footer .sign {
	float:left;
	margin-left:33px;
	background:url(../images/shadow.png) repeat-y;
	padding:12px 0;
	width:640px;
	display:inline;
}
#footer .sign label, #footer .sign input {
	float:left;
}
#footer .sign label {
	color:#c8c8c8;
	font-weight:bold;
	margin:2px 0 0;
}
#footer .sign .field {
	border:1px solid #3b3f43;
	background:#232323;
	width:185px;
	padding:3px 5px;
	text-align:right;
	color:#c8c8c8;
	font-family:Arial, Helvetica, sans-serif;
}
#footer .sign input {
	margin-left:8px;
}
#footer	.box {
	text-align:right;
	color:#4e627f;
	line-height:16px;
	float:right;
	padding-top:8px;
}
#footer	.box a {
	color:#6991cd;
}
.sitemap {
	color:#324758;
	margin:20px 0 22px 33px;
	clear:both;
	/* float:left; */
}
.designed {
	color:#313131;
	margin-left:33px;
	clear:both;
	float:left;
	display:inline;
	margin-top:5px;
}
.designed img{
	display:block;
}
.designed p {
	margin:5px 0 0;
}
.designed a {
	color:#313131;
}
/* --- Footer styles --- */
.seo_footer
{
    width:650px;
    height:50px;
    color:#cbcbcb;
}
.seo_footer a,
.seo_footer a:visited
{
    color:#cbcbcb;
}

/* --- Video clip list style --- */



/* --- Page specific styles --- */
.sitemap a:visited 
{
    color:red;
}
.hr_style {
   border: 0;
   width: 80%;
   color: #2f2f30;
   background-color: #2f2f30;
   height: 1px;
} 

/* --- Link styles --- */
.main-column a,
.main-column a:visited 
{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#ffa100;
    text-decoration:underline;
}
.main-column a:hover
{
    text-decoration:none;
}

.main-column ul a,
.main-column ul a:visited
{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#b7b7b7;
    text-decoration:underline;
}

/* --- List style for editable content --- */
/* (When adding editable content below flyer, be sure to encase in 
.user-content div) */
.user-content ul
{
	margin:0;
	padding:0;
	list-style:none;
}
.user-content li 
{
	padding:3px 0 0 17px;
	background:url(../images/marker.gif) no-repeat 7px 8px;
}
.user-content li a,
.user-content li a:visited {
	color:#b7b7b7;
	text-decoration:underline;
}
.user-content li a:hover {
	text-decoration:none;
}
/* --- Table style --- */
.user-content table , .user-content td
{
border : 1px solid #353535;
border-collapse : collapse;

}
.user-content table
{
border :none;
border :1px solid #353535;
padding:2px;
}
.user-content thead th, .user-content tbody th
{

border-left : 1px solid #353535;
}
.user-content tbody th
{
border-top : 1px solid #353535;
}

.user-content tfoot td, .user-content tfoot th
{
border-left : none;
border-top : 1px solid #353535;
}

.no_border_table table , .no_border_table td
{
border : none;

}
.no_border_table table
{
border :none;
border :none;
padding:0;
}
.no_border_table thead th, .no_border_table tbody th
{

border-left : none;
}
.no_border_table tbody th
{
border-top : none;
}

.no_border_table tfoot td, .no_border_table tfoot th
{
border-left : none;
border-top : none;
}

/* --- Content Management System styles --- */
.cms_header_body {
	background-color: #141414;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.cms_header{
	width:100%;
	height:62px;
	background-image: url(../cms/cms_images/cms_bg.gif);
	background-repeat: repeat-x;
}
.cms_header_container{
	width:992px;
	margin:0 auto 0 auto;
	height:62px;
}
.cms_header_left{
	width:671px;
	float:left;

}
.cms_header_right{
	width: 321px;
	text-align:right;
	float:right;
}
.cms_header_right li{

	display: inline;
	list-style-image: none;
	list-style-type: none;
}
.cms_textfield_bg{
	background-color: #FFFFFF;
	background-image: url(../cms/cms_images/cms_textfield_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #a5a5a5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 150px;
	height:18px;
	
}

/* --- User-selectable styles --- */
.gray_bold
{
    font-weight:bold;
}

/* --- New Store --- */
.bold
{
    font-weight:bold;
}

.em
{
    font-style:italic;
}

#new_store
{
    width:515px;
}

#new_store ul
{
    margin:0;
    padding:0;
}

#new_store ul#store_portal li
{
    list-style:none;
    display:inline;
    width:125px;
    height: 172px;
    margin:0;
    padding:0 3px 0 0;
    float:left;
}

/* Portal Links */

#store_portal li.audio {
    background-image:url(../images/newstore-audio-on.png);
    background-position:left top;
}

#store_portal li.face {
    background-image:url(../images/newstore-face-on.png);
    background-position:left top;
}

#store_portal li.mentor {
    background-image:url(../images/newstore-mentor-on.png);
    background-position:left top;
}

#store_portal li.books {
    background-image:url(../images/newstore-books-on.png);
    background-position:left top;
}

#new_store ul#store_portal li a, #new_store ul#store_portal li a:link, #new_store ul#store_portal li a:visited {
display:block;
}

#new_store ul#store_portal li img {
width:100%;
height:100%;
border:0;
}

#new_store ul#store_portal li a:hover img {
visibility:hidden;
}

/* End Portal Links */

.latest_offering
{
    background-image:url(../images/newstore-latest-offerings-top.gif);
    background-repeat:no-repeat;
    padding-top:28px;
    margin-top:25px;
    margin-bottom:20px;
    
}

.latest_offering_content
{
    background-image:url(../images/newstore-latest-offerings-bg.gif);
    background-repeat:repeat-y;
    padding:2px 10px 0px 10px;
    line-height:18px;
}

.latest_offering_content h2
{
    margin:0;
    padding:0;
}

.latest_offering_content p
{
    line-height:18px;
    margin-bottom:0;
}

.latest_offering_bottom
{
    background-image:url(../images/newstore-latest-offerings-bottom.gif);
    background-repeat:no-repeat;
    height:11px;
}

/* Audio Page */

.newstore_image_header
{
    height:54px;
    margin-bottom:10px;
    float:left;
    margin-top:10px;
}

.newstore_header_right
{   
    float:right;
    margin-bottom:10px;
    margin-top:10px;
}

.newstore_header_right ul
{
    margin:0;
    padding:0;
}

.newstore_header_right ul li
{
    margin:0;
    list-style:none;
    background:none;
    display:inline;
    float:left;
}



.audio_container
{
    width:480px;
    float:right;
}

.audio_container img
{
    border:0;
}

.left_audio
{
    float:left;
    background-image:url(../images/newstore-audio-gradient.png);
    background-repeat:no-repeat;
    width:212px;
    margin-right:12px;
    padding:10px;
    
   
}

.right_audio
{
    float:right;
    background-image:url(../images/newstore-audio-gradient.png);
    background-repeat:no-repeat;
    width:212px;
    padding:10px;
}


.audio_product_left
{
    
    float:left;
    margin-right:10px;
    margin-top:10px;
    
}

.audio_product_right
{
    float:right;
    margin-top:10px;
    
}

.audio_divider
{
    clear:both;
    background-image:url(../images/newstore-audio-div-bar.gif);
    background-repeat:repeat-x;
    background-position:center center;
    
    margin-bottom:-8px;
    height:16px;
    
}

/* face to face and similar setups*/
.wide_store_container img
{
    display:inline;
}

.wide_store_container table
{
    border:none;
    margin-top:-10px;
    border-collapse:collapse;
}

.wide_store_container table td
{
    border:none;
}

.wide_store_container
{
    width:445px;
    float:right;
    background-image:url(../images/newstore-wide-content-bg.png);
    background-repeat:no-repeat;
    padding:10px;
    line-height:18px;
    margin-bottom:15px;
}

.wide_store_container p
{
    line-height:18px;
   
}

.clear_left
{
    clear:left;
}

.clear_both
{
    clear:both;
}

