/* CSS Document */

/*--------------------------------------body---*/

body, td, th, div, p, label {
	color:#353f48;
	font:normal 12px Arial, Helvetica, sans-serif;
	line-height:14px; 
}

a	{
	color:#1368a9; 
	text-decoration:underline;
}

a:visited 	{
	color:#1368a9;
}

a:hover {
	color:#1368a9; 
	text-decoration:none
}

/*----------------------------------------------------------content---*/
/*-----------------------------article_settings-*/

.table-content td, 
.table-content p	{
	line-height:17px;
}
.table-content li{
	padding:0px 0px 6px 0px;
}
.table-content strong{
	font-size:12px;
}
.table-content img	{
	margin:0px 0px 4px 5px;
}

/*---------------------------content-heading---*/

.contentheading			{
	border-bottom:2px solid #57a3d0;
	color:#2c2214;
	font-size:20px;
	font-weight:bold;
	font-family:Arial;
	line-height:15px !important;
	margin:0px 0px 0px 0px;
	padding:2px 0px 7px 0px;
	
}


.button, 
.validate				{
	background:url(design_images/readon.gif) no-repeat 0 0;
	border:none; 
	color:#1368a9; 
	font:bold 12px arial; 
	line-height:16px;
	margin:0px 0px 0px 0px;
	padding:3px 7px 8px 7px;
	text-align:left;
	vertical-align:middle; 
	width:97px;
}
* html .button, 
* html .validate {
	height:26px;
	display:block;
}






/*--------------------------------------user---*/

/*-------------------------------------search---*/

.module-search 		{

}
.module-search h3 {
	color:#777;
	float:left;
	font-size:13px;
	padding:4px 0px 0px 0px;
	width:53px;
}
.search {
	padding:67px 0px 10px 0px;
}
.search-input {
	width:154px;
	float:left;
	padding:2px 0px 0px 0px;
}
.search-button {
	width:57px;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.search-input .inputbox	{ /*-------- working in all browsers ------*/
	background:url(design_images/search-bg.gif) no-repeat 0 0;
	border:none;
	color:#939393;
	font-family:arial;
	font-size:12px;
	margin:0px 0px 0px 0px; 
	padding:3px 0px 4px 5px; 
	vertical-align:top;   
	width:133px;
}
* html .search-input .inputbox {
	height:21px;
	width:139px;
	padding:4px 0px 0px 5px;
}

.search-button .button	{
	background:none;
	color:#cb670e;
	font:bold 12px Arial;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:57px;
	height:25px;  
	vertical-align:top; 
}
* html .search-button .button {
	width:57px;
	margin-top:1px;
}
:first-child+html .search-button .button {margin:1px 0px 0px 0px;}
	



/*---------------------------------------------------------------------------------boxes---*/

.module	{
	background:url(design_images/box-separator.gif) no-repeat 50% bottom;
	margin:0px 0px 0px 0px;
	width:100%;
}
.module .first {
	padding:14px 20px 0px 23px;
}
.module	.sec {
	width:100%;
}
.module .box-indent {
	padding:15px 0px 25px 7px;
}




/*-------------------------------------topmenu---*/
.module-topmenu {
	background:url(design_images/topmenu-bg.gif) repeat-x 0 0;
}
.left-bg {
	background:url(design_images/topmenu-left.gif) no-repeat 0 0;
}
.right-bg {
	background:url(design_images/topmenu-right.gif) no-repeat right 0;
	height:51px;
	overflow:hidden;
}
ul.menu-nav {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
ul.menu-nav li	{
	display:block; 
	float:left;
}
ul.menu-nav li a  {
	background:url(design_images/topmenu-separator.gif) repeat-y right 0;
	color:#cfdcea;
	display:block; 
	float:left;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
}

/*   CODE TO REMOVE LAST MENU ITEM DIVIDER IMAGE */

ul.menu-nav li.item47 a	{
	background: none;

}


ul.menu-nav li a span	{
	display:block; 
	padding:17px 41px 19px 41px;
}


/*-------------------hover----*/

ul.menu-nav li a:hover  {
	color:#cfdcea !important; 
	display:block; 
	float:left; 
	text-align:center; 
	text-decoration:underline;
	width:auto;
}
ul.menu-nav li a:hover span	{
	display:block;
	padding:17px 41px 19px 41px;
}


/*-------------------visited---*/

ul.menu-nav li a:visited{
	color:#cfdcea; 
}

/*-------------------active----*/

ul.menu-nav li.active a {
	color:#cfdcea !important; 	
	display:block;
	float:left; 
	text-align:center;
	text-decoration:underline;  
	width:auto;
	overflow:hidden;
}
ul.menu-nav li.active a span {
	display:block; 
	padding:17px 41px 19px 41px;
}

/*----------------------------------------login-form---*/

.module-login	{
	background:url(design_images/box2-top.gif) no-repeat 0 0 #7492bf;
	margin-bottom:12px;
	width:100%;
}
.module-login .first{
	background:url(design_images/box2-bottom.gif) no-repeat 0 bottom;
	width:100%;
}
.module-login .sec{
	padding:1px 20px 0px 23px;
}
.module-login .box-indent {
	padding:9px 0px 22px 7px;
}

/*-------------------title----*/

.module-login h3	{
	border-bottom:1px solid #16284e;
	color:#1f427f;
	font-size:13px;
	font-weight:bold;
	font-family:Arial;
	padding:12px 0px 7px 7px;
	margin:0px 0px 0px 0px;
}

/*-----------------content----*/

.module-login label {
	color:#fff !important;
	font:normal 11px Tahoma !important;
	display:block;
	padding:5px 0px 2px 0px;
}
.module-login p, 
label.remember{
	color:#fff !important; 
	font-size:11px; 
	font-weight:normal;
	padding:0px 0px 0px 0px;
}
.module-login a	{
	color:#fff;
	font-family:tahoma;
	font-size:11px; 
	font-weight:normal; 
	line-height:120%;
	text-decoration:none;
}
.module-login a:hover {
	color:#fff; 
	text-decoration:underline;
}
.module-login a:visited	{
	color:#fff;
}
.module-login .inputbox { /* inputbox */
	background:url(design_images/login-bg.gif) no-repeat 0 0;
	border:none;
	color:#888;
	font-size:11px;
	margin:0px 0px 4px 0px;
	padding:3px 0px 3px 5px;
	vertical-align:middle;
	width:158px;  
}
* html .module-login .inputbox {
	height:21px;
	width:163px;
}
.module-login .button	{ /* button */
	background:url(design_images/login.gif) no-repeat 0 0;
	border:none;  
	color:#1368a9;
	font:bold 12px Arial, Helvetica, sans-serif; 
	line-height:14px;
	margin:0px 0px 3px 0px;
	padding:3px 0px 5px 10px;
	text-align:left;
	width:64px;       
} 
* html .module-login .button {
	width:64px;
	height:22px;
	padding:2px 0px 0px 10px;
}
.button-logout {
	background:url(design_images/login.gif) no-repeat 0 0;
	border:none;
	padding:3px 0px 5px 3px;
	color:#1368a9;
	text-align:left;
	font:bold 12px Arial, Helvetica, sans-serif;
	width:64px;
}
#mod_login_remember	 { /* checkbox */
	background:#fff; 
	border:none; 
	display:block;
	float:left; 
	margin:0px 10px 0px 0px; 
	vertical-align:middle;  
	width:12px;
	height:12px
}
#banner .module {
	background:url(design_images/banner-bg.jpg) repeat-x 0 0;
	margin:0px 0px 0px 0px;
}
#banner .first {
	background:url(design_images/banner-left.jpg) no-repeat 0 0;
	padding:0px 0px 0px 0px;
}		
#banner .sec {
	background:url(design_images/banner-right.jpg) no-repeat right 0;
	height:230px;
}
#banner .box-indent {
	padding:47px 0px 0px 437px;
}

.boxtop_menu, .boxtop-login {
	background:url(design_images/box2-top2.gif) no-repeat 0 0;
	height:13px;
	line-height:13px;
}
/*---------------------------------------------------------structure---*/

#body {
	background:#4c618b url(design_images/tail.gif) repeat-x 0 0;
}
.main 	{
	width:911px;
}

/*-------------------------------------header---*/
#top {
	height:122px;
	overflow:hidden;
}
#header {
	height:235px;
	overflow:hidden;
}

#logo {
	float:left;
	width:500px	
}
#logo .space {
	padding:39px 0px 0px 38px;
}
#topmenu {
	height:51px;
	padding:0px 10px 0px 10px;
}
#search {
	float:right;
	width:249px;
}
#banner {
	height:230px;
	margin-bottom:10px;
}
#banners {
	background:url(design_images/banners-bg.jpg) repeat-x 0 0 #204381;
	min-height:112px; height:auto !important; height:112px; 
	margin-bottom:10px;
	width:100%;
	overflow:hidden;
}
	.banners-top-right {
		background:url(design_images/banners-top-right.jpg) no-repeat right 0;
	}
	.banners-top-left {
		background:url(design_images/banners-top-left.jpg) no-repeat 0 0;
	}
	.banners-bottom-right {
		background:url(design_images/banners-bottom-right.jpg) no-repeat right bottom;
		min-height:112px; height:auto !important; height:112px; 
	}
	.banners-bottom-left {
		background:url(design_images/banners-bottom-left.jpg) no-repeat 0 bottom;
	}

/*-------------------------------------content---*/
#content {
	width:100%;
}
.corner-top-left {
	background:url(design_images/corner-top-left.gif) no-repeat 0 0 #fff;
}
.corner-top-right {
	background:url(design_images/corner-top-right.gif) no-repeat right 0;
}
.corner-bottom-left {
	background:url(design_images/corner-bottom-left.gif) no-repeat 0 bottom;
	width:100%;
}
.corner-bottom-right {
	background:url(design_images/corner-bottom-right.gif) no-repeat right 0;
	width:100%;
}
.border-bottom {
	background:#fff;
	margin:0px 14px 0px 14px;
}
#content-indent {
	padding:9px 10px 0px 10px;
}
#indent {
	padding:0px 20px 0px 20px;
}
#content-indent .width {
	overflow:hidden;
	}
.article-top-left {
	background:#fff6bf;
}
.article-top-right {
	width:100%;
}
.article-bottom-left {
}
.article-bottom-right {
}
	#right, #left {
		background:url(design_images/box-top.gif) no-repeat 0 0 #d4e3f6
	}
	#right .bottom, #left .bottom {
		background:url(design_images/box-bottom.gif) no-repeat 0 bottom;
		z-index:99;
		padding:0px 0px 5px 0px;
	}
	#right {
		float:right;
		width:218px;
	}
	#left {
		float:left;
		width:218px;
	}
	#container {
		margin:0px 226px 0px 226px;
	}
	* html #container {
		margin:0px 223px 0px 223px;
	}
	#container2 {
		margin:0px 226px 0px 0px;
	}
	* html #container2 {
		margin:0px 223px 0px 0px;
	}
	#container3 {
		margin:0px 0px 0px 226px;
	}
	* html #container3 {
		margin:0px 0px 0px 223px;
	}
	#container23 {
		margin:0px 0px 0px 0px;
	}
	* html #container23 {
		margin:0px 0px 0px 0px;
	}
.content-top {
	background:url(design_images/content-top.gif) repeat-x 0 0;
	width:100%;
}
.content-top-left {
	background:url(design_images/content-top-left.gif) no-repeat 0 0;
}
.content-top-right {
	background:url(design_images/content-top-right.gif) no-repeat right 0;
	min-height:242px; height:auto !important; height:242px; 
}
.comp-cont {
	width:100%;
}
.clr {
	clear:both;
}

/* NEW 5 BOX */
.user1, .user2, .user3, .user4{
	width:20%;
	float:left;
}
.user5 {
	width:19%;
	float:left
}



.user1, .user2, .user3, .user4 {
	background:url(design_images/banners-border.gif) repeat-y right 0;
	min-height:112px; height:auto !important; height:112px; 
}


.user1 .space, .user2 .space, .user3 .space, .user4 .space, .user5 .space {
	padding:12px 10px 10px 12px;
	
}
.user1 a, .user2 a, .user3 a, .user4 a, .user5 a {
	color:#c2e3ff;
	font-size:13px;
}
.user1 a:hover, 
.user2 a:hover, 
.user3 a:hover, 
.user4 a:hover,
.user5 a:hover,
.user1 a:visited, 
.user2 a:visited, 
.user3 a:visited, 
.user4 a:visited, 
.user5 a:visited {
	color:#c2e3ff;
	font-size:13px;
}

.service_banner_text{
	margin:8px 0px 0px 0px;
	color:#c2e3ff;
	font-size:12px;
}


#service-bar a{
	color:#FFFFFF;
	text-decoration:none;
}

#service-bar a:hover{
	color:#FFFFFF;
	text-decoration:none;
}



/*-------------------------------------footer---*/

#footer		{
	/*background:url(../images/footer-bg.htm) repeat-x 0 0;*/
	height:62px
}

#footer .space	{
	color:#d4e3f6;
	font-size:12px;
	font-weight:bold;
	padding:25px 0px 0px 0px;
	text-align:center;
}

#footer a		{
	color:#d4e3f6; 
	font-weight:bold; 
	text-decoration:underline;
}

#footer a:hover	{
	text-decoration:none
}


/*------------------CUSTOM -----------*/
#container3 li{

	margin-left:30px;


}

#input_address{
	display:none;

}

#slogan_banner{
	padding:38px 30px 25px 40px;
	overflow:hidden;
	height:230px; 
	margin-bottom:10px;
	background:url(design_images/box-separator.gif) no-repeat 50% bottom; 
	margin:0px 0px 0px 0px; 
	width:100%;




}



.page_content{
	margin:20px 0px 0px 0px;


}

#side_login_menu a{
	font-weight:bold;
}
#side_login_menu img{
	vertical-align:middle;
}


.menu_protected{
	margin:2px 0px 0px 10px;
}
.menu_protected_sub{
	margin:0px 0px 0px 20px;
}

.dytrem_forum_login{
	border:none;
	background:none;
	padding:0px;
	margin:0px;
	font-size: 10px;
	color:#FFFFFF;
	font-weight:bold;
}

.request_table td{
	vertical-align:bottom;
	font-weight:bold;
	padding:5px;
}

.request_table input{

}

.table_reset {
	margin:0px;
	padding:0px;
	}
	.error_message {
		color: #bc2f01;
		font-weight:bold;
		}
