																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																											@charset "utf-8";
/* CSS Document-Powered By Emerge Systems (M) Sdn. Bhd.  */
img, div, input { behavior: url("iepngfix.htc") }
img { -ms-interpolation-mode:bicubic; }

/* Reset stylesheet to make all the crowser consistance */
html, body, div, form, table, th, td, h1, h2, h3, h4, h5, h6 { 
	margin: 0; padding: 0;
} 

body {
background-color: #e4e4e4;
}


#container {
width: 1350px;
font: 13px Verdana, Arial, Helvetica, sans-serif;
background-attachment: scroll;
background-image: url('/Clients/modernartcorp/bgmodernart.jpg'), url('/Clients/modernartcorp/footer.jpg');
background-repeat: no-repeat, repeat-x;
background-position: top center, bottom center;
margin: 0 auto;
overflow-x: hidden;
}

/*========= Header Part ===============*/
#header {
	width: 960px; /* the width is follow the container width */
	height: auto;
	padding-bottom:32px;
margin:  0 auto;
}
#logo {
	padding: 20px 0 0 10px;
	float: left;
	width: 490px;
}
#logo span {
	float: left;
	margin-right:10px;
}

#link_top { /* this is the very top navigation for membership &shopping cart */
	width: 250px;
	height: 72px;
	float: right;
	position: relative;	
	margin-right:10px;
}

#link { /* this is the very top navigation for membership &shopping cart */
	padding: 10px 0 0 0;	
	position: absolute;
	top: 0; /* the navigation will always stay at the top of the link_top div */
	right: 0;
	color: #000;
}

#link a, #link a:visited {/* link color for membership &shopping cart */
	text-decoration: none;
	color: #000;
}
#link a:hover {/* link hover color for membership &shopping cart */
	text-decoration: underline;
}



/*========= Middle Part ===============*/

#middle_container {
	width: 100%;

}

/*========= Banner Part ===============*/
#banner_flash{	
	clear:both;
	margin:0 auto;	
	height: auto;
	width: 960px;
	text-align:center;
}

#banner {
	height:256px;
	width:960px;
}

.banner_textbox { /*text area of banner, if the font here are different from the default, add another font type here */
	float: right;
	padding: 100px 20px 20px 20px;/* edit to adjust the display position*/
	width: 380px; /* edit  to set the display area*/
	color: #000; /*edit banner description color*/
}
#banner h1 {
	font: bold 42px "trebuchet MS", verdana, arial;
	color: #000; /*edit banner title color*/
	margin: 0;
	padding: 0;
}

/*========= Navigation Part ===============*/
#nav {
	width: 100%;			
	padding: 3px 0px 3px 0px;
	height: auto;
	zoverflow:auto;
	_overflow:visible;
	margin-bottom: 0px;
zbackground: url('/Clients/modernartcorp/nav.jpg');
zwidth: 100%;
zbackground-repeat:repeat-x;
zheight:50px;
font:family: century gothic;
font-size: 12px;
font-weight: bold;
font-color: #fff;

}

#nav a {
color: #fff;
}

#side_nav {
	width: 100%;	
	margin-bottom: 20px;		
}

.side_text ul {
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0;
}

/*========= Heading / TItle Part ===============*/
h1, h2, h3, h4, h5, h1 a:link, h1 a:visited {
	color: #000; /*adjust font color for h1, h2, h3, h4, h5*/
}
h1 {  /* Use for those highlight title, subtitle, likes: News & Events title */
	font-size: 22px;
	line-height: 2.5em;
	padding-bottom: 5px;
}

h2 {  /* Use for highlight title, subtitle, likes: Q&A questions title */
	font-size: 16px;
	line-height: 2.5em;
}

h6 {  /* Use in news & events date format */
	font-weight: normal;
	font-size: 11px;
}


/*========= Content Part 1 column ===============*/

#content_container { /* this div is for 1 column content layout */
padding: 15px;
min-height: 500px;
color: #424242;
width: 1350px;
margin-top: 20px;
background: url('/Clients/modernartcorp/footer-bg.jpg')no-repeat;
background-position: bottom left;
margin-bottom: 25px;
}

#content {
width: 930px;
margin: 0 auto;
}

/*========= Content Part 2 column ===============*/

#main_content_right, #main_content_left  { /*adjust main content width */
	width: 640px;
	padding: 15px 20px 15px 10px;
	overflow:hidden;
	text-align: justify; /* change to right, center, inherit or justify if desired */

}

#side_content_right, #side_content_left { /*adjust site content width*/
	width: 280px;
	padding: 10px;	
	overflow:hidden;
}

#side_content_right, #main_content_right {
	float: right; 	 /* DO NOT EDIT for this class */
}

#side_content_left, #main_content_left { 
	float: left; /* DO NOT EDIT for this class */
}


/*========= Footer Part ===============*/

#footer {
	clear: both; /* content both side_content and main_content to bottom part */
	padding: 15px 0px 10px 0px;	
	width: 100%; /* to let the footer full fit in browser, change to exact width if desired */
	margin: 0 auto; 
	text-align: center; /*change to left or right if desired */   
background:transparent;	
}

.footer_menu, .footer_contact {
	padding: 0 0 5px 0;
	width:960px;
	margin: 0 auto;
text-align:center;
}


#footer a:hover {
	text-decoration: underline;
}


/*=========  Login, Contact, Download, News & Events, Testimonial, Guestbook Page ===============*/

#login_panel, #testimonial_panel, #guestbook_panel, #download_panel {
	background-color: ;
	border: 5px solid #CCC;	
}
#news_panel td, #product_panel td { /* Use to divide each news / products */
	border-bottom: 2px dotted #CCC;
}
.divider {  /* Use to divine information, such as: contact info / news & events */
	border-top: 2px dotted #CCC;
}
.txtbox_login { /* appearance of Login textbox - leave all blank if you wish to use browser default style */
	background-color: #fff;
	border: 1px solid #aaa;
}
.txtbox, .txtarea  { /* appearance of all textbox and textarea - leave all blank if you wish to use browser default style */
	background-color: #fff;
	border: 1px solid #aaa;
}
.imgborder, #testimonial_panel img { /* Testimonial image style and News Image style */
	border: 1px solid #CCC;	
}

.normal { 
	font-weight: normal; 
	font-size: 11px; /* Follow the default font-size of the site */
}
.price {
	color: #FF0000; /* color of the price display on product page */
}
.bgcolor { /* Use in the title of Security Code within a form  */
	background-color: #8E8D8D;
	font-weight: bold;
	color: #fff;
}
.bgcolor2 { /* bgcolor of Security Code area */
	background-color: #ddd;
}
.big_img_frame img {	/* Product detail page - border color of Big product image - add in style if desired */
}
.small_img_frame img { /* Product detail page - border color of small thumbnail of product image */
	border-color: #555;	
}


/*=====Slider=====*/
#Slider {
z-moz-box-shadow: 0px 8px 12px #888;
z-webkit-box-shadow: 0px 8px 12px #888;
zbox-shadow-bottom: 5px #888;
}

a#Slider_shadow {
background: url(/Clients/modernartcorp/slide_shadow.png) repeat-y right top;
position: absolute;
display: block;
width: 50px;
height: 360px;
top: 0;
right: 0;
} 

ul#accordion-slider{
 margin: 0 auto;
 padding: 0;
 list-style: none;
 position: relative;
}
ul#accordion-slider li{
 display: block;
 overflow: hidden;
margin-left:-16px;
 padding: 0;
 float: left;
 width: 155px;
 height: 360px;
 z-moz-box-shadow:    3px 3px 25px 10px #2a2a2a;
 z -webkit-box-shadow:  3px 3px 25px 10px #2a2a2a;
 z box-shadow:          3px 3px 25px 10px #2a2a2a;
}
ul#accordion-slider span
{
position: absolute;
zmargin: 20px 200px;
color: white;
bottom: 0px;
zleft: 10px;
width: 100%;
display: block;
padding: 2px 5px 50px;
background: black;
font-size: 15px;
font-weight: bold;
height: 15px;
line-height: 18px;
opacity: 0.7;
}
ul#accordion-slider .button{
position: absolute;
margin: 20px 200px -6px;
bottom: 10px;
display: block;
height: 20px;
width: 60px;
background: #E6E6AA;
border: 2px solid rgba(33, 68, 72, 0.59);
color: black;
left: 10px;
}

element.style {
}

#nav a.selected span, #nav a:hover span {
overflow: visible;
text-decoration: none;
color: #fff;
padding: 5px 12px;
margin: 0 10px 0 10px;
background-color: #084c6f;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius; 15px;
}

.mattblackmenu li a {
float: left;
display: block;
text-decoration: none;
margin: 8px 1px 8px 0;
}

.ddsubmenustyle li a:hover {
background-color: #666;
color: white;
font-family: arial;
font-size: 12px;
font-weight: bold;
line-height: 20px;

}

.ddsubmenustyle li  {
color: #666;
font-family: arial;
font-size: 12px;
font-weight: bold;
line-height: 20px;

}

.shadow {
  -moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
}


#flexmenu118220 li a [href="index.asp?pageid=119203&t=architectural"]
{border-top-right-radius: 10px;
border-top-left-radius: 10px;}


#flexmenu118220 {border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;}

.ddsubmenustyle jqflexmenu {border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;}

#flexmenu118220 li {border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;}

.ddsubmenustyle jqflexmenu li {border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;}

.ddsubmenustyle jqflexmenu li a:hover {border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;}

.ddsubmenustyle li a {zborder-radius: 10px;
z-moz-border-radius: 10px;
z-webkit-border-radius: 10px;
}

strong, b {
font-weight: bold;
display:none;
}

select {
-webkit-appearance: menulist;
box-sizing: border-box;
-webkit-box-align: center;
border: 1px solid;
border-image: initial;
white-space: pre;
-webkit-rtl-ordering: logical;
color: black;
background-color: white;
cursor: default;
display:none;
}

form {
display: block;
margin-top: 0em;
margin-left:200px;
}

#footer hr {width: 100%;
height: 2px;
background: url(''/Clients/modernartcorp/hr.png') repeat-x;
margin: 0 0 12px 0;}

#nav a span, #nav a:visited span {
font: 13px 0;
border: 4px none;
color: #fff;
font-weight: bold;
font-style: normal;
text-decoration: none;
padding: 5px 12px;
margin: 0 10px 0 10px;
}


ddsubmenustyle, ul.ddsubmenustyle, .ddsubmenustyle ul {
margin: 0px;
padding: 0px;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background-color: #fff;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
margin-top: 10px;
}

hr {
color: #dedede;
}

#slider_paralel {
width: 960px;
height: 360px;
overflow: hidden;
position: relative;
margin: 0 0 0 15px;
}

#slider_parallel .slide_shadow {
background: url('/Clients/modernartcorp/slide_shadow.png') repeat-y right top;
position: absolute;
display: block;
width: 50px;
height: 360px;
top: 0;
right: 0;
}

#nav li a {
color: #fff;
}

#nav ul li a {
color: #fff;
}

#nav ul {width: 930px; margin: 0 auto;}

#link {
color: #FFF;
}

#link a, #link a:visited {
color: #fff;
}

#Bottom {
margin-bottom: -31px;
}