@charset "utf-8";
/* CSS Document */

html{
	height: 100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #aaa8a4;
}

#main{
height: 100%;

}

#topcontainer{

	background-color: #aaa8a4;
	height: 100px;
	vertical-align: top;	
	padding: 2px 0px 0px 0px;
	margin: 0;
}

#topbanner{

	vertical-align: bottom;	
	height: 100%;
	background-image: url(http://www.diranart.com/store/images/bg_top.jpg);
	background-repeat: none;
	background-position: top;
	border-top: none;
	border-right: 1px solid #000000;
	border-bottom: none;
	border-left: 1px solid #000000;		
	padding: 0px;
	margin: 0;	
}

#contentcontainer{

	background-color: #FFFFFF;
	padding: 15px 22px 15px 22px;
	border-top: none;
	border-right: 1px solid #000000;
	border-bottom: none;
	border-left: 1px solid #000000;
				
}

#footercontainer{

	background-color: #aaa8a4;
	height: 99px;
	padding: 0px 0px 0px 0px;
}

#footer{

	vertical-align: top;	
	height: 100%;
	background-image: url(http://www.diranart.com/store/images/bg_bottom.jpg);
	background-repeat: none;
	background-position: top;
	border-top: none;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;		
	text-align: center;
	vertical-align: middle;	
	color: #FFFFFF;
	padding: 0px;
	margin: 0;	
}


.leftpanel{

	border-right: 1px solid #ececec;
	width: 124px;
	padding: 0px 12px 0px 0px;
}

#header{

	text-align: right;
	padding: 0px;
	margin: 50px 0px 0px 0px;	

}


.title{

	font-size: 16px;
	font-weight: bold;


}

ul.menuLeftpanel
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 100px;
}
ul.menuLeftpanel li
{
	margin: 0;
	padding: 4px 0px 4px 0px;
	list-style-type: none;
	cursor: pointer;
/*	float: left;*/
	position: relative;
	text-align: left;	
}

ul.menuLeftpanelnorm
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 100px;	
}

ul.menuLeftpanelnorm li
{
	margin: 0;
	padding: 1px 0px 1px 0px;
	list-style-type: none;
	cursor: pointer;
/*	float: left;*/
	position: relative;
	text-align: left;	
}



td{
	font-family:'Trebuchet MS', Arial, sans-serif, Helvetica; 
	color:#333; font-size: 12px; line-height:1.3em; 

	/*font-size: 13px;
		line-height: 15px;
	color: #000000;*/

	
}

.copyright{
	color: #FFFFFF;
	text-transform: uppercase;	
}

a.yellowlink{

	color: #e5a800;
	font-weight: bold;
	text-decoration: none;
}

a.yellowlink:hover{

	text-decoration: underline;
}

a.linkwhite{

	color: #FFFFFF;
	text-decoration: none;
}

a.yellowlink:hover{

	text-decoration: underline;
}

a{

	color: #333333;
	text-decoration: none;
}

a:hover{

	color: #e5a800;
	text-decoration: underline;
}

form {
	margin: 0;

}

input
{
	font-size:10px;
	color: #333333;
	background-color: #eeeeee;
	border: 1px solid #000000;
	padding: 2px;
}

input.search
{
	background-image: url(http://www.diranart.com/store/images/icon_search.gif);
	background-position: left;
	background-repeat: none;
	padding: 4px 4px 4px 25px;
}

input.button
{
	font-size:10px;
	color: #393939;
	font-family: Tahoma, verdana, helvetica, arial, sans-serif;
	background-color: none;
	border: none;
	padding: 0px;	

}


select
{
	color: #393939;
	font-size: 10px;
	font-family: Tahoma, verdana, helvetica, arial, sans-serif;
	background-color: #FFFFFF;
	border: 1px solid a9bfd4;
	background: #FFFFFF;

}

textarea
{
	font-size:10px;
	color: #393939;
	font-family: Tahoma, verdana, helvetica, arial, sans-serif;
	background-color: #FFFFFF;
	border: 1px solid #a9bfd4;
	padding: 2px;
	line-height: 13px;
}
