﻿/* ========== Styling all elements */
* {
	margin: 0;
	padding: 0;
}
a {
	outline: none;
	border: none;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
.floatleft {
	float: left !important;
}
.floatright {
	float: right !important;
}
abbr {
	cursor: help;
}
acronym {
	cursor: help;
}
/* ========== Applying clearfix fix for some browsers to use in appropriate places */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display: block;
}
/* End hide from IE Mac */
/* ========== BODY */
body {
	margin: 0;
	padding: 0;
	background-color:#1e1e1e;
	font-family:Arial, Helvetica, sans-serif;
	color:#565758;
	font-size:12px;
	text-align:justify;

}
/* ========== WRAPPER */
#wrapper {
	width:1000px;
	margin: 0 auto;
	background-image:url('../images/layout-bg.gif');
	background-repeat:repeat-y;
}
#topcontainer{
	width:1000px;
	height:77px;
	background-image:url('../images/header.gif');
	background-repeat:no-repeat;
}
.logo-box{
	width:200px;
	height:23px;
	background-image:url('../images/logo.gif');
	background-repeat:no-repeat;
	float:left;
	margin-top:10px;
	margin-left:15px;
}
.logo-box a{
	width:193px;
	height:23px;
	display:block;
}

.toplink-boxes{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	float:right;
	padding-right:15px;
	padding-top:15px;
}
.toplink-boxes a{
	color:#FFFFFF;
	text-decoration:none;
}
.toplink-boxes a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
/* ====================================================================================*/

#main-container{
	width:1000px;
	height:auto;
}
#cutter-leftbox{
	width:83px;
	height:56px;
	background-image:url('../images/cutter.gif');
	background-repeat:no-repeat;
	float:left;
}
#left-container{
	width:165px;
	height:auto;
	float:left;
}

#boxlist-container{
	width:165px;
	height:auto;
	margin-top:6px;
}
.top-titlebar{
	width:165px;
	height:22px;
	background-image:url('../images/title-imgbar.gif');
	background-repeat:no-repeat;
}
.top-titlebar h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:4px;
	padding-left:20px;
}
.bg-boxbar{
	width:165px;
	height:auto;
}
/* ============Left Side Link Container========================= */

.ltcontant-list ul {
	margin:0;
	list-style:none;
	padding:0px 0px 0px 8px;
}
.ltcontant-list li {
	display:block;
	padding:0 0px 0px 20px;
	background:url('../images/arrow.gif') no-repeat center left;
	line-height:21px;
	list-style:none;
}
.ltcontant-list a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1e1e1e;
	display:block;
	height:21px;
	text-decoration:none;
}
.ltcontant-list li a:hover {
	color:#1e1e1e;
	text-decoration:underline;
}
/* ==================================================*/

#center-container{
	width:525px;
	height:auto;
	float:left;
	margin-left:15px;
}
#google-boxes{
	width:525px;
	height:auto;	
}
#welcome-box{
	width:525px;
	height:auto;	
}

.welcometop-titlebar{
	width:473px;
	height:29px;
	background-image:url('../images/welcometitle-box.gif');
	background-repeat:no-repeat;
}
.welcometop-titlebar h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#7c510d;
	font-weight:bold;
	padding-top:4px;
	padding-left:10px;
}
/* =========================================================================*/

#right-container{
	width:165px;
	height:auto;
	float:right;
	padding-right:25px;
}

#rightgoogle-boxes{
	width:165px;
	height:auto;	
}
/* =========================================================================*/
#footer-container{
	width:1000px;
	height:81px;
	background-image:url('../images/footer-bg.gif');
	background-repeat:no-repeat;
	clear:both;
}
.footer-text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	text-align:center;
	padding-top:25px;
}
.footer-text a{
	color:#000000;
	text-decoration:none;
}
.footer-text a:hover{
	color:#000000;
	text-decoration:underline;
}

.linkfooter{font:Arial; font-size:12px; color:#000000; text-decoration:none;}
.linkfooter:hover{font:Arial; font-size:12px; color: #b5730d; text-decoration:underline;}