/*
Credit: http://www.azztigz.com
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	letter-spacing: 1px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #161d1e;
    /*background: #ffffff url(images/azztigz_body_top.jpg) repeat-x top;*/
}
	.azz_title{
		font-weight:bold;
		text-decoration:underline;
		font-size:14px;
	}
a:link, a:visited { color: #073475; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #996600; text-decoration: underline; }

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.divider {
	background: url(images/divider.jpg) repeat-x bottom;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.margin_r60 { margin-right: 60px; }

.button_01 a {
	display: block;
	width: 94px;
	height: 28px;
	padding: 6px 5px 4px 5px;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: url(images/azztigz_button_01.png) no-repeat;
}

.button_01 a:hover {
	color: #ffffff;
	background: url(images/azztigz_button_01_hover.png) no-repeat;
}

h2 {
	margin: 0 0 5px 0;
	padding: 10px 0;
	font-size: 24px;
	font-weight: normal;
	color: #073475;
}

h3 {
	margin: 0	;
	padding: 2px 0;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}

/* site title */

#azztigz_site_title_bar_wrapper {
	width: 100%;
	height: 238px;
	margin: 0 auto;
	background: url(images/azztigz_header_bg_wrapper2.png) no-repeat top center;
}
#azz_header_bg{
	height:238px;
	margin:auto;
	width:946px;
}
#azztigz_site_title_bar {
	height:190px;
	margin:-237px auto 0;
	padding:5px 0;
	position:relative;
	width:954px;
	/*background: url(images/azztigz_header_bg.jpg) no-repeat top center;*/
}

#azztigz_site_title_bar .site_title_left {
	float: left;
	width: 400px;
}

#azztigz_site_title_bar .site_title_right {
	float: right;
	width: 500px;
	text-align: right;
	margin:auto;
	margin-right:20px;
}

.azz_menu_top{
	float:right;
	margin:auto;
	width:500px;
	color:#FFF;
	text-align:right;
}
.azz_menu_top a{
	color:#FFF;
	font-size:12px;
}
.azz_banner{
	float:right;
	margin:auto;
	width:500px;
	text-align:right;
}

.site_title_right h2 a {
	color: #63b5dc;
	font-style: normal;
}

.site_title_right p {
	color: #3a8fb8;
}

#azztigz_site_title_bar  #site_title {
	float: left;
	padding: 30px 0 0 0;
}

#site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#site_title h1 a:hover {
	font-weight: bold;	
	text-decoration: none;
}

#site_title h1 a span {
	display: block;
	margin-top: 10px;
	margin-left: 5px;
	font-size: 14px;
	color: #f1f2f2;
	font-weight: bold;
	letter-spacing: 4px;
}

/* end of site title */
#azztigz_menu{
	width:900px;
	margin:auto;
	height:50px;
}
#azztigz_content {
	clear: both;
	width: 900px;
	padding: 10px 40px;
	margin: 0 auto;
	padding-bottom:20px;
}

.azztigz_content_top{
	width:900px;
	float:left;
	margin:auto;
}
.azztigz_content_left{
	width:180px;
	float:left;
	margin:auto;
	margin-bottom:30px;
}
.azztigz_content_right{
	width:700px;
	float:left;
	margin:auto;
	margin-left:15px;
	margin-bottom:30px;
}
.azztigz_content_left_products{
	width:292px;
	float:left;
	margin:auto;
	margin-bottom:30px;
}
.azztigz_content_right_products{
	width:590px;
	float:left;
	margin:auto;
	margin-left:15px;
	margin-bottom:30px;
}
/* footer */

#azztigz_footer_wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #426fae  url(images/azz_footer3.jpg) repeat-x center top;
}

#azztigz_footer {
	width: 940px;
	margin: 0 auto;
	padding: 25px 20px;
	color: #cccccc;
}

#azztigz_footer  a {
	color: #ffffff;
}

#azztigz_footer .section_w280 {
	float: left;
	width: 240px;
	padding-right: 40px;
}

#azztigz_footer .section_w280 h3 {
	width: 175px;
	height: 30px;
	font-size:14px;
	font-weight: bold;
	color: #ffffff;
	
}

#azztigz_footer .footer_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}


#azztigz_footer .footer_list li {
	margin: 0px;
	padding: 3px 0;
}

#azztigz_footer .footer_list li a {
	color: #cccccc;
}

#azztigz_footer .footer_list li a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* end of footer */

.azz_menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	color:8e8e8e;
	}
.azz_menu ul{
	/*background:url(images/azz_menu-bg.gif) top left repeat-x;*/
	height:43px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.azz_menu li{
		float:left;
		}
	.azz_menu li a{
		color:#FFFFFF;
		display:block;
		font-weight:bold;
		line-height:28px;
		padding:0px 29px;
		text-align:center;
		text-decoration:none;
		}
		.azz_menu li a:hover{
			/*background:url(images/current-bg.gif) top left repeat-x;*/
			color:#0a8dca;
			text-decoration:none;
			}
	.azz_menu li ul{
		background:#00275e;
		border-left:2px solid #0079b2;
		border-right:2px solid #0079b2;
		border-bottom:2px solid #0079b2;
		display:none;
		height:auto;
		filter:alpha(opacity=95);
		opacity:0.95;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.azz_menu li:hover ul{
		display:block;
		}
	.azz_menu li li {
		display:block;
		float:none;
		width:225px;
		}
	.azz_menu li ul a{
		display:block;
		font-size:12px;
		font-style:normal;
		padding:0px 10px 0px 15px;
		text-align:left;
		font-weight:normal;
		}
		.azz_menu li ul a:hover{
			background:#e47c55;
			color:#FFFFFF;
			opacity:1.0;
			filter:alpha(opacity=100);
			}
	.azz_menu p{
		clear:left;
		}	
	.azz_menu #current{
		background:url(images/current-bg.gif) top left repeat-x;
		color:#ffffff;
		}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.side-top{
	float:left;
	margin:auto;
	width:180px;
	background:url(images/sidebar-top1.png) no-repeat top center;
}
.side-bottom{
	float:left;
	margin:auto;
	width:180px;
	background:url(images/sidebar-bottom1.png) no-repeat bottom center;
	margin-top:35px;
}

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 10px Verdana;
width: 180px; /* Main Menu Item widths */
border-bottom: 1px solid #ccc;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #778;
border-right: 1px solid #778;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #00275e; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: white;
}

.sidebarmenu ul li a:hover{
background-color: #8c9399;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 250px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(images/right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

