<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**************/
/* Structure */
/************/

body {
	background: url(../images/build/background.jpg) no-repeat center top;
	margin:0 auto;
}


.wrapper {
	width:986px;
	height:300px;
	margin:5px auto;
}

/***********/
/* Header */
/*********/

		.header {
			width:986px;
			height:135px;
		}
		
					.header-datetime {
						font-family:Arial, Helvetica, sans-serif;
						font-size:10px;
						color:#921818;
						text-align:right;
						width:435px;
						height:30px;
						float:right;
                        text-align:right;
					}
					
					.header-content{
						width:986px;
						height:55px;
						padding:30px 0 0 0;
						float:left;
					}
					
					
							.header-content-logo {
								width:243px;
								height:55px;
								float:left;
							}
							
										.header-content-logo a img { border:none; }
							
							
							.header-content-menu {
									width:666px;
									height:25px;
									float:right;
									margin: 30px 0 0 0;
							}
							
							
										.header-content-menu ul { float:right; }
										
										.header-content-menu ul li {
												list-style:none;
												display:inline-block;
										}
										

														.header-content-menu ul li a {
																font-family: Arial, Helvetica, sans-serif;
																font-size:14px;
																color:#000;
																text-decoration:none;
																margin: 0 0 0 20px;												
														}
														

																	.header-content-menu ul li a:hover { color:#921818; }
																	
/************/	
/* Content */
/**********/

.content {
	width:986px;
	height:auto;
}
				/*Sidebar*/
				
				.content-sidebar {
					width:250px;
					min-height:500px;
					margin:0 15px 0 0;
					float:left;
				}
				
							.company-module {
								width:250px;
								height:128px;
								background:#921818;
								margin:0;
							}
							
											.company-module h1 {
												font-family:Arial, Helvetica, sans-serif;
												font-size:18px;
												font-weight:lighter;
												color:#fff;
												padding:10px 0 10px 10px;
												margin:0;
											}
											
											.company-module a {
												font-family:Arial, Helvetica, sans-serif;
												font-size:10px;
												text-decoration:none;
												color:#fff;
												display:block;
												margin:0 10px 10px 10px;
											}
											
														.company-module a:hover { text-decoration:underline; }
														
							.clients {
								width:248px;
								height:94px;
								border:1px solid #921818;
								margin:15px 0 0 0;
							}
							
												.clients h1 {
													font-family:Arial, Helvetica, sans-serif;
													font-size:15px;
													color:#921818;
													display:block;
													width:230px;
													height:22px;
													border-bottom:1px solid #921818;
													margin: 5px 0 0 8px;
												}
												
												.clients-items { margin:5px auto 0 auto;}
												
							.accordion-menu {
								width:250px;
								height:auto;
								margin: 15px 0 0 0;
							}
							
											.accordion-menu h1 {
													font-family:Arial, Helvetica, sans-serif;
													font-size:14px;
													font-weight:lighter;
													color:#fff;
													display:block;
													width:240px;
													height:22px;
													padding:5px 0 0 10px;
													margin:0;
													background:#921818;
											}
				
				
				/*Main Content*/
				
				.content-main {
					width:721px;
					min-height:500px;
					margin:0;
					float:left;
				}
				
									.content-slider {
										width:719px;
										height:238px;
										border:1px solid #921818;
										background:#ccc;
									}
									
									
									.content-categories{
										width:721px;
										min-height:300px;
										margin: 15px 0 0 0;
									}
									
												.category {
													width:130px;
													height:117px;
													border:1px solid #921818;
													margin:0 15px 15px 0;
													float:left;
												}
												
												.category-last {
													width:130px;
													height:117px;
													border:1px solid #921818;
													margin:0 0 15px 0;
													float:left;
												}
												
												
												
														.category a img, .category-last a img  { border:none; }	
														
														
														.category a.link, .category-last a.link {
															font-family:Arial, Helvetica, sans-serif;
															font-size:11px;
															font-weight:lighter;
															color:#fff;
															text-align:center;
															line-height:27px;
															text-decoration:none;
															display:block;
															width:130px;
															height:27px;
															background:#921818;															
														}
														
														

				
/***********/
/* Footer */
/*********/

.footer {
	width:986px;
	height:135px;
	border-top: 1px dotted #921818;
	margin:15px 0 0 0;
}

			.footer-address {
				font-family:Arial, Helvetica, sans-serif;
				font-size:13.5px;
				line-height:18px;
				color:#333;
				margin: 5px 0 0 0;
				float:left;
			}
			
							.footer-address a {
								font-family:Arial, Helvetica, sans-serif;
								font-size:13px;
								color:#921818;
								text-decoration:none;
							}
							
										.footer-address a:hover { text-decoration:underline; }
			
			.footer-social {
					width:400px;
					height:80px;
					text-align:right;
					margin: 5px 0 0 0;
					float:right;
			}
			
						.footer-social a img { border:none; }</pre></body></html>