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

body {
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

#container {
	width: 949px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
}

#top-header {
	height: 40px;
	text-align: right;
}

#header {
	height: 84px;
}

#header h1 {
	display:none;
}	

h3 {
	margin-bottom: -9px;
	font-size: 14px;
}

#logo {
	height: 84px;
	width: 348px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}

#menu-container {
	width: 600px;
	height: 84px;
	float: right;
	z-index: 999;
}

#menu {
	margin-top: 25px;
	margin-left: 60px;
}

#feature {
	/*height: 326px;*/
	height: 280px;
	overflow: hidden;
}

#boxes {
	height: 220px;
	/*background-image: url(../images/boxes.jpg);*/
	margin-top: 1px;
}

span.login {
	display: inline-block; 
	height: 40px;
	line-height: 40px;
}

span.login a {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}

div#boxes {
	vertical-align: top;
}



div.box {
	width: 189px;
	display: inline-block;
	margin: 0px 1px 0px 0px;
	padding: 0px;
	zoom: 1;
	*display:inline;
	vertical-align: top;
	
}

div.last {
	margin: 0px 0px 0px 0px !important;
}

div.box-top {
	height: 50px;
	margin: 0px 0px 1px 0px;
	color: #FFFFFF;
	font-size: 18px;
	overflow: hidden;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	padding: 0px 20px 0px 20px;
}

div.box-top span {
	display: block;
	margin-top: 5px;
}

div.box-body {
	height: 200px;
	margin: 0px;
	color: #FFFFFF;
	overflow: hidden;
	padding: 5px 20px 5px 20px;	
	line-height: 17px;
}

div#content {
	margin-top: 10px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 20px;
}




.orange1 {
	background-color: #E58701;
}

.orange2 {
	background-color: #C07001;
}

.peach1 {
	background-color: #E5B001;
}
.peach2 {
	background-color: #CB9A00;
}

.olive1 {
	background-color: #A5AC01;
}
.olive2 {
	background-color: #8F9402;
}

.green1 {
	background-color: #6F9D01;
}
.green2 {
	background-color: #5C8302;
}

.black1 {
	background-color: #454545;
}
.black2 {
	background-color: #313131;
}




table.mailtel {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #cccccc;
	background-color: #ededed;
}

.bymailhead {
	width: 50%; font-weight: bold; font-size: 14px;
	padding: 10px 10px 10px 30px;
	border-right: 1px solid #dddddd;
}

.bytelhead {
	width: 50%; font-weight: bold; font-size: 14px;
	padding: 10px 10px 10px 30px;
	border-right: 1px solid #dddddd;
}

.byreqhead {
	width: 50%; font-weight: bold; font-size: 14px;
	padding: 10px 10px 10px 30px;
	background-color: #f0f0f0 !important;
}

.bymail {
	padding-top: 15px; vertical-align: top;
	padding: 10px 10px 10px 30px;
	border-right: 1px solid #dddddd;	
}

.bytel {
	padding-top: 15px; vertical-align: top;
	padding: 10px 10px 50px 30px;
	border-right: 1px solid #dddddd;	
}

.byreq {
	padding-top: 15px; vertical-align: top;
	padding: 10px 10px 10px 30px;
	background-color: #f0f0f0 !important;
}

div.contacts td.pic {
	width: 100px;
	vertical-align: top;
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 10px;
}

div.contacts td.contact {
	vertical-align: top;
	padding-bottom: 40px;
}

div.contacts .name {
	font-size: 14px;
	font-weight: bold;
	display: block;
}

div.contacts .title {
	font-style: italic;
	font-size: 13px;
	margin-bottom: 5px;
	display: block;
}

div.contacts .phone {
	font-size: 12px;
	display: block;
	color: #444444;
}

div.contacts .email {
	font-size: 12px;
	display: block;
	color: #444444;
}

.byreq th {
	color: #333333;
	text-align: right;
	font-weight: normal;
	padding-right: 8px;
}





