/* GENERAL STYLES */
body, html {
   padding: 0px;    
   margin: 0px;
   background: #DAEBF8 url(/tpls/$img/bg.gif) repeat 50% 0%;    
   width: 100%;
   height: 100%;
   text-align: center;
}
body, td, h1 { 
   font-family: Arial, Verdana, Tahoma, Courier, sans-serif; 
   color: #4C4C4C;
   font-size: 12px;
}
a, a:hover {
   color: #3A6DAA;
   text-decoration: underline;
}
a:hover {
   color: #62ce00;
}
table {
   border: 0px; 
   border-collapse: collapse;
}
table td {
   padding: 0px; 
}
img {
   border: none;
}
form, img, div {
   padding: 0px;
   margin: 0px;
   background: transparent;
   border: none;
}
p {
   padding: 0px 0px 14px 0px;
   margin: 0px;   
}
h1 {
   font-size: 13px;
   padding: 0px 0px 5px 4px;
   margin: 0px;
   color: #4BA000;
}
h2 {
   font-size: 13px;
   padding: 0px 0px 5px 0px;
   margin: 0px;
   color: #4BA000;
}
h2 a {
   color: #4BA000;
}
/* STYLES FOR DESIGN ELEMENTS */
#out {
   background: transparent url(/tpls/$img/bg_top.gif) repeat-x 50% 0%;
   text-align: center;
   width: 100%;
}
#in {
   width: 741px;
   margin: 0 auto;
   text-align: left;
   padding: 48px 0px 0px 0px;
}
.head_box {
   background: transparent url(/tpls/$img/bg_head.gif) repeat-x 50% 100%;
   width: 100%;
}
.head_box td {
   vertical-align: bottom;
}
.head_box td.head {
   width: 100%;
   vertical-align: top;
   padding: 37px 0px 0px 8px;
}
#logo_name {
   height: 69px;
}
#logo_name p {
   padding: 2px 0px;
   font: normal 11px Arial;
   color: #ffffff;
   letter-spacing: 0.20em;
}
#menu {
   padding: 0px;
   height: 26px;
   position: relative;
   left: -14px;
}
#menu img {
   float: left;
   margin: 0px 14px 0px 0px;
}
.sub {
   font: normal 11px Verdana;
   line-height: 1.6em;
}
#sub_size {
   width: 100px;
}
.content_box {
   padding: 0px 2px;
}
.content_box #size {
   width: 100%; 
   background: #ffffff;
   padding: 15px 0px 20px 0px;
}
.content {
   vertical-align: top;
   padding: 0px 26px 0px 20px;
}
.content p {
   padding: 0px 0px 12px 4px;
}
.line {
   background: #bfbfbf url(/tpls/$img/line.gif) no-repeat 100% 0%;
   height: 1px;
   margin: 7px 0px 17px 0px;
}
/* STYLES FOR FRAMES */
.icon_frame {
	width: 286px;
	margin: 0px 0px 20px 0px;
	background: #efefef url(/tpls/$img/frame.gif) repeat-y 100% 0%;
}
.icon_frame .picture, .icon_frame .picture div {
	height: 92px;
}
.icon_frame .picture img {
	margin: 5px 5px 0px 4px;
}
.icon_frame .picture div {
	background: transparent url(/tpls/$img/frame_w_bg.gif) repeat-x 0% 0%;   
}
.icon_frame .picture div div {
	background: transparent url(/tpls/$img/frame_w_left.gif) no-repeat 0% 0%;   
}
.icon_frame .picture div div div {
	background: transparent url(/tpls/$img/frame_w_right.gif) no-repeat 100% 0%;   
}

.icon_frame .caption {
   color: #707070;
   font-size: 11px;
   padding: 4px 0px 1px 10px;
}
.icon_frame .caption img {
   float: right;
   margin: 2px 11px 0px 0px;
}
.icon_frame .ffoot, .icon_frame .ffoot div {
   height: 6px;
}
.icon_frame .ffoot {
   background: transparent url(/tpls/$img/frame_bottom_left.gif) no-repeat 0% 100%;   
}
.icon_frame .ffoot div {
   background: transparent url(/tpls/$img/frame_bottom_right.gif) no-repeat 100% 100%;   
   padding: 0px 11px 0px 10px;
}
.icon_frame .ffoot div div {
   background: transparent url(/tpls/$img/frame.gif) repeat-x 0% 100%;   
}

/* half_frame */
.half_frame, .half_frame div {
   height: 50px;
}
.half_frame {
   background: transparent url(/tpls/$img/frame_half_right.gif) no-repeat 100% 0%;   
}
.half_frame div {
   background: transparent url(/tpls/$img/frame_half_left.gif) no-repeat 0% 0%;   
   padding: 0px 11px 0px 10px;
}
.half_frame div div {
   background: transparent url(/tpls/$img/frame_half_bg.gif) repeat-x 0% 0%;   
}
.half_frame p {
   text-align: center;
   padding: 23px 0px 0px 0px;
}

.foot_box {
   background: transparent url(/tpls/$img/crn_bottom_left.gif) no-repeat 0% 0%;
   height: 6px;
}
.foot_box div {
   background: transparent url(/tpls/$img/crn_bottom_right.gif) no-repeat 100% 0%;
   height: 6px;
   padding: 0px 8px;
}
.foot_box div div {
   background: transparent url(/tpls/$img/bg_bottom.gif) repeat-x 1px 0px;
   height: 6px;   
}
#copyright {
   color: #64889B;
   font-size: 11px;
   padding: 8px 4px 40px 0px;
   text-align: right;
}
#copyright a, #copyright a:hover {
   color: #64889B;
   text-decoration: none;
}
