/*
	visit http://web-design-tuts.blogspot.com/ for more quality templates from me
*/


/* GENERAL */

* { margin: 0; padding: 0; }

/* fixex - This is the class name I assign to container element that contains floated child elements, no matter
				what they are div's ul etc. */
	.fixed:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.fixed{ display:block;}
	/*  \*/
	.fixed{
		min-height:1%;
		}
	* html .fixed{
		height:1%;
		}
	.NONE {
		display: none;
	}
	
	.ANCESTOR{
		display: block !important;
	}
	
	.Focus .NONE {
		display: block !important;
	}

body
{
	background-color:#fff;
	color: #000; 
   	font-size: 16px;
	font-family: calibri, arial, sans;
}

	a { 
		color: #1f3c73; 
		text-decoration: underline;  
	}
	img{ border:none;}
	a:hover {  }
	
	b, strong { color: #1f3c73; }

/*-------[     ]---------*/

#wrap{
	width:920px;
	margin:0 auto;
	border: 0px solid #000; border-top:none; border-bottom:none;
	background-color:#FFFFFF;	
}


/* HEADER*/

#header{ position:relative; height:75px; }

	/* main navigation*/	
	#nav
	{ 
		padding: 0; background:#fff url(../img/Header.gif) no-repeat top;
		position:absolute; top:15px; z-index:30;
		width: 920px;
		height: 50px;
	}
	
	#nav ul
	{ 
		position:absolute; top:15px; left:15px; z-index:20;
		padding:0; 
		list-style: none;
	}
		#nav li{ padding: 4px 0; display: inline;}
			#nav a
			{ 
				float: left;

				font-family: Georgia, "Times New Roman", Times, serif; color:#fff;
				font-variant:small-caps;
				text-decoration:none; font-weight:bold; font-size:18px; 
				padding-right: 20px;
			}
			
			#nav a:hover, #nav a.active{ text-decoration:underline; }
			
	/*The div that contains the large image in the header*/
	#header-img
	{ 
		position:absolute; top:100px; height:230px; width:770px; 
		border: 1px solid #dedede; border-left:none; border-right:none; padding:5px;
	}

	#breadcrumbs{ position:absolute; top:350px; left:8px; font-size:12px;}



/*MAIN*/
#main{ padding:7px;}

	#logo{
		float:left; width:280px; height:145px;
		padding:10px 10px 0 0; background:#fff url(../img/colt-sidebar.jpg) no-repeat top right;
		background-color:#FFFFFF;
	}
		#logo a img{ border:none;}
		#logo h1{ line-height:30px; text-align:center; font-size:38px; margin-top:50px; }
		#logo h1 a { text-decoration:none; color:#111;  letter-spacing:-2px; }

	#address {
		float:left; width:260px;
		clear: both;
		overflow:auto;
		background: #dedede;
		position: relative; left: 10px;
	}

	/* SIDEBAR*/
	#sidebar{ float:left; width:300px; 
			  padding:0px; overflow: auto;
	}
		#sidebar p{ margin-bottom:5px; padding:0 10px 10px; line-height:16px; }
		
		#sidebar h3{ width:90%; margin:10px auto; border-bottom:1px solid #b9b9b9; text-align:center; font-size:16px; }
		
		#sidebar img{   }
		
		#date-firma p{ margin-top:10px; padding:0 30px 0 15px; font-size:11px; text-indent:0; }
		
		#Category-Title{ 		
				font-family: Georgia, "Times New Roman", Times, serif; color:#fff;
				font-variant:small-caps;
				text-decoration:none; font-weight:bold; font-size:18px; 
				padding: 5px 0px 5px 10px; margin-top: 20px; background: url(../img/Navigation-Background.gif) no-repeat top right ;
				font-weight: bold; font-size: 16px; color: #fff; 
				clear: both;
				width: 250px;
				position: relative; left: 10px;
			
		}
		
		.subnav { width:260px; background: #dedede; position: relative; left: 10px;}
	
			.subnav ul { border-top: 1px solid #dedede; padding: 0; }
			
			.subnav li { margin: 0; border-bottom: 1px solid #dedede; list-style: none; }
			
				.subnav li a 
				{ 
					display: block; padding: 5px 15px 5px 10px;
					 color:#000; font-size: 15px; text-decoration: none; text-align:left;	
				}
				
					.subnav li a:hover 
					{
						text-decoration:underline;
					}
					
					
				.level2{margin-left: 10px; text-decoration:none; color:#000 !important; font-weight:bold;}
				.level3{margin-left: 20px;}
				.level4{margin-left: 30px; padding: 3px 15px 3px 10px !important;}
				.selected2{ background: #dedede url(../img/bullet.gif) no-repeat 0px 8px;}
				.selected3{ background: #dedede url(../img/bullet2.gif) no-repeat 0px 8px;}
				.selected4{ background: #dedede url(../img/bullet3.gif) no-repeat 0px 5px;}
				
	/*THE PAGES CONTENT*/
	#content
	{ 
		width:590px; float:right;
		padding:10px 0px 0;
	}
	
		#callout{
			width: 570px !important;
			background: #dedede !important;
			padding: 10px !important;
			margin: 0px 0 20px 0px !important;
			clear:both;
			float: none !important;
		}
		
		#callout-narrow{
			width: 335px !important;
			background: #dedede !important;
			padding: 10px !important;
			margin: 0px 0 20px 0px !important;
			clear:none;
			float: left !important;
		}
		
		#box{
			width: 570px !important;
			background: #fff !important;
			padding: 10px !important;
			margin: 0px 0 20px 0px !important;
			border: 1px solid #b9b9b9;
			float: none;
		}
		
		#content div{
			width: 200px;
			background: #dedede;
			margin: 0px 0 20px 20px;
			float: right;
			clear:both;
			padding: 10px;
		}
		
		#callout h1, #content div h1{
				margin: 0 0 5px 0; 
				border-bottom: 0px;
				padding: 0px 0 2px 0px;
				font-weight: bold;
				font-size: 24px !important;
				font-variant: small-caps;
				letter-spacing:2px; 
				color: #111; 
				text-indent:0px; 
				letter-spacing:0px;	
				text-transform:uppercase; 
				text-decoration:none; 
		}
		
		#content h2, #content div h2{
				 margin:0 0 10px 0; 
				text-indent:0px !important;
				 font-size:18px; font-weight:bold; color: #487f8f; 
		}

		#callout p, #content div p{ 
				margin: 0 15px 5px 0px;
				padding: 0;
				color: #000; line-height: 22px;  text-indent:0px;
				font-size: 16px !important;
				
		}
		
		#callout ul, #content div ul{
			font-size: 10px;	
			margin: 5px  7px 5px 15px !important;
			padding: 0;
		}
		
			#callout ul li, #content div ul li{ margin-bottom:3px; line-height: 22px !important; font-size: 16px !important; list-style: none url(../img/bullet.gif);  margin: 0px 0px 0px 5px !important;  }
			
		#content h1{
				margin: -10px 0 15px 0; 
				border-bottom: 1px solid #b9b9b9; 
				padding: 0px 0 2px 0px;
				font-weight: bold;
				font-size: 28px;
				font-family: calibri;
				font-variant: small-caps;
				letter-spacing:2px; 
				color: #1f3c73; 
				text-indent:0px; 
				letter-spacing:0;	
				text-transform:uppercase; 
				text-decoration:none; 
				 
		}
		
		#content h2{
				 margin:0 0 10px 0; 
				text-indent:15px; 
				 font-size:18px; font-weight:bold; color: #487f8f; 
		}
			#content h2 a, #content h1 a{ text-decoration:none; color: #5D0600; text-transform: uppercase; }
			
		#content p{ 
				margin: 0 15px 15px 0px; 
				padding: 0 0 10px 0;
				color: #000; line-height: 22px; text-indent:0px;
				
		}
		
		#content ul{
			font-size: 16px;	
			margin: 10px  15px 15px 35px !important;
			padding: 0;
		}
		
			#content ul li{ line-height: 22px; list-style: none url(../img/bullet.gif); margin: 0px 0px 5px 15px !important; }
			
		#content ul ul{
			font-size: 16px;	
			margin: 10px  15px 10px 5px !important;
			padding: 0;
		}
		
			#content ul ul li{ margin-bottom:0px; line-height: 22px; list-style: none url(../img/bullet2.gif); margin: 0px 0px 0px 15px !important; }
			
		#content img{ display: block; clear: both;  }
				
			.imgfloatleft{ float:left; margin:10px; }
			.imgfloatright{ float:right; margin:10px; }
			
		.notice { border: 1px solid #f2ec49; background: #fffdcb; padding:20px; margin-bottom:15px; }
		
		
	
/* FOOTER */
#footer{ margin-top:10px; border-top:1px solid #dedede; padding:10px 7px 20px 7px; text-align: right; clear: both;}
	
	#footer p, #footer a{ margin-bottom:5px; font-size:14px; color:#55585a; line-height: 18px;}
	#footer p.madeby a{ color:#55585a;  }
	#footer p.madeby { margin-bottom:0px !important; }
	
/* FORMS */
fieldset {
	margin: 0 5px 10px 0px;
	padding: 2px;
	border: 1px dotted #dedede;
	
	background-color: #fff;
} 
legend { background-color:#000000; color:#FFFFFF; text-transform:uppercase; padding:3px; margin-left:10px; }
form p { margin: 5px 0 0 0; }
label {  text-align:right; margin-right:10px; display:block; width:140px; float:left; clear:both; font-weight:bold; }
input.text { width:225px; } 
textarea { width: 400px; margin: 5px 15px 15px 15px; }  

/* TABLES */

table   { margin-bottom: 0px; }
th      {  font-weight: bold; }
td      {  }
th,td   { padding: 4px 10px 4px 0; }
tfoot   { font-style: italic; }
caption { background: #ffc; }

.Client table   { margin-bottom: 15px; border-color: #1f3c73; }
.Client th      {  font-weight: bold; background: #dedede; color: #1f3c73;}
.Client td      {  }
.Client th,td   { padding: 5px !important; border-color: #1f3c73;}

.Client td li,.Client td p {line-height: 18px !important;}

#Disclaimer {
	display: block !important;
}