* html .container {
	margin-left: -1130px;background-color:#fff;position: relative
}
/*\*/* html .container, * html .content {
	height: 1px;background-color:#fff;
}
/**/
.content {
	padding:5px;
	background-color:#fff;
}
.width {
	background-color:#fff;
	width: 90%;
	min-width: 1130px;
	margin:0 auto;
	height:100%;
	border:1px solid #c0c0c0;
}
* html .minwidth {
	padding-left: 1130px;
	background-color:#fff
}
/*\*/* html .minwidth, * html .layout {
	height: 1px;
	background-color:#fff
}/**/
IMG { 
border : 0
} 
BODY { 
margin : 0;
padding : 0;
color : #433;
line-height: 1.125em;
word-wrap: break-word;
border : 0;
background: #f8f8f8 url('http://www.seizeart.com/images/bgbright.jpg') repeat;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 100.1%;
text-align : center
} 
#header { 
padding:0 0px 29px 0;
margin : 0;
border: 0;
height : 113px;
width:100%;
background: #ffffff none left no-repeat;
z-index:300009
} 
#menu {
FONT-FAMILY:myriad web pro,arial;
MARGIN:0 0 10px 1px;
PADDING: 0 0 0 6px;
BORDER: 0;
BACKGROUND-COLOR: #ffffff;
width:880px;
FONT-SIZE:.9em;
z-index:3000
}
#menu ul li a, #menu ul li a:visited {
display:block;
border: 0; 
margin:0;
width: 110px;
height:32px;
font-size: 1.2em; 
text-transform:capitalize; 
color: #660066; 
background-color: #ffffff; 
LINE-HEIGHT: 26px; 
letter-spacing: 2px; 
text-align: center; 
text-decoration: none; 
overflow: hidden
}
#menu ul {
padding: 0; 
margin: 0; 
list-style-type: none;
background-color: #fff;

}
#menu ul li {
padding:0;
float:left;
border: 0;
margin:0;
font-size: 1em;
color:#669999;
position:relative;
background-color: #fff
}
#menu UL LI UL {
DISPLAY: none
}
#menu ul li:hover a {
font-size:1em;
background-color:#993399;
color:#ffffff;
z-index:2000
}
#menu ul li:hover ul {
display:block; 
border: 1px #660066 solid;
position:absolute; 
top:27px;
letter-spacing:3px; 
left:0px;
color:#669999;
width:322px;
height:320px;
background:#fff;
z-index:2000
}
#menu ul li:hover ul li a.hide {
background-color:#ffffff;
color:#660066;
border-left: 1px #ffccff solid; 
border-right: 1px #ffccff solid; 
border-bottom: 1px #ffccff solid; 
}
#menu ul li:hover ul li:hover a.hide {
background-color:#669999;
color:#fff;
}
#menu ul li:hover ul li ul {
display: none
}
#menu ul li:hover ul li a {
display:block;
text-align:justify; 
font-size: 1em;
width:320px;
font-weight: 400;
background-color:#fff; 
color:#660066;
border-left: 1px #660066 ridge; 
z-index:300
}
#menu ul li:hover ul li a:hover {
background-color:#fff; 
color:#993399;
z-index:100
}
#menu ul li:hover ul li:hover ul {
display:block;
font-size: 1em;
position:absolute; 
background-color:#f8f8f8; 
color:#669999;
left:122px; 
top:0;
z-index:100
}
#menu ul li:hover ul li:hover ul.left {
left:-122px;z-index:100
}

#nav {
	margin: 0;
	padding: 7px 6px 0;
	line-height: 100%;
	border-radius: 2em;
	
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);

	background: #fff; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffccff', endColorstr='#996699'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffccff), to(#996699)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffccff,  #996699); /* for firefox 3.6+ */

	border: solid 1px #fff;
	width:99%
}
#nav li {
	margin: 0 5px;
	padding: 0 0 6px;
	float: left;
	position: relative;
	list-style: none;
z-index:30
}
/* main level link */
#nav a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #fff; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#996699'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#996699)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ebebeb,  #996699); /* for firefox 3.6+ */

	color: #444;
	border-top: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
z-index:100
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #330033;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #660099 !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff99ff', endColorstr='#660066'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ff99ff), to(#660066)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ff99ff,  #660066) !important; /* for firefox 3.6+ */

	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
/* level 2 list */
#nav ul {
	background: #330033; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cc99cc'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cc99cc)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #cc99cc); /* for firefox 3.6+ */

	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	border: solid 1px #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
z-index:30000}
/* dropdown */
#nav li:hover > ul {
	display: block;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul a {
	font-weight: normal;
	text-align: justify;   
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}
/* level 3+ list */
#nav ul ul {
	position:absolute;
	left: 181px;
	top: -3px;
}
/* rounded corners for first and last child */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}

#footer { 
background-color: #fff;margin: 0;padding : 0;border: 0;font-size : .99em;color : #990000;text-align :justify
}
#footer UL {
background-color:#fff;padding : 0;margin : 3px 0 0 3px
}
#footer UL LI { padding : 0;display : inline;margin : 0;padding: 0 7px 0 0
}
#footer P { 
background-color:#fff;width:600px;padding: 20px 0 0 0px;text-align:justify;clear:both;margin:0 10px 0 10px;font-size : .8em
} 
#maincontent { 
padding: 0;
margin: 3px 0 12px 0;
font-size: .9em;
font-weight: 100;
text-align:justify;
voice-family : inherit;
background: #fff none no-repeat 1px 1px
} 
H1 { 
margin : 5px 0 9px 10px;
font-size : 1.25em;/* 16x1.125=18px */
font-weight : normal;
font-family : Verdana, Arial, Helvetica, sans-serif;
margin-bottom: 1.125em
} 
H2 { font-size : 1em; margin: 5px
} 
H3 { font-size : 0.95em; margin: 5px
} 
H4 { font-size : 0.6875em; /* 16x.6875=11px */margin: 5px 2px
} 
H5 { font-size: 0.625em;  /* 16x.625=10px */
font-weight: normal;
margin-bottom: 1.125em
} 
H6 { font-size: 0.5625em;  /* 16x.625=9px */
font-weight: normal;
margin-bottom: 1.125em;
color : #333;
} 
.hide { 
display : none;
} 
 
#maincontent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6875em; /* 16x.6875=11px */
	margin-bottom: 1.125em;

} 
#subart { 
position : absolute;
top : 55px;
left : 0;
font-size : 0.8em;
margin : 0;
border : 0;
height : 250px;
width : 290px;
} 
.womanart { 
position : absolute;
top : 38px;
left : 410px;
padding : 0 12px 0 12px;
border : 0;
height : 260px;
width : 299px;
} 
#container { 
position : relative;
display : block;
background : #cc99cc;
border-left : 200px solid #cccccc;
border-right : 200px solid #cccccc;
} 
#inner { 
display : block;
margin-left : -200px;
margin-right : -200px;
padding : 5px;
} 
#left { 
float : left;
position : relative;
width : 200px;
left : 0;
} 
#right { 
float : right;
position : relative;
width : 190px;
right : 0;
} 
#center { 
margin-left : 200px;
margin-right : 200px;
position : relative;
display : block;
height : 1%;
} 

.clear { 
clear : both;
} 

#inner ul li { 
list-style-type : none;
} 
.button { 
font-family : Trebuchet MS, "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
background-color : #663366;
color : #cccccc;
font-size : 0.8em;
width : 69px;
height : 24px;
margin : 0 0 16px 0
} 
A:link { 
color : #990099;text-decoration : none;font-weight:bold
} 
A:visited { 
color : #660099;
text-decoration : none
} 
A:hover { 
color : #990000;
border-bottom-width: 1px; border-bottom-style: dotted
}
A:active { 
font-weight : 500;background : #fff none repeat scroll 0% 0%;color : #526968;text-decoration : none
} 
#we { 
float:left; margin:0 3px 0 0;width:395px;height:403px;padding:0;border-bottom:1px solid #ccc
} 

#qua { 
float : left;border-bottom:1px solid #ccc;height:30px
} 
#arttank {
background-color:#fff;
height:1099px;
margin: 0 0 28px 0
} 
#sidebar { 
background-color:#fff;
margin : 0;
position : absolute;
top : 150px;
left : 99px;
width : 899px;
padding : 2px 0 1px 0;
border : 0;
text-align: justify
} 
#sidebar a:visited, #sidebar a {
color:#660066;
text-decoration:none;
padding:0
}
#sidebar a:hover {
background-color:#fff
}
#sidebar a span {display:none;}
#sidebar a:hover span {display:block; position:absolute; top:-30px; left:0; font-size:1.1em; padding:3px
}

#menu {
text-align: center
}
#gallery {
  background-color: #fff;
  padding:0; 
  margin:0; 
position:absolute;
top: 48px;
left:71px;
  list-style-type:none; 
  height:139px;
  border:0 solid #000;
 overflow: hidden;
  }
#gallery li {
  float:left;
 }
#gallery li a {
  display:block; 
  height:79px;
  width:71px; 
  float:left; 
  padding:0px;
  text-decoration:none; 
  border-bottom:0; 
  cursor:default
  }
#gallery li a img {
  height:99px;
  width:81px; 
border:1px solid #fff
   }
#gallery li a:hover {
  padding:0px;
  width:99px;
  height:105px;
  position:relative;
  left:-17px;
  }
#gallery li a:hover img {
border:0px solid #fff
  }
#gallery li a span {
display:none;
}
#gallery li a:hover .haute {
display:inline;
color:#660066;
margin:0 0 1px 0;
padding:0;
overflow:visible;
border:0;
font-size: .75em;
width: 149px;
text-align:center;
visibility:visible;
z-index:999
}
.sn { background-color:#ebebeb;font-size : 0.879em;text-align:left}
.nu {
position:absolute;
top:130px;
left:1179px;
width:179px;
text-align: justify
}

