* {
	margin: 0;
	padding: 0;
}

body {
	background: #474747 repeat-y center top;
	font: normal 10px Tahoma,Verdana,sans-serif;
	padding-left:6px;
	padding-right:6px;
}

div a {
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}

h1 {
	color: #444;
	font: normal 2em sans-serif;
	margin: 0px 0 0 0;
}

code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #D91623;
	color: #555;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

div.form {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #D91623;
	color: #555;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 1px 10px;
	/*white-space: pre;*/
}

.clearer {
  padding-top: 4px;
  padding-bottom: 4px;
	text-align: center;
}

.banner {
	text-align: center;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #555;
	display: block;
	font: bold 1.2em "Trebuchet MS",serif;
	margin: 6px 0;
	padding-left: 28px;
}

/* structure */
.main {
width: 100%;
margin: 0 auto;
padding:0;
height: 100%;
background:#fff;
}

.main_left {
	padding-top: 6px;
	padding-left:6px;
	height: 100%;
}

.main_right {
  border:0px;
	border-top: 6px solid #FFF;
	width: 253px;
	height: 100%;
	padding-left:6px;
	padding-right:6px;
}

.footer {
  clear: both;
}

/* misc */
.left {
	float: left;
}

.right {
	float: right;
}

.header,.right_top,.lbl,.right_rest a {
	border-bottom: 6px solid #FFF;
	background:#000 url(img/repeater.png) repeat-x;
}

div.right_top a:hover,div.right_rest a:hover, .content a:hover, div.footer div.left a:hover {
	background: #D7162C;
	color: #FFF;
}

/* logo */
.header {
	height: 180px;
}

.header h1 {
	margin: 0;
	padding: 124px 0 0 24px;
	font: normal 2.2em Verdana,sans-serif;
}

/* main navigation */
.link_menu {
	background: #CC2224 repeat-x;
}

.link_menu a {
	border-bottom: 1px solid #FFF;
	display: block;
	font: bold 12px Verdana,sans-serif;
	height: 18px;
	padding: 6px 0 0 10px;
	text-decoration: none;
}

.link_menu a:hover {background: #444;}

/* logo */
.lbl1 {
	background: #fff;
	clear: both;
	color: #FFF;
	font: normal 2em "Lucida Sans Unicode",sans-serif;
	height: 124px;
	line-height: 124px;
	overflow: hidden;
	text-align: center;
}

/* companies */
.lbl2 {
  background: #fff url(img/companies.gif) repeat-x;
	clear: both;
	color: #FFF;
	font: normal 2em "Lucida Sans Unicode",sans-serif;
	height: 106px;
	line-height: 106px;
	overflow: hidden;
	text-align: center;
}

.lbl {
	background: #222 url(img/safety.gif) repeat-x;
	clear: both;
	color: #FFF;
	font: normal 2em "Lucida Sans Unicode",sans-serif;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
}

.right_top a.banner {
	display: block;
	height: 100px;
	text-align: center;
	color: #FFF;
	padding-top: 24px;
	width: 124px;
	font-size: 0.9em;
	font-family: sans-serif;
}

.right_top a span {
	font: normal 5em sans-serif;
}

a.g1 {
	background: #888;
}

a.g2 {
	background: #666;
	border-left: 6px solid #FFF;
}

/* right_rest */
.right_rest {
  background: #222;
}

.right_rest .lbl {
	border-top: 6px solid #FFF;
	height: 100px;
	line-height: 100px;
}

.right_rest .photo_box {
  border: 2px solid #D91623;
  background: #fff;
	margin: 30px 20px 30px 20px;
	text-align:center;
	font-family: Verdana,sans-serif;
  font-weight: bold;
	line-height: 1.3em;
}

.right_rest a {
	clear: right;
	display: block;
	font: normal 1.2em "Trebuchet MS",sans-serif;
	height: 55px;
	padding: 10px 0;
	text-align: center;
}

.right_rest a span {
	float: left;
	font: normal 3em Verdana,sans-serif;
	letter-spacing: -2px;
	margin-left: 10px;
	margin-top: 3px;
}

/* content */
.content {
	color: #444;
	font-family: Verdana,sans-serif;
	line-height: 1.3em;
	padding: 0px 4px 10px 4px;
  height: 100%;
}

.content a {
	color: #FD1C24;
}

.content p {
	margin: 4px 0 10px 0;
}

.content .descr {
	color: #666;
	margin-bottom: 6px;
}

.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

.footer {
color: #ccc;
clear: both;
}

.footer .right a {
	background: #2A2A2A;
	color: #555;
	padding: 1px 3px;
}

.footer .right a:hover {
	color: #ccc;
}

.footer .left a {
	color: #fff;
}
div.footer div.left a:hover {
color:#d7162c;
background:none;
}

.footer .left {
	padding: 9px 0 9px 9px;
}

.footer .right {
	margin-right: 8px;
	padding: 9px 0;
	text-align: right;
	width: 220px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

a.gallery, a.gallery:hover, a {
	color: #D91623;
	text-decoration: none;
}

img {
	border: 0;
}

#gallery {
  position: relative;
}

#gallery .image {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
  /*width: 400px;*/
	font-size: 1em;
	/*border: 1px dashed #D91623;*/
}

#gallery #nav {
	border: 1px solid #D91623;
	margin: 6px 0px 6px 0px;
	padding: 4px 4px 0px 4px;
	height: 18px;
}

#gallery .folder {
	font-size: 1em;
	text-indent: 8px;
}

table.foldersbox {
	font-size: 11px;
	font-family: verdana;
	margin: 25px;
	margin-top: 0px;
}

#gallery-image{
	padding: 10px;
}
#gallery-image ul { list-style: none; }
#gallery-image ul li { display: inline; }
#gallery-image ul img {
	border: 1px solid #D91623;
  padding: 2px;
	/*border-width: 1px 1px 1px;*/
}
#gallery-image ul a:hover img {
	border: 1px solid #D91623;
  padding: 2px;
	/*border-width: 0px 0px 0px;*/
	color: #D91623;
}
#gallery-image ul a:hover { color: #D91623; }

.mportalt{
width:100%;
border-collapse:collapse;
vertical-align:top;
}
.mportalt tr{
vertical-align:top;
}
.leftcol{
width:165px;
padding-left:6px;
}

.m_head{
border-bottom:1px solid #FFFFFF;
display:block;
font:bold 12px Verdana,sans-serif;
height:18px;
padding:6px 0 0 0px;
text-decoration:none;
background:#CC2224;
color:#fff;
text-align:center;
}

.portal-panel{
margin:6px;
margin-top:0px;
}

.portal-panel2{
margin-top:6px;
}

.portal-panel2 .panel-body{
text-align:left;
}

.panel-body{
background: #f1f1f1;
text-align:center;
padding:8px 4px 8px 4px;
color:#444;
}

.panel-body a{
color:#444;
font-size:11px;
}

.panel-body a.uprof{
font-size:12px;
font-weight:bold;
}

.panel-body a:hover{
color:#CC2224;
}

.urole{
font-weight:bold;
color:#444;
}

.mmport{
margin-left:6px;
}

div.mmport a{
color:#444444;
}

div.mmport a:hover{
color:#CC2224;
}

.pagination span a{
border:1px solid #444;
padding:1px 3px 1px 3px;
margin-right:2px;
margin-left:2px;
}

.pagination span a:hover{
background:#cc2224;
color:#fff;
}

.mmport h4 a{
font-size:12px;
}

.mmport h4{
float:left;
}

.pagination{
padding-top:4px;
float:right;
}

div.m_head a{
color:#fff;
}
div.m_head a:hover{
color:#fff;
}

.page-sep{
display:none;
}

#mmms{
background: url(img/mmms.png);
display:block;
height:20px;
width:186px;
}

.posts_portal,.post{
background:#f1f1f1;
}

.forumads{
background:#d6d6d6;
color:#4C5D77;
font-size:18px;
}
a.forumads,a.forumads:hover{
display:block;
color:#4C5D77;
font-size:18px;
}

.myads9{
margin-top:5px;
margin-bottom:6px;
margin-left:6px;
margin-right:6px;
text-align:center;
}
a.myads9{
padding: 28px 6px 28px 6px;
width:241px;
}

.myads10{
margin-left:6px;
margin-top:5px;
margin-bottom:6px;
text-align:center;
}
a.myads10{
padding: 10px 6px 10px 6px;
}

/***************************************************************************************************/

