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


/*ALL-----------------------------*/

h1 { 
	font-size: 1.4em;
	color: #000000;
	font-weight: bold;
}

h2 { 
	font-size: 1.2em;
	color: #000000;
	font-weight: bold;
}
/*----------------------------------*/


/*CENTER-----------------------------*/
/*Inner Pages------------------------*/
table.tableInner {

}
.tableInner td {
	border-bottom: 1px #f0f0f0 solid;
	border-right: 1px #f0f0f0 solid;
}
/*-----------------------------------*/

img {
	border: none;
}

body {
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #d1d4d3;
}


#leftNavigationInner table.leftMenu tr td a {
	font-size: 1em;
	font-weight: bold;
}

#leftNavigationInner table.leftMenu table tr td a {
	font-size: 0.95em;
	font-weight: normal;
}

#leftNavigationInner a {
	font-size: 0.95em;
	text-decoration: none;
	padding-left: 0.5em;
	line-height: 1.5em;
}

#leftNavigationInner a:hover{
	text-decoration: underline;
}

#leftNavigationInner table.leftMenu td a:hover{
	text-decoration: underline;
}

/*----------main menu inner table-----------*/

#leftNavigationInner table.leftMenu td {
	padding-left: 0.5em;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	border-right: #ccc 1px solid;
	border-left: #cccccc 3px solid;
	padding: 0.6em;
}

#leftNavigationInner table.leftMenu td a{
	font-weight: normal;
	padding-left: 0em;
	color:#333333;
	text-decoration: none;
}


#leftNavigationInner table.leftMenu table td {
	padding-left: 0.5em;
	border: none;
	padding: 0.6em;
}

#leftNavigationInner table.leftMenu table td a{
	font-weight: normal;
	padding-left: 0em;
	text-decoration: none;
	color: #0000FF;
}

/*------------------------------*/


/*----main content-----------------------------*/

#mainContent {
	float: left;
	width: 60%;
}

#mainContentInner {
	color: #565656;
	width: 100%;
	line-height: 1.5em;
}

#mainContentInner table {
}

#mainContentInner a {
	text-decoration: none;
}

#mainContentInner a:hover {
	text-decoration: underline;
}

/*-------------------------------------------*/

#sale {
	float: left;
	width: 20%;			
}

#saleInner {
}



#footer {
	border-top-style: dotted;
	border-top-color: #999999;
	border-top-width: 1px;
	clear: both;
	text-align: center;
	padding-top: 2em;
}

.interfaceTopLine {
	background-image: url(../Images/Interface/lineMenuTop.gif);
}

.interfaceBottomLine {
	background-image: url(../Images/Interface/lineMenuBottom.gif);
}

.interfaceLeftLine {
	background-image: url(../Images/Interface/lineMenuLeft.gif);
	width: 9px;
}

.interfaceRightLine {
	background-image: url(../Images/Interface/lineMenuRight.gif);
	width: 10px;
}

.tables {
	border: solid 1px #00FFFF;
	background-color: #FFFFFF;
}

.columns {
	border: solid 1px #f0f0f0;
}

.tables table.serviceTable td{
	border-bottom: 1px #f0f0f0 solid;
	border-right: 1px #f0f0f0 solid;
	font-size: 0.95em;
	text-align: center;
	padding: 1em 0em 1em 0em;

}

.textWhiteOverGray {
	color:#FFFFFF
}

.textGrayOverWhite {
	color:#565656;
}

.header {
	font-size: 1.4em;
	color: #000000;
}
.pictureborder {
	border: medium double #0099FF;
	text-decoration: none;
}

