/* MAIN LAYOUT */
*{
margin:0;
padding:0;
}

body{
background: #f36f21;
font-size: 12px;
}

#container{
width:760px;
margin: 0 auto;
}

#header{
height: 200px;
width: 760px;
position: relative;
background: #f36f21 url(../img/a1.gif) repeat-x;
}

#header #logo1{
float:left;
height: 200px;
width: 200px;
background: url(../img/logo1.gif);
}

#header #ppl{
position: absolute;
top: 75px;
left: 190px;
}

.text1 {
position: absolute;
top: 0px;
left: 150px;
width: 600px;
}

.text1 a{
font-size: 18px;
font-weight: bold;
text-align: center;
color: #000;
}

.text1 a:link, .text1 a:visited{
color: #000;
text-decoration: none;
}

.text1 a:hover{
color: #fff;
}

#header #phone{
position: absolute;
top: 85px;
right: 20px;
font-size: 16px;
font-weight: bold;
color: white;
}

#header #menu{
position: absolute;
bottom: 0px;
right: 10px;
display: block;
}

#header #menu li{
float: right;
display: block;
list-style: none;
background-image: none;
padding-left: 2px;
padding-right: 2px;
margin: 0px;
width: auto !important;
font-size: 11px;
line-height: 28px;
white-space: nowrap;
}

#header #menu ul{
list-style-type: none;
padding: 0;
margin-left: 0px;
margin-top: 10px;
}

#menu a{
display: block;
padding: 3px;
padding-left: 10px;
font-size: 18px;
text-decoration: none;
font-weight: bold;
text-align: center;
}

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

#menu a:hover{
color: #fff;
}

#contwrap{
background: #f36f21 url(../img/a2.gif) repeat-y;
}

#left{
float: left;
width: 200px;
display: block;
min-height: 500px;
height: 100%;
background: #f36f21 url(../img/a2.gif) repeat-y;
}

#lp_menu1{
text-decoration: none;
width: 180px;
margin: 10px;
background: #f36f21 url(../img/menu_shirt.gif) repeat-y;
}

#lp_menu1 ul{
text-align: center;
text-decoration: none;
padding: 10px 25px 10px 25px;
}

#lp_menu1 li{
display: block;
}

#lp_menu1 li a{
background-image: url(../img/btn1.gif);
font:bold 11px/20px Verdana;
text-decoration:none;
line-height: 9px;
text-align: center;
top: 10px;
display: block;
height: 32px;
padding-top: 8px;
width: 130px;
color: #000;
}

#lp_menu1 li  a:link, #navlistli  a:visited{
text-decoration: none;
color: #000;
}

#lp_menu1 li a:hover{
background: transparent url(../img/btn2.gif);
color: #fff;
}

#lp_menu1 p{
text-align: center;
display: block;
padding: 0;
font-size: 10px;
}

#lp_menu1 .hat{
background-image: url(../img/menu_hat.gif);
background-repeat: no-repeat;
height: 27px;
}

#lp_menu1 .boots{
background: url(../img/menu_boots.gif) no-repeat scroll center bottom;
height: 30px;
}

#lp_menu2{
text-decoration: none;
width: 180px;
margin: 10px;
background: #f36f21 url(../img/menu_shirt.gif) repeat-y;
}

#lp_menu2 ul{
text-align: center;
text-decoration: none;
padding: 10px 25px 10px 25px;
}

#lp_menu2 li{
display: block;
}

#lp_menu2 li a{
background-image: url(../img/btn1.gif);
font:bold 11px/20px Verdana;
text-decoration:none;
line-height: 9px;
text-align: center;
top: 10px;
display: block;
height: 32px;
padding-top: 8px;
width: 130px;
color: #000;
}

#lp_menu2 li  a:link, #navlistli  a:visited{
text-decoration: none;
color: #000;
}

#lp_menu2 li a:hover{
background: transparent url(../img/btn2.gif);
color: #fff;
}

#lp_menu2 p{
text-align: center;
display: block;
padding: 0;
font-size: 10px;
}

#lp_menu2 .hat{
background-image: url(../img/menu_hat.gif);
background-repeat: no-repeat;
height: 27px;
}

#lp_menu2 .boots{
background: url(../img/menu_boots.gif) no-repeat scroll center bottom;
height: 30px;
}

#right{
position: relative;
float: right;
display: block;
width: 560px;
min-height: 500px;
height:500px;
height:auto !important;
background: #fcb50f url(../img/shdw_left.gif) repeat-y 0% 0%;
}

#right #shadow{
height: 18px;
background: #fcb50f url(../img/shdw_up.gif) no-repeat 0% 0%;
}

#footer{
width:760px;
height: 120px;
clear: both;
position: relative;
}

#footer #cloud{
position: absolute;
left: 200px;
top: 0;
width: 350px;
}

#footer #banner1{
position: absolute;
left: 500px;
top: 0;
width: 240px;
}

#slogan{
position: absolute;
padding: 10px 0 0 15px;
color: #fff;
font: bold 11px Verdana;
text-decoration:none;
line-height: 11px;
white-space: nowrap;
width: auto !important;
}

#slogan a,#slogan a:hover,#slogan a:visited{
color: #fff;
}
 
.img_brd{
border: 3px solid #FCB50F;
margin-right: 10px;
}

.list_style{
list-style-image: disk;
list-style-position: inside;
list-style-type: disc; 
}