

.urbangreymenu{
width: 200px; /*width of menu*/
top:auto
}

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
background: #606060 url(http://www.piskoeng.com/piskoeng_eng/common/js/img/arrowstop.gif) no-repeat 6px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
/* text-transform: uppercase;   */
padding: 7px 0px 7px 31px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbar a{
text-decoration: none;
color: white;
display: block;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}




/* ------ »çÀÌµå¸Þ´º ½ºÅ¸ÀÏ ³¡ ---------- */


body  {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.twoColFixLtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	vertical-align: top;
} 
.twoColFixLtHdr #header { 
	background: #dddddd; 
	padding: 10px 0px 25px 20px;
	margin-left:0;
	margin-bottom:0;
	top:0px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent { 
	margin:23px 10px 0 250px; /* 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 20 0 20 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
	font: 10px Verdana, Arial, Helvetica, sans-serif;
} 
.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: 50px 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;
}



.font_pos_right
{
position:relative;
left:123px;
}


/*------------- font------------- */

@font-face
{
font-family: myFirstFont;
src: url("http://www.piskoeng.com/piskoeng_eng/common/font/BOOKOSBI.TTF");
}
.myfont
{
font-family:myFirstFont;
}

@font-face
{
	font-family: piskologo;
	src: url("http://www.piskoeng.com/piskoeng_eng/common/font/BOOKOSBI.TTF");
}

.piskologo_font
{
	font-family:piskologo;
	font-size:16px;
	/* font-weight:400; */
	font-size:1.65em;
	float:left;
	padding-right:500px;
}

.piskologo_font_bottom
{
	font-family:piskologo;
	font-size:14px;
	/* font-weight:400; */
	font-size:1.65em;
	float:right;
	padding-right:500px;
}

@font-face
{
	font-family: piskosub;
	src: url("http://www.piskoeng.com/piskoeng_eng/common/font/verdana.TTF");
	/*src: url("http://www.piskoeng.com/piskoeng_eng/common/font/ARIALUNI.TTF");*/
	
}

.piskologo_sub
{
	font-family:piskosub;
	font-size:11px;
	/* font-weight:400; */
	font-weight:100;
	float:left;
	padding-right:500px;
	color:#787878;
}


/* ---------- ¸µÅ© ¼³Á¤ ---------------------------- */

a:link {color:#183FA3;}    /* unvisited link */
a:visited {color:#747003;} /* visited link */
a:hover {color:#021242;}   /* mouse over link */
a:active {color:#0000FF;}  /* selected link */
.style6 {
  color: #183FA3;
  font-size:10px;
  padding-top:10px;}

.style26 {color: #3300CC}
.style27 {color: #000066}


/* --------- SubMenu Info ----------- */

#text_border
{
border:1px solid #c7c7c7;
padding:0px 0px 2px 0px;
background:#ffffff;
width:200px;
border-radius:0px;
}

#title_boder
{
width:155px;
border:0px solid #red;
padding:5px 60px 3px 70px;
background:#114f03;
border-radius:0px;
text-align:center;

}

/* ========== BOX OUTLINE ===================== */
.tx_quproductlist_list_outerbox {
	width: 200px;
	height:auto;
	margin: 4px;
	border: 1px solid #c7c7c7;
	float: left;
}

.tx_quproductlist_list_bannerbox {
	width: 200px;
	height: 25px;
	background-color: #3c3d42;
}

/* ========== BOX OUTLINE END===================== */

.font_s
{
  font-size:0.85em;
  font-family:Helvetica,sans-serif;
  font-weight:-100;
 
}
.sub_bg {color: #ffffff}
.style30 {color: #333333}
.style31 {color: #666666}
/* --------- SubMenu Info end  ----------- */



/*------======== table style ============ ----*/

#table_ps
{
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  /*width:60%;*/
  border-collapse:collapse;
}
#table_ps td, #customers th 
{
  font-size:12px;
  border:1px solid #98bf21;
  padding:2px 2px 2px 2px;
}
#table_ps th 
{
	font-size:12px;
	text-align:left;
	padding-top:5px;
	padding-bottom:4px;
	background-color:#A7C942;
	color:#fff;
	border:1px solid #A7C942;
}

#table_ps tr.alt td 
{
color:#000;
background-color:#EAF2D3;
}

<!--
.style32 {
	color: #8b8b8b
}
-->

