@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
}
.kbdvd #container {
	width: 1022px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/KettlebellDVDSiteBkgrd.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	height: 3100px;
	border: 1px solid #FFFFFF;
	background-color: #231F20;
}
.kbdvd #container #banner {
	background-image: url(images/KettlebellDVDBanner.png);
	height: 364px;
}
.kbdvd #container #vidsection {
	height: 542px;
}
.kbdvd #container #vidsection #vidsection-left {
	width: 376px;
	float: left;
	background-image: url(images/KettlebellDVDVidBkgrd-left.png);
	height: 302px;
	background-repeat: no-repeat;
	font-weight: bold;
	padding-right: 10px;
	padding-top: 240px;
	padding-left: 14px;
	text-align: justify;
}
.kbdvd #container #vidsection #vidsection-right {
	width: 622px;
	float: right;
	background-image: url(images/KettlebellDVDVidBkgrd-right.png);
	height: 522px;
	background-repeat: no-repeat;
	padding-top: 20px;
	text-align: center;
	color: #000000;
}
.kbdvd #container #copysection {
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 320px;
	margin-left: 40px;
	margin-right: 40px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 0px;
}
.kbdvd #container #copysection #leftcol {
	float: left;
	width: 500px;
	padding-right: 20px;
	padding-left: 20px;
}

.kbdvd #container #copysection #leftcol li {
	font-weight: bold;
}


.kbdvd #container #copysection #rightcol {
	float: right;
	width: 402px;
	text-align: center;
	padding-top: 20px;
	vertical-align: middle;
}

.kbdvd #container #testimony {
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-top: 20px;
	margin-right: 40px;
	margin-left: 40px;
	height: 460px;
}

.kbdvd #container #testimony #video {
	float: left;
	width: 490px;
	text-align: center;
	padding-top: 20px;
	color: #000000;
	padding-left: -10px;
}

.kbdvd #container #testimony #copy {
	float: right;
	width: 382px;
	padding-left: 60px;
	padding-right: 10px;
	padding-top: 30px;
}

.kbdvd #container #testimony #copy li {
	font-weight: bold;
}

.kbdvd #container #exercises {
	margin-right: 40px;
	margin-left: 40px;
	padding-top: 20px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 770px;
}

.kbdvd #container #exercises #exercise-list {
	float: left;
	width: 440px;
	padding-left: 40px;
}

.kbdvd #container #exercises #pictures {
	float: right;
	width: 460px;
	text-align: center;
}

.kbdvd #container #more-testimony {
	clear: both;
	padding-top: 10px;
	padding-left: 120px;
	padding-right: 120px;
	font-size: 12px;
	color: #CCCCCC;
}

.kbdvd #container #more-testimony h2 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	font-style: italic;
}

/***************************************************************/
/* Bottom global navigation                                    */
/***************************************************************/


.kbdvd #bot-nav {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	padding-top: 30px;
	padding-bottom: 14px;
	clear: both;
}

.kbdvd #bot-nav ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #000000;
	color: White;
	font-size: 14px;
}

.kbdvd #bot-nav li { display: inline; }

.kbdvd #bot-nav li a
{
	background-color: #000000;
	color: #CCCCCC;
	text-decoration: none;
	border-right: 1px solid #fff;
	padding-left: 12px;
	padding-right: 12px;
	font-weight: bold;
	margin-top: 20px;
}

.kbdvd #bot-nav li a:hover
{
	color: #8285f4;
	text-decoration: underline;
}

.kbdvd #bot-nav li.last a
{
	background-color: #000000;
	color: #CCCCCC;
	text-decoration: none;
	border-right: 0px solid #fff;
	padding-left: 12px;
	padding-right: 12px;
	font-weight: bold;
	margin-top: 20px;
}

.kbdvd #bot-nav li.last a:hover
{
	color: #8285f4;
	text-decoration: underline;
}


/***************************************************************/
/* Bottom Copyright notice                                     */
/***************************************************************/


.kbdvd #copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-align: center;
	padding-bottom: 20px;
	clear: both;
}


/***************************************************************/
/* Font styles                                                 */
/***************************************************************/

.font10 {font-size: 10px}
.font12 {font-size: 12px}
.font14 {font-size: 14px}
.font16 {font-size: 16px}
.font18 {font-size: 18px}
.font20 {font-size: 20px}
.font22 {font-size: 22px}
.font26 {font-size: 26px}
.font30 {font-size: 30px}
.font36 {font-size: 36px}
.fontRed {color: #FF0000}
.fontPink {color: #D690AC}
.fontYellow {color: #E6CB00}

