* {
	margin: 0px;
	padding: 0px;
}
html {
	
}
* html #wrapper {
	height: 1%;
}
body {
	color: #cccaca;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #212121 !important;
}
a {
	text-decoration: underline;
	color:#973b9c;
}
a:hover {
	text-decoration: none;
	color:#ffffff;
	background: #973b9c;
}
a img {
	border: none;
	background-color: none;
}
a:hover img {
	background-image: none!important;
	background-color: none;
	border: none;
}
.clear {
	clear: both;
}
.row-color-even {
	background: #333333;
}
.row-color-odd {
	background: #555555;
}
.row-hilite {
	            border-bottom: 1px dotted #777777;
	}
#header {
    position: absolute;
    background: url(http://www.tadstraining.com/) repeat-x;
    height: 202px;
    width: 100%;
    z-index: 1000;
}
#header #header-inner {
	position: relative;
	width: 855px;
	height: 202px;
	margin: 0 auto 0 auto;
	padding: 0;
    background: url(http://www.tadstraining.com/) no-repeat;
    cursor: pointer;
}
#header #logo {
	float: left;
}
#background {
	background: url(http://www.tadstraining.com/assets/crumbs/images/backgroundfinaltext.png) no-repeat center top;
    height: 900px;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
    overflow: hidden;
}
#main {
	padding-top: 20px;
	position: relative;
    top: 202px;
	width: 855px;
	margin: 0px auto;
	padding-bottom: 10px;
    overflow: hidden;
    background: #212121;
}
#main h2.header,
#main h3.header {
	display:none;
}
#column-main {
	position: relative;
	width: 665px; 
	background-image: url(http://www.tadstraining.com/assets/crumbs/images/PageGrad.png);
	background-repeat: repeat-x;
	float:left;
	margin-left:5px;
}
#column-main-content {
	position: relative;
	padding:20px;
	float:left;
	clear:left;
	width:625px;
}
#column-secondary {
	position: relative;
	width: 185px;
	float: left;
	clear:both;
}
#column-secondary-content {
	position: relative;
	padding: 0px 15px;
}

#slideshow {
	margin: 0 0 15px 0;
    padding: 0;
}

/*
 ------------------------------------------------------------------- 
 /////// START : Vertical Menu                                             
 ------------------------------------------------------------------- 
*/
ul#NavVert {
	list-style: none;
	margin: 0px;
}
ul#NavVert.subnav {
	margin: 0 0 10px 20px;
}
#NavVert li {
	background: none;
	padding: 0px;
	font-weight: bold;
}
#NavVert a {
	display: block;
	position: relative;
	width:168px;
	height: 27px;
	margin-bottom: 1px;
	text-decoration: none;
	background: inherit;
	background-image: url(http://www.tadstraining.com/assets/crumbs/images/ButtonOutb.png);
	padding-left: 17px;
	padding-top: 11px;
	color:#ffffff;
	font-size: 13px;
}
.selected, .selectedLink {
	background-color:#212121;
	background-image: none !important;
	color:#973B9C;
	border-top:1px solid #833488;
	display: block;
	position: relative;
	width:168px;
	height: 27px;
	padding: 11px 0 0 17px;
	font-size: 13px;
}
.selectedLink:hover {
	background-image: url(http://www.tadstraining.com/assets/crumbs/images/ButtonOverb.png) !important;
}
.selected span {
	position: absolute;
	right: 0px;
	margin-top: 6px;
	margin-right: 15px;
	width: 7px;
	height: 7px;
	background: url(http://www.tadstraining.com/assets/crumbs/images/MenuArrow1.png) no-repeat;
}
#NavVert a span {
	position: absolute;
	right: 0px;
	margin-top: 6px;
	margin-right: 15px;
	width: 7px;
	height: 7px;
	background: url(http://www.tadstraining.com/assets/crumbs/images/MenuArrow1.png) no-repeat;
}
#NavVert a:hover span {
	position: absolute;
	right: 0px;
	margin-top: 6px;
	margin-right: 15px;
	width: 7px;
	height: 7px;
	background: url(http://www.tadstraining.com/assets/crumbs/images/MenuArrow2.png) no-repeat;
}
#NavVert a:hover {
	background: inherit;
	color:#ffffff;
	background-image: url(http://www.tadstraining.com/assets/crumbs/images/ButtonOverb.png);
}

/*
 ---------------------------------------------------- 
 START : SubMenu controls                             
 ---------------------------------------------------- 
*/
#Sub-Menu-1 ul,
#Sub-Menu-2 ul,
#Sub-Menu-3 ul {
	list-style: none;
	margin: 0px;
}
#Sub-Menu-1 li,
#Sub-Menu-2 li,
#Sub-Menu-3 li {
	background: none;
	padding: 0px;
	font-weight: bold;
}
#Sub-Menu-1 li span {
	padding-left: 20px;
    width: auto;
}
#Sub-Menu-2 li span {
	padding-left: 30px;
    width: auto;
}
#Sub-Menu-3 li span {
	padding-left: 40px;
    width: auto;
}
#Sub-Menu-1 a,
#Sub-Menu-2 a,
#Sub-Menu-3 a {
	display: block;
	position: relative;
	height: 19px;
	margin-bottom: 1px;
	text-decoration: none;
	background: inherit;
	padding-top: 6px;
	color:#ffffff;
	font-size: 12px;
	font-weight:normal;
}
#Sub-Menu-1 a {
	width:155px;
    padding-left:30px;
}
#Sub-Menu-2 a {
	width:145px;
    padding-left:40px;
}
#Sub-Menu-3 a {
	width:135px;
    padding-left:50px;
}
#Sub-Menu-1 a span,
#Sub-Menu-2 a span,
#Sub-Menu-3 a span {
	position: absolute;
	left: 0px;
	margin-top: 2px;
	width: 7px;
	height: 7px;
	background: url(http://www.tadstraining.com/assets/crumbs/images/SubMenuTree1.gif) no-repeat;
}
#Sub-Menu-1 a span {
	margin-left: 17px;
}
#Sub-Menu-2 a span {
	margin-left: 27px;
}
#Sub-Menu-3 a span {
	margin-left: 37px;
}
#Sub-Menu-1 a:hover span,
#Sub-Menu-2 a:hover span,
#Sub-Menu-3 a:hover span {
	position: absolute;
	left: 0px;
	margin-top: 2px;
	width: 7px;
	height: 7px;
	background: url(http://www.tadstraining.com/assets/crumbs/images/SubMenuTree2.gif) no-repeat;
}
#Sub-Menu-1 a:hover span {
	margin-left: 17px;
}
#Sub-Menu-2 a:hover span {
	margin-left: 27px;
}
#Sub-Menu-3 a:hover span {
	margin-left: 37px;
}
#Sub-Menu-1 a:hover,
#Sub-Menu-2 a:hover,
#Sub-Menu-3 a:hover {
	background: inherit;
	color:#ffffff;
	background-color:#636363;
	background-image: url(http://www.tadstraining.com/assets/crumbs/images/ButtonOverb.png);
}
/*
 ------------------------------------------------------------------- 
 /////// END : Vertical Menu                                             
 ------------------------------------------------------------------- 
 /////// START : Horizontal Menu                                             
 ------------------------------------------------------------------- 
*/

#NavHoriz, 
#NavHoriz ul {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}

ul#NavHoriz{
	display: block;
	overflow: hidden;
	margin: 0;
	width: 100%;
    background: url(http://www.tadstraining.com/assets/crumbs/images/ButtonOutb.png) repeat-x;
    border-bottom: 1px solid #212121;
}

#NavHoriz li {
	float: left;
    padding: 0;
    margin: 0;
    border-right: 1px solid #212121;
}

#NavHoriz a {
	display: block;
    text-decoration: none;
    color: #ffffff;
}

#NavHoriz a:hover {
    color: #ffffff;
}

#NavHoriz a.topLevel {
	display: block;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	padding: 8px 30px;
	z-index: 100;
}

#NavHoriz a.topLevel span,
#NavHoriz a.active span {
	position: absolute;
    font-size: 13px;
	font-weight: bold;
}

#NavHoriz a.topLevel:hover,
#NavHoriz a.topLevel.current,
#NavHoriz a.topLevel.section,
#NavHoriz a.topLevel:active {
	color: #ffffff;
    background: url(http://www.tadstraining.com/assets/crumbs/images/ButtonOverb.png) repeat-x;
}

#NavHoriz a.topLevelPointer {
	position: relative;
}

#NavHoriz a.topLevelPointer span {
	width: 7px;
    height: 7px;
    right: 0;
    bottom: 0;
    background: url(http://www.tadstraining.com/assets/crumbs/images/SubMenuArrow1.png) right bottom no-repeat;
}

#NavHoriz a.topLevelPointer:hover span,
#NavHoriz a.topLevelPointer.current span,
#NavHoriz a.topLevelPointer.section span,
#NavHoriz a.topLevelPointer:active span {
	background: url(http://www.tadstraining.com/assets/crumbs/images/SubMenuArrow2.png) right bottom no-repeat;
}

/*
 ---------------------------------------------------- 
 START : Horizontal SubMenu controls                             
 ---------------------------------------------------- 
*/

li.levelOne ul.subMenu1,
li.levelTwo ul.subMenu2,
li.levelThree ul.subMenu3,
li.levelFour ul.subMenu4,
li.levelFive ul.subMenu5,
li.levelSix ul.subMenu6 {
	position: absolute;
	display: none;
	width: 150px; 
	font-size: 11px;
	padding: 0;
	z-index: 900;
}

li.levelOne:hover ul.subMenu1 {
	display: block;
	left: auto;
    z-index: 1000;
    width: 150px;
	border-top: 1px solid #212121;
}

li.levelTwo:hover ul.subMenu2,
li.levelThree:hover ul.subMenu3,
li.levelFour:hover ul.subMenu4,
li.levelFive:hover ul.subMenu5,
li.levelSix:hover ul.subMenu6 {
	display: block;
    margin: -30px 0 0 150px;
    width: 150px;
}
/*
 ---------------------------------------------------- 
 END : Horizontal SubMenu controls                               
 ---------------------------------------------------- 
*/

li.levelTwo,
li.levelThree,
li.levelFour,
li.levelFive,
li.levelSix {
	margin: 0;
    padding: 0;
    border-left: 0 solid #833488;
}

li.levelTwo a,
li.levelThree a,
li.levelFour a,
li.levelFive a,
li.levelSix a {
	width: 124px;
	margin: 0 0 0 -1px;
    padding: 8px 0px 0px 25px;
    height: 22px;
    border-left: 1px solid #212121;
    background: #212121;
    background: url(http://www.tadstraining.com/assets/crumbs/images/ButtonOutb.png); 
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;   
}

li.levelTwo a:hover,
li.levelThree a:hover,
li.levelFour a:hover,
li.levelFive a:hover,
li.levelSix a:hover {
	background: url(http://www.tadstraining.com/assets/crumbs/images/ButtonOverb.png);
}

li.levelTwo a.pointer span,
li.levelThree a.pointer span,
li.levelFour a.pointer span,
li.levelFive a.pointer span,
li.levelSix a.pointer span {
	width: 7px;
    height: 7px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(http://www.tadstraining.com/assets/crumbs/images/SubMenuArrow1.png) right bottom no-repeat;
}

li.levelTwo a.pointer:hover span,
li.levelThree a.pointer:hover span,
li.levelFour a.pointer:hover span,
li.levelFive a.pointer:hover span,
li.levelSix a.pointer:hover span {
	background: url(http://www.tadstraining.com/assets/crumbs/images/SubMenuArrow2.png) right bottom no-repeat;
}

li.levelTwo a.pointer,
li.levelThree a.pointer,
li.levelFour a.pointer,
li.levelFive a.pointer,
li.levelSix a.pointer  {
	position: relative;
    background: url(http://www.tadstraining.com/assets/crumbs/images/ButtonOutb.png);
}

li.levelTwo a.pointer:hover,
li.levelThree a.pointer:hover,
li.levelFour a.pointer:hover,
li.levelFive a.pointer:hover,
li.levelSix a.pointer:hover {
	background: url(http://www.tadstraining.com/assets/crumbs/images/ButtonOverb.png);
}
/*
 ------------------------------------------------------------------- 
 /////// END : Horizontal Menu                                               
 ------------------------------------------------------------------- 
*/

#menu_end {
	height: 30px;
	background-image: url(http://www.tadstraining.com/assets/crumbs/images/PageGrad.png);
}
h1 span {
	background: inherit;
	color: #85AC1E;
}
h1 span sup {
	background: inherit;
	color: #85AC1E;
	font-size: 14px;
}
h3 span {
	background: inherit;
	color: #85AC1E;
}
h3.first {
	margin-top: 0px;
}
.contact-form {
	float:left;
    width: 300px;
}
.contact-details {
	float:right;
    font-size:12px;
    width:247px;
    margin:10px 0 0 50px;
}
.contact-details-content {
	float:left;
}
ul {
	list-style: none;
}
li {
	padding-left: 15px;
}
p {
	margin-bottom: 20px;
	text-align: justify;
	line-height: 20px;
}
#lcol p {
	font-size: 10px;
	line-height: 16px;
	margin: 0px;
}
.divider {
	font-size: 0px;
	position: relative;
	border-bottom: solid 1px #F5F5F5;
	height: 1px;
	width: 100%;
	margin: 10px 0px 10px 0px;
}
.summary {
	text-align: right;
	font-style: italic;
}
ul.divided li {
	border-top: solid 1px #F5F5F5;
	margin-top: 4px;
	padding-top: 4px;
	background-position: 0px 9px;
}
ul.divided li.first {
	border-top: 0px;
	margin-top: 0px;
	padding-top: 0px;
	background-position: 0px 5px;
}
#Breadcrumbs {
	margin: 0 0 20px 0;
    text-transform: lowercase;
	font-size: 14px;
	position: relative;
	top: -5px;
}
#Breadcrumbs a {
	color: #973b9c;
	text-decoration:none;
}
#Breadcrumbs a:hover {
	color: #973b9c;
	background:none;
    text-decoration: underline;
}
.box {
	position: relative;
	border: dashed 1px #dadada;
	margin-top: 15px;
	background: inherit;
	color: #AAB165;
}
.box h2 {
	background: inherit;
	color: #6C7425;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 1.8em;
	margin-bottom: 5px;
}
.box p {
	font-size: 1em;
	line-height: 140%;
	margin: 0px;
}
.box_inner {
	border: solid 1px #fff;
	padding: 15px;
	background: #FFFFE9 url(IMG_BOX_TILE) repeat-x;
	color: inherit;
}
.captioned-image {
	display:block;
    clear:both;
    padding:0;
	margin:0 0 20px 0;
}
.captioned-image img {
	border: 0px solid #;
    padding: 0px;
    
    border-radius: 0px;
}
.float-right {
	float:right;
    margin-left:20px;
}
.image-caption {
	clear:both;
	font-size:11px;
}
#footer {
	clear: both;
	position: relative;
    top: 202px;
    background: url(http://www.tadstraining.com/assets/crumbs/images/PageGrad.png) repeat-x;
	width: 855px; /*850*/
    height: 50px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;
}
#footer p {
	text-align:center;
	padding-bottom:15px;
}
/*ecommerce styling*/
.productPageTitle {
	padding-bottom:25px;
}
.sidebarBox {
	margin:0 10px;
	margin-bottom:30px;
}
/*gallery styling*/
#imageGalleries ul.imageGalleySummary {
	display: block;
	float: left;
	padding: 0;
	margin: 0 40px 20px 0;
	width: 250px;
	list-style: none;
}
#imageGalleries ul.imageGalleySummary li {
	padding: 0 0 5px 0; !important;
	margin: 0 !important;
	background: none !important;
}
#imageGalleries .imageGalleryDescription {
	font-size: 11px;
	color: #666;
	line-height: 140%;
}


/* PAGE COMMENTS */

#PageComments_holder .Actions{
	margin:0 0 30px 0;
	}
	
#PageComments_holder h4{
	font-size:1.4em;
	}	

ul#PageComments{
	list-style:none;
	background:none;
	padding:0;
	}
	
	ul#PageComments li{
		list-style:none;
		background:none;
		padding:0;
		margin:0; 
		}
		
	ul#PageComments li.notspam{
		list-style:none;
		background:none;
		padding:0 20px 20px 20px;
		margin:20px 0; 
		border-bottom:1px solid #CCC;
		}
		
ul.actionLinks li{
	margin:0;
	}
