* { padding: 0; margin: 0; }
body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	line-height: 15px;
	color:#736f67;
}
#wrapper { 
	margin: 0 auto;
	width: 100%;
}
a, a:visited, a:active {
   color:#736f67;
   cursor:pointer;
   text-decoration:underline;
   outline: 0;
}
a:hover {
   color:#002c76;
   outline: 0;
}
.alignRight {text-align:right !important;}
.alignMid {text-align:center !important;}
.alignCenter { margin-left:auto; margin-right:auto;}
.alignLeft {text-align:left !important;}
.width0 {width:0%;}
.width10 {width:10%;}
.width20 {width:20%;}
.width30 {width:30%;}
.width40 {width:40%;}
.width50 {width:50%;}
.width60 {width:60%;}
.width70 {width:70%;}
.width80 {width:80%;}
.width90 {width:90%;}
.width100 {width:100%;}
.break {display:block; white-space:pre;}
.clear {background:none; padding:0; border:none;}
.MoreLink { 
	background-image: url(images/triangle-blue.gif); 
	background-position: 0% 70%; 
	background-repeat: no-repeat; 
	padding-left:10px;
	color:#002c76;
	font-weight:bold;
}
.bluetext {color:#002c76;}
.Expand, .Expand a, .Expand a:hover { 
	background-image: url(images/triangle-blue.gif); 
	background-position: 0% 70%; 
	background-repeat: no-repeat; 
	padding-left:10px;
	color:#736f67;
	font-weight:bold;
	text-decoration:none;
}
.bluebutton, .sfcheckoutContinueBtn {
    margin: 15px 0;
    text-align: center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	background: #306ca4 url('https://azda.org/images/default-source/default-album/button_bg.jpg') repeat-x center;
	background: -moz-linear-gradient(top,  #447db2 0%, #215994 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#215994), color-stop(100%,#d14836)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #447db2 0%,#215994 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #447db2 0%,#215994 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #447db2 0%,#215994 100%); /* IE10+ */
	background: linear-gradient(top,  #447db2 0%,#215994 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#447db2', endColorstr='#215994',GradientType=0 ); /* IE6-9 */
    border: 1px solid #154E83;
    color: #fff !important;
    font-size: 1em;
    padding: 8px 22px;
    text-decoration: none;
	cursor:pointer;
	-webkit-box-shadow: 1px 1px 1px #72A4C0 inset;
}
.bluebutton:hover, .bluebutton_small:hover, .BlueButton_small a:hover, .bluebutton_smaller:hover, .BlueButton_smaller a:hover, 
.bluebutton_smallest:hover, .bluebutton_smallest a:hover, .sfcheckoutContinueBtn:hover {
	background: rgb(98,153,193); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(98,153,193,1) 0%, rgba(57,119,171,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(98,153,193,1)), color-stop(100%,rgba(57,119,171,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(98,153,193,1) 0%,rgba(57,119,171,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(98,153,193,1) 0%,rgba(57,119,171,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(98,153,193,1) 0%,rgba(57,119,171,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(98,153,193,1) 0%,rgba(57,119,171,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6299c1', endColorstr='#3977ab',GradientType=0 ); /* IE6-9 */ 
	border: 1px solid #396da0;
	-webkit-box-shadow: 0 1px 1px #000;
	-moz-box-shadow: 0 1px 1px #000;
	box-shadow: 0 1px 1px #000;
}
.bluebutton:active, .bluebutton_small:active, .bluebutton_smaller:active, .bluebutton_smallest:active, .sfcheckoutContinueBtn:active {
	background: rgb(67,125,176); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(67,125,176,1) 0%, rgba(31,88,146,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(67,125,176,1)), color-stop(100%,rgba(31,88,146,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(67,125,176,1) 0%,rgba(31,88,146,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(67,125,176,1) 0%,rgba(31,88,146,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(67,125,176,1) 0%,rgba(31,88,146,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(67,125,176,1) 0%,rgba(31,88,146,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#437db0', endColorstr='#1f5892',GradientType=0 ); /* IE6-9 */
	border: 1px solid #1f4e85;
	text-decoration: none;
	margin: 16px 0 0 0;
	-webkit-box-shadow: 0 0 0 #736F67;
	-moz-box-shadow: 0 0 0 #736F67;
	box-shadow: 0 0 0 #736F67;
}
a.bluebutton:active, .bluebutton_small a:active, .BlueButton_smaller a:active, .bluebutton_smallest a:active {
	background: rgb(67,125,176); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(67,125,176,1) 0%, rgba(31,88,146,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(67,125,176,1)), color-stop(100%,rgba(31,88,146,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(67,125,176,1) 0%,rgba(31,88,146,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(67,125,176,1) 0%,rgba(31,88,146,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(67,125,176,1) 0%,rgba(31,88,146,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(67,125,176,1) 0%,rgba(31,88,146,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#437db0', endColorstr='#1f5892',GradientType=0 ); /* IE6-9 */
	border: 1px solid #1f4e85;
	margin: 16px 0 14px 0;
	padding: 7px 22px 9px 22px;
	-webkit-box-shadow: 0 0 0 #736F67;
	-moz-box-shadow: 0 0 0 #736F67;
	box-shadow: 0 0 0 #736F67;
}
.bluebutton_small, .BlueButton_small a, .BlueButton_small a:link, .BlueButton_small a:visited {
    margin: 15px 0;
    text-align: center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	background: #306ca4 url('https://azda.org/images/default-source/default-album/button_bg.jpg') repeat-x center;
	background: -moz-linear-gradient(top,  #447db2 0%, #215994 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#215994), color-stop(100%,#d14836)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #447db2 0%,#215994 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #447db2 0%,#215994 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #447db2 0%,#215994 100%); /* IE10+ */
	background: linear-gradient(top,  #447db2 0%,#215994 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#447db2', endColorstr='#215994',GradientType=0 ); /* IE6-9 */	
    border: 1px solid #154E83;
    color: #fff !important;
    font-size: 1em;
    padding: 8px 10px;
    text-decoration: none;
	cursor:pointer;
}
.BlueButton_small a:active {
	background: rgb(67,125,176); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(67,125,176,1) 0%, rgba(31,88,146,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(67,125,176,1)), color-stop(100%,rgba(31,88,146,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(67,125,176,1) 0%,rgba(31,88,146,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(67,125,176,1) 0%,rgba(31,88,146,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(67,125,176,1) 0%,rgba(31,88,146,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(67,125,176,1) 0%,rgba(31,88,146,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#437db0', endColorstr='#1f5892',GradientType=0 ); /* IE6-9 */
	border: 1px solid #1f4e85;
	margin-top:1px;
}
.bluebutton_smaller, .BlueButton_smaller a, .BlueButton_smaller a:link, .BlueButton_smaller a:active, .BlueButton_smaller a:visited {
    margin: 15px 0;
    text-align: center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	background: #306ca4 url('https://azda.org/images/default-source/default-album/button_bg.jpg') repeat-x center;
	background: -moz-linear-gradient(top,  #447db2 0%, #215994 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#215994), color-stop(100%,#d14836)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #447db2 0%,#215994 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #447db2 0%,#215994 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #447db2 0%,#215994 100%); /* IE10+ */
	background: linear-gradient(top,  #447db2 0%,#215994 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#447db2', endColorstr='#215994',GradientType=0 ); /* IE6-9 */	
    border: 1px solid #154E83;
    color: #fff !important;
    font-size: 1em;
    padding: 8px 2px;
    text-decoration: none;
	cursor:pointer;
}
.bluebutton_smallest, .bluebutton_smallest a, .bluebutton_smallest a:link, .bluebutton_smallest a:active, .bluebutton_smallest a:visited {
    margin: 15px 0;
    text-align: center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	background: #306ca4 url('https://azda.org/images/default-source/default-album/button_bg.jpg') repeat-x center;
	background: -moz-linear-gradient(top,  #447db2 0%, #215994 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#215994), color-stop(100%,#d14836)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #447db2 0%,#215994 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #447db2 0%,#215994 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #447db2 0%,#215994 100%); /* IE10+ */
	background: linear-gradient(top,  #447db2 0%,#215994 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#447db2', endColorstr='#215994',GradientType=0 ); /* IE6-9 */	
    border: 1px solid #154E83;
    color: #fff !important;
    font-size: 1em;
    padding: 4px 9px;
    text-decoration: none !important;
	cursor:pointer;
}
.Graybutton{
	border:1px solid #b7b7b7; 
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size:12px;
	padding: 8px 22px;
	text-decoration:none; 
	display:inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight:bold; 
	color: #FFFFFF;
	cursor:pointer;
	background-color: #d3d3d3; background-image: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), to(#707070));
	background-image: -webkit-linear-gradient(top, #d3d3d3, #707070);
	background-image: -moz-linear-gradient(top, #d3d3d3, #707070);
	background-image: -ms-linear-gradient(top, #d3d3d3, #707070);
	background-image: -o-linear-gradient(top, #d3d3d3, #707070);
	background-image: linear-gradient(to bottom, #d3d3d3, #707070);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d3d3d3, endColorstr=#707070);
}
.Graybutton:hover{
	 border:1px solid #a0a0a0;
	 background-color: #bababa; 
	 background-image: -webkit-gradient(linear, left top, left bottom, from(#bababa), to(#575757));
	 background-image: -webkit-linear-gradient(top, #bababa, #575757);
	 background-image: -moz-linear-gradient(top, #bababa, #575757);
	 background-image: -ms-linear-gradient(top, #bababa, #575757);
	 background-image: -o-linear-gradient(top, #bababa, #575757);
	 background-image: linear-gradient(to bottom, #bababa, #575757);
	 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#bababa, endColorstr=#575757);
}
hr, hr.gray {
    background-color: #D0CCC3;
    border: 0 none;
    color: #D0CCC3;
    height: 1px;
	margin: 9px;}
.whitetext {color:#fff;}
input.placeholder {color:#ccc; font-style:italic; font-size:9px;}
.rowspacing {display:block; height:20px;}



/****** Header *******/
#navigation {
	margin: 0px;
	width:100%; 
	height:38px;
	/* background:#12191f url(images/nav-bg.jpg) repeat-y scroll top center; */
	background:#12191f;
	border-bottom: 1px solid #51595E;
}

.RadMenu_Default a.rmExpanded:hover{background-color: #12191f;}
#navigationwrapper {
    margin-left:auto;
	margin-right:auto;
	width: 955px;
}
.RadMenu_Default ul.rmRootGroup  
{
    border:0px;
    height:38px;
    vertical-align:middle;
    /*background:#12191f url(images/nav-bg.jpg) repeat-y scroll top center;*/
	background:#12191f;
    cursor:pointer;
}
.RadMenu_Default a.rmLink {border-left: 1px solid #8A8A8A; background-image:none;}
.RadMenu_Default a.rmSelected {background-color: #12191f;}
.RadMenu .rmGroup .rmItem { padding: 2px 0; }
.RadMenu_Default .rmGroup .rmItem a.rmLink .rmText {cursor:pointer; color: #105cb6;}
.rmRootGroup li.rmItem {height:38px; vertical-align:middle;}
.rmHorizontal .rmItem a.rmLink .rmText {padding:7px 11px; }
.RadMenu_Default .rmItem a.rmLink:hover {color:#fff;}

.RadMenu_Default a.rmExpanded, .RadMenu_Default a.rmExpanded:hover {
    background-color:#12191f;
}

.rmVertical li.rmItem {height:20px;}
.RadMenu_Default .rmItem a.rmLink {padding:0px; color:#fff; cursor:pointer;}
.RadMenu_Default .rmItem a:hover.rmLink {zoom: 1; filter: alpha(opacity=50); opacity: 0.5;}
.RadMenu_Default a.rmLink:hover {background-color:transparent; background-image:none;}
.RadMenu_Default .rmGroup .rmText, .RadMenu_Default .rmVertical .rmText { background-image:none;}
.RadMenu_Default .rmGroup { background-color:#fff; background-image:none;}
.RadMenu_Default a.rmFocused {background-color: #606060;}
ol.sfLoginFieldsWrp { list-style:none; }
.sfLoginWrp{border:0px;}
#loginarea_T7802D204006_loginPanel {text-align:right; margin-top:10px;}
#rightcolumnarea_ctl00_C025_ctl00_ctl00_searchTextBox, #loginarea_T7802D204006_loginPanel input  {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	padding:2px 4px;
	width:90px;
}
.Sitefinity.RadEditor .reContentCell {padding: 2px;}
.sf_3cols_2_34 .sf_3cols_2in_34, .sf_3cols_3_33 .sf_3cols_3in_33, .sf_3cols_3_25 { margin-left: 30px; }
fieldset#rightcolumnarea_ctl00_C025_ctl00_ctl00_main {border:none;}
#loginarea_T7802D204006_RememberMe {margin:0;padding:0;width:10px;}
.sf_pagerNumeric a {
	border: 1px solid #002C76;
    margin: 0 5px;
    padding: 2px 5px;
}
.sf_PagerCurrent {
	background-color: #fff;	
}
#rightcolumnarea_C001_ctl00_ctl00_pager {
	margin-bottom:50px;
}
#searcharea_T7802D204003_ctl00_ctl00_searchTextBox {width:110px;}
#search img {border:none;}

#header {
	color: #fff;
	height: 337px;
	padding: 0px;
	background:#1b3c6b url(images/header-bg.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}
#headerwrapper {
	width: 950px;
	margin-left:auto;
	margin-right:auto;
}
#headerL {
	width:380px;
	display:inline;
	float: left;
}
#logo { 
	 background:url(images/azda.png) no-repeat scroll left top transparent;
	 height: 55px;
	 width:138px;
	 color:#fff;
	 padding: 0 0 3px;
	 margin-top: 5px;
	 float:left;
}
#azda_logo { 
	 background:url(images/azda_ada_logo.png) no-repeat scroll left top transparent;
	 height: 96px;
	 width: 371px;
	 color:#fff;
	 padding: 0 0 16px;
	 margin-top: 15px;
	 float:left;
}
div.Tagline {
	text-align: center;
    font-size: 120%;
    font-style: italic;
    font-weight: bold;
    height: 81px;
}

div#SocialMedia {
    float: right;
    width: 380px;
    margin: 11px 0 0 0;
    height: 37px;
}
div#searcharea_TC4A1D1DD007_Col01 {margin:0px;}
fieldset#searcharea_TC4A1D1DD008_ctl00_ctl00_main { border:none; }
div.Square_Search button:hover, input#searcharea_TC4A1D1DD008_ctl00_ctl00_searchButton { background-color:#fff; }
div.Square_Search input, input#searcharea_TC4A1D1DD008_ctl00_ctl00_searchTextBox {
	background: none repeat scroll 0 0 #fff;
	border-top: 5px solid #ededed;
	border-left: 5px solid #ededed;
	border-bottom: 5px solid #ededed;
	border-right: none;
	color: #7F7F7F;
	float: left;
	font: 12px 'Helvetica','Lucida Sans Unicode','Lucida Grande',sans-serif;
	height: 15px;
	margin: 0;
	padding: 5px;
	transition: background 0.3s ease-in-out 0s;
	width: 111px;
}
div.Square_Search button, input#searcharea_TC4A1D1DD008_ctl00_ctl00_searchButton {
	background: url("/images/default-source/layout/icon_search_b.png") no-repeat scroll center center #FFFFFF;
	cursor: pointer;
	height: 35px;
	text-indent: -99999em;
	transition: background 0.3s ease-in-out 0s;
	width: 40px;
	border-top: 5px solid #ededed;
	border-right: 5px solid #ededed;
	border-bottom: 5px solid #ededed;
	border-left: 2px solid #ddd;
}
input#searcharea_TC4A1D1DD008_ctl00_ctl00_searchButton:hover {
	background: url("/images/default-source/layout/icon_search_b.png") no-repeat scroll center center #e9e9e9;
}




#login {
	width:215px;
	color:#95a9c5;
	float:right;
	line-height:20px;
	display:inline;
	margin-right: 10px;
	display:none;
}
#login a, #login a:visited  {
	color:#95a9c5;
	text-decoration: underline;
}
#login a:hover  {
	color:#fff;
}
.logininput  {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	padding:2px 4px;
	margin: 4px 0;
	width:90px;
	color: #b9b9b9;
}
.logininput2  {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	padding:2px;
	margin: 1px 0;
	width:90px;
	font-size:11px;
}
#logintext h1 {
	font-size:21px;
	line-height: 19px;
	margin: 10px 0;
}
#logintext {
	display:block;
	margin: 65px 30px 0 0;
	height: 220px;
}

#headerR {
	width:570px;
	display:inline;
	float: right;
	margin-top: 9px;
}
#search {
	float:right;
	width: 380px;
	margin: 0;
	height: 37px;
}
#search input {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	padding: 4px;
}
#search fieldset {
	padding: 5px;
    border: 0px;
}
#search fieldset input {
	margin-left:5px;
}
#ImageRotate {
	float:right;
	width: 570px;
}
#SocialMedia { 
	float:right;
	width: 475px;
	margin: 0px;
	vertical-align:middle;
}
#SocialMedia img {
    border: 0;
}




/****** Content *******/
#content {
	background:#eae7e0;
	margin-bottom: 0px;
	overflow: auto;
	width: 100%
}
#contentwrapper {
	width: 950px;
	margin-left:auto;
	margin-right:auto;
}
#borderT {
	height:17px;
	background: #d7d4cb url(images/top-border.jpg);
}

#menutable {
	padding:0;
	margin:0;
	text-align:center;
	margin-bottom: 10px;
}
#menumarkettext img, #menuadftext img, #menuwrdctext img, .whiteborder img {
	background: none repeat scroll 0 0 white;
    border: 1px solid #b9bbba;
    padding: 5px;
	margin:3px;
}
.whiteborder_right img {
	background: none repeat scroll 0 0 white;
    padding-right: 3px;
}
#menumarket{
	background: url(images/menumarket.jpg) no-repeat center bottom;
	font-size:9px;
	text-align:center;
	vertical-align:bottom;
	line-height:9px;
	padding-bottom: 5px;
}
#menumarket:hover { background: url(images/menumarket_o.jpg) no-repeat center bottom; }
.menumarketover{background: url(images/menumarket_o.jpg) no-repeat center bottom !important; }
.menumarketover a, .menuwrdcover a, .menuadfover a{ color:#fff !important; font-size:1px !important; }
#menuwrdc{
	background: url(images/menuwrdc.jpg) no-repeat center bottom;
	font-size:9px;
	text-align:center;
	vertical-align:bottom;
	line-height:9px;
	padding-bottom: 5px;
}
#menuwrdc:hover { background: url(images/menuwrdc_o.jpg) no-repeat center bottom; }
.menuwrdcover{background: url(images/menuwrdc_o.jpg) no-repeat center bottom !important;}
#menuwrdc a{ padding-bottom: 5px; }
#menuadf{
	background: url(images/menuadf.jpg) no-repeat center bottom;
	font-size:9px;
	text-align:center;
	vertical-align:bottom;
	line-height:9px;
	padding-bottom: 5px;
}
#menuadf:hover { background: url(images/menuadf_o.jpg) no-repeat center bottom; }
.menuadfover{background: url(images/menuadf_o.jpg) no-repeat center bottom !important;}
#menutable a, #menutable a:visited{ color:#c6c6c6; text-decoration:none; padding:70px 40px 10px 40px; }
#menutable a:hover{ color:#fff;	}
.rmVertical{
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	padding-bottom: 17px !important;
	-webkit-box-shadow: 0px 4px 9px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 4px 9px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 4px 9px rgba(50, 50, 50, 0.3);
}


/****** Left Column *******/
#leftcolumn { 
	float: left;
	color: #736f67;
	margin: 10px 0;
	padding: 0px;
	width: 252px;
	display: inline;
}
#leftcolumn h1 {
	color:#fff;
	background-color:#b5b2a3;
	font: bold 16px Verdana;
	text-align:center;
	padding:10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 5px;	
	border: 2px solid #D1CEC8;
}
#leftcolumn h2 {
	color:#002c76;
	font-size: 13px;
	margin-bottom: 6px;
	text-transform: uppercase;
}



/****** Right Column *******/
#rightcolumn { 
	float: right;
	color: #736f67;
	margin: 10px 0;
	padding: 0px;
	width: 665px;
	display: inline;
	position: relative;
}
#rightcolumn h1 {
	color:#fff;
	background-color:#b5b2a3;
	font: bold 16px Verdana;
	padding:10px 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 5px;
	border: 2px solid #D1CEC8;
}
.brownbox  h1, .brownbox_top  h1, .brownbox_border_T  h1, .brownbox_border_R  h1, .brownbox_border_L  h1 {
	border: none !important;	
}
.grayborder {	
	border: 2px solid #D1CEC8;
}

div.Bluebg h1 {
	background-color:#3b3b3b !important;	
}
h1.Bluebg {
	background-color:#1b3c6b !important;	
}

#rightcolumn h2 {
    font-size: 24px;
    color: #706C66;
  line-height: 25px;
}
/*
#rightcolumn h2 {
	font-size:17px;
	color:#536482;
}
*/
#rightcolumn h3 {
	font-size:15px;
	color:#7c97ac;
}
#crumbs { color:#736f67 !important; text-transform:uppercase; word-spacing:2px; font-size:10px; margin:5px 0 0 15px;}
.sfBreadcrumbNodeSeparator { padding: 0 2px 0 10px; }
li.sfBreadcrumbNavigation a { line-height: 9px; text-decoration:underline !important; }
li.sfNoBreadcrumbNavigation a, li.sfNoBreadcrumbNavigation a:hover { text-decoration:none !important; color:black !important; cursor:default;}

.post {padding:17px 0; border-bottom:1px solid #d0ccc3; line-height:15px;}
.post b, .post strong {color:#002c76;}
#rightcolumn ul {
	list-style-image:url(images/triangle-black.gif);
	margin: 5px 20px;
}
#rightcolumn ol {
 	margin: 5px 10px;
	color: #002c76;
	padding-left: 16px;
}
#rightcolumn ol li {
	color: #333;
}
#rightcolumn ul li, #rightcolumn ol li {
	padding-bottom: 5px;
}
#rightcolumn ul li a, #rightcolumn ol li a {
	color: #736f67 !important;
	text-decoration:underline !important;
}
#rightcolumn ul li a:hover, #rightcolumn ol li a:hover {
	color: #002c76 !important;
}
.sf_cols { margin-bottom:12px;}
.sfnewsAuthorAndDate {display:none;}
.sfnewsDetails div.sfnewsLinksWrp {display:none;}

.HRbackground{
       margin: auto;
       background: url(/images/layout/hrline.gif);
}
.HRFront img {
       padding: 0 5px;
}
.HRFront{
       background-color: #eae7e0;
       width: 88px;
       border-left: 1px solid #B5B3A6;
       border-right: 1px solid #B5B3A6;
       padding: 0 8px;
       margin: auto;
}
.brownbox_border_T {border-top: 2px solid #D1CEC8;}
.brownbox_border_R {border-right: 2px solid #D1CEC8;}
.brownbox_border_B {border-bottom: 2px solid #D1CEC8;}
.brownbox_border_L {border-left: 2px solid #D1CEC8;}
.brownbox h1 {
	height:35px !important;	
	padding:0 0 3px 0 !important;
}
.brownbox h1, .brownbox_top {
	color:#fff;
	background-color:#b5b2a3;
	font-size:16px;
	padding:3px 0 3px 8px;
	margin-bottom:2px;
	-moz-border-radius: 6px 6px 0px 0px !important;
    -webkit-border-radius: 6px 6px 0px 0px !important;
    -khtml-border-radius: 6px 6px 0px 0px !important;
    border-radius: 6px 6px 0px 0px !important;
}
.brownboxtext, .brownbox_bottom {
	color:#fff;
	background-color:#b5b2a3;
	text-align:left;
	padding:5px 10px;
	margin-bottom:2px;
	-moz-border-radius: 0px 0px 6px 6px;
    -webkit-border-radius: 0px 0px 6px 6px;
    -khtml-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
}
.brownboxcolor, .brownbox_mid {
	background-color:#b5b2a3;
}
.brownbox_right {
	color:#fff;
	background-color:#b5b2a3;
	text-align:left;
	padding:15px 25px 15px 25px;
	margin-bottom:2px;
	-moz-border-radius: 0px 6px 6px 0px;
    -webkit-border-radius: 0px 6px 6px 0px;
    -khtml-border-radius: 0px 6px 6px 0px;
    border-radius: 0px 6px 6px 0px;
}
.brownbox_left {
	color:#fff;
	background-color:#b5b2a3;
	text-align:left;
	padding:15px 25px 15px 25px;
	margin-bottom:2px;
	-moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    -khtml-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
}
.brownbox_all {
	color:#fff;
	background-color:#b5b2a3;
	text-align:left;
	padding:5px;
	margin-bottom:2px;
	-moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -khtml-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}
.brownbox p img, .post img {
	background: none repeat scroll 0 0 white;
    border: 1px solid #b9bbba;
    padding: 5px;
}
.brownbox_small ul, .White-triangle {
	border:2px solid #a6a395;
	margin: 5px 20px;
    padding: 10px 32px;
	background-color:#c8c5b9;
	list-style-image:url(images/triangle-white.gif) !important;
	-moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -khtml-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}
.brownboxtext ul, .brownbox_left ul, .brownbox_right ul, .brownbox_bottom ul {
	list-style-image:url(images/triangle-white.gif) !important;
}
.brownbox p b, .brownbox p strong {color:#626058;}
.Lightgraybox_all {
    background-color: #C8C5B9;
    border: 2px solid #A6A395;
    border-radius: 6px 6px 6px 6px;
    list-style-image: url("images/triangle-white.gif") !important;
    padding: 5px;
	width: 92%;
}
.Lightgraybox_all a:link, .Lightgraybox_all a:visited, .Lightgraybox_all a:active {
   color:#fff !important;
}
.Lightgraybox_all a:hover {
   text-decoration:underline !important;
}

.blubox_top {
	color:#fff;
	background-color:#0c3c82;
	-moz-border-radius: 6px 6px 0px 0px !important;
    -webkit-border-radius: 6px 6px 0px 0px !important;
    -khtml-border-radius: 6px 6px 0px 0px !important;
    border-radius: 6px 6px 0px 0px !important;
}
.blubox_mid {
	background-color:#0c3c82;
	color:#fff;
}
.bluebox_bottom {
	color:#fff;
	background-color:#0c3c82;
	-moz-border-radius: 0px 0px 6px 6px;
    -webkit-border-radius: 0px 0px 6px 6px;
    -khtml-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
}
.Padleft {
	margin-left:20px;
}
.Sponsor {
	margin-left:auto;
	margin-right:auto; 
	background-color:#EAE7E0; 
}
.Sponsorwrap {
	border:1px solid #CCCCCC; 
	text-align:center; 
	margin-left:auto; 
	margin-right:auto; 
	width:950px; 
	background-color:#fff; 
	height:50px;
}
.galleria-container {
	background: #e1ded7 !important;
}
.HRspacing {margin: 15px 0 15px 0 !important }
.HRspacing hr {height: 2px;}





/* ***** Shopping Cart ****** */
.sfcheckoutTitle {
	padding-left: 5px;
	margin-top: 10px;
}
.sfcheckoutFormWrp {
	border:none;	
}
h2.sfcheckoutStepTitle {
	padding: 25px 0 10px 0;	
}
h3.sfcheckoutStepSubTitle {
	padding: 20px 0 9px 0;
	font-size: 17px !important;
	color: #536482 !important;
}
table.sforderSummaryTable {
	margin-left: 20px;	
}
.sfcheckoutPaymentFormWrp input, .sfcheckoutPaymentFormWrp select {
	padding:3px;
}
	
ul.sfcheckoutFormList, ul.sfcheckoutTotalPriceWrp {
    list-style-type: none !important;
	list-style-image: none !important;
}
h3.sfcheckoutStepSubTitle {
		
}
.sfcheckoutBillingFormWrp input {
    padding: 3px;
}
fieldset.sfcheckoutBillingFormWrp {
  	border: none;
}
.sfcheckoutBillingFormWrp h2 {
	margin: 15px 0 17px 0;	
}
.sfcheckoutBillingFormWrp .sfStep {
	color:#002c76 !important;
}
.sfcheckoutFormList {
	text-decoration: none !important;
}
#rightcolumnarea_C003_infectionControlCoursesFrontendDetails_ctl00_ctl00_Checkout_ctl00_ctl00_paymentStep_ctl00_ctl00_securityCode {
	width: 30px;
}
li.sfcheckoutDiscounts, li.sfcheckoutBeforeTax, li.sfcheckoutTax, li.sfcheckoutTotal {
	float: right;
}
ul.sfcheckoutTotalPriceWrp {
	float: right;
	display: block;
	text-align: right;
	width: 178px;
	padding: 10px 20px;
	border: 1px solid black;
	background-color: rgb(201, 201, 201);
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	color: #000;
	margin-top: 25px !important;
}
div.sfcheckoutPreviewProduct {
  		margin-top: 35px;
}
.sforderSummaryTable {
  width: 100%;
  text-align: right;
}
#rightcolumnarea_C008_ctl00_ctl00_Checkout_ctl00_ctl00_paymentStep_ctl00_ctl00_orderSummary_ctl00_ctl00_couponRows_ctl00_ctl00_discountsListView_changeCouponCodeEntryView_0_ctl00_0_ctl00_0_CouponCodeLabel_0 {
  color: #FF0000;
}
#rightcolumnarea_C008_ctl00_ctl00_Checkout_ctl00_ctl00_paymentStep_ctl00_ctl00_orderSummary_ctl00_ctl00_couponRows_ctl00_ctl00_discountsListView_changeCouponCodeEntryView_0_ctl00_0_ctl00_0_ChangeDiscountLink_0 {
  color: #002C76;
}
.sfCouponEntryField {
  margin: 15px 0;
}
.sfcheckoutFormWrp span.sfError {
	color: #F00;	
}
#rightcolumnarea_C008_ctl00_ctl00_Checkout_ctl00_ctl00_preview_ctl00_ctl00_placeOrderButtonDiv,
#rightcolumnarea_C008_ctl00_ctl00_Checkout_ctl00_ctl00_preview_ctl00_ctl00_placeOrderButtonDiv1 {
	margin: 30px;	
}
#rightcolumnarea_C005_azDAEventsFrontendDetailsView_ctl00_ctl00_Checkout_ctl00_ctl00_preview_ctl00_ctl00_placeOrderButtonDiv1 {
	margin-top: 85px;	
}
td.sfSingleItmPriceCol, td.sfItmQuantityCol, td.sfItmPriceCol {
	text-align: center;
}

#rightcolumnarea_C005_azDAEventsFrontendDetailsView_ctl00_ctl00_Checkout_ctl00_ctl00_confirmation_ctl00_ctl00_message {
	margin: 40px;
	padding: 20px;
}
.rgMasterTable th {
	font-size: 12px !important;
	background-color: #ccc;
	padding: 10px;
	color: #000;
}
li.sfcheckoutTax {
	border-bottom: 1px solid #6F6F6F;
	list-style-position: inside;
	margin-bottom: 5px;	
}




/* ***** Footer ****** */
#footer { 
	 text-align:center;
	 padding:15px 0 0 0 ;
	 width: 100%;
	 color: #fff;
	 background:url(images/footer-bg.jpg);
	 height:127px;
	 text-align:left;
}
#footer a { 
	 color: #fff;
	 text-decoration:none;
}
#footerwrapper {
	width: 950px;
	margin: 10px auto;
	padding: 0px;
}
#leftfooter { 
	float: left;
	display: inline;
	width: 350px;
	height:85px;
	background: url("images/azda.png") no-repeat scroll 0% 20% transparent;
}
#centerfooter { 
	width: 180px;
	height:71px;
	float: right;
	padding-left:15px;
	border-left:1px solid #FFF;
}
#rightfooter { 
	float: right;
	width: 560px;
	display: inline;
	position: relative;
}