*
{
	margin:		0px;
	padding: 	0px;
	border:		0px;
	outline:none !important;
}
a           {outline:none;}
a:link      {text-decoration: none; color: #666666;}
a:visited   {text-decoration: none; color: #666666;}
a:active    {text-decoration: none; color: #666666;}
a:hover     {text-decoration: none; color: #666666;}


h1,h2,h3,h4
{
	margin:0px;
	padding:0px;
    background: none repeat scroll 0 0 #fff;
}
h1
{
	font-size:20px;
}
h3
{
    font-size:12px;
}
body
{
	background-image:url('/files/css/img/frontside/bodyPattern.jpg');
	font-family:Arial;
	font-size:11px;
	color:#999999;
}

ul.simpleList
{
    list-style-type:none;
}

ul.simpleList li
{
    padding:3px 0px;
}
li a
{
    color:#999999 !important;
}
.invisible
{
    display:none;
}

#page
{
	margin:0px auto;
	width:956px;
}
#header
{
	float:left;
	width:100%;
	padding-bottom:7px;
	margin-top:55px;
}
.header_logo
{
	background-image: url('/files/css/img/frontside/logo.gif');
	background-position:top left;
	background-repeat:no-repeat;
    background-color:none;
    width:278px;
    height:34px;
}


ul#main_menu
{
	list-style-type: none;
	padding: 0px;
	margin:0px;
}
ul#main_menu li
{
	float:left;
	padding:0px 5px;
	padding-bottom:7px;
}
ul#main_menu li.active
{
	border-bottom:1px solid #ff6600;
}

ul#main_menu li a
{
	font-family:Arial;
	font-size:13px;
	color:#999999;
}
ul#main_menu li a:hover
{
    color:#666666 !important;
}

ul#main_menu li.active a
{
	color:#666666 !important;
}

#content
{
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
    background: none;
	padding:5px 0px;
    padding-bottom:20px;
    min-height:300px;
    font-size:13px;
}
#footer
{
	clear:both;
	float:left;
	width:100%;
	padding-top:18px;
}
#project_categories
{
	float:left;
	width:100%;
	padding:40px 0px;
}
div.project_category
{
	width:154px;
	margin-right:5px;
	float:left;
}
div.last_project_category
{
	width:156px;
	float:left;
}

div.project_category h4
{
	padding-top:5px;
}
.gray
{
	color:#666666;
}
.orange
{
    color:#ff6600 !important;
}
.left
{
	float:left;
}
.right
{
	float:right;
}