@charset "utf-8";

html body
{
	background: #000 url(/gfx/main/background.gif) repeat-x;
    
	margin: 0px;
	padding: 0px;
	border: 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ccc;
	}
img
{
	border: 0px;
	margin: 0px;
}


img.float_left      { float: left; }
img.margin_b_1px    { margin-bottom: 1px;}

a                   { color: #ed1c24; outline: none;} /* outline: none fixes dotted outline on click */
a.js_link           { cursor: pointer; }
a.js_link_u         { cursor: pointer;  text-decoration: underline; }

::-moz-selection
{
    background: #fff;
    color: #ed1c24;
}
::selection
{
    background: #fff;
    color: #ed1c24;
}

h1,h2,h3            { color: #fff; }

div#main
{
	width: 912px;
	margin: 5px auto 0px auto;
}

div.w804
{
	width: 804px;
	margin: 0px auto 0px auto;
	text-align: center;
}

div.w758
{
	width: 758px;
	margin: 0px auto 0px auto;
}

div.contentContainer
{
	width: 758px;
	margin: 0px auto 0px auto;
	padding: 0px 23px 0px 23px;
	background:url(../gfx/main/frame_M.png) repeat-y; 
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/gfx/main/frame_M.png');
}

ul
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
}
div.clear
{
	clear: both;
}

span.txt_grey
{
	color: #b5b5b5;
}
span.red
{
	color: #f00;
}
span.comment
{
	font-size: 9px;
	color: #999;
}

#breadcrumbs
{
	color: #f00;
	float: left;
	overflow: hidden;
	margin-top: 2px;
}
#breadcrumbs a
{
	color: #b7b7b7;
	text-decoration: none;
}
#breadcrumbs a:hover
{
	text-decoration: underline;
}
#breadcrumbs span.current
{
	color: #fff;
	font-weight: bold;
}

#txtResize
{
	background:url(/gfx/main/text_size.gif) no-repeat;
	width:47px;
	height:21px;
	float: right;
    overflow: hidden;
}

#txtResize div
{
    font-weight:bold;
	font-size:18px;
    margin: 0px auto;
    text-align: center;
    margin-top: -1px;
    margin-left: 1px;
    overflow: hidden;
}
#txtResize div img.one { width: 3px; }
#txtResize div img.two { width: 4px; }

.txt_center
{
	text-align: center;
}



/* About Us Menu
=============================== */
#aboutusContainer a#bar_aboutus { display:block; width:758px; height:19px; background:url(../gfx/_bars/bar_about_us.gif) no-repeat; text-indent:-9999px; }
#aboutusContainer a#bar_aboutus:hover { background:url(../gfx/_bars/bar_about_us_on.gif) no-repeat; }
#aboutusContainer #bar_aboutus_off { display:block; width:758px; height:19px; background:url(../gfx/_bars/bar_about_us_off.gif) no-repeat; text-indent:-9999px; }
#aboutusContainer ul { position:relative; height:40px; padding:0; margin:0; list-style:none; text-indent:-9999px; }
#aboutusContainer li { float:left; display:block; width:187px; height:19px; margin-right:1px; text-indent:-9999px; }
#aboutusContainer li a { display:block; width:187px; height:19px; text-indent:-9999px; }

#aboutusContainer li#awards a { background:url(../gfx/_btns/btn_awards.gif) no-repeat; }
#aboutusContainer li#clients a { background:url(../gfx/_btns/btn_clients.gif) no-repeat; }
#aboutusContainer li#partners a { background:url(../gfx/_btns/btn_partners.gif) no-repeat; }
#aboutusContainer li#contact a { background:url(../gfx/_btns/btn_contact.gif) no-repeat; width:193px; }

#aboutusContainer li#awards a:hover { background:url(../gfx/_btns/btn_awards_on.gif) no-repeat; }
#aboutusContainer li#clients a:hover { background:url(../gfx/_btns/btn_clients_on.gif) no-repeat; }
#aboutusContainer li#partners a:hover { background:url(../gfx/_btns/btn_partners_on.gif) no-repeat; }
#aboutusContainer li#contact a:hover { background:url(../gfx/_btns/btn_contact_on.gif) no-repeat; width:193px; }

#aboutusContainer li#awards_selected { background:url(../gfx/_btns/btn_awards_off.gif) no-repeat; }
#aboutusContainer li#clients_selected { background:url(../gfx/_btns/btn_clients_off.gif) no-repeat; }
#aboutusContainer li#partners_selected { background:url(../gfx/_btns/btn_partners_off.gif) no-repeat; }
#aboutusContainer li#contact_selected { background:url(../gfx/_btns/btn_contact_off.gif) no-repeat; width:193px; }
