@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background:#c4e5f7 url(images/page-bg.gif) repeat-x;
	font-size: small;
	margin:0px;
}


a.agnis-designers{
	font: normal x-small Verdana, Geneva, sans-serif;
	color:#333;
	text-decoration:none;
	}
	
a.agnis-designers:hover{
	color:#F00;	
	}

	
	
.menulink{
	 background:url(images/menu-02.gif) repeat-x;
	 font: normal 11px Arial, Helvetica, sans-serif;
	 color:#000;
	}
	
.menulink a{
	 font: normal 11px Arial, Helvetica, sans-serif;
	 color:#000;
		text-decoration:none;
	}
#scrollad{
	background:#000;
	height:100px;
	text-align:center;
	border:1px solid #FFF;
	}	
.marquee_image{
	
	}
	
.marquee_image img{
	margin:0px;
	padding:0px;
	}	

#container{
	width:980px; /*  Previous 770px */
	border:5px solid #FFF;
	border-width:0px 5px 0px 5px;
	background:#FFF;
	}
	
#contentleft{
	width:150px;
	background:#FFF;
	border:1px solid #3aa4e6;
	}
	
#contentleft h1{
	margin:0px;
	padding:5px;
	background:url(images/header-bg.gif) repeat-x;
	height:31px;
	font:bold 16px Tahoma;
	
}
#contentright{
		width:150px;
	background:#FFF;
	border:1px solid #3aa4e6;
	}

#sorting_table {
	width:100%;
	background:#3aa4e6;
	padding:3px;
	text-align:center;
	border:1px solid #FFF;
	font:bold small Arial, Helvetica, sans-serif;
	color:#FFF;
	}
	
#sorting_table a{
color:#FFF;
text-decoration:none;
}

#sorting_table a:hover{
color:#000;
text-decoration:none;
}

#footer_table {
	background:#3aa4e6;
	height:40px;
	text-align:center;
	border:5px solid #FFF;
	
	}
	
	
/* START ADMIN MENU STYLE  */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowlistmenu{
width: 180px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(menu/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu .headerbar2{
font: bold large Verdana, Geneva, sans-serif;
color: #000;
text-align:center;
background: black url(images/header-bg.gif) repeat-x;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
text-transform:capitalize;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #333;
background: url(menu/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;

font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

/* END OF ADMIN MENU STYLE  */

