@charset "utf-8";

:root {
	--main-p-color: #D10019;
}

html,body{	
	padding:0px;
	height:100%;
	margin:0px;
	font-family: Arial;
	color: #757575;
	font-size: 12px;
	background-color: #F4F4F4;
}



a{
	border: none;
}
a,a:hover, a:active, a:focus, button {
   outline: 0;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="radio"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

a 		{color: inherit; text-decoration: none; border: none;}
a:hover 	{  color: inherit; text-decoration: none;border: none;}
a, a:visited {    color:inherit; text-decoration: none; border: none;}    


img{border: none;}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

body > #wrap { min-height: 100%; }

#wrap{

}

div#container{
	margin:0 0; 
	width: 100%;
	text-align:left;
	position:relative;
	padding-bottom: 190px;
	height: auto !important;
}

	/* Header Section */
	div#header_holder {
		width:100%;
		height: 153px;
		border-bottom: 3px solid #D10019;
		border-bottom: 3px solid var(--main-p-color);
		background: url('../data/head_bg.jpg') no-repeat center bottom #000;
		background-color: #000;
	}
	div#header_holder_in{
		width:100%;
		height: 153px;
		border-bottom: 3px solid #D10019;
		border-bottom: 3px solid var(--main-p-color);
		background: url('../data/head_bg_tire.jpg') no-repeat center bottom #000;
		background-color: #000;
	}
	
		div.headertitle h1{color: #fff;}
		div.headertitle{
			color: #fff;
			float: left;
			width: 600px;
			height: 100px;
			margin-left: 50px;
			margin-top: 10px;
		}
		div#upper_line{
			width: 100%;
			background-color: #000;
			height: 32px;
			border-bottom: 1px solid #3E3D40;
			overflow: hidden;
		}
			div#upper_line_inner{ margin: 0 auto; width: 940px; position: relative;}
			div#upper_line_inner div#logintoservice{position:absolute; top:5px; right:0px;}
			div#upper_line_inner div#logintoservice img{position:relative; top:3px; margin-right:5px; }
			div#upper_line_inner div#logintoservice a { color: #d10019; font-size: 14px;}
			div#upper_line_inner div#logintoservice a { color: var(--main-p-color); font-size: 14px;}

		div#header {
			width: 940px;
			height: 120px;
			margin: 0 auto;
			overflow: hidden;
			position:relative;
			/*background: url('../data/header_bg.jpg') no-repeat;*/
		}
			div#header > .loginwindow{
				width: 150px;
				float: right;
				 text-align: right;
			}
			div#header > a > img{
				margin-top: 30px;
				float: left;
			}
			div#header #portal_main_login{
				float: right;
				width: 190px;
				padding: 15px 0px 0px 0px;
			}
			div#header div.loggedin h2{
				color: #fff;
			}
	
	div#page_holder{
		width: 940px;
		margin: 0 auto;
	}
		
		#mainmenu_wrapper {
			height: 40px;
			float: left;
		}
		
		div#content_holder{
			width:620px;
			min-height: 260px;
			float: left;
			padding: 0px 0px 20px 0px;
			/*-overflow: hidden;*/
		}
			
			div#content {
				margin-top: 2px;
				padding: 0 0;
			}
	
		div#sidebar_holder{
			width: 320px;
			min-height: 350px;
			float: right;
			background: url('../data/sbar_bg.png') repeat-y 0px 0px transparent;
			position: relative;
		}
			div#sidebar_holder .bottom_bg{
				background: url('../data/sbar_bg_bottom.png') no-repeat top left transparent;
				width: 21px;
				height: 120px;
				position: absolute;
				bottom: 0;
				left: 0;
			}
			div#sidebars{
				width: 300px;
				margin-bottom: 20px;
				float: right;
			}
		
		div#content_clearer{
			position:relative;  
			clear:both;
		}
	
div#footer{
	clear: both;
	position: relative;
	z-index: 10;
	height: 190px;
	margin-top: -190px;
	background-color: #D10019;
	background-color: var(--main-p-color);
	color: #fff;
}
div#footer div#footer_line{
	height: 20px;
	background: url('../data/bg_tile.png') repeat #121212;
}
div#footer div#footer_content{
	position:relative;
	margin:0 auto;
	width: 937px;
	height: 150px;
	overflow: hidden;
	padding: 10px 0px;
	background: url('../data/foot_bg.jpg') no-repeat right top;
}
	div#footer div#footer_content div#abs{
		position:absolute;
		top:5px;
		right:0px;
		width: 500px;
		height: 160px;
	}

	div.fmenu {
		text-align: left;
	}
	div.fmenu a{
		color: #fff;
		text-decoration: none;
	}
	div.fmenu.footer{
		width: 470px;
		height: 80px;
		overflow:hidden;
		margin-top:15px;
	}
		div.fmenu.footer ul{
			margin: 0;
			padding: 0;
			clear: both;
		}
		div.fmenu.footer ul li{
			width:140px;
			display: block;
			float: left;
			margin-bottom: 5px;
		}
		div#footer  div.fmenu.footer span.fmenu_sep{
			margin: 0px 20px 0px 0px;
			color: #000;
		}

/**
	recommended things
*/
.clearer{
	clear:both;
}
.nodisplay{
	display: none;
}
.float{
	float: left;
}
.float_right{
	float: right;
}
.pieholder{
	position: relative;
	Z-INDEX: 2;
}
div.float_left{
	float: left;
}
.pointer{
	cursor: pointer;
}
.align_right{
	text-align: right;
}
.align_center{
	text-align: center;
}
.align_left{
	text-align: left;
}

div.fb_box iframe{
	margin-left: 20px;
}
.hidden{
	display: none;
}


ul.styled-list{
	list-style: none;
	padding: 0;
	margin: 0;
	list-style-image:url('../data/ul_bg.png');
	padding-left: 20px;
}
ul.styled-list li{
	font-size: 12px;
	margin-bottom: 3px;
	
}

.body_fullwidth .gallery{
	width:790px;
	margin:0 auto;
}