@charset "utf-8";
body  {
	font: 80% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image: url(../images/new/bg-gradiant1000.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	background-color: #000000;
}
h2 {
	color: #0743E1;
	display: block;
}

a {
	color: #1056D0;
	display: block;
	padding: 2px 2px 5px 5px;
	text-decoration: none;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #ffffff;
}
a:hover {
	display: block;
	padding: 2px 2px 5px 5px;
	text-decoration: none;
	background-color: #1159D2;
	color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #cccccc;
}
.twoColFixLtHdr #container {
	width: 770px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
} 
.twoColFixLtHdr #header {
	padding: 0 0 0 0;
	background-color: #000000;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 5px 10px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 170px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
	padding: 0 5px 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #sidebar1 #sub_sidemenu {
	float: left; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 20px;
	font-size: 80%;
}
.twoColFixLtHdr #right_menu {
	float: right; /* since this element is floated, a width must be given */
	width: 125px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 5px 10px;
}
.twoColFixLtHdr #container #right_menu a {
	font-size: 80%;
}
.twoColFixLtHdr #container #right_menu a:hover {
	color: #4256D0;
	background-color: #FFFFFF;
}
.indexAddressBack {
	background-image: url(../images/address_back.jpg);
	height: 105px;
	width: 300px;
	padding: 65px 0px 0px 0px;
}
