﻿/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 30px;
	font-weight: normal;
	background-color: #363634;
	color: #D2D2D0;
}
/* Copyright box */
.two-lines {
	clear: both;
	height: 3px;
	background-color: #535353;
	border-bottom: #070707 2px solid;
	overflow: hidden;
}
/* Main content */
#main {
	width: 760px;
	padding: 20px 0px 0px 5px;
	
}
/* Header */
#header-left {
	float: left;
	width: 230px;
	height: 280px;
}
#up-company-name {
	background: url(images/up-company-name.jpg) bottom left no-repeat;
	height: 43px;
}
#company-name {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	text-transform: uppercase;
	 text-align:center;
	color: #FFFFFF;
	background: url(images/company-name.jpg) repeat-y;
	padding: 20px 0px 0px 5px;
	height: 300px;
	
}
#down-company-name {
	background: url(images/down-company-name.jpg) no-repeat;
	height: 9px;
}
#content-left {
	float: left;
	width: 229px;
	border-left: #191919 1px solid;
}
/* Menu properties */
#left-menu {
	width: 210px;
	border-left: #474843 19px solid;
	background-color: #171717;
	padding: 30px 0px;
}
#left-menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#left-menu li {
	margin: 0px;
	padding: 0px;
	height: 20px;
	line-height: 20px;
}
#left-menu a {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #D7D7D7;
	background: url(images/left-menu.gif) 26px 5px no-repeat;
	padding-left: 47px;
}
#left-menu a:hover {
	background: url(images/left-menu-hover.gif) 26px 5px no-repeat;
	text-decoration: underline;
	color: #CC0000;
}
/* Tag properties */
h1 {
	color: #FFFDFF;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 10px;
	margin: 0px;
}
p {
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
h2 {
	color: #FFFDFF;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border-top: #0F0F0F 1px solid;
	padding: 10px 0px 10px 10px;
	margin: 0px 0px 0px 10px;
}
h3 {
	color: #FFFDFF;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0px 10px 10px;
	margin: 0px 0px 0px 10px;
}
/* Copyright box */
#copy {
	float: left;
	width: 230px;
	height: 61px;
	font-size: 11px;
	color: #D6D6D4;
	padding: 10px 0px 0px 280px;
	text-align: center;
	text-decoration: none;
}
/* Footer properties */
#footer-menu {
	float:none;
	width: 760px;
	height: 55px;
	color: #762A1C;
	line-height: 55px;
	padding: 0px 10px 0px 0px;
	text-align: center;
	background-color: #171717;
}
#footer-menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#footer-menu li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#footer-menu a {
	color: #ECECEC;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 0px 10px;
	text-decoration: none;
}
#footer-menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/* Link properties */
a {
	color: #ECECEC;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
