@charset "utf-8";
/* CSS Document */
<style type="text/css"> 

/* it's good practice to strip out all default margin and padding of the  elements to account for differing browser defaults */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
} 

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000;
	background-image: url(images/bgPage.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #900;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666;
}



.thrColFixHdr #container {
	width: 915px;
	margin: 0 auto;
	text-align: left;
} 
.thrColFixHdr #container #logo {
	height: 73px;
	width: 915px;
	margin-right: auto;
	margin-left: auto;
}
.thrColFixHdr #container #topNav {
	background-image: url(images/topNav.jpg);
	background-repeat: no-repeat;
	height: 38px;
	width: 915px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}


.thrColFixHdr #header {
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
	height: 277px;
	width: 915px;
	background-position: right;
} 

.thrColFixHdr #header #content {
	width:322px;
	float:right;
	height: 277px;

}

.thrColFixHdr #header #flashbg {
	width:592px;
	float:left;
	height: 34px;
	background-image: url(images/bgMovie.png);
	background-repeat: no-repeat;
	margin-left:1px;

}

.thrColFixHdr #header #flash {
	width:513px;
	float:left;
	height: 243px;

}



.thrColFixHdr #header #h1 {
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	margin-top:20px;
	margin-right: 15px;
	text-align: left;
}

.thrColFixHdr #header #h2 {
	font-size:15px;
	color:#FFFF00;	
	margin-right: 15px;
	text-align: left;
	margin-top: 10px;
}


.thrColFixHdr #header #list {
	font-size:12px;
	width: auto;
	height: 100px;
	margin-right: 15px;
	margin-top: 10px;
}


.thrColFixHdr #header #list li {
	list-style-type: disc;
	color: #FFFFFF;
	list-style-position: inside;
	
}

	
.thrColFixHdr #header #list ul {
	margin: 0;
	padding:0;
	float: right;

}

.thrColFixHdr #header #list a {
	color: #FFFFFF;
	text-decoration: none;

}


.thrColFixHdr #header #button {
	float: right;
	margin-top: 11px;
	display: block;
	
}



.thrColFixHdr #header #buttontxt {
	width: 320px;
	text-align: center;
	float: right;
	padding-top: 10px;
	font-size: 13px;
	font-weight: 700;
	color: #CCCCCC;
	
	
	
}


.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}



.thrColFixHdr #lowerNavbar  {
	height: 55px;
	width: 915px;
	margin-left: auto;
	display: block;
	margin-right: auto;
	
}

.thrColFixHdr #lowerNavbar  .alignLeft{
	width:305px;
	height:53px;
	background-image:url(images/btn1.jpg);
	float:left;
	background-repeat: no-repeat;
	
}

.thrColFixHdr #lowerNavbar  .alignLeft a {
	display:block;
	height: 53px;	
	text-decoration: none;
	font-family: Geneva, "Lucida Sans Unicode", sans-serif;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: -1px;
	color: #FFFFFF;
	padding-top: 16px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 38px;
}
.thrColFixHdr #lowerNavbar  .alignLeft a:hover {
	display:block;
	height: 53px;
	background: url(images/btn1Off.jpg) no-repeat 0 0;

}



.thrColFixHdr #lowerNavbar .alignRight{
	width:610px;
	height:53px;
	float: right;

}

.thrColFixHdr #lowerNavbar .alignRight .bt2 {
	width:50%;
	height:53px;
	float: left;
	background-image:url(images/btn2.jpg);
	background-repeat: no-repeat;

}


.thrColFixHdr #lowerNavbar .alignRight .bt2 a {
	display:block;
	height: 53px;
	background: url(images/btn2.jpg) no-repeat 0 0;
	text-decoration: none;
	font-family: Geneva, "Lucida Sans Unicode", sans-serif;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: -1px;
	color: #FFFFFF;
	padding-top: 16px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 50px;
}
.thrColFixHdr #lowerNavbar .alignRight .bt2 a:hover {
	display:block;
	height: 53px;
	background: url(images/btn2Off.jpg) no-repeat 0 0;

}




.thrColFixHdr #lowerNavbar .alignRight  .bt3{
	width:50%;
	height:53px;
	float: right;
	background-image:url(images/btn3.jpg);
	background-repeat: no-repeat;

}


.thrColFixHdr #lowerNavbar .alignRight  .bt3 a {
	display:block;
	height: 53px;
	background: url(images/btn3.jpg) no-repeat 0 0;
	text-decoration: none;
	font-family: Geneva, "Lucida Sans Unicode", sans-serif;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: -1px;
	color: #FFFFFF;
	padding-top: 16px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 80px;
}
.thrColFixHdr #lowerNavbar .alignRight  .bt3 a:hover {
	display:block;
	height: 53px;
	background: url(images/btn3Off.jpg) no-repeat 0 0;

}




.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 260px;
	padding-right: 10px;
	padding-left: 25px;
	text-align: justify;
}
.thrColFixHdr #sidebar2 {
	float: right;
	text-align: justify;
}
.thrColFixHdr #sidebar2 {
	width: 270px;
	padding-right: 25px;
	padding-left: 10px;
}
.thrColFixHdr #mainContent {
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15;
	width: 270px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: justify;
} 
.thrColFixHdr #container #footer {
	padding-top: 60px;
	color: #CCC;
}

.thrColFixHdr #container #MainContentWrapper {
	background-color: #FFF;
	background-image: url(images/bgMain.jpg);
	background-repeat: no-repeat;
	width: 915px;
	padding-top: 35px;
}

.thrColFixHdr #footer {
	background-color: #000;
	background-image: url(images/bgFooter.jpg);
	background-repeat: repeat-x;
	height: 300px;
	padding-top: 40;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 875px;
} 

.thrColFixHdr #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 */
}
.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;
}

/*-------------footer-------------*/
.footer 						{
	background-image: url(images/bgFooter.jpg);
	background-repeat: repeat-x;
	height: 300px;
	padding-top: 40;
	padding-bottom: 0;
	width: 915px;
}

.footerContent				{
	width:914px;
	height:240px;
	padding-top:40px;
	margin-left:auto;
	margin-right:auto;
	font-size: 16px;
	
}

.footerContent .alignLeft{
	width:50%;
	height:240px;
	float: left;
	
}

.footerContent .alignLeft .top{
	width:50%;
	height:240px;
	
}


.footerContent .alignRight{
	width:50%;
	height:240px;
	float: right;

}

.footerContent .alignRight .menuLeft{
	width:50%;
	height:140px;
	float: left;
	margin-top: 15px;

}

.footerContent .alignRight .menuRight{
	width:50%;
	height:140px;
	float: right;
	margin-top: 15px;

}

.footer .footertoppart{
	height:190px;
	width:440px;


}

.footer .logo{
	background-image:url(images/footer_logo.gif);
	width:230px;
	height:86px;
	float: left;
	margin-top: 15px;
	margin-left: 5px;
}

.footer .Leftmenu{
	float: right;
	width:200px;
	height:140px;
	margin-top: 15px;
}


.footer ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
.footer ul li {
margin: 0px;
padding: 0px;
}
.footer ul li a {
	font-size: 80%;
	display: block;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	color: #6a7492;
	width:190px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6a7492;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.footer ul li a:hover, #vertmenu ul li a:focus {
	color: #FFFFFF;
	background-color: #353A49;
}

.footer .merchant{
	width: 440px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;

}

.footer .Copyright
{
	color:#a09374;
	width: 440px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.footer .Copyright p
{
	text-align: center;
	font-size: 10px;
}

.footer .Copyright a
{
	color:#a09374;
}


 
