/* aCreator, Inc. */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.body2 {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;    
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.copyright {
     font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size: 9px;
	 color: #ffffff;
	 }
.image_about { background-image:url(../images/web_site_hosting.gif); background-repeat:no-repeat; width: 121px; height: 76px; text-align: right; }

.panel_hdr {
	background-image:url(../images/panel_hdr.jpg); background-repeat:no-repeat; width: 253px; height: 20px; font-family:Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color:#ffffff; padding-left: 2px; }
.panel_hdr a:active, a:visit { font-family:Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color:#ffffff; padding-left: 2px;}
.center_box {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
    position: relative;
    top: 10px;
	margin-left: 3px;
	padding-left: 1px;
    padding-right: 5px;
    width: 250px;
    height: 150px;
    vertical-align: top;
    text-align: center;
    background-color: #F7F7F7;
    padding-bottom: 0px;
    z-index: 10;
	border: 1px groove #CCCCCC;
  	}
	
.plain_box {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
    position: relative;
    top: 10px;
	margin-left: 3px;
	padding-left: 1px;
    padding-right: 5px;
    width: 255px;
    height: 150px;
    vertical-align: top;
    text-align: left;
    background-color: #F7F7F7;
    padding-bottom: 0px;
    z-index: 10;
  	}
	

.left_box {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
    position: relative;
    top: 10px;
	margin-right: 5px;
	margin-left: 5px;
    padding-left: 0px; 
    width: 98%;
    height: 200px;
    vertical-align: top;
    text-align: left;
    background-color: #F7F7F7;
    padding-bottom: 0px;
    z-index: 10;
	border: 1px groove #CCCCCC;
  	}
	
.right_box {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
    position: relative;
    top: 10px;
	margin-left: 270px;
	margin-right: 2px;
	padding-left: 1px;
    padding-right: 5px;
    width: 250px;
    height: 200px;
    vertical-align: top;
    text-align: left;
    background-color: #F7F7F7;
    padding-bottom: 0px;
    z-index: 10;
	border: 1px groove #CCCCCC;
  	}

.pg_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-left: 5px;
	font-weight: bolder;
	color: #790000;
	text-align: right;
	font-style:oblique;
	}
.a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #790000;
	text-align: right;
	} 	
	
.subpg_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #000000;
	text-align: left;
	}
.content { font-family: Arial, Verdana, Helvetica, sans-serif; color: #333333; font-size: 12px; font-weight:normal; text-align:left; padding-left: 5px; padding-right: 5px}
.content, a:link      { text-decoration: none; font-family: Arial, Verdana; font-size: 12px; } 
.content, a:visited   { text-decoration: none; font-family: Arial, Verdana; font-size: 12px; } 


.boldsm { font-family: Verdana, Arial, Helvetica, sans-serif; color: #333333; font-size: 11px; font-weight:bold;}
/*toggle*/
input { cursor: hand; }
a:link      { text-decoration: none; font-family: Arial, Verdana; font-size: 12px; cursor: hand; } 
a:visited   { text-decoration: none; font-family: Arial, Verdana; font-size: 12px; cursor: hand; } 
a:hover     { background-color: #E0E0E0; text-decoration: none; cursor: hand;  }

input.button {
  color: #ffffff; 
  background-image: url(../images/btn.jpg);
  width: 200px; 
  font-size: 11px;
  font-weight:normal;
  font-family: Arial, Helvetica, sans-serif;
  border: 0px;
  text-align: center;
}

/*ddmenu*/
.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}
/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #000000; /*overall menu background color*/
}
/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 60px; /*Width of top level menu link items*/
padding: 1px 8px;
border-top: 1px solid #ffffff;

text-decoration: none;
color: #ffffff;
}
 
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
color:#FFFFFF;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}
/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 100px; /* no need to change, as true value set by script */
top: 0;
}
/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 100px; /*width of sub menu levels*/
color: #ffffff;
text-decoration: none;
padding: 1px 5px;
border-top: 1px solid #ffffff;
}
.suckertreemenu ul li a:hover{
background-color: #790000;
color: white;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
 
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 10px; }
* html .suckertreemenu ul li a { height: 10px; }
/* End */

/*globalnav*/

.hdrFashion { background-image: url(../images/tltFashion.jpg); height: 90px; background-repeat:no-repeat; background-position: right; }
.bgwhite { background-color:#FFFFFF; }
.frameBdr { border: 10px groove #333333;} 
.bdrLineTop { border-top: 1px solid #ffffff; }
.bdrLineLft { border-left: 1px solid #ffffff; }
.bdrTop { border-top: 5px solid #79000;  }
.bdrWhite { border: 1px solid #fffff; }
.bgGry { background-image:url(../images/bgGry.jpg); background-repeat: repeat; }
.bgBlk { background-color:#000000; }
.bgBurg { background-color: #790000; }
.logoAcrt { background-image:url(../images/smallLogo5.jpg); height: 85px; background-repeat: no-repeat; background-position:left; }


.hmImg { background-image:url(../images/fashion1.jpg); background-repeat: no-repeat; width: 200px; height: 420px; }
.bgWht { background-color:#FFFFFF; }
.header { background-image:url(../images/header.jpg); width: 800px; height: 80px; background-repeat:no-repeat; }
.header2 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#FFFFFF; font-weight:bold; background-color:#790000; padding-left: 5px; margin-right: 5px;}
.border { border: 1px solid #050872; background-color:#FFFFFF; }
.border_Lft { border-left: 1px solid #050872; }
.border_Rgt	{ border-right: 1px solid #050872; }
.burg_bg { background-color: #790000; height:1px; }
.bg_left { background-image:url(../images/bgLft.jpg); background-repeat:repeat; }
#globalnav {
	position:relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	float:left;
	width:100%;
	padding:0 0 1.75em 1em;
	margin:0;
	list-style:none;
	line-height:1em;
}

#globalnav LI {
	float:left;
	margin:0;
	padding:0;
}

#globalnav A {
	display:block;
	color:#790000;
	text-decoration:none;
	font-weight:normal;
	background:#ddd;
	margin:0;
	padding:0.25em 1em;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #aaa;
}

#globalnav A:hover,
#globalnav A:active,
#globalnav A.here:link,
#globalnav A.here:visited {
	background:#bbb;
}

#globalnav A.here:link,
#globalnav A.here:visited {
	position:relative;
	z-index:102;
}

/*subnav*/

#globalnav UL {
	position:absolute;
	left:0;
	top:1.5em;
	float:left;
	width: 120%;
	background:#bbb;
	margin:0;
	padding:0.25em 0.25em 0.25em 1em;
	list-style:none;
	border-top:1px solid #fff;

}

#globalnav UL LI {
	float:left;
	display:block;
	height:12px;
	margin-top:1px;
}

#globalnav UL A {
	background:#bbb;
	color:#fff;
	display:inline;
	margin:0;
	padding:0 1em;
	border:0
}

#globalnav UL A:hover,
#globalnav UL A:active,
#globalnav UL A.here:link,
#globalnav UL A.here:visited {
	color:#790000;
}


.panelHd { background-image:url(../images/panHdr.jpg); background-repeat:no-repeat; height:17px; padding-left: 5px; font-family:Verdana, Helvetica, sans-serif; font-size:12px; font-weight:normal; color:#FFFFFF;  }
.panelPad { padding-left: 5px; }
.panelBG { background-image:url(../images/panBg.jpg); }
.tab_bg { background-image:url(../images/bg2.jpg); }
.header_bg2 { background-image:url(../images/bgHdr.jpg); } 
.header_bg { background-image: url(../images/headerbg.jpg); } 
.menu_bg { background-image:url(../images/bgMenu.jpg); background-repeat:repeat-x; font-family:Arial, Helvetica, sans-serif; font-size: 11px; color:#FFFFFF; font-weight:bold; }
.acreatorweb { background-image: url(../images/acreator_web.gif); width: 794px; height: 492px; background-position:center; background-repeat: no-repeat; }
.logo { background-image: url(../images/smallLogo.jpg); width: 198px; height: 131px; background-position: left; background-repeat: no-repeat; vertical-align: bottom; }
.main { width: 794px; height:492px; }

.header_top{
    background-image: url(../images/hdr.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 555px;
	height: 95px;
}

.header_left{
    background-image: url(../images/hdr_left.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 92px;
	height: 22px;
}

.header_right{
    background-image: url(../images/hdr_right.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 97px;
	height: 22px;
}

.menu_home {
  background-image: url(../images/menu_home.jpg);
  background-repeat: no-repeat;
  background-position:top;
  width: 418px;
  height: 26px;
}

.menu_web {
  background-image: url(../images/menu_web.gif);
  background-repeat: no-repeat;
  background-position:top;
  width: 418px;
  height: 26px;
}

.menu_contact {
  background-image: url(../images/menu_contact.gif);
  background-repeat: no-repeat;
  background-position:top;
  width: 418px;
  height: 26px;
}

.menu_fashion {
  background-image: url(../images/menu_fashion.gif);
  background-repeat: no-repeat;
  background-position:top;
  width: 418px;
  height: 26px;
}

.hdr_about {
    background-image:url(../images/bd_top_about.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 555px;
	height: 140px;
}

.hdr_contact {
    background-image:url(../images/bd_top_contact.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 555px;
	height: 140px;
}

.bdr_left {
    background-image: url(../images/bd_left.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 92px;
	height: 321px;
}

.bdr_right {
    background-image:url(../images/bd_right.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width: 82px;
	height: 289px;
}

.bdr_btm {
    background-image: url(../images/bd_btm.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 555px;
	height: 98px;
}

.mdl { background-image: url(../images/bgPG.jpg); background-repeat:repeat; }
 
 .home {
  background-image: url(../images/hm3.jpg);
  width: 366px;
  height: 321px;
}


 .bold {
   font-family:Arial, Verdana, Helvetica, sans-serif;
   font-size: 12px;
   font-weight:bold;
   color:#000000;
}
.image_fashions { background-image:url(../images/image_fashions.jpg); width: 498px; height:430px; background-position:center; }
.image_artist { background-image:url(../images/image_artist.jpg); width: 498px; height:430px; background-position:center; }

