@charset "UTF-8";
/* CSS Document */

/*  
Theme Name: Losquadro Theme
Theme URI: http://www.novocentpartners.com/
Description: This is a custom theme developed for Daniel Losquadro.
Version: 1.0
Author: Novocent Patners
Author URI: http://www.novocentpartners.com/

*/


body
{
	background: #01334a;
	font: 12px "Trebuchet MS", Arial, sans-serif;
	margin: 0;
	padding: 0;
}


#header_wrap {
	width: 100%;
	background: #1F263B url(images/wrap.jpg) repeat-y center top;
}

#header {
	margin: 0 auto;
	width: 760px;
	height:178px;
}

#menu_wrap {
	width: 100%;
	background: url(images/menu_bg_inactive.jpg) repeat-x;
}

#menu {
	margin: 0 auto; 
	background: url(images/menu_bg.jpg) repeat-x;
	width: 760px;
	height: 28px;
}

#menu ul {
 	 width:auto;
 	 margin:0;
 	 padding:0;
 	 list-style:none;
  }

#menu ul li{
  	margin:0;
  	padding:0;
	display:block;
	float:left;	
	}


#menu ul li a{
	display:block;
	float:left;
	color:#333;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	background:url(images/menu.jpg) repeat-x 0px -56px;
	/*border-right: 1px solid #fff;
	border-left: 1px solid #494F5b;*/
	width:auto;
	padding-left:15px;
	padding-right:15px;
	height:28px;
	line-height: 28px;
}


#menu ul li a:hover{
	color:#fff;
	background:url(images/menu.jpg) repeat-x 0px -28px;
	/*border-right: 1px solid #909896;
	border-left: 1px solid #909896;*/
}

#menu ul .current_page_item a {
	color:#CCCCCC;
	background:url(images/menu.jpg) repeat-x 0px 0px;
}

#menu_sdw {
	margin: 0px auto;
	background: url(images/menu_shadow.jpg) no-repeat center top;
	width: 760px;
	height: 5px;
	overflow: hidden;
}


#content_wrap {
	width: 100%;
	background: #1F263B url(images/wrap.jpg) repeat-y center top;

}

#content {
	margin: 0 auto;
	background: url(images/col_bg.jpg) repeat-y;
	width: 760px;
}

.main {
	float:left;
	padding: 0px 20px 10px;
	width: 500px;
}

.main h1 {
	margin: 0px;
	padding: 0px;
}

.l_side {
	float:left;
	margin-left:15px;
	width: 200px;
	margin-bottom:20px;
}

.l_side h2 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #01334a;
	margin: 0px;
	padding: 0px 0px 5px 10px;
	border-bottom: 1px inset #CCCCCC;
}

.l_side ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
}
.l_side li {
	border-bottom: 1px inset #CCCCCC;
	padding: 10px 0px 3px 10px;
}

.T-name {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #01334a;

}


.l_side #searchform #s {
	margin: 0px;
	width: 108px;
	padding: 2px;
	}

.l_side form { margin: 0; }

#searchform {
	margin: 10px auto;
	text-align: center;
	}	
	
#footer_wrap {
	width: 100%;
}

#footer {
	margin: 0 auto;
	width: 760px;
	height:100px;
}

#footer_sdw_wrap {
	width: 100%;
	background: #1F263B url(images/wrap.jpg) repeat-y center top;
	height:6px;
}


#footer_sdw {
	margin: 0 auto;
	background: url(images/body_shadow.jpg) no-repeat center top;
	width: 760px;
	height: 6px;
	overflow:hidden;
}

#left_foot {
	float:left;
	padding: 30px 10px 10px;
	width: 250px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #67818d;
}

#left_foot a {
	text-decoration:none;
	color: #FFFFFF;
}

#left_foot a:active {
	text-decoration:none;
	color: #FFFFFF;
}
#left_foot a:visited {
	text-decoration:none;
	color: #FFFFFF;
}
#left_foot a:hover {
	text-decoration:underline;
	color: #67818d;
}

#right_foot {
	float:left;
	padding: 30px 10px 10px;
	width: 425px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #67818d;
}

#right_foot a {
	text-decoration:none;
	color: #FFFFFF;
}

#right_foot a:active {
	text-decoration:none;
	color: #FFFFFF;
}
#right_foot a:visited {
	text-decoration:none;
	color: #FFFFFF;
}
#right_foot a:hover {
	text-decoration:underline;
	color: #67818d;
}


#credits {
	clear:both;
	padding: 10px;
	text-align:left;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #67818d;
}

#credits a {
	text-decoration:none;
	color: #67818d;
}

#credits a:active {
	text-decoration:none;
	color: #67818d;
}
#credits a:visited {
	text-decoration:none;
	color: #67818d;
}
#credits a:hover {
	text-decoration:underline;
	color: #67818d;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}


* html body {margin-left:1px}