



/* Content Formatting */
hr {
    clear: both;
    /*margin-bottom: 20px;*/
    margin-top: 2em;
    height: 1px;
    background: #D0C7A4;
    color: #D0C7A4;
    border: 0;
}
form {
    display: inline;
    padding:0;
    margin:0;
    border:0;
}
img {
    border: 0;
}
img.float_right {
    float: right;
    clear: right;
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 10px;
}
img.float_left {
    float: left;
    clear: left;
    margin-right: 15px;
    margin-top: 5px;
    margin-bottom: 10px;
}
div.centered {
    margin: 10px 0;
    text-align: center;
}
a {
    color: #227;
    text-decoration: none;
}
a:hover {
    color: #972929;
    text-decoration: underline;
}
h1, h2, h3, h4 {
    font-weight: normal;
    color: #50463A;
    margin: .5em 0;
}
h1 {font-size: 145%;}
h2 {font-size: 130%;}
h3 {font-size: 120%;}
h4 {font-size: 110%;}
#homepage p { 
    margin: .5em 0;
}
ul {
    margin-left: 4em;
    margin-bottom: 1em;
}
select {
    margin-bottom: 10px;
}








/* Template Formatting */

html {
    height: 100%;
}
body {
    /*font-family: verdana, arial, helvetica, sans-serif;*/
    font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
    margin: 0;
    background: #DBD4B9 ;/*url(../images/page-bg.gif);*/
    background-position: center;
    background-repeat: repeat-y;
    height: 100%;
    text-align: center;
}

#header {
    width: 100%;
    height: 74px;
    background: url(../images/header.gif);
    background-position: top center;
    background-repeat: no-repeat;
}
#topbar {
    width: 700px;
    margin: 0 auto;
}
#homelink {
    display: block;
    width: 270px;
    height: 50px;
    float: left;
    cursor: pointer;
}
#navbar {
    clear: both;
    width: 670px;
    margin: 0 auto;
    text-align: left;
    /*padding-top: 50px;*/
}
#navbar ul {
    padding: 0;
    margin: 0;
    border: 0;
    list-style: none;
}
#navbar li {
    float: right;
    position: relative;
    border: 0;
    padding: 0;
    margin: 0;
    height: 24px;
}
#navbar img {
    margin: 0;
    padding: 0;
}
#navbar li ul {
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    background: #DBD4B9;
    border: 1px solid #A5A08B;
    top: 24px;
    left: 0;
}
* html #navbar li > ul {
    /*top: auto;*/
    left: auto;
}
#navbar li:hover,
#navbar li.over {
    background: #8c8878;
}
#navbar li:hover ul,
#navbar li.over ul {
    display: block;
}
#navbar li li {
    display: inline;
    float: none;
    margin-bottom: 0;
    padding: 0;
}
#navbar li li a {
    padding: 5px;
    display: block;
    color: #591717;
    text-decoration: none;
    white-space: nowrap;
    font-size: 12px;
    font-family: verdana, arial, helvetica, sans-serif;
}
* html #navbar li li a {       /* IE Only */
    width: 100%;  
}
#navbar li li a:hover {
    color: #972929;
    background: #D0C7A4;
}
#footer {
    clear: both;
    width: 670px;
    border-top: 4px solid #D0C7A4;
    color: #605E55;
    font-size: 10pt;
    padding: 8px 0;
    font-style: italic;
    margin: 0 auto;
    
}




.vertblock {
    display: block;
    height: 399px;
    width: 640px;
    background: #EBE5D5;
    background-position: top left;
    background-repeat: no-repeat;
    
    padding-right: 30px;
}

* html .vertblock {
    width: 670px;
}

.vertblock#homepage {
    background-image: url(../images/vert_home_chris.jpg);
    border-bottom: 4px solid #D0C7A4;
}
.vertblock#certification {
    background-image: url(../images/vert_certification.jpg);
}
.vertblock#certification ul {
    margin: 0;
    margin-top: 0px;
}
.vertblock#certification ul li {
    margin: 0;
    padding: 2px 13px;
    font-size: 12px;
    font-weight: bold;
    list-style: none;
}

.vertblock #internal {
    float: right;
    clear: right;
    width: 310px;
    padding-top: 30px;
    margin: 0;
    
    font-size: 10px;
    text-align: justify;
    color: #605E55;
}

.vertblock #internal2 {
    float: left;
    clear: left;
    width: 310px;
    padding-top: 30px;
    margin: 0;
    
    font-size: 10px;
    text-align: justify;
    color: #605E55;
}

.vertblock#certification #internal {
    padding-top: 20px;
    font-size: 12px;
}

.vertblock h3,
#homepage-leftcol h3,
#homepage-rightcol h3 {
    margin-top: 8px;
    font-weight: bold;
    font-size: 12px;
}
.vertblock .right {
    float: right;
    margin-left: 20px;
}


#pagebody {
    clear: none;
    padding-bottom: 20px;
    margin: 0 auto;
    width: 670px;
    background: #E3DEC9;
    text-align: center;
}

#banner {
    clear: none;
    margin: 0;
    padding: 0;
}

#title {
    margin-top: 20px;
    margin-bottom: 15px;
}

#homepage-bar {
    background: #D0C7A4;
    color: #fff;
    padding: 4px;
}

#homepage-leftcol {
    float: left;
    clear: both;
    width: 295px;
    margin-top: 10px;
    
    font-size: 10px;
    text-align: justify;
    color: #605E55;
}
#homepage-rightcol {
    float: right;
    clear: right;
    width: 295px;
    margin-top: 10px;
    
    font-size: 10px;
    text-align: justify;
    color: #605E55;
}
#homepage-leftcol h3,
#homepage-rightcol h3 {
	text-align: left;
}


.text {
    width: 620px;
    margin: 0 auto;
    /*font-family: verdana, arial, helvetica, sans-serif;*/
    font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
    font-size: 76%;
    text-align: justify;
    color: #605E55;
}





/* PDF Links */
a.article .article_title {
    display: block;
    
    font-size: 10pt;
    text-align: left;
    width: 312px;
    margin-left: 40px;
    cursor: pointer;
}
a.article .article_date {
    display: block;
    float: right;
    color: #605E55;
    text-align: right;
    width: 243px;
}
a.article:hover .article_date {
    color: #972929;
}
a.article {
    color: #50463A;
    display: block;
    padding: 10px;
    background-image: url(../images/acrobat.gif);
    background-repeat: no-repeat;
    background-position: 14px center;
    width: 600px;
}
* html a.article {
    width: 620px;
}
a.article:hover {
    color: #972929;
    cursor: pointer;
}
li a.article {
    border-bottom: 1px solid #D0C7A4;
}



/* Sponsors */
.sponsor {
    clear: both;
    display: block;
    padding: 5px 0;
}
.sponsor#first {
    margin-top: 20px;
}
* html .sponsor p {
    width: 330;
    float: right;
    margin-top: -45px;
}
.sponsor img {
    float: left;
    margin-left: 10px;
    margin-right: 20px;
}



/* Certified Trainers */
.trainer {
    display: block;
    padding: 20px 0 30px 40px;
    border-top: 1px solid #D0C7A4;
}
.trainer span {
    display: block;
}
.trainer .name {
    font-size: medium;
}
.trainer .email,
.trainer .address {
    margin-top: 8px;
}
.trainer .rating {
    float: right;
    clear: right;
}

.trainer-prov-heading {
	display: block;
	clear: both;
	font-size: 120%;
}

.trainer-country-heading {
	display: block;
	clear: both;
	font-size: 150%;
}




/* Training Centres */
ul#centres li {
    font-size: 120%;
    padding: .2em;
}
.accommodation li {
    margin-bottom: 8px;
}


/* Events */
a.event {
    color: #50463A;
    display: block;
    padding: 8px;
    text-align: left;
    /*border-bottom: 1px dotted #D0C7A4;*/
}
a.event:hover {
    color: #972929;
    /*text-decoration: none;*/
    cursor: pointer;
}
a.event .date {
    display: block;
    float: left;
    width: 140px;
}
a.event .description {
    display: block;
    float: left;
    width: 320px;
    margin-left: 5px;
}
a.event .location {
    display: block;
    float: right;
    width: 133px;
    text-align: right;
}
.trailer {
    display: block;
    clear: both;
}

.row0 {
    background: #EAE6D6;
}








/* Store */

.button {
	border: 1px solid #000000;
	border-top-color: #EBE4C9;
	border-left-color: #EBE4C9;
	border-right-color: #CBC4A9;
	border-bottom-color: #CBC4A9;
	background-color: #DBD4B9;
	color: #000000;
	padding: 2px 4px 2px 4px;
	font-size: 8pt;
}
.button:active {
	border-bottom-color: #EBE4C9;
	border-right-color: #EBE4C9;
	border-top-color: #CBC4A9;
	border-left-color: #CBC4A9;
	padding: 3px 3px 1px 5px;
}
.info,
.warning,
.error {
	font-size: 0.8em;
	margin: 1em 50px;
	padding: .3em 1em;
	padding: 4px;
	background: #DBD4B9;
}
#navmenu	 {
	clear: both;
	margin: 10px 50px 3px 50px;
	text-align: right;
}
#navmenu ul {
	list-style: none;
}
#navmenu ul li {
	display: inline;
	margin-left: 0;
}




/* STORE: Catalog */
#catalog {
    margin: 0 10px;
    color: #605E55;
}
.product {
	/*float: left;
	clear: left;
	width: 283px;
	height: 200px;*/
	display: block;
	padding: 10px 40px;
	border-top: 1px solid #D0C7A4;
	
	font-size: 9pt;
	text-align: justify;
}
.product h3 {
	font-size: 1.2em;
	text-align: left;
	
	margin-top: 0;
    margin-left: 118px;
}
.product p {
    margin-left: 118px;
}
.product img {
    float: left;
	margin: 0px 20px 0px 0px;
	border: none;
}
/*.product .option {
    display: block;
    float: left;
}
.product .option label:after {
    content: ": ";
}*/
.product-price {
    margin-top: 3px;
    margin-right: 8px;
    float: right;
    text-align: left;
    color: #000;
}
.product form {
    display: block;
}
.product form .button {
    float: right;
}




/* STORE: Cart */
tr.a {
}
tr.b {
}
.currency {
	text-align: right;
}
#cart {
    margin: 10px 50px 3px 50px;
}
#cart th, #items th {
	padding: 4px;
	background: #DBD4B9;
}
#cart td, #items td {
	padding: 4px;
}
#cart table {
	width: 572px;
	font-size: 9pt;
	border: none;
	border-spacing: 1;
}
#items table {
	width: 548px;
	font-size: 9pt;
	border: none;
	border-spacing: 1;
}
#cart form {
	display: inline;
}




/* STORE: Checkout */

/*.req:after {
	content: "*";
}*/

fieldset {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #605E55;
	font-size: 10pt;
}
fieldset th {
    font-weight: normal;
    text-align: right;
	font-size: 10pt;
    white-space: nowrap;
}
fieldset td {
    white-space: nowrap;
	font-size: 10pt;
}

legend {
	font-weight: bold;
	font-size: 10pt;
	color: #605E55;
	background: #DBD4B9;
	padding: .2em .5em;
	border: 1px solid #605E55;
}

fieldset td input,
fieldset td select,
fieldset td textarea {
	width: 150px;
	margin-left: 0;
	padding-left: 0;
	clear: none;
}
fieldset td.checkbox input {
	float: none;
	width: auto;
}
fieldset td.checkbox {
	width: auto;
}

#phone {
    margin-bottom: 10px;
}
#paymentType {
    margin-bottom: 0;
}
#cardExpMonth,
#cardExpYear {
    width: 70px;
    margin: 0;
    padding: 0;
}


.validation-error {
	background: #fcffbb;
}
#billing {
	width: 270px;
	margin-left: 50px;
	float: left;
}
#preferedVideoFormat,
#shipping {
	width: 270px;
	margin-right: 50px;
	float: right;
}

* html #billing {
    margin-left: 25px;
}
* html #preferedVideoFormat,
* html #shipping {
    margin-right: 25px;
}

#items {
    clear: both;
    width: 570px;
    margin: 0 auto;
    text-align: left;
}
div.true#shipping input {
    background: #f4f4f4;
    color: #f4f4f4;
}
div.true#shipping input.checkbox {
	background: none;
}

div#store_notes {
    clear: both;
    margin-top: 30px;
    margin-left: 50px;
    font-size: 10px;
    text-align: left;
    color: #50463A;
}
