html {
overflow-y: scroll;
}

body{
color: #434343; 
font-family: verdana, Arial, Helvetica, Sans-serif; 
font-weight: normal; 
font-style: normal; 
font-size: 9pt;
line-height: 13pt;
background-image: url(../images/bg.gif);
background-repeat: repeat-x;
background-color: #121220;
text-align: center;
}

.boxed {
  border: 1px solid #808080;
  background-color: #E0E0E0;
}

A:LINK { 
color: #434343;
text-decoration: none; 
}

A:VISITED { 
color: #434343; 
text-decoration: none;
}

A:HOVER { 
color: #bf0e24; 
text-decoration: underline overline;
}

A:ACTIVE { 
color: #bf0e24; 
text-decoration: none;

}

p  {
margin-top:0px;
}

h1 {
font-family: verdana, Arial, Helvetica, Sans-serif; 
font-weight: normal; 
font-style: normal; 
font-size: 20px;
line-height: 30px;
margin-top: 0px;
margin-bottom: 0px;
padding: 20px 0px 0px 0px;
}

span.bigger {
font-size: 16px;
font-weight: bold;
line-height: 20px;
font-style: italic;
color: #a5011e;

}

p.quote {
	font-size: 24px;
	color: #808080;
	line-height: 30px;
	margin-bottom: 12px !important;
	margin-top: 6px !important;
	
}

#container  {
margin: 70px auto 0px auto;
width: 764px;
padding: 0px;
position:relative;
border: 3px solid #ffffff;
text-align: left;
}


#image_banner  {
margin-top: 0px;
width: 764px;
height: 219px;
position:relative;
background-image: url(../images/image_banner.jpg);
background-repeat: no-repeat;
}

#top_menu {
height: 26px;
width: 140px;
position: relative;
left: 612px;
}

#top_menu img {
float: left;
margin: 0px 1px 0px 0px;
padding: 0px;
}

#menu {
height: 32px;
font-size:0px;
line-height:0px; 
/* width: 764px;  */
}

#menu img {
float: left;
margin: 0px;
padding: 0px;
border: 0px;
}

#active {
height: 8px;
margin: 0px;
padding: 0px;
}

#content  {
margin: 0px;
width: 764px;
background-color: #f0efee;
position:relative;
}


#left_col p, #left_col_home p, #right_col p, #left_col_even p, #right_col_even p,
#right_col_who p, #right_col_clients p{

margin-top: 0px;
margin-bottom: 10px;
padding: 0px 0px 0px 0px;
}

#left_col {
width: 280px;
padding: 43px 0px 45px 30px;
float: left;
}

#left_col_even {
width: 322px;
padding: 43px 0px 45px 42px;
float: left;
}

#right_col_even {
width: 322px;
padding: 43px 30px 45px 42px;
float: left;

}

#right_col_who {
width: 322px;
padding: 43px 30px 45px 42px;
float: left;

}

#right_col_clients {
width: 322px;
padding: 70px 30px 45px 42px;
float: left;

}


#left_col_home {
width: 315px;
background-image: url(../images/bg_divider_home.gif);
background-repeat: no-repeat;
background-position: right top;
padding: 43px 30px 45px 30px;
float: left;
min-height: 350px;
}

#right_col_home {
width: 315px;
background-image: url(../images/bg_divider_home.gif);
background-repeat: no-repeat;
background-position: right top;
padding: 43px 30px 45px 30px;
float: right;
min-height: 350px;

}

#right_col {
width: 364px;
padding: 43px 30px 45px 60px;
float: right;
background-image: url(../images/bg_divider_big.gif);
background-repeat: no-repeat;
background-position: left top;
min-height: 350px;
}

#footer {
padding: 0 0 30px 0;
}

#footer p{
text-align: right;
color: #9f9fa0;
font-size: 8pt;
padding-top: 5px;
margin: 0px auto 0px auto;
width: 764px;
position:relative;
}

#footer a:link, #footer a:visited {
text-decoration: underline;
color: #9f9fa0;
}

#footer a:hover, #footer a:active {
text-decoration: underline;
color: #ffffff;
}

#content ul{
font-family: verdana, Arial, Helvetica, Sans-serif; 
font-weight: normal; 
font-style: normal; 
font-size: 9pt;
margin-top: 0px;
padding: 0px 0px 0px 0px;
list-style-type: none;
}

#content li{
padding: 9px 0px 9px 22px;
background-image: url(../images/bullet_r.gif);
background-position: 0px 12px;
background-repeat: no-repeat;
}


.clear {
clear: both;
}

span.red {
color: #a5011e;
}

/* ----- FORMS ----- */

	div.label {
		font-family: verdana, Arial, Helvetica, san-serif;
		font-size: 11px;
		line-height: 16px;
		font-weight: bold;
		color: #505050;
		padding: 10px 0px 0px 0px;
	}
	
	div.input {
		color: #505050;
		padding: 5px 0px 0px 0px;
	}
	
	div.submit {
		padding: 10px 0px 0px 0px;
	}
	
	input {
		font-family: verdana, Arial, Helvetica, san-serif;
		font-size: 10px;
		line-height: 16px;
		font-weight: normal;
		padding: 3px 3px 3px 3px;
		border: solid 1px #cccccc;
	}
	
	textarea {
		font-family: verdana, Arial, Helvetica, san-serif;
		font-size: 10px;
		line-height: 16px;
		font-weight: normal;
		padding: 3px 3px 3px 3px;
		border: solid 1px #cccccc;
	}
	
	.button {
		background-color: #60606a;
		color: #ffffff;
	}
	
		.button:hover {
		background-color: #a5011e;
	}
