﻿/* Text */
p {
	margin:0;
	color:#333;
	line-height:20px;
	margin:15px 0;
}

h2 {
    /*font-size:24pt;
    margin-bottom:10px;*/
	margin-top:20px;
	text-transform:uppercase;
    font-size:16pt;
	font-weight:300;
	color:#b92c92;
	margin-bottom:15px;
}

h3 {
	padding:2px 0px;
	font-size:14px;
	margin-bottom:0px;
	margin-top:0px;
	background:#333;
	color:white;
	text-transform:uppercase;
	width:221px;
	padding-left:10px;
}

h4 {
	margin-top:10px;
	text-transform:uppercase;
    font-size:18pt;
	font-weight:300;
	color:#333;
	margin-bottom:15px;
}

/* Section Headers */

.twoHead {
	position:relative;
	float:right;
	width:237px;
	height:230px;
	margin-right:30px;
	background:url(/images/hdr/2hdr_gray.jpg) no-repeat;
	padding-left:10px;
	padding-top:20px;
	display:none;
}

.twoHead p {
	margin-top:7px;
	font-size:14px;
	line-height:16px;
	color:white;
}

.twoHead input {
    margin-top:-3px;
}

.twoHead select {
    margin-top:-3px;
}

.twoHead img {
	position:absolute;
	bottom:27px;
}

.twoHead img.author {
	position: relative;
	float:right;
	padding-left:20px;
	right: 20px;
	top: 0px;
}

#prodHd {
    background:url(/images/hdr/hdr_back.jpg);
    background-repeat:no-repeat;
    width:996px;
    height:251px;
}

/* #prodHd img {
    background-color:White;
} */
        
.divider {
	border-top: 1px solid #999;
	line-height:.5em;
	clear:both;
}

.dividerNoClear {
	border-top:1px solid #999;
	line-height:.5em;
}

/* Content */


#stuff {
    margin-right:260px;
    position:relative;
}

#stuff h1 {
    position:absolute;
    top:0px;
    font-size:80px;
    text-transform:uppercase;
    left:0px;
    margin:0;
    z-index:-1;
    color:#d9d9d9;
}

#stuff p#first {
    height:40px;
    display:block;
}

#stuff p#firstVid {
    height:5px;
    display:block;
}

#main {
	margin-right:229px;
	background:url(/images/sideline.jpg);
	background-position:right 80px;
	background-repeat:no-repeat;
}

#main ul li, #main ol li {
	margin-top:5px;
	margin-bottom:5px;
}

.mkItem {
	position:relative;
	float:left;
	width:325px;
	margin:0 5px 0 0;
	padding: 5px;
	background-color:#fff;
}

.mkItem h2 {
	margin:0 0 5px 0;
	font-size:18px;
}

.mkItem p {
	margin: 5px 0;
	font-size: 13px;
}

.video {
	position:relative;
	float:left;
	width:200px;
	margin:0 15px 0 0;
	padding: 5px;
	background-color:#fff;
}

.video h2 {
	margin:0 0 5px 0;
	font-size:18px;
}

.video p {
	margin: 5px 0;
	font-size: 14px;
}

.video img {
	margin:1px 0;
}

.video .shareVid {
	width: 188px;
	padding: 5px;
	border: 1px solid #999;
	background-color:#eee;
	text-align:center;
}

.video textarea, .video input {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #333;
	text-align:center;
	font-size:12px;
	width:180px;
	margin:5px 0 0 0;
	padding: 10px 0 0 0;
	border:1px solid #ccc;
	background-color: #fff;
}

.video .share {
	font-size:12px;
}

/* Sidebar */

#rightbar {
	float:right;
    position:relative;
	width:228px;
	margin-right:9px;
}

#rightbar p {
    margin:0;
    padding-left:3px;
    border-left:1px solid #999;
}

#rightbar p.first {
    border:0;
    background:url(/images/sidebarStart.jpg);
    background-position:top left;
    background-repeat:no-repeat;
    height:25px;
    width:3px;
    display:block;
}

#rightbar p.last {
    border:0;
    background:url(/images/sidebarEnd.jpg);
    background-position:top left;
    background-repeat:no-repeat;
    height:100px;
    width:3px;
    display:block;
}

#rightbar img {
	margin: 10px 0;
}

.large {
	font-size:18px;
}

#tablist {
	list-style-type:none;
	margin-left:-40px;
}


.tab {
	border-left:1px solid #999;
	height:24px;
	display:block;
	padding-top:7px;
	width:215px;
	background:url(/images/tab.jpg) no-repeat;
	background-position:0px -34px;
}

li a, li a:hover {
	text-decoration:none;
}

#tablist li a {
	color:#000;
	font-size:18px;
	font-weight:300;
	padding-left:15px;
}

#tablist li a:hover {
	background:url(/images/tab_over.jpg) no-repeat;
}

#tablist li a.current:hover {
	background:url(/images/tab.jpg) no-repeat;
	background-position:0px 0px;
	color:#000;
}

.prev {
	height:22px;
}


.current {
	border:1px solid #999;
	border-left:none;
	height:23px;
	background-position:0px 0px;
}

.noshow {
	display:none;
}

.headers14 {
	font-size:14pt;
	text-transform:uppercase;
	font-weight:300;
}

.headers16 {
	font-size:16pt;
	text-transform:uppercase;
	font-weight:300;
}

.headers18 {
	font-size:18pt;
	text-transform:uppercase;
	font-weight:300;
	}
	
.headers24 {
	font-size:24pt;
	text-transform:uppercase;
	font-weight:300;
}

.twoHead h4 {
	color:white;
	margin-top:0px;
	margin-left:-3px;
	font-size:16pt;
}


/* Miscellany text classes */

.ctr {
    text-align:center;
}

.flRt {
    float:right;
}

.flLft {
	float:left;
}

.caps {
    text-transform:uppercase;
}

.graybox {
	float:left;
	border: 1px solid #666666;
	background-color:#eeeeee;
	margin:10px;
	padding:10px;
}

.mixInstructions {
	float:right;
	width:300px;
	margin-top: -88px;
}

/* Various Fixes */

#bar img {
    cursor:pointer;
}

#share {
    width:250px;
    height:36px;
    display:block;
    position:absolute;
    top:0px;
    left:10px;
    z-index:0;

}

#share a {
    display:inline-block;
    margin:0;
    height:24px;
    padding:0;
    cursor:pointer;
}

#share .one {
    width:31px;
    background:url(/images/share_01.jpg);
}

#share .one:hover {
    background:url(/images/sharea_01.jpg);
}

#share .two {
    width:29px;
    background:url(/images/share_02.jpg);
}

#share .two:hover {
    background:url(/images/sharea_02.jpg);
}

#share .three {
    width:124px;
    background:url(/images/share_03.jpg);
}

#share .three:hover {
    background:url(/images/sharea_03.jpg);
}

#shareInfo {
    width:270px;
    height:30px;
    top:-25px;
    left:15px;
    background:white;
    border:1px solid #AAA;
    z-index:3;
    position:absolute;
    display:none;
    font-size:12px;
}

#shareInfo ul {
    list-style-type:none;
    position:relative;
    top:5px;
    padding-left:10px;
}

#shareInfo img {
    margin:0px;
    width:20px;
    height:20px;
}

#shareInfo ul li {
    display:inline-block;
    vertical-align:middle;
}

#linkinz {
   width:250px;
   margin:5px;
   font-size:12px;
   
}

#slinks p {
    color:#AAA;
    margin:5px 10px 0px 0px;
    font-size:12px;
    border:0;
}

#slinks {
    border:1px solid #AAA;
    width:270px;
    background:white;
    height:50px;
    left:-180px;
    top:-50px;
    position:absolute;
    display:none;
    z-index:3;
}

#printCover {
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    z-index:3;
    background:#333;
    display:block;
}