﻿@import url('GLOBAL_CLASSES.css');
@import url('clients.css');
@import url('contact.css');

/*** TAGS *************************************************************************************/

html {
	font-family:arial,helvetica,clean,sans-serif;
	font-size:9pt;
	color:black;
	
	margin:0;
	padding:0;
}

body {
	padding-top:25px;
	padding-bottom:25px;
	
	background-image:url('../images/_MASTER_PAGE/bg.jpg');
	background-position:center top;
	background-repeat:repeat-x;
}

*, input, textarea {
	font-family:arial,helvetica,clean,sans-serif;
/*	position:relative;*/
}

a {
	/* text-decoration:none;*/
	text-decoration:red;
	/* color:#404040; */
          color:#C00000;
}

a,img, input, span {
	vertical-align:middle;

}

a img {
	border:0;
}

th {
	font-weight:lighter;
	text-align:left;
}

/*** MASTER CLASSES *************************************************************************************/

.red {
	color:#ba2108;	
}

/*** MASTER PAGE *************************************************************************************/

#SITE {
	width:996px;
	padding-bottom:10px;
	
	position:relative;
    margin:auto;
 
    background-color:white;
}

/*  *** HEADER *************************************************************************************/

#HEADER {

	position:relative;
	margin:auto;
	width:872px;
	height:49px;
	padding:0 71px 0 60px;
	text-align:right;
	
	z-index:9999;
	
	
}

#logo {
	top:37px;
	left:-35px;

	
	float:left;
}



#red_bar {
	height:10px;
	background-color:#b01e07;
}

#HEADER a {
	position:relative;
	margin-left:25px;
	color:#808080;
	
	z-index:9999;
	font-size:8pt;

}

#HEADER .vmiddle {
	margin-top:15px;
}

#HEADER a img {
	margin-right:10px;
	margin-bottom:3px;
}

#HEADER .disabled {
	text-decoration:underline;
}

/*  *** MAIN MENU *************************************************************************************/

#MAIN_MENU {
	padding:0 48px 0 60px;
	
	height:30px;
	text-align:right;

	margin-bottom:25px;
}

#MAIN_MENU a {
	color:black;
	text-transform:lowercase;
	float:right;
	padding:5px 20px 10px 20px;
	font-weight:bold;
}

#MAIN_MENU a:hover {
	color:#b01e07;
}

#MAIN_MENU .disabled {
	border-bottom:2px #b01e07 solid;
	color:#a61c07;
}


/*  *** FLASH BANNER *************************************************************************************/

#FLASH_BANNER {
	text-align:center;
	width:900px;
	height:250px;
	margin:auto;
	
	border-top:1px black solid;
	border-bottom:1px black solid;
	
	margin-bottom:25px;
	
}

/*  *** CONTENT *************************************************************************************/

.CONTENT {
	padding:0 45px 60px 45px;
	color:#404040;
	/* min-height:350px; */
	 min-height:220px; 
}

.CONTENT .left {
	width:596px;
	position:relative;
	bottom:8px;
}


.CONTENT h1 {
	width:596px;
	height:23px;
	
	background-image:url('../images/_CONTENT/bg_title.png');
	background-repeat:no-repeat;
	background-position:left top;	
	
	font-size:9pt;
	font-weight:bold;
	
	padding-top:15px;
	padding-left:60px;
	
	color:#202020;
	
	text-transform:uppercase;
	letter-spacing:1pt;
	
	margin-bottom:2px;
	
	z-index:500;
	
}

.CONTENT p {
	margin-left:60px;
}

.CONTENT a:hover {
	text-decoration:underline;
}

.CONTENT li {
	list-style:none;
	background-image:url('../images/_MASTER_PAGE/arrow.jpg');
	background-position:left 6px;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-bottom:2px;
}


/*  *** FOOTER *************************************************************************************/

#FOOTER {
	position:relative;
	width:1004px;
	height:50px;
	margin:auto;
}

#copyright {
	width:450px;
	padding-top:10px;
	margin-left:60px;
	border-top:1px #bfbfbf solid;
	
	color:#808080;
	
	position:relative;
	z-index:999;
}

#copyright * {
	vertical-align:baseline;
	margin-left:5px;
}

