/* CSS Document */

html, body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background: url(images/body-bg.jpg) bottom left no-repeat;
}

.nodisplay {
	display: none;
}

a {
	text-decoration: none;
	color: #1D5CBC;
}

#container {
	width: 100%;
	height: 100%;
	background: url(images/header_bg.jpg) top repeat-x;
}

#header {
	width: 766px;
	margin: 0px auto;
	height: 245px;
}

#header h1 {
	font-size: 28px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-align: right;
	padding-top: 5px;
	padding-right: 25px;
	color: white;
}
#header .one {
	background: url(images/header_1.jpg) no-repeat;
	height: 50px;
}

#header .two {
	background: url(images/header_2.jpg) no-repeat;
	height: 50px;
}

#header .three {
	background: url(images/header_3.jpg) no-repeat;
	height: 50px;
}

#header .four {
	background: url(images/header_4.jpg) no-repeat;
	height: 95px;
}

#nav {
	width: 766px;
	background: url(images/nav-bg.jpg) repeat-x;
	height: 25px;
	margin: 0px auto;
	font-size: 14px;
}

#nav ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#nav li {
	float: left;
	background: url(images/navbar-button.jpg) repeat-x;
	border-right: 1px solid black;
	padding-left: 3%;
	padding-right: 3%;
	height: 100%;
}

#nav a {
	color: white;
	text-decoration: none;
	display: block;
	padding-top: 3px;
}

#nav a:hover {
    color: #EAEAEA;
}

#content {
	width: 766px;
	font-size: 14px;
	margin: 0px auto;
}

#content .left {
	float: left;
	width: 380px;
	padding-left: 10px;
	background: url(images/content-bg.jpg) no-repeat top left;
}

#content .left h1 {
	font-size: 20px;
	font-style: italic;
	color: #1D5CBC;
	font-weight: normal;
}

#content .left h1 strong {
	font-size: 40px;
	font-weight: bold;
	font-style:normal;
}

#content .right {
	float: right;
	width: 339px;
}

#content .content {
	background: #CCCCCC;
	padding: 5px;
}

#content .right .end {
	background: url(images/brand_end.jpg) no-repeat;
	height: 75px;
	width: 100%;
}

.more {
	text-align: right;
	font-size: 12px;
	border-top: 1px dashed #CCCCCC;
}

.more a {
	padding-left: 15px;
	background: url(images/icon_arrow_white.jpg) no-repeat left;
}

#brands {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
}

#brands li {
	background: url(images/brand.jpg);
	width: 330px;
	height: 30px;
	display: block;
	clear: both;
	margin-bottom: 10px;
}

#brands li .mleft {
	padding-top: 6px;
	padding-left: 30px;
	float: left;
	font-weight: bold;
}

#brands li .mleft a{
	font-size: 16px;
	color: black;
	font-weight: bold;
}

#brands li .mleft a:hover {
	color: #D42027;
}

#brands li .mright {
	padding-top: 6px;
	float: right;
	padding-right: 10px;
}

#brands li .mright a{
	padding-right: 20px;
	background:url(images/icon_arrow_dgray.jpg) no-repeat right;
	
}

#content .right .site {
	background: url(images/sitebg.jpg) no-repeat;
	padding: 5px;
	width: 329px;
	height: 247px;
}

#content .right .site img{
	display: block;
}
#content .right .sleft {
	float: left;
	width: 190px;
}

#content .right .sright {
	float: left;
	width: 115px;
}

#content .right .site h1{
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: #1D5CBC;
	margin-bottom: 15px;
}

#content .right .site ul{
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
}

#content .right .site li{
	font-size: 12px;
	margin-bottom: 10px;
}

#content .right .site .visit{
	padding-left: 25px;
	background: url(images/icon_web_gray.jpg) no-repeat left;
}

#content .right .site .support{
	padding-left: 25px;
	background: url(images/icon_support_gray.jpg) no-repeat left;
}

#content .right .site .login{
	padding-left: 25px;
	background: url(images/icon_login_gray.jpg) no-repeat left;
}

#content .right .site p{
	clear: both;
	padding-top: 10px;
	margin-top: 0px;
	font-size: 12px;
	color: #333;
}


#news h2 {
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	padding-left: 25px;
	background: url(images/news.jpg) no-repeat left;
	color: #333;
	font-style: normal;
	margin-bottom: 20px;
	margin-top: 20px;
}

#news h3 {
	padding: 0px;
	margin: 0px;
	border-left: 2px solid #1D5CBC;
	padding-left: 10px;
	font-size: 14px;
}


#resources {
	margin-top: 50px;
	font-size: 12px;
	background: #EBEBEB;
	padding: 2px;
}

#resources p {
	float: left;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

#resources .pright {
	float: right;
	font-size: 11px;
	font-weight: normal;
}

#resources ul {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	list-style-type: none;
}

#resources li {
	float: left;
	padding-right: 15px;
}

#footer {
	clear: both;
	border-top: 1px solid #CCCCCC;
	width: 100%;
	text-align: left;
	background: url(images/footer-bg.jpg) repeat-x white;
	text-align: center;
	padding-top: 10px;
	font-size: 12px;
}


/* Easy Bar */

#easybarlogo {
	position: absolute;
	top: 6px;
	left: 18px;
	z-index: 500;
}

#easybar {
	width: 100% -5px;
	height: 36px;
	border-bottom: 1px solid #1D5CBC;
	background: #FFFFFF url(images/bar-bg.jpg) bottom repeat-x;
	border-top: 5px solid #FAFAFA;
	border-left: 7px solid #1D5CBC;
}

#easybar .logo {
	width: 108px;
	height: 100%;
	float: left;
}

#easybar .logo a{
	display: block;
	width: 100%;
	height: 100%;
}

#easybar .seg {
	float: left;
	width: 1px;
	height: 100%;
	background: #FFFFFF url(images/bar-sep.jpg) no-repeat;
}

#easybar .button {
	float: left;
	height: 100%;
}

#easybar .button a {
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	display: block;
	height: 100%;
	background: url(images/bar-button.jpg) repeat-x;
	background-position: bottom;
	font-size: 12px;
	color: #333;
}

#easybar .button a:hover {
	background-position: top;
	color: #333;
}


#easybar .button .active {
	background-position: top;
	color: #333;
}
#easybar b {
	font-weight: normal;
	padding-top: 9px;
	display: block;
}

#easybar .browse {
	float: left;
	height: 100%;
	background: #D42027;
}


/*hideshow*/

 /* Show/Hide */
.subvisible {
 display : block;
 visibility: visible;
 padding: 0px 0px 0px 0px;
 }
 
 .subhidden, .hidden {
  display: none;
  visibility: hidden;
 }