/* CSS Document */

@import url("fonts.css");
@import url("tech-library.css");


/* S: All Templates */

body {
	margin: 10px 0px 0px 20px;
}

div#layout_table {
	width: 720px;
	border-top: 3px solid #D8E2EC;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

	div#head_colone {
		width: 342px; 
		float: left;
	}
	
		.hdimg {
			padding-top: 10px;
		}
	
	div#head_coltwo {
		width: 165px;
		float: right;
		text-align: left;
	}
			div#head_coltwo ul {
			list-style-position: inside;
			list-style-type: none;
			padding: 15px 0px 0px 0px;
			vertical-align: middle;	
		}
		
		#bullet h1 a {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			text-transform: none;
			text-decoration: none;
			color: #666666;
			
		}
		
		.united {
			list-style-image:  url(../../guard_page/uk_bullett.gif);
		}
		
		.espana {
			list-style-image:  url(../../guard_page/espana.gif);
		}
		
		.german {
			list-style-image:  url(../../guard_page/german.gif);
		}
		
		.france {
			list-style-image:  url(../../guard_page/france.gif);
		}
	
	.top_img {
		margin: 9px 10px 5px 0px; 
		border: 0px;
	}
	
	.other_img {
		margin: 0px 10px 5px 0px; 
		border: 0px;
	}

div#imagecontain {
	width: 720px;
	border-top: 1px solid #CCCCCC;
	margin-bottom: 12px;
}

	div#imagecontain img {
		border: 0;
		width: 720px;
		margin-top: 1px;
	}
	
/* E: All Templates */

/* S: All Templates Navigation */

div#navigation {
	width: 540px;
	margin-left: 180px;
	margin-bottom: 10px;
}

div#navigation a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 140%;
	vertical-align: top;
	text-decoration: none;
	color: #666666;
}
 
	div#navcol {
		margin-top: 5px;
		margin-bottom: 5px;
		float: left;
		width: 140px;
	}

	div#navcol_end {
		float: left;
		width: 114px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
/* E: All Templates Navigation */

