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


body,hmtl
{
	background-color:#373134;
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	margin:0px;padding:0px;
	

}

body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
margin:0px;padding:0px;
/*overflow:hidden;*/
}

h1{
font-size:16px;
font-weight:bold;
letter-spacing:-0.8px;
line-height:20px;
text-transform:uppercase;
padding-bottom:10px;
}

#framecontentTop, #framecontentBottom{
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
/*height: 110px; /*Height of top frame div*/
/*overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/

color: black;

}
#framecontentTop{
background:white;
z-index:999;
height:160px;
}

#framecontentBottom{
top: auto;
bottom: 0; 
height: 40px; /*Height of bottom frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background:white;
color: white;
z-index:998;
text-transform:uppercase;
}

#maincontent{
position: fixed; 
margin:0;
padding:0;
top: 160px; /*Set top value to HeightOfTopFrameDiv*/
left: 0;
right: 0;
bottom: 40px; /*Set bottom value to HeightOfBottomFrameDiv*/
overflow: auto; 
overflow:hidden;
z-index:-999;/*ie6fix-21/11*/

}

#stretch {
/*background:#ccc url(../images/shoe-gradient.png) repeat-y;*/

/*background-position:50% 0;*/
padding:20px 35px 20px 35px;
height:100%;
position:relative;
}

.ie7fix {
width:100%;
height:100%;
}

.innertube{
margin: 0px; /*Margins for inner DIV inside each DIV (to provide padding)*/
background-color: #333333;
z-index:1;/*ie6fix-21/11*/
}

#innertubetop{
margin: 0px; /*Margins for inner DIV inside each DIV (to provide padding)*/
height:100%;
/*width:800px;*/
position:relative;
z-index:9999;
padding:0;
font-weight:bold;
letter-spacing:-0.8px;
text-transform:uppercase;
}

#innertubetop img {
padding:15px 0 0 35px;
}

#innertubetop ul {
padding:10px 0 0 35px;
}

#tr {
position:absolute;
right:35px;
top:15px;
}

.innertubebtm{
margin:0 auto;
height:40px;
}

.innertubebtm ul{
margin:10px 0 0 35px;
}
.innertubebtm ul li {
display:inline;
list-style-type: none;
padding-right: 10px;
font-size:12px;
color:black;
}

.innertubebtm ul li a:link, .innertubebtm ul li a:active, .innertubebtm ul li a:visited {
color:black;
padding-right: 10px;
}

* html body{ /*IE6 hack*/
padding: 470px 0 -100px 0; /*Set value to (HeightOfTopFrameDiv 0 HeightOfBottomFrameDiv 0)*/ /*130px 0 -100 0*/

}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}











#flashcontent {
	height: 100%;
	/*visibility:hidden;*/
	position:relative;
}





strong {
font-weight:bold;
}

.atextleft {
width:250px;
min-height:250px;
z-index:99;
margin-right:18px;
float:left;
}

.textleft {
position:absolute;
width:250px;
min-height:250px;
z-index:99;
top:20px;
left:35px;
}

.textleft p {
padding:3px 0 3px 0;
}

* html .textleft {
top:200px;
}

.white {
background:white;
padding:5px;
font-size:12px;
text-transform:uppercase;
}

.toppng {
height:14px;
background-image:url(../images/middle.png);
position:relative;
}

.fl {
float:left;
}

.rt {
float:right;
}

.textmiddle{
float:left;
width:450px;
background:white;
min-height:250px;
padding:5px;
}

#carousel {margin:0 auto;padding-top:140px;}
#carousel ul li{margin:0 10px;display:inline;}
#carousel img{padding-left:2px;}

.jCarouselLite {
/*overflow: hidden; 
visibility: visible; 
position: relative; 
z-index: 2; 
left: 0px; 
margin:0 auto;*/


position:absolute!important;

/*left:50%!important;
top:50%!important;
margin-left:-555px!important;
margin-top:-190px!important;*/

left:50%!important;
top:50%!important;
margin-left:-555px!important;
margin-top:-190px!important;

overflow:hidden;
visibility:visible;
width:1110px!important;
z-index:2;
}

.jCarouselLite ul li {
overflow: hidden; 
float: left; 
width: 450px; 
position:relative;
height:350px!important;
margin:0 0px;
margin-left:-125px;
margin-right:125px;
text-align:center!important;
}

.jCarouselLite ul li img {
/*max-width:270px;*/
position:absolute;
bottom:0;
bottom:32px;
left:50%;
margin-left:-175px;
}

.jCarouselLite ul li p {
position:absolute;
bottom:0;
left:0;
width:100%;
text-align:center;
}

.next {
background:transparent url(../images/next.png) no-repeat scroll 0 0;
cursor:pointer;
height:61px;
right:35px;
position:absolute;
bottom:65px;
width:41px;
z-index:3;
}

.prev {
background:transparent url(../images/prev.png) no-repeat scroll 0 0;
cursor:pointer;
height:61px;
left:35px;
position:absolute;
bottom:65px;
width:41px;
z-index:3;
}

a:link, a:active, a:visited {
color: #000;
text-decoration:none;
}
a:hover {
color:#000;
text-decoration:none;
}