html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
}
	
a {
	color: #ffffff;
}
a:hover {
	color: #dea5a6;
}

.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background:#321b13;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #fff;
	padding-bottom: 10px;
	min-width:800px;
}





#header {
  z-index:2;
  position:fixed;
  left:-10px;
  width:100%;
  min-width:800px;
  background-color:#321b13;
  padding-bottom:15px;
}




  





/** layout **/
#wrapper {
  position:absolute;
  padding-top:200px;
  text-align: center;
  width: 100%;
}



#nav {
  left:-100px;
  position:fixed;
  padding-right:20px;
  float: left;
  background: url(/style_images/pink/categoryBarBG.jpg) no-repeat;
  width:300px;
}
#nav ul {
  margin-left: auto;
  padding-top:40px;
  padding-right: 30px;
  padding-left: 80px;
  padding-bottom: 30px;
}
#nav li {
  list-style: none;
  font: 16px "arial narrow", arial, sans-serif;
  border-top: 1px solid ##dea5a6;
  background: 188px 10px url(/style_images/pink/arr_white.jpg) no-repeat;
  padding: 7px 0 0 31px;
}
#nav a {
  color: #fff;
  text-decoration: none;
  padding-left: 10px;
  display: block;
  width: 90%;
  padding: 2px 0 6px 8px;
}
#nav a:hover {
  color: #dea5a6;

  font-weight:bold
}
#nav .important {
  border: none;
  background: 188px 10px url(/style_images/pink/arr_orange.gif) no-repeat;
}
#nav .important a {
  color: #dea5a6;
}

#right {
top:-100px;
position:relative;
top:0px;
left:210px;
text-align: left;
width: 70%;
padding-right: 22px;
}

#right h2 {
  font: 18px arial, sans-serif;
  color: #ffffff //welcome and hr; 
  border-bottom: 1px solid #ffffff;
  padding-bottom: 6px;
  margin-bottom: 1em;
}
#right h3 {
  font: 14px arial, sans-serif;
  color: #cc9999;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 6px;
  margin-bottom: 1em;
  margin-top: 2em;
}





#logo {
position:relative;
z-index:1;
	top:0px;
	left:0px;
  text-align: left;
}



ul#menu {
z-index:3;
 position: absolute;
 top:100px; 
 width:100%; 
 font-size:14px; 
 font-family: "Lucida Grande", Verdana, sans-serif; 
 font-weight: bold; list-style-type: none; margin: 0; 
 padding: 40px;
 }
 
ul#menu li {
display: block; 
margin: 0 0 0 300px;
}

ul#menu li a { 
 color: #FFF; 
 text-decoration: none;
 display: block; 
 float: left; 
 padding: 20px 10px 10px; 
 }
 
ul#menu li a:hover { color: #dea5a6;}
ul#menu li a.current{ color: #FFF;  top left repeat-x; padding: 25px 10px; }




#login {
//background:url("/style_images/pink/loginBG.jpg") top left repeat-x;
  background:url("/style_images/pink/loginBG.jpg") top left no-repeat;  
top:3px;
right:-10px;
position:fixed;
  width: 244px;
  height: 152px;
  text-align: center;
  color: #ffffff;
  z-index:4;
}

#login li a:hover {
color:fff;
text-decoration:none;
}

#login h1 {
  padding-top: 30px;
  font: 12px "arial narrow", arial, sans-serif;
}
#login p {
  margin: 8px 25px 4px 25px;
  border-top: 1px solid #B8B8B8;
  border-bottom: 1px solid #B8B8B8;
  padding: 3px;
  letter-spacing: 0.2em;
  font-weight: bold;
}

#rotator {
width:200px;
background-color:#00CC00;
}

#news {
  color:#000000;
  background: #321b13 url(/style_images/pink/news_bg.jpg) repeat-y;
  padding-left: 37px;
  padding-right: 22px;
  padding-bottom: 3px;
  text-align: justify;
}
#news h2 {
  font-size: 12px;
}
#news h3, #news p {
  font-size: 11px;
  margin: 1em 8px 1em 0;
}
#news a {
  color: #74653D;
  font-weight: bold;
  text-decoration: underline;
}

#news .more {
  font-size: 9px;
}
#news .hr-dots {
  background: center url(/style_images/pink/dots.gif) 
  repeat-x;
  height: 10px;
}


#support p {
  margin: 0.7em 2.6em;
}



#welcome {
  margin-right: 20px;
}
#profile {
  margin-right: 16px;
}


#corp, #indu {
  float: left;
  width: 49%;
}
#corp {
  margin-right: 1%;
}
#corp-img, #indu-img {
  background: url(/style_images/pink/pic_2.jpg) no-repeat;
  width: 112px;
  height: 23px;
  float: left;
  margin-right: 18px;
  text-align: center;
  padding-top: 90px;
  font-size: 9px;
  font-weight: bold;
}
#indu-img {
  background: url(/style_images/pink/pic_3.jpg) no-repeat;
}
#spacer {
  height: 2em;
}


#copyright {
  text-align: center;
  padding: 22px 0px 30px 00px;
  font-size: 9px;
  color: #321b13;
  font-weight: bold;
}
#footerline{

	height:10px;
	margin-top:22px;
	display:block;
	font-size:1px;
}










hr {
	border:none;
	border-top:1px solid #acd5c7;
	height:1px;
	margin-bottom:25px;
	}
	
#tabs {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	}

#tabs ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("/style_images/pink/menuleft.jpg") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("/style_images/pink/menutabright.jpg") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#ffffff;
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	} 