﻿/* -- GLOBAL RESET -- */
body,div,dl,dt,dd,ol,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0; padding:0;} 
table {border-collapse:collapse; border-spacing:0;} 
fieldset,img {border:0;} 
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;} 
caption,th {text-align:left;} 
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;} 
q:before,q:after {content:'';} 
abbr,acronym {border:0;}  
.mceContentBody {background-color: #FFF!important; background-image:none!important;}  

/* -- BIG RED ANGRY TEXT -- */
.mceContentBody font,
.mceContentBody center,
.mceContentBody div[align],
.mceContentBody p[align],
.mceContentBody table[align],
.mceContentBody font[color]
{color:#cd0000; font-weight:bold; background:#eecc11; margin:10px; padding:10px; border:2px dashed #cd0000; font-size:2em;line-height:2em;}

/* -- USEFUL CLASSES -- */
.warning{color:#e00; font-weight:bold;}
.notice{color:#00e; font-weight:bold;}
.confirm{color:#0d0; font-weight:bold;}
.pdf{display:block; margin:1em 0; height:16px; background:url(/axzona-images/page_white_acrobat.gif) left center no-repeat; padding-left:20px;}
.doc{display:block; margin:1em 0; height:16px; background:url(/axzona-images/page_white_word.gif) left center no-repeat; padding-left:20px;}
label.required,span.required{color:red; font-weight:bold;}
input.required,textarea.required,select.required{border:1px solid #f00;}
.imageReplace{text-indent:-1000em; overflow:hidden;} /* Text to image replacement class */
.accLink{position:absolute!important;left:-1000em!important;} /* Screen reader/search engine class */
.floatLeft{float:left;}
.floatRight{float:right;}
.noBorder{border:0!important;}
.noPadding{padding:0!important;}
.noMargin{margin:0!important;}
.hidden{display:none!important;}
.clear{clear:both;}
.clearfix:after{content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0;}
.clearfix{display:inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}

/* -- GENERAL OVERWRITES -- */
html{height:100%;}
ol,dl,blockquote,fieldset{margin:0 0 1em 0;}
li{margin:0.5em 0 0.5em 0;}
ol li{list-style-type:decimal; margin-left:33px; padding-left:0;text-indent:0;}
dt{margin-top:1em; font-weight:bold;}
dd{margin:0.5em 0 1em 50px;}
blockquote{margin-left:20px; margin-right:20px;}
#content fieldset{border:1px solid #999; margin-left:10px; margin-right:10px;}
fieldset label{float:left; width:20%; padding-right:2%; text-align:right;}
fieldset input,fieldset select{float:left; width:160px;}
input,select,textarea{border:1px solid #999;}
textarea{width:230px; height:100px;}
		   .checkbox{border:0!important; width:auto!important;} /* ie6 */
input[type=checkbox]{border:0!important; width:auto!important;}
		   .button{border:1px solid #666; background:#ccc;width:auto;} /* ie6 */
a img{border:0;}
hr{margin: 0.5em 0; height:0; color:#fff; border: 0; border-bottom:1px solid #cccccc; line-height: 1px;}

/* -- HEADINGS -- */
h1,h2,h3,h4,h5,h6{font-weight:bold; margin-top:0; margin-bottom:5px; color: #AE3B3A;}
h1{font-size:18px;}
h2{font-size:13px;}
h3{font-size:1.0em;}
h4{font-size:0.9em;}
h5{font-size:0.8em;}
h6{font-size:0.7em;}
th{font-weight:bold; font-size:1.1em;}

/* -- JOOMLA SPECIFIC -- */
body.contentpane{background:#fff; color:#222;} /* Popup window */
.createdate,.modifydate,.small,.pagenavcounter,.author,.contenturls,.lastupdated{font-size:0.9em; color:#999; margin: 0.5em 0;}
.contenttoc{margin:10px;} /* Table of contents for multipage items */
.contenttoc th{padding-bottom:0.5em;}
.buttonheading{float:right;}
.buttonheading img{margin:0 1px;} /* Print/Email/PDF icons */
.pagenavbar{text-align:center!important;}
.pagenavbar img{display:inline;}
span.article_seperator{display:none;}
.mosimage_caption{margin-top:2px; padding:1px 2px; color:#666; font-size:0.9em;}
.sectiontableentry1{background:#EFEFEF;}
.sectiontableentry2{background:#FFF;}

body {
	background: #F7F6F6 url(/axzona-images/bg.gif) top left repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#444444;
}

textarea 
{
	font-family:Arial, Helvetica, Sans-Serif;
}

a {
	color: #AE3B3A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus { 
    outline: none; 
}

p {
	margin: 1em 0 1em 0;
}

h3.quote {
	color: #535353;
	font-style: italic;
	font-size: 12px;
	float: left;
	width: 480px;
	padding: 20px 0 0 10px;
}

h3.quote .qmarks {
	color: #AE3B3A;
	font-size: 24px;
	line-height: 16px;
}

h3.quote .person {
	font-size: 11px;
	float: right;
	font-weight: normal;
	font-style:normal;
	margin: 5px 5px 0 0;
}

h4 {
	color: #213649;
	font-weight: bold;
	font-size: 12px;
	margin: 1em 0 1em 0;
}

h6 {
	font-size: 11px;
}

#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding: 0 20px 25px 20px;
}

#header {
	position: relative;
	height: 86px;
	padding: 20px 0 0 0;
}

#login_reg {
	position: absolute;
	top: 0;
	right: 20px;
}

#tagline {
	position: absolute;
	bottom: 20px;
	width: 800px;
	right: 0;
	margin: 0;
	text-align: right;
	font-style: italic;
	font-size: 12px;
}

#tagline a {
	font-weight: bold;
}

#menu_bar {
	height: 42px;
	background: url(/axzona-images/nav_bg.gif) top left repeat-x;
	margin: 0 0 10px 0;
}

#menumain {
	margin: 0;
	padding: 0 0 0 1px;
	list-style-type: none;
}

#menumain li {
	float: left;
	margin: 0;
	padding: 12px 16px 12px 16px;
	border-right: 1px #AB3837 solid;
}

#menumain li.current {
	background: url(/axzona-images/nav_hov_bg.gif) top left repeat-x;
}

#menumain li a {
	color: #ffffff;
	font-weight: bold;
}

.search_bar {
	position: relative;
	float: right;
	width: 183px;
	height: 22px;
	margin: 8px 8px 0 0;
	background: #ffffff;
	font-size: 10px;
}

.inputbox_bar {
	position: absolute;
	top: 1px;
	left: 1px;
	background: url(/axzona-images/search_bg.gif) top left repeat-x;
	width: 151px;
	height: 17px;
	border: 0;
	padding: 3px 0 0 5px;
	color: #666666;
	font-family: arial;
}

.button_bar {
	position: absolute;
	top: 1px;
	right: 1px;
	height: 20px;
	width: 24px;
	border: 0;
	padding: 0 0 3px 0;
	background: url(/axzona-images/search_go.gif) top left repeat-x;
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
}

.highlight {
	color: #AE3B3A;
	font-weight: bold;
}

#flash_box {
	border: 1px #cccccc solid;
	padding: 1px;
	background: #ffffff;
	margin: 0 0 15px 0;
}

#mos_main_body {
	border: 1px #cccccc solid;
	padding: 1px;
	background: #ffffff url(/axzona-images/box_bg.gif) 1px 1px no-repeat;
	margin: 0 0 15px 0;
	padding: 30px 25px 30px 25px;
}

#footer {
	background: #972A2A;
	height: 21px;
	color: #ffffff;
	padding: 6px 6px 0 6px;	
}

#footer a {
	color: #ffffff;
}

#menu_footer {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu_footer li {
	float: left;
	padding: 0 6px 0 6px;
	margin: 0;
	border-right: 1px #ffffff solid;
}

#menu_footer .li_3 {
	border-right: 0;
}

#menu_footer .li_4 {
	border-right: 0;
}


#left_col {
	float: left;
	width: 212px;
}

/*
#centre_col {
	float: left;
	width: 423px;
	margin: 0 25px 0 25px;
	background: url(/axzona-images/centre_col_bg.gif) top left no-repeat;
}

*/
#centre_col {
	float: left;
	width: 470px;
	margin: 0 25px 0 25px;
	padding: 10px;
	background: url(/axzona-images/centre_col2_bg.gif) top left no-repeat;
	min-height: 360px;
}

#right_col {
	float: left;
	width: 212px;
}

#left_col2 {
	float: left;
	width: 150px;
}

#centre_col2 {
	float: left;
	width: 700px;
	margin: 0 25px 0 25px;
	background: url(/axzona-images/centre_col3_bg.gif) top left no-repeat;
	min-height: 360px;
}

#centre_col.wideboy {
	margin-right: 0;
	width: 690px;
	background: url(/axzona-images/centre_col3_bg.gif) top left no-repeat;
}

#latest_news ul {
	list-style-type: none;
	margin: 25px 0 0 0;
	padding: 0;
}

#latest_news li {
	margin: 0 0 15px 0;
	padding: 0;
}

#latest_news a.latestnews {
	font-size: 13px;
	font-weight: bold;
}

#menu_side {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu_side li {
	background: url(/axzona-images/side_menu_bg.gif) top left repeat-x;	
	margin: 0;
}

#menu_side li a {
	display: block;
	padding: 9px 5px 10px 10px;
	color: #ffffff;
}

#lower_sec {
	height: 120px;
	border: 1px #CECBCE solid;
}

#contact_footer {
	height: 40px;
	text-align: center;
	font-size: 14px;
	padding: 10px 0 10px 0;
	/* background: url(/axzona-mages/phone.gif) 135px 8px no-repeat; */
}

#newsletter_btn {
	display: block;
	background: url(/axzona-images/newsletter_bg.gif) top left no-repeat;
	height: 50px;
	width: 156px;
	margin: 0 0 0 -5px;
	padding: 10px 0 0 23px;
	color: #ffffff;
}

.mod_for h1 {
	margin: 3px 0 0 0;
	padding: 10px 0 10px 13px;
	border-color: #dedede;
	border-style: solid;
	border-width: 1px 1px 0 1px;
}

.mod_solutions #menu_side .li_3 a, .mod_solutions #menu_side .li_4 a {
/*	padding: 2px 5px 3px 18px; */
}

.multi_tabs .tabs {
	list-style-type: none;
	margin: -6px 0 0 2px;
	padding: 0;
	height: 34px;
}

.multi_tabs .tabs li {
	float: left;
	margin: 0 4px 0 0;
	padding: 0;
	background: url(/axzona-images/tab_off_left.gif) top left no-repeat;
	font-weight: bold;
}

.multi_tabs .tabs li a {
	display: block;
	background: url(/axzona-images/tab_off_right.gif) top right no-repeat;
	color: #ffffff;
	padding: 12px 14px 8px 14px;
}

.multi_tabs .tabs li.current {
	background-image: url(/axzona-images/tab_on_left.gif);
}

.multi_tabs .tabs li.current a {
	color: #AE3B3A;
	background-image: url(/axzona-images/tab_on_right.gif);
}

.multi_tabs .content {
	padding: 25px;
	display: none;
}

.mceContentBody .multi_tabs .content {
	display: block;
	border: 2px dashed #c0c0c0;
}

.side_table {
	margin: 25px 0 0 0;
}

.side_table td {
	vertical-align: top;
	padding: 0 0 10px 0;
}

.side_table h2 {
	margin: 0;
}

.hot_topic {
	background: #AE3B3A;
	text-align: center;
	padding: 5px 0 5px 0;
	margin: 0 0 10px 0;
}

.hot_topic a {
	color: #fff;
	font-weight: bold;
}

.alliance {
}

.yui-u {
	float: left;
	width: 66%;
	margin-left: 2%;
}

.yui-gd:after{content:".";display:block;height:0;clear:both;visibility:hidden;}


.two_col_list td {
	vertical-align: top;
}

.two_col_list .left {
	width: 220px;

}

.two_col_list .left2 {
	width: 49%;
}

.highlight {
	color: #AE3B3A;
	font-weight: bold;
}

.rss_list {
	
}


table.registration tr.required th {
background:transparent url(/axzona-images/requiredField.gif) no-repeat scroll right center;
}
table.registration th {
padding-right:16px;
text-align:right;
}
th {
font-weight:bold;
text-align:center;
}
th, td {
border:medium none;
padding:0.5em;
}
caption, th {
text-align:left;
}
.dimmed {
color:#999999;
}

/*------------------------------------------------------------------*/
/* Login forms														*/
/* -----------------------------------------------------------------*/
#axz_form span.ctrlHolder {
	display:block;
	text-align:right;
	clear:both;
	padding-right:150px;
	padding-bottom:5px;
}

#axz_form label {
	padding-right:5px;
}

.submitBtn {
	float:right;
	width:75px;
	margin:5px;
}

input.textBox, textarea {
	border:1px solid #9097A2;
	padding:2px;
	width:250px;	
	font-size:14px;
	font-weight:normal;
}

input.textBox:hover, input.textBox:focus, textarea:hover, textarea:focus {
	background:#fff;
}

